:root {
	--yb-ink: #13233c;
	--yb-navy: #0b1f3a;
	--yb-blue: #3154f5;
	--yb-cyan: #0fa8c8;
	--yb-muted: #5c6b7c;
	--yb-line: #dbe3eb;
	--yb-tint: #f3f7fa;
	--yb-mint: #e8f7f3;
	--yb-white: #fff;
	--yb-radius: 22px;
	--yb-shadow: 0 24px 70px rgba(21, 42, 72, .12);
	--yb-shell: min(1180px, calc(100% - 48px));
}

/* The shop landing page contains its own curated product grid. WooCommerce's
 * direct archive controls and duplicate loop remain available in markup for
 * compatibility but are not displayed. */
body.post-type-archive-product .ast-woocommerce-container > .woocommerce-result-count,
body.post-type-archive-product .ast-woocommerce-container > .woocommerce-ordering,
body.post-type-archive-product .ast-woocommerce-container > ul.products,
body.post-type-archive-product .ast-woocommerce-container > .woocommerce-pagination {
	display: none;
}

.yb-shop-landing {
	margin-inline: calc(50% - 50vw);
}

html { scroll-behavior: smooth; }
body { color: var(--yb-ink); overflow-x: hidden; }
.site-content .ast-container,
.yb-page .entry-content { max-width: none; padding: 0; }
.ast-plain-container.ast-no-sidebar #primary { margin-block: 0; }
.site-content .ast-container { width: 100%; }
.yb-page { margin: 0; padding: 0 !important; gap: 0 !important; font-size: 16px; line-height: 1.65; }
.yb-page > .yb-trust-strip { padding: 0; }
.yb-page * { box-sizing: border-box; }
.yb-page img { display: block; max-width: 100%; height: auto; }
.yb-page a { color: inherit; text-decoration: none; }
.yb-page h1,
.yb-page h2,
.yb-page h3 { margin-top: 0; color: var(--yb-navy); line-height: 1.08; letter-spacing: -.035em; }
.yb-page h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem, 5.2vw, 5.5rem); }
.yb-page h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 3.4vw, 3.6rem); }
.yb-page h3 { margin-bottom: 10px; font-size: 1.28rem; }
.yb-page p { margin-top: 0; }
.yb-shell { width: var(--yb-shell); margin-inline: auto; }
.yb-page .yb-shell {
	margin-left: auto !important;
	margin-right: auto !important;
}

.yb-page a.yb-button,
.woocommerce .yb-product-quote,
.woocommerce .yb-single-quote .button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 24px; border: 1px solid var(--yb-blue); border-radius: 9px; color: #fff; background: var(--yb-blue); font-size: .95rem; font-weight: 800; box-shadow: 0 10px 30px rgba(49,84,245,.2); transition: transform .2s ease, box-shadow .2s ease; }
.yb-page a.yb-button { text-decoration: none; }
.yb-page a.yb-button:hover,
.woocommerce .yb-product-quote:hover,
.woocommerce .yb-single-quote .button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 36px rgba(49,84,245,.28); }
.yb-page a.yb-button--ghost { color: var(--yb-navy); border-color: #b9c5d2; background: #fff; box-shadow: none; }
.yb-page a.yb-button--light { color: var(--yb-navy); border-color: #fff; background: #fff; box-shadow: none; }
.yb-page a.yb-button--outline-light { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; box-shadow: none; }
.yb-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.yb-hero { position: relative; padding: 92px 0 76px; background: linear-gradient(115deg, #f5f9fc 0%, #fff 62%); overflow: hidden; }
.yb-hero::before { content: ""; position: absolute; width: 500px; height: 500px; top: -210px; right: 18%; border-radius: 50%; background: rgba(15,168,200,.09); }
.yb-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: 72px; }
.yb-eyebrow { margin-bottom: 18px; display: flex; align-items: center; gap: 10px; color: var(--yb-blue); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.yb-eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.yb-hero__lead { max-width: 680px; margin-bottom: 32px; color: #44566b; font-size: 1.14rem; }
.yb-hero__proof { margin: 40px 0 0; padding: 26px 0 0; border-top: 1px solid var(--yb-line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; list-style: none; }
.yb-hero__proof li { display: flex; flex-direction: column; }
.yb-hero__proof strong { color: var(--yb-navy); font-size: 1.2rem; }
.yb-hero__proof span { color: var(--yb-muted); font-size: .78rem; line-height: 1.4; }
.yb-hero__visual { position: relative; min-height: 570px; }
.yb-product-stage { position: absolute; border: 1px solid rgba(19,35,60,.08); background: #fff; box-shadow: var(--yb-shadow); overflow: hidden; }
.yb-product-stage--main { inset: 0 68px 72px 0; border-radius: 32px; background: radial-gradient(circle at 70% 28%, #dff7f3 0, #eef7f8 38%, #fff 70%); }
.yb-product-stage--main img { width: 100%; height: 100%; object-fit: contain; padding: 52px 36px 24px; }
.yb-product-stage__tag { position: absolute; top: 24px; left: 24px; z-index: 2; padding: 8px 12px; border-radius: 999px; color: #17586b; background: rgba(255,255,255,.82); font-size: .72rem; font-weight: 800; }
.yb-product-stage--small { width: 148px; height: 148px; border-radius: 24px; }
.yb-product-stage--small img { width: 100%; height: 100%; padding: 14px; object-fit: contain; }
.yb-product-stage--one { top: 44px; right: 0; }
.yb-product-stage--two { right: 18px; bottom: 0; }
.yb-hero__note { position: absolute; left: 28px; bottom: 40px; z-index: 3; padding: 18px 22px; border-radius: 14px; color: #fff; background: var(--yb-navy); box-shadow: 0 16px 30px rgba(11,31,58,.22); }
.yb-hero__note strong,
.yb-hero__note span { display: block; }
.yb-hero__note span { color: #b9c9dd; font-size: .76rem; }

.yb-trust-strip { color: #fff; background: var(--yb-navy); }
.yb-trust-strip__grid { min-height: 108px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.yb-trust-strip__grid div { padding: 0 28px; border-left: 1px solid rgba(255,255,255,.12); }
.yb-trust-strip__grid div:first-child { padding-left: 0; border-left: 0; }
.yb-trust-strip strong,
.yb-trust-strip span { display: block; }
.yb-trust-strip span { color: #9fb2c9; font-size: .75rem; }

.yb-section { padding: 108px 0; }
.yb-section--tint { background: var(--yb-tint); }
.yb-section--dark { color: #fff; background: var(--yb-navy); }
.yb-section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 80px; }
.yb-section-heading h2 { max-width: 700px; margin-bottom: 0; }
.yb-section-heading > p { margin: 0; color: var(--yb-muted); }
.yb-section-heading--compact { grid-template-columns: 1fr auto; }
.yb-text-link { color: var(--yb-blue); font-weight: 800; }

.yb-category-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 20px; }
.yb-category-card { position: relative; min-height: 360px; padding: 26px; border: 1px solid var(--yb-line); border-radius: var(--yb-radius); display: flex; flex-direction: column; justify-content: flex-end; background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.yb-category-card:hover { transform: translateY(-5px); box-shadow: var(--yb-shadow); }
.yb-category-card img { position: absolute; width: 68%; height: 62%; top: 22px; right: -3%; object-fit: contain; }
.yb-category-card__index { position: absolute; top: 24px; left: 24px; z-index: 2; color: #8290a1; font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.yb-category-card > div { position: relative; z-index: 2; }
.yb-category-card p { margin-bottom: 12px; color: var(--yb-muted); font-size: .9rem; }
.yb-category-card--featured { grid-row: span 2; min-height: 740px; background: var(--yb-mint); }
.yb-category-card--featured img { width: 94%; height: 67%; top: 38px; right: 3%; }
.yb-category-card--dark { color: #fff; background: linear-gradient(140deg, #132b4c, #0b1f3a); }
.yb-category-card--dark h3 { color: #fff; }
.yb-category-card--dark p { color: #afbed0; }
.yb-category-card--dark .yb-text-link { color: #7ee0ef; }

.yb-model-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.yb-model-card { border: 1px solid var(--yb-line); border-radius: 18px; background: #fff; overflow: hidden; }
.yb-model-card > a { display: block; aspect-ratio: 1; background: #fff; }
.yb-model-card img { width: 100%; height: 100%; padding: 22px; object-fit: contain; transition: transform .25s ease; }
.yb-model-card:hover img { transform: scale(1.035); }
.yb-model-card__body { padding: 22px; }
.yb-model-card__body > span { color: var(--yb-cyan); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.yb-model-card h3 { margin-top: 8px; font-size: 1.12rem; }
.yb-model-card p { margin: 0; color: var(--yb-muted); font-size: .85rem; }

/* Product names are navigation labels, not display headlines. Keep them
 * compact and sentence case even when Astra's generic entry-link rules load. */
.yb-page .yb-model-card__body h3 {
	min-height: 2.55em;
	margin: 8px 0 9px;
	font-size: 1.04rem !important;
	font-weight: 760 !important;
	line-height: 1.28 !important;
	letter-spacing: -.015em !important;
	text-transform: none !important;
}
.yb-page .yb-model-card__body h3 a {
	display: block;
	color: var(--yb-ink) !important;
	font: inherit !important;
	letter-spacing: inherit !important;
	text-transform: none !important;
}

.yb-process__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.yb-process__intro { position: sticky; top: 40px; align-self: start; }
.yb-process__intro p:not(.yb-eyebrow) { color: var(--yb-muted); }
.yb-steps { margin: 0; padding: 0; list-style: none; }
.yb-steps li { padding: 28px 0; border-top: 1px solid var(--yb-line); display: grid; grid-template-columns: 72px 1fr; gap: 24px; }
.yb-steps li:last-child { border-bottom: 1px solid var(--yb-line); }
.yb-steps li > span { color: var(--yb-blue); font-size: .82rem; font-weight: 900; }
.yb-steps p { margin: 0; color: var(--yb-muted); }

.yb-cta { padding: 84px 0; }
.yb-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 64px; }
.yb-cta h2 { max-width: 760px; color: #fff; }
.yb-cta p:not(.yb-eyebrow) { max-width: 740px; margin: 0; color: #aebed1; }
.yb-cta .yb-eyebrow { color: #7ee0ef; }

.yb-inner-hero { padding: 92px 0; background: linear-gradient(120deg, #eef6fa, #fff 68%); }
.yb-inner-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: 80px; }
.yb-inner-hero h1 { max-width: 790px; }
.yb-inner-hero__lead { max-width: 720px; margin-bottom: 30px; color: var(--yb-muted); font-size: 1.12rem; }
.yb-inner-hero__visual { min-height: 430px; padding: 40px; border: 1px solid rgba(19,35,60,.08); border-radius: 30px; display: grid; place-items: center; background: radial-gradient(circle at 65% 32%, #dff7f3, #fff 68%); box-shadow: var(--yb-shadow); }
.yb-inner-hero__visual img { width: 100%; max-height: 360px; object-fit: contain; }
.yb-kicker-list { margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.yb-kicker-list li { padding: 7px 12px; border: 1px solid var(--yb-line); border-radius: 999px; color: #44566b; background: #fff; font-size: .78rem; font-weight: 800; }

.yb-split { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 90px; }
.yb-split__copy > p:not(.yb-eyebrow) { color: var(--yb-muted); }
.yb-check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.yb-check-list li { position: relative; padding: 14px 0 14px 34px; border-top: 1px solid var(--yb-line); }
.yb-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--yb-blue); font-weight: 900; }
.yb-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.yb-feature-card { padding: 30px; border: 1px solid var(--yb-line); border-radius: 18px; background: #fff; }
.yb-feature-card__number { display: block; margin-bottom: 36px; color: var(--yb-blue); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.yb-feature-card p { margin-bottom: 0; color: var(--yb-muted); }
.yb-spec-table { width: 100%; border-collapse: collapse; border: 1px solid var(--yb-line); border-radius: 18px; background: #fff; overflow: hidden; }
.yb-spec-table th,
.yb-spec-table td { padding: 20px 22px; border-bottom: 1px solid var(--yb-line); text-align: left; vertical-align: top; }
.yb-spec-table th { width: 31%; color: var(--yb-navy); background: #f8fafc; }
.yb-spec-table td { color: var(--yb-muted); }
.yb-spec-table tr:last-child th,
.yb-spec-table tr:last-child td { border-bottom: 0; }

.yb-proof-panel { padding: 42px; border-radius: 24px; color: #fff; background: linear-gradient(145deg, #132b4c, #0b1f3a); }
.yb-proof-panel h2,
.yb-proof-panel h3 { color: #fff; }
.yb-proof-panel p { color: #b7c5d7; }
.yb-proof-panel .yb-eyebrow { color: #7ee0ef; }
.yb-quote-note { margin: 0; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.yb-quote-note:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.yb-quote-note strong { display: block; margin-bottom: 6px; color: #fff; }

.yb-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 70px; }
.yb-contact-card { padding: 34px; border: 1px solid var(--yb-line); border-radius: 20px; background: #fff; }
.yb-contact-cards { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.yb-contact-card span { display: block; color: var(--yb-muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .09em; }
.yb-contact-card a,
.yb-contact-card strong { display: block; margin-top: 6px; color: var(--yb-navy); font-size: 1.05rem; font-weight: 800; }
.yb-form-shell { padding: 42px; border: 1px solid var(--yb-line); border-radius: 24px; background: #fff; box-shadow: var(--yb-shadow); }
.yb-form-shell.wp-block-spectra-container { display: block; }
.yb-form-shell > p { color: var(--yb-muted); }
.yb-form-placeholder { margin-top: 26px; padding: 26px; border: 1px dashed #aab8c8; border-radius: 14px; color: var(--yb-muted); background: #f8fafc; }
.yb-form-placeholder code { display: block; margin-top: 8px; color: var(--yb-blue); }

.yb-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.yb-post-card { padding: 30px; border: 1px solid var(--yb-line); border-radius: 18px; background: #fff; }
.yb-post-card__meta { margin-bottom: 16px; color: var(--yb-cyan); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.yb-post-card p { color: var(--yb-muted); }
.yb-sitemap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.yb-sitemap-card { padding: 30px; border: 1px solid var(--yb-line); border-radius: 18px; background: #fff; }
.yb-sitemap-card a { display: block; padding: 8px 0; color: var(--yb-muted); }
.yb-sitemap-card a:hover { color: var(--yb-blue); }

.woocommerce ul.products li.product { padding: 18px; border: 1px solid var(--yb-line); border-radius: 18px; background: #fff; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--yb-navy); font-size: 1.05rem; line-height: 1.3; }
.yb-single-quote { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--yb-line); }
.yb-single-quote p { margin: 12px 0 0; color: var(--yb-muted); font-size: .9rem; }
.ast-site-header-cart,
.site-header-cart { display: none !important; }

@media (max-width: 1050px) {
	:root { --yb-shell: min(100% - 40px, 920px); }
	.yb-hero { padding-top: 70px; }
	.yb-hero__grid { grid-template-columns: 1fr 420px; gap: 40px; }
	.yb-hero__visual { min-height: 500px; }
	.yb-category-grid { grid-template-columns: 1fr 1fr; }
	.yb-category-card--featured { grid-row: auto; min-height: 420px; }
	.yb-model-grid { grid-template-columns: repeat(2, 1fr); }
	.yb-process__grid { gap: 50px; }
	.yb-inner-hero__grid { grid-template-columns: 1fr 390px; gap: 45px; }
	.yb-split { gap: 50px; }
	.yb-feature-grid,
	.yb-post-grid,
	.yb-sitemap-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
	:root { --yb-shell: calc(100% - 32px); }
	.yb-page { font-size: 15px; }
	.yb-page h1 { font-size: clamp(2.65rem, 12vw, 4.2rem); }
	.yb-page h2 { font-size: clamp(2rem, 8.5vw, 3rem); }
	.yb-hero { padding: 62px 0 58px; }
	.yb-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 52px; }
	.yb-hero__lead { font-size: 1.02rem; }
	.yb-hero__proof { grid-template-columns: 1fr; gap: 12px; }
	.yb-hero__proof li { display: grid; grid-template-columns: 90px 1fr; align-items: baseline; gap: 10px; }
	.yb-hero__visual { min-height: 440px; }
	.yb-product-stage--main { inset: 0 36px 64px 0; }
	.yb-product-stage--small { width: 110px; height: 110px; border-radius: 18px; }
	.yb-product-stage--one { top: 26px; }
	.yb-product-stage--two { right: 4px; }
	.yb-hero__note { left: 16px; bottom: 32px; }
	.yb-trust-strip__grid { padding: 22px 0; grid-template-columns: 1fr 1fr; gap: 20px 0; }
	.yb-trust-strip__grid div { padding: 0 18px; }
	.yb-trust-strip__grid div:nth-child(odd) { padding-left: 0; border-left: 0; }
	.yb-section { padding: 76px 0; }
	.yb-section-heading,
	.yb-section-heading--compact { grid-template-columns: 1fr; gap: 20px; }
	.yb-category-grid,
	.yb-model-grid,
	.yb-process__grid,
	.yb-cta__inner,
	.yb-inner-hero__grid,
	.yb-split,
	.yb-contact-grid { grid-template-columns: 1fr; }
	.yb-category-card,
	.yb-category-card--featured { min-height: 390px; }
	.yb-process__grid { gap: 40px; }
	.yb-process__intro { position: static; }
	.yb-steps li { grid-template-columns: 52px 1fr; }
	.yb-cta__inner { gap: 32px; }
	.yb-inner-hero { padding: 66px 0; }
	.yb-inner-hero__visual { min-height: 340px; }
	.yb-feature-grid,
	.yb-post-grid,
	.yb-sitemap-grid { grid-template-columns: 1fr; }
	.yb-form-shell,
	.yb-proof-panel { padding: 30px; }
	.yb-contact-cards { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
	:root { --yb-shell: calc(100% - 28px); }
	.yb-actions .yb-button { width: 100%; }
	.yb-hero__visual { min-height: 390px; }
	.yb-product-stage--main { right: 26px; }
	.yb-product-stage--main img { padding: 48px 18px 14px; }
	.yb-hero__note { max-width: calc(100% - 50px); }
	.yb-trust-strip__grid { grid-template-columns: 1fr; }
	.yb-trust-strip__grid div { padding: 0 0 16px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
	.yb-category-card,
	.yb-category-card--featured { min-height: 350px; }
}

/* --------------------------------------------------------------------------
 * Yobonjee design system v3 — industrial B2B catalog
 * -------------------------------------------------------------------------- */
:root {
	--yb-ink: #14213d;
	--yb-navy: #071c33;
	--yb-navy-2: #0c2e4f;
	--yb-blue: #2f57ea;
	--yb-cyan: #18a8bb;
	--yb-accent: #ff7a1a;
	--yb-accent-dark: #df5f00;
	--yb-muted: #5d6c7d;
	--yb-line: #dbe4ec;
	--yb-tint: #f2f7fa;
	--yb-mint: #e8f5f4;
	--yb-white: #fff;
	--yb-radius: 18px;
	--yb-shadow: 0 18px 50px rgba(7, 28, 51, .11);
	--yb-shell: min(1200px, calc(100% - 56px));
}

html { scroll-padding-top: 110px; }
body,
button,
input,
select,
textarea {
	font-family: Inter, Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
}
body { color: var(--yb-ink); background: #fff; font-size: 16px; }

/* Spectra renders nested containers as flex items. Without an explicit width,
 * each full-width section shrink-wraps to its content on wide desktops. */
.yb-page {
	width: 100% !important;
	max-width: none !important;
	align-self: stretch !important;
}
.yb-page > .wp-block-spectra-container.alignfull,
.yb-page > .wp-block-uagb-container.alignfull {
	width: 100% !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	align-self: stretch !important;
}
.yb-page h1,
.yb-page h2,
.yb-page h3,
.yb-commerce-archive h1,
.yb-commerce-archive h2,
.yb-commerce-archive h3,
.yb-editorial-archive h1,
.yb-editorial-archive h2,
.yb-editorial-archive h3,
.yb-site-footer h2,
.yb-site-footer h3,
.single-post .entry-title,
.single-product .product_title {
	font-family: Inter, Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important;
	font-weight: 780;
	letter-spacing: -.035em;
}
.yb-page h1,
.yb-commerce-archive h1,
.yb-editorial-archive h1 { max-width: 840px; font-size: clamp(2.75rem, 4.6vw, 4.75rem); line-height: 1.02; }
.yb-page h2,
.yb-commerce-archive h2,
.yb-editorial-archive h2 { font-size: clamp(2rem, 3vw, 3rem); line-height: 1.08; }
.yb-page h3,
.yb-commerce-archive h3,
.yb-editorial-archive h3 { font-size: 1.2rem; line-height: 1.25; }
.yb-section { padding: 96px 0; }
.yb-section--white { background: #fff; }
.yb-section--tint { background: var(--yb-tint); }
.yb-section--dark { background: linear-gradient(125deg, var(--yb-navy), #0b2e50); }
.yb-section-heading { margin-bottom: 42px; }
.yb-section-heading > p { max-width: 520px; justify-self: end; }
.yb-eyebrow { color: var(--yb-blue); font-size: .72rem; letter-spacing: .16em; }

/* Astra header */
.ast-above-header-wrap { color: #d9e9f6; background: var(--yb-navy); }
.ast-above-header-wrap a { color: #fff; }
.ast-above-header-bar { min-height: 38px; border: 0; background: transparent; }
.ast-above-header-bar,
.ast-above-header-bar p,
.ast-above-header-bar a,
.ast-above-header-bar .ast-builder-html-element { color: #fff !important; }
.site-primary-header-wrap { min-height: 88px; }
.ast-primary-header-bar { border-bottom-color: #e8edf2; box-shadow: 0 8px 24px rgba(7,28,51,.04); }
.site-header .custom-logo-link img { max-width: 190px; }
.main-header-menu > .menu-item > .menu-link { min-height: 88px; color: var(--yb-ink); font-size: .79rem; font-weight: 760; letter-spacing: -.01em; }
.main-header-menu > .menu-item > .menu-link:hover,
.main-header-menu > .current-menu-item > .menu-link,
.main-header-menu > .current-menu-ancestor > .menu-link { color: var(--yb-blue); }
.main-header-menu .sub-menu { padding: 10px; border: 1px solid var(--yb-line); border-radius: 12px; box-shadow: var(--yb-shadow); }
.main-header-menu .sub-menu .menu-link { min-width: 230px; padding: 12px 14px; border-radius: 8px; color: var(--yb-ink); font-size: .82rem; }
.main-header-menu .sub-menu .menu-link:hover { color: var(--yb-blue); background: #f2f6ff; }
.main-header-menu > .menu-item:last-child > .menu-link { min-height: 42px; margin-left: 14px; padding: 0 19px; border-radius: 999px; color: #fff !important; background: var(--yb-accent); box-shadow: 0 10px 24px rgba(255,122,26,.22); }
.main-header-menu > .menu-item:last-child > .menu-link:hover,
.main-header-menu > .menu-item:last-child > .menu-link:focus-visible {
	color: #fff !important;
	background: var(--yb-navy) !important;
	box-shadow: 0 12px 28px rgba(7,28,51,.24);
	transform: translateY(-1px);
}

/* Buttons */
.yb-page a.yb-button,
.yb-site-footer a.yb-button,
.yb-site-footer button.yb-button,
.yb-commerce-archive a.yb-button,
.yb-editorial-archive a.yb-button,
.woocommerce .yb-product-quote,
.woocommerce .yb-single-quote .button {
	min-height: 50px; padding: 13px 22px; border: 1px solid var(--yb-blue); border-radius: 999px; background: var(--yb-blue); box-shadow: none; font-size: .83rem; font-weight: 800; letter-spacing: .01em;
}
.yb-page a.yb-button--accent,
.yb-site-footer a.yb-button--accent,
.yb-commerce-archive a.yb-button--accent,
.yb-editorial-archive a.yb-button--accent { border-color: var(--yb-accent); background: var(--yb-accent); box-shadow: 0 12px 28px rgba(255,122,26,.22); }
.yb-page a.yb-button--accent:hover,
.yb-site-footer a.yb-button--accent:hover,
.yb-commerce-archive a.yb-button--accent:hover,
.yb-editorial-archive a.yb-button--accent:hover { color: #fff !important; background: #b94700 !important; border-color: #b94700 !important; }
.yb-page a.yb-button--outline-light { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }
.yb-page a.yb-button--light:hover,
.yb-site-footer a.yb-button--light:hover { color: #fff !important; border-color: var(--yb-accent) !important; background: var(--yb-accent) !important; }
.yb-page a.yb-button--small,
.yb-site-footer a.yb-button--small { min-height: 42px; padding: 10px 17px; font-size: .76rem; }

/* Rebalanced existing pages */
.yb-hero { padding: 88px 0 78px; background: linear-gradient(120deg, #f1f7fb, #fff 66%); }
.yb-hero__grid { gap: 62px; }
.yb-hero__lead,
.yb-inner-hero__lead { color: #526477; font-size: 1.05rem; }
.yb-inner-hero { padding: 82px 0; background: linear-gradient(120deg, #eef6fa, #fff 70%); }
.yb-feature-card,
.yb-post-card,
.yb-sitemap-card { border-color: #dce5ec; border-radius: 16px; box-shadow: 0 9px 28px rgba(7,28,51,.045); }
.yb-feature-card__number { margin-bottom: 28px; color: var(--yb-accent); }
.yb-proof-panel { background: linear-gradient(145deg, var(--yb-navy-2), var(--yb-navy)); }
.yb-check-list li::before { color: var(--yb-accent); }

/* Catalog landing */
.yb-catalog-hero { position: relative; padding: 82px 0; color: #fff; background: linear-gradient(120deg, #061b32 0%, #0a3154 72%, #114667 100%); overflow: hidden; }
.yb-catalog-hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: 4%; bottom: -58%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.yb-catalog-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .86fr; align-items: center; gap: 80px; }
.yb-catalog-hero h1 { color: #fff; }
.yb-catalog-hero .yb-eyebrow { color: #70d6df; }
.yb-catalog-hero__lead { max-width: 680px; margin: 0 0 30px; color: #c3d5e3; font-size: 1.05rem; }
.yb-catalog-proof { margin: 38px 0 0; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; list-style: none; }
.yb-catalog-proof strong,
.yb-catalog-proof span { display: block; }
.yb-catalog-proof strong { color: #fff; }
.yb-catalog-proof span { margin-top: 3px; color: #9db4c8; font-size: .76rem; }
.yb-catalog-hero__visual { position: relative; min-height: 500px; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; background: radial-gradient(circle at 55% 38%, #d8f3f1, #f8fbfb 62%); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.yb-catalog-hero__visual > img { width: 100%; height: 100%; max-height: 500px; padding: 54px 42px 40px; object-fit: contain; }
.yb-product-badge { position: absolute; z-index: 2; top: 22px; left: 22px; padding: 8px 12px; border-radius: 999px; color: #0d4651; background: rgba(255,255,255,.9); font-size: .7rem; font-weight: 800; }
.yb-visual-spec { position: absolute; left: -32px; bottom: 30px; padding: 17px 20px; border-radius: 12px; color: #fff; background: var(--yb-navy); box-shadow: 0 16px 34px rgba(0,0,0,.2); }
.yb-visual-spec strong,
.yb-visual-spec span { display: block; }
.yb-visual-spec span { margin-top: 4px; color: #afc4d6; font-size: .7rem; }
.yb-catalog-categories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.yb-catalog-category { position: relative; min-height: 350px; padding: 24px; border: 1px solid var(--yb-line); border-radius: 18px; display: flex; flex-direction: column; justify-content: flex-end; background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.yb-catalog-category:hover { transform: translateY(-4px); box-shadow: var(--yb-shadow); }
.yb-catalog-category img { position: absolute; width: 70%; height: 58%; top: 10px; right: -2%; object-fit: contain; }
.yb-catalog-category > span,
.yb-catalog-category h3,
.yb-catalog-category p,
.yb-catalog-category b { position: relative; z-index: 1; }
.yb-catalog-category > span { margin-bottom: 8px; color: var(--yb-blue); font-size: .68rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.yb-catalog-category h3 { margin-bottom: 7px; }
.yb-catalog-category p { margin-bottom: 10px; color: var(--yb-muted); font-size: .86rem; }
.yb-catalog-category b { color: var(--yb-accent-dark); font-size: .79rem; }
.yb-catalog-category--large { grid-row: span 2; min-height: 718px; color: #fff; background: linear-gradient(145deg, #0c3153, var(--yb-navy)); }
.yb-catalog-category--large img { width: 96%; height: 70%; top: 14px; right: 2%; }
.yb-catalog-category--large h3 { color: #fff; }
.yb-catalog-category--large p { color: #b7c9d8; }
.yb-catalog-category--large b { color: #ffad70; }
.yb-catalog-guide { margin: -10px 0 30px; padding: 15px 18px; border-left: 3px solid var(--yb-accent); display: flex; justify-content: space-between; gap: 20px; background: #fff; font-size: .82rem; }
.yb-catalog-guide span { color: var(--yb-muted); }
.yb-catalog-page .yb-section--tint > .woocommerce { width: var(--yb-shell); margin-inline: auto; }
.yb-journey { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; list-style: none; counter-reset: none; }
.yb-journey li { padding: 27px; border: 1px solid var(--yb-line); border-radius: 16px; display: grid; grid-template-columns: 42px 1fr; gap: 16px; }
.yb-journey li > span { color: var(--yb-accent); font-size: .75rem; font-weight: 850; }
.yb-journey h3 { margin-bottom: 7px; }
.yb-journey p { margin: 0; color: var(--yb-muted); font-size: .87rem; }
.yb-section--faq { background: #eaf3f5; }
.yb-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 84px; }
.yb-faq-layout > div:first-child > p:not(.yb-eyebrow) { color: var(--yb-muted); }
.yb-faq-list details { border-top: 1px solid #c9d8df; }
.yb-faq-list details:last-child { border-bottom: 1px solid #c9d8df; }
.yb-faq-list summary { padding: 21px 40px 21px 0; color: var(--yb-ink); font-weight: 780; cursor: pointer; }
.yb-faq-list details p { padding: 0 35px 22px 0; color: var(--yb-muted); }

/* WooCommerce cards and product archive */
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)) !important; gap: 22px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 22px; border: 1px solid var(--yb-line); border-radius: 16px; background: #fff; box-shadow: 0 9px 28px rgba(7,28,51,.05); overflow: hidden; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 1.08; margin: 0 0 18px; padding: 20px; background: #f8fafb; object-fit: contain; }
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap { background: #f8fafb; }
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.7em; padding: 0 20px; color: var(--yb-ink); font-size: .96rem !important; font-weight: 760 !important; line-height: 1.34 !important; letter-spacing: -.012em !important; text-transform: none !important; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.woocommerce ul.products li.product .ast-woo-product-category { padding: 0 20px; color: var(--yb-cyan); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .yb-product-quote { margin: 12px 20px 0; min-height: 42px; padding: 10px 16px; font-size: .76rem; }
.yb-archive-hero { padding: 76px 0; color: #fff; background: linear-gradient(120deg, var(--yb-navy), #0b3458); }
.yb-archive-hero h1 { margin: 0 0 20px; color: #fff; }
.yb-archive-hero .yb-eyebrow { color: #73d5de; }
.yb-archive-hero__grid { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; }
.yb-archive-description { max-width: 680px; margin-bottom: 26px; color: #c0d1df; }
.yb-archive-hero__note { padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.07); }
.yb-archive-hero__note span,
.yb-archive-hero__note strong { display: block; }
.yb-archive-hero__note span { margin-bottom: 8px; color: #78dce4; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.yb-archive-hero__note p { margin: 10px 0 0; color: #b7c9d8; font-size: .86rem; }
.yb-category-nav { border-bottom: 1px solid var(--yb-line); background: #fff; overflow-x: auto; }
.yb-category-nav .yb-shell { min-height: 68px; display: flex; align-items: center; gap: 28px; white-space: nowrap; }
.yb-category-nav a { color: var(--yb-muted); font-size: .78rem; font-weight: 760; }
.yb-category-nav a:hover { color: var(--yb-blue); }
.yb-archive-products,
.yb-archive-posts { padding: 88px 0 100px; background: var(--yb-tint); }
.yb-archive-products__heading { margin-bottom: 36px; display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; }
.yb-archive-products__heading h2 { margin-bottom: 0; }
.yb-archive-products__heading > p { margin: 0; color: var(--yb-muted); }
.yb-archive-products .woocommerce-result-count,
.yb-archive-products .woocommerce-ordering { margin-bottom: 28px; font-size: .8rem; }

/* Editorial archive */
.yb-archive-hero--editorial { padding: 74px 0; }
.yb-archive-hero--editorial .yb-shell > p:last-child { max-width: 730px; color: #bed0de; font-size: 1.04rem; }
.yb-editorial-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.yb-editorial-card { border: 1px solid var(--yb-line); border-radius: 16px; background: #fff; overflow: hidden; box-shadow: 0 9px 28px rgba(7,28,51,.05); }
.yb-editorial-card__image { height: 230px; display: grid; place-items: center; background: linear-gradient(145deg, #e1eef3, #f8fbfc); overflow: hidden; }
.yb-editorial-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.yb-editorial-card:hover .yb-editorial-card__image img { transform: scale(1.03); }
.yb-editorial-card__image > span { color: #9bb4c3; font-size: 2rem; font-weight: 850; }
.yb-editorial-card__body { padding: 24px; }
.yb-editorial-card__body > span { color: var(--yb-cyan); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.yb-editorial-card h2 { margin: 9px 0 12px; font-size: 1.16rem; line-height: 1.28; }
.yb-editorial-card h2 a { color: var(--yb-ink); }
.yb-editorial-card p { color: var(--yb-muted); font-size: .87rem; }
.yb-editorial-card .yb-text-link { color: var(--yb-blue); font-size: .8rem; }
.yb-editorial-archive .navigation.pagination { margin-top: 40px; }
.yb-page .yb-query .wp-block-post-template {
	width: 100% !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.yb-page .yb-query .wp-block-post-title {
	min-height: 4em;
	margin: 9px 0 12px;
	font-size: 15px !important;
	font-weight: 760 !important;
	line-height: 1.35 !important;
	letter-spacing: -.015em !important;
	text-transform: none !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.yb-page .yb-query .wp-block-post-title a {
	display: block;
	color: var(--yb-ink) !important;
	font: inherit !important;
	letter-spacing: inherit !important;
	text-transform: none !important;
}

/* Contact */
.yb-contact-hero { padding: 80px 0 92px; background: linear-gradient(120deg, #edf5f8 0%, #fff 68%); }
.yb-contact-hero__grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: start; gap: 72px; }
.yb-contact-intro { padding-top: 34px; }
.yb-contact-intro h1 { max-width: 600px; }
.yb-contact-lead { max-width: 600px; margin-bottom: 30px; color: var(--yb-muted); font-size: 1.04rem; }
.yb-contact-method { margin: 28px 0; padding: 19px 0; border-top: 1px solid var(--yb-line); border-bottom: 1px solid var(--yb-line); }
.yb-contact-method span,
.yb-contact-method a { display: block; }
.yb-contact-method span { color: var(--yb-muted); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.yb-contact-method a { margin-top: 5px; color: var(--yb-blue); font-size: 1.12rem; font-weight: 780; }
.yb-contact-expect { padding: 23px; border-radius: 14px; color: #fff; background: var(--yb-navy); }
.yb-contact-expect ol { margin: 12px 0 0 20px; }
.yb-contact-expect li { padding: 3px 0; color: #c3d3e0; font-size: .86rem; }
.yb-privacy-note { margin-top: 20px; color: var(--yb-muted); font-size: .78rem; }
.yb-privacy-note a { color: var(--yb-blue); text-decoration: underline; }
.yb-contact-page .yb-form-shell { padding: 38px; border-top: 4px solid var(--yb-accent); border-radius: 18px; }
.yb-form-heading > span { color: var(--yb-accent-dark); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.yb-form-heading h2 { margin: 7px 0 8px; font-size: 2rem; }
.yb-form-heading p { color: var(--yb-muted); font-size: .84rem; }
.yb-brief-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--yb-line); border-bottom: 1px solid var(--yb-line); }
.yb-brief-grid article { padding: 27px 22px; border-left: 1px solid var(--yb-line); }
.yb-brief-grid article:first-child { border-left: 0; }
.yb-brief-grid span { color: var(--yb-accent); font-size: .7rem; font-weight: 850; }
.yb-brief-grid h3 { margin: 24px 0 8px; }
.yb-brief-grid p { margin: 0; color: var(--yb-muted); font-size: .82rem; }
.yb-contact-assurance { display: grid; grid-template-columns: .8fr 1.2fr; gap: 76px; }
.yb-contact-assurance__items p { margin: 0; padding: 19px 0; border-top: 1px solid var(--yb-line); color: var(--yb-muted); }
.yb-contact-assurance__items p:last-child { border-bottom: 1px solid var(--yb-line); }
.yb-contact-assurance__items strong { color: var(--yb-ink); }

/* Legal content */
.yb-legal-hero { padding: 74px 0; color: #fff; background: linear-gradient(120deg, var(--yb-navy), #0b3458); }
.yb-legal-hero h1 { margin-bottom: 18px; color: #fff; }
.yb-legal-hero p:not(.yb-eyebrow) { max-width: 760px; color: #c3d4e1; font-size: 1.03rem; }
.yb-legal-hero .yb-eyebrow { color: #74d7df; }
.yb-legal-updated { color: #91aabc; font-size: .75rem; }
.yb-legal-layout { display: grid; grid-template-columns: 260px minmax(0,760px); justify-content: space-between; gap: 80px; }
.yb-legal-layout > article { min-width: 0; }
.yb-legal-layout aside { position: sticky; top: 125px; align-self: start; padding: 24px; border: 1px solid var(--yb-line); border-radius: 14px; background: var(--yb-tint); }
.yb-legal-layout aside > strong,
.yb-legal-layout aside > a:not(.yb-button) { display: block; }
.yb-legal-layout aside > strong { margin-bottom: 13px; }
.yb-legal-layout aside > a:not(.yb-button) { padding: 6px 0; color: var(--yb-muted); font-size: .79rem; }
.yb-legal-layout aside > p { color: var(--yb-muted); font-size: .82rem; }
.yb-legal-layout article section { padding: 0 0 32px; scroll-margin-top: 120px; }
.yb-legal-layout article h2 { margin-bottom: 14px; font-size: 1.55rem; }
.yb-legal-layout article p,
.yb-legal-layout article li { color: #46576a; }
.yb-legal-layout article a,
.yb-link-button { color: var(--yb-blue); text-decoration: underline; }
.yb-link-button { margin: 0; padding: 0; border: 0; background: none; cursor: pointer; }
.yb-cookie-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; }
.yb-cookie-table { min-width: 720px; border-collapse: collapse; }
.yb-cookie-table th,
.yb-cookie-table td { padding: 16px; border: 1px solid var(--yb-line); text-align: left; vertical-align: top; font-size: .84rem; }
.yb-cookie-table th { color: var(--yb-navy); background: var(--yb-tint); }

/* Professional footer */
.yb-site-footer { color: #d1e0eb; background: #061b31; }
.yb-footer-cta { padding: 52px 0; color: var(--yb-ink); background: #e8f2f1; }
.yb-footer-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.yb-footer-cta span { color: var(--yb-accent-dark); font-size: .68rem; font-weight: 850; letter-spacing: .13em; }
.yb-footer-cta h2 { margin: 7px 0 5px; color: var(--yb-navy); font-size: clamp(1.8rem,3vw,2.65rem); }
.yb-footer-cta p { max-width: 750px; margin: 0; color: var(--yb-muted); }
.yb-footer-main { padding: 68px 0 58px; }
.yb-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 48px; }
.yb-footer-brand img { width: 200px; height: auto; padding: 8px; border-radius: 4px; background: #fff; }
.yb-footer-brand p { max-width: 330px; margin: 22px 0 15px; color: #9fb4c5; font-size: .85rem; }
.yb-footer-email { color: #fff; font-weight: 750; }
.yb-footer-grid nav h3 { margin: 0 0 18px; color: #fff; font-size: .93rem; letter-spacing: 0; }
.yb-footer-grid nav a,
.yb-footer-grid nav button { display: block; padding: 6px 0; border: 0; color: #9fb4c5; background: none; font-size: .8rem; text-align: left; cursor: pointer; }
.yb-footer-grid nav a:hover,
.yb-footer-grid nav button:hover { color: #fff; }
.yb-footer-bottom { border-top: 1px solid rgba(255,255,255,.11); }
.yb-footer-bottom .yb-shell { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8199ab; font-size: .72rem; }

/* Cookie and privacy controls */
.yb-consent[hidden],
.yb-consent-modal[hidden] { display: none !important; }
.yb-consent { position: fixed; z-index: 999999; left: 24px; bottom: 24px; width: min(520px, calc(100% - 48px)); padding: 24px; border: 1px solid #d8e1e8; border-radius: 16px; color: var(--yb-ink); background: #fff; box-shadow: 0 24px 70px rgba(7,28,51,.25); }
.yb-consent > div:first-child > span,
.yb-consent-modal__panel > span { color: var(--yb-accent-dark); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.yb-consent h2,
.yb-consent-modal h2 { margin: 5px 0 8px; color: var(--yb-navy); font-family: Inter, Aptos, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif !important; font-size: 1.28rem; font-weight: 780; letter-spacing: -.025em; }
.yb-consent p,
.yb-consent-modal p { margin: 0; color: var(--yb-muted); font-size: .8rem; }
.yb-consent p a { color: var(--yb-blue); text-decoration: underline; }
.yb-consent__actions { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.yb-consent__actions button,
.yb-consent-modal__actions button { min-height: 40px; padding: 9px 15px; border: 1px solid #b8c5d0; border-radius: 999px; color: var(--yb-ink); background: #fff; font-size: .73rem; font-weight: 780; cursor: pointer; }
.yb-consent__actions .yb-consent__primary,
.yb-consent-modal__actions .yb-consent__primary { border-color: var(--yb-blue); color: #fff; background: var(--yb-blue); }
.yb-consent-modal { position: fixed; z-index: 1000000; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(3,17,31,.62); }
.yb-consent-open { overflow: hidden; }
.yb-consent-modal__panel { position: relative; width: min(560px,100%); max-height: calc(100vh - 48px); padding: 30px; border-radius: 18px; background: #fff; overflow-y: auto; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.yb-consent-modal__close { position: absolute; top: 17px; right: 17px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: var(--yb-ink); background: #eef3f6; font-size: 1.35rem; cursor: pointer; }
.yb-consent-choice { margin-top: 15px; padding: 16px; border: 1px solid var(--yb-line); border-radius: 11px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.yb-consent-choice strong,
.yb-consent-choice small { display: block; }
.yb-consent-choice small { margin-top: 3px; color: var(--yb-muted); font-size: .72rem; }
.yb-consent-choice input { width: 20px; height: 20px; accent-color: var(--yb-blue); }
.yb-consent-modal__actions { margin-top: 22px; display: flex; justify-content: flex-end; gap: 8px; }
.yb-consent-pending #qlwapp,
.yb-consent-pending .qlwapp { display: none !important; }

/* Single posts and products */
.single-post .site-content,
.single-product .site-content { background: #f5f8fa; }
.single-post #primary { width: 100%; max-width: none; margin: 0; padding: 0; }
.single-product .site-main { margin: 60px 0; padding: 46px; border: 1px solid var(--yb-line); border-radius: 18px; background: #fff; box-shadow: 0 12px 36px rgba(7,28,51,.06); }
.single-product .product_title { color: var(--yb-navy); font-size: clamp(2rem,3vw,3rem); line-height: 1.08; }

/* Editorial single template */
.yb-article-page { width: 100%; max-width: none; color: var(--yb-ink); background: #f4f8fa; }
.yb-article-hero { padding: 28px 0 76px; color: #fff; background: radial-gradient(circle at 82% 22%, rgba(22,191,214,.18), transparent 32%), linear-gradient(128deg,#061a31 0%,#0b3153 100%); overflow: hidden; }
.yb-breadcrumbs { margin-bottom: 42px; font-size: .72rem; font-weight: 720; letter-spacing: .025em; }
.yb-breadcrumbs ol { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.yb-breadcrumbs li { color: #a9bfd0; }
.yb-breadcrumbs li:not(:last-child)::after { margin-left: 8px; color: #68859a; content: '/'; }
.yb-breadcrumbs a { color: #d7e7f1; }
.yb-breadcrumbs a:hover { color: #fff; }
.yb-article-hero__grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(330px,.65fr); align-items: center; gap: 74px; }
.yb-article-hero__content { min-width: 0; }
.yb-article-hero .yb-eyebrow { color: #67d7e4; }
.yb-article-hero h1 { max-width: 850px; margin: 18px 0 24px; color: #fff; font-family: Inter,Aptos,"Segoe UI",system-ui,-apple-system,sans-serif; font-size: clamp(2.45rem,3.15vw,3.55rem); font-weight: 790; line-height: 1.06; letter-spacing: -.04em; text-wrap: balance; }
.yb-article-deck { max-width: 790px; margin: 0; color: #c5d7e4; font-size: 1.08rem; line-height: 1.68; }
.yb-article-meta { margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; gap: 10px 24px; color: #a9bfd0; font-size: .72rem; font-weight: 700; }
.yb-article-meta > * { position: relative; }
.yb-article-meta > *:not(:last-child)::after { position: absolute; right: -14px; color: #55758c; content: '·'; }
.yb-article-hero__media { aspect-ratio: 1; margin: 0; padding: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; display: grid; place-items: center; background: linear-gradient(145deg,rgba(255,255,255,.98),rgba(231,244,247,.94)); box-shadow: 0 28px 64px rgba(0,0,0,.22); overflow: hidden; }
.yb-article-hero__media img { width: 100%; height: 100%; object-fit: contain; }
.yb-article-layout { padding: 84px 0 96px; display: grid; grid-template-columns: minmax(0,800px) minmax(240px,300px); justify-content: center; align-items: start; gap: 76px; }
.yb-article-main { min-width: 0; margin: 0; padding: 58px 64px !important; border: 1px solid var(--yb-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 50px rgba(7,28,51,.06); }
.yb-article-summary { margin-bottom: 42px; padding: 24px 26px; border-left: 4px solid var(--yb-accent); border-radius: 0 12px 12px 0; background: #f1f7f9; }
.yb-article-summary strong { color: var(--yb-cyan); font-size: .68rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.yb-article-summary p { margin: 8px 0 0; color: #33495e; font-size: .96rem; line-height: 1.7; }
.yb-article-content { color: #405267; font-size: 1.03rem; line-height: 1.82; }
.yb-article-content > :first-child { margin-top: 0; }
.yb-article-content p { margin: 0 0 1.3em; }
.yb-article-content h2,
.yb-article-content h3 { scroll-margin-top: 120px; color: var(--yb-navy); font-family: Inter,Aptos,"Segoe UI",system-ui,-apple-system,sans-serif !important; font-weight: 780; letter-spacing: -.025em; text-transform: none !important; }
.yb-article-content h2 { margin: 2.15em 0 .72em; padding-top: 1.35em; border-top: 1px solid var(--yb-line); font-size: 1.82rem; line-height: 1.18; }
.yb-article-content h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.yb-article-content h3 { margin: 1.55em 0 .55em; font-size: 1.22rem; line-height: 1.3; }
.yb-article-content ul,
.yb-article-content ol { margin: 0 0 1.55em; padding-left: 1.4em; }
.yb-article-content li { margin: .55em 0; padding-left: .28em; }
.yb-article-content li::marker { color: var(--yb-blue); font-weight: 800; }
.yb-article-content a { color: var(--yb-blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.yb-article-content strong { color: #1b334c; }
.yb-article-content hr { margin: 44px 0; border: 0; border-top: 1px solid var(--yb-line); }
.yb-article-table-wrap { width: 100%; margin: 28px 0 34px; overflow-x: auto; }
.yb-article-content table { width: 100%; min-width: 620px; margin: 0; border: 1px solid var(--yb-line); border-collapse: separate; border-spacing: 0; border-radius: 12px; font-size: .82rem; line-height: 1.55; overflow: hidden; }
.yb-article-content th,
.yb-article-content td { padding: 14px 16px; border-right: 1px solid var(--yb-line); border-bottom: 1px solid var(--yb-line); text-align: left; vertical-align: top; }
.yb-article-content th:last-child,
.yb-article-content td:last-child { border-right: 0; }
.yb-article-content tbody tr:last-child td { border-bottom: 0; }
.yb-article-content th { color: var(--yb-navy); background: #edf5f7; font-weight: 780; }
.yb-article-content tbody tr:nth-child(even) { background: #fafcfd; }
.yb-article-inline-cta { margin-top: 54px; padding: 34px; border-radius: 16px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 28px; color: #fff; background: var(--yb-navy); }
.yb-article-inline-cta span { color: #65d6e4; font-size: .64rem; font-weight: 820; letter-spacing: .12em; }
.yb-article-inline-cta h2 { margin: 7px 0 9px; color: #fff !important; font-family: Inter,Aptos,"Segoe UI",system-ui,-apple-system,sans-serif !important; font-size: 1.5rem !important; font-weight: 780; line-height: 1.16 !important; letter-spacing: -.025em; text-transform: none !important; }
.yb-article-inline-cta p { margin: 0; color: #bcd0df; font-size: .82rem; line-height: 1.65; }
.yb-article-inline-cta .yb-button { min-height: 48px; padding: 13px 20px !important; border: 0 !important; border-radius: 999px; color: #fff !important; background: var(--yb-accent) !important; font-size: .76rem !important; font-weight: 800; line-height: 1.2 !important; white-space: nowrap; }
.yb-article-inline-cta .yb-button:hover,
.yb-article-inline-cta .yb-button:focus-visible { color: #fff !important; background: #b94700 !important; transform: translateY(-1px); }
.yb-post-navigation { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--yb-line); display: grid; grid-template-columns: 1fr 1fr; gap: 26px; font-size: .78rem; font-weight: 760; }
.yb-post-navigation div:last-child { text-align: right; }
.yb-post-navigation a { color: var(--yb-ink); }
.yb-post-navigation a:hover { color: var(--yb-blue); }
.yb-article-sidebar { min-width: 0; position: sticky; top: 118px; display: grid; gap: 20px; }
.yb-article-toc,
.yb-article-sidebar__help { padding: 26px; border: 1px solid var(--yb-line); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(7,28,51,.04); }
.yb-article-toc > strong { display: block; color: var(--yb-navy); font-size: .82rem; }
.yb-article-toc ol { margin: 18px 0 0; padding: 0; list-style: none; }
.yb-article-toc li { margin-top: 11px; line-height: 1.35; }
.yb-article-toc li:first-child { margin-top: 0; }
.yb-article-toc__level-3 { padding-left: 14px; }
.yb-article-toc a { color: #52687b; font-size: .72rem; font-weight: 650; }
.yb-article-toc a:hover { color: var(--yb-blue); }
.yb-article-sidebar__help { color: #fff; background: var(--yb-navy); }
.yb-article-sidebar__help > span { color: #67d7e4; font-size: .62rem; font-weight: 820; letter-spacing: .12em; }
.yb-article-sidebar__help > strong { margin-top: 10px; display: block; font-size: 1.05rem; line-height: 1.35; }
.yb-article-sidebar__help p { margin: 12px 0 16px; color: #b9cedd; font-size: .76rem; line-height: 1.65; }
.yb-article-sidebar__help a { color: #fff; font-size: .76rem; font-weight: 780; }
.yb-related-section { padding: 86px 0 96px; background: #eaf3f6; }
.yb-related-heading { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.yb-related-heading h2 { margin: 7px 0 0; color: var(--yb-navy) !important; font-family: Inter,Aptos,"Segoe UI",system-ui,-apple-system,sans-serif !important; font-size: clamp(2rem,3vw,2.8rem) !important; font-weight: 780; line-height: 1.1 !important; letter-spacing: -.035em; text-transform: none !important; }
.yb-related-heading > a { color: var(--yb-blue); font-size: .78rem; font-weight: 780; }
.yb-related-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.yb-related-card { border: 1px solid var(--yb-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 30px rgba(7,28,51,.05); overflow: hidden; }
.yb-related-card__media { height: 210px; display: grid; place-items: center; background: linear-gradient(145deg,#e1eef3,#fbfcfd); overflow: hidden; }
.yb-related-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.yb-related-card:hover .yb-related-card__media img { transform: scale(1.025); }
.yb-related-card__media > span { color: #92acbc; font-size: 2rem; font-weight: 820; }
.yb-related-card__body { padding: 24px; }
.yb-related-card__body > span { color: var(--yb-cyan); font-size: .66rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.yb-related-card h3 { min-height: 3.7em; margin: 9px 0 12px; font-family: Inter,Aptos,"Segoe UI",system-ui,-apple-system,sans-serif !important; font-size: 1.05rem !important; font-weight: 760; line-height: 1.25 !important; letter-spacing: -.015em; text-transform: none !important; }
.yb-related-card h3 a { color: var(--yb-navy); }
.yb-related-card p { color: var(--yb-muted); font-size: .8rem; line-height: 1.65; }
.yb-related-card .yb-text-link { color: var(--yb-blue); font-size: .76rem; }
.single-post .ast-single-related-posts-container { display: none !important; }

@media (max-width: 1050px) {
	:root { --yb-shell: min(100% - 40px, 940px); }
	.main-header-menu > .menu-item > .menu-link { padding-inline: 9px; font-size: .73rem; }
	.yb-catalog-hero__grid { grid-template-columns: 1fr 400px; gap: 42px; }
	.yb-catalog-categories { grid-template-columns: repeat(2,1fr); }
	.yb-catalog-category--large { grid-row: auto; min-height: 350px; }
	.yb-catalog-category--large img { width: 70%; height: 58%; }
	.yb-brief-grid { grid-template-columns: repeat(3,1fr); }
	.yb-brief-grid article:nth-child(4) { border-left: 0; border-top: 1px solid var(--yb-line); }
	.yb-brief-grid article:nth-child(5) { border-top: 1px solid var(--yb-line); }
	.yb-footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
	.yb-footer-grid nav:last-child { grid-column: 2 / -1; }
	.yb-article-hero__grid { grid-template-columns: minmax(0,1fr) 330px; gap: 44px; }
	.yb-article-layout { grid-template-columns: minmax(0,700px) minmax(220px,260px); gap: 38px; }
	.yb-article-main { padding: 48px !important; }
}

@media (max-width: 780px) {
	:root { --yb-shell: calc(100% - 32px); }
	body { font-size: 15px; }
	.ast-above-header-wrap { display: none; }
	.site-primary-header-wrap { min-height: 72px; }
	.site-header .custom-logo-link img { max-width: 155px; }
	.ast-mobile-popup-drawer .ast-mobile-popup-inner { background: #fff; }
	.ast-builder-menu-mobile .main-navigation .menu-item > .menu-link { padding: 14px 20px; color: var(--yb-ink); font-size: .9rem; }
	.yb-page h1,
	.yb-commerce-archive h1,
	.yb-editorial-archive h1 { font-size: clamp(2.45rem,11vw,3.7rem); }
	.yb-section { padding: 72px 0; }
	.yb-catalog-hero { padding: 64px 0; }
	.yb-catalog-hero__grid,
	.yb-archive-hero__grid,
	.yb-contact-hero__grid,
	.yb-faq-layout,
	.yb-contact-assurance,
	.yb-legal-layout { grid-template-columns: 1fr; gap: 42px; }
	.yb-catalog-hero__visual { min-height: 390px; }
	.yb-visual-spec { left: 14px; bottom: 14px; }
	.yb-catalog-proof { gap: 10px; }
	.yb-catalog-categories,
	.yb-journey,
	.woocommerce ul.products,
	.yb-editorial-grid { grid-template-columns: repeat(2,minmax(0,1fr)) !important; }
	.yb-catalog-category,
	.yb-catalog-category--large { min-height: 330px; }
	.yb-catalog-guide { flex-direction: column; gap: 3px; }
	.yb-archive-products__heading { grid-template-columns: 1fr; gap: 15px; }
	.yb-contact-hero { padding: 54px 0 68px; }
	.yb-contact-intro { padding-top: 0; }
	.yb-contact-page .yb-form-shell { padding: 28px; }
	.yb-brief-grid { grid-template-columns: repeat(2,1fr); }
	.yb-brief-grid article:nth-child(3),
	.yb-brief-grid article:nth-child(5) { border-left: 0; }
	.yb-brief-grid article:nth-child(3) { border-top: 1px solid var(--yb-line); }
	.yb-brief-grid article:nth-child(4) { border-left: 1px solid var(--yb-line); }
	.yb-legal-layout aside { position: static; }
	.yb-footer-cta__inner { grid-template-columns: 1fr; gap: 25px; }
	.yb-footer-grid { grid-template-columns: 1fr 1fr; }
	.yb-footer-brand { grid-column: 1 / -1; }
	.yb-footer-grid nav:last-child { grid-column: auto; }
	.single-product .site-main { margin: 30px 0; padding: 26px; }
	.yb-article-hero { padding: 24px 0 58px; }
	.yb-breadcrumbs { margin-bottom: 30px; }
	.yb-article-hero__grid { grid-template-columns: 1fr; gap: 38px; }
	.yb-article-hero h1 { font-size: clamp(2.35rem,9vw,3.3rem); }
	.yb-article-hero__media { width: min(420px,100%); }
	.yb-article-layout { padding: 52px 0 64px; grid-template-columns: 1fr; gap: 28px; }
	.yb-article-main { padding: 36px !important; }
	.yb-article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
	.yb-article-inline-cta { grid-template-columns: 1fr; }
	.yb-related-section { padding: 62px 0 70px; }
	.yb-related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.yb-related-card:last-child { display: none; }
}

@media (max-width: 520px) {
	:root { --yb-shell: calc(100% - 28px); }
	.yb-catalog-proof { grid-template-columns: 1fr; }
	.yb-catalog-proof li { display: grid; grid-template-columns: 75px 1fr; align-items: baseline; gap: 8px; }
	.yb-catalog-categories,
	.yb-journey,
	.woocommerce ul.products,
	.yb-editorial-grid { grid-template-columns: 1fr !important; }
	.yb-catalog-category,
	.yb-catalog-category--large { min-height: 340px; }
	.yb-brief-grid { grid-template-columns: 1fr; }
	.yb-brief-grid article { border-left: 0 !important; border-top: 1px solid var(--yb-line); }
	.yb-brief-grid article:first-child { border-top: 0; }
	.yb-footer-grid { grid-template-columns: 1fr; }
	.yb-footer-brand,
	.yb-footer-grid nav:last-child { grid-column: auto; }
	.yb-footer-bottom .yb-shell { padding: 18px 0; flex-direction: column; align-items: flex-start; }
	.yb-consent { left: 14px; bottom: 14px; width: calc(100% - 28px); padding: 20px; }
	.yb-consent__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.yb-consent__actions button:last-child { grid-column: 1 / -1; }
	.yb-consent-modal { padding: 14px; }
	.yb-consent-modal__panel { max-height: calc(100vh - 28px); padding: 24px; }
	.yb-consent-modal__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.yb-article-hero h1 { font-size: clamp(2.15rem,10.5vw,2.75rem); }
	.yb-article-deck { font-size: .96rem; }
	.yb-article-meta { display: grid; gap: 7px; }
	.yb-article-meta > *::after { display: none; }
	.yb-article-hero__media { padding: 24px; border-radius: 18px; }
	.yb-article-main { padding: 28px 22px !important; border-radius: 15px; }
	.yb-article-summary { padding: 20px; }
	.yb-article-content { font-size: 16px !important; line-height: 1.75; }
	.yb-article-content h2 { font-size: 1.55rem; }
	.yb-article-inline-cta { padding: 26px 22px; }
	.yb-post-navigation { grid-template-columns: 1fr; }
	.yb-post-navigation div:last-child { text-align: left; }
	.yb-article-sidebar { grid-template-columns: 1fr; }
	.yb-related-heading { align-items: flex-start; flex-direction: column; }
	.yb-related-grid { grid-template-columns: 1fr; }
	.yb-related-card:last-child { display: block; }
}

/* Contact form controls need an explicit visual boundary. SureForms renders
 * several control types with different wrappers, so cover the native fields,
 * its number input and the Tom Select control without affecting hidden inputs. */
.yb-contact-page .yb-form-shell input.srfm-input-common:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
.yb-contact-page .yb-form-shell textarea.srfm-input-common,
.yb-contact-page .yb-form-shell .ts-control {
	min-height: 48px;
	border: 1px solid #aebdca !important;
	border-radius: 8px !important;
	color: var(--yb-ink) !important;
	background: #fff !important;
	box-shadow: inset 0 1px 2px rgba(7,28,51,.05) !important;
	transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.yb-contact-page .yb-form-shell textarea.srfm-input-common { min-height: 132px; }
.yb-contact-page .yb-form-shell input.srfm-input-common::placeholder,
.yb-contact-page .yb-form-shell textarea.srfm-input-common::placeholder,
.yb-contact-page .yb-form-shell .ts-control input::placeholder { color: #748496; opacity: 1; }
.yb-contact-page .yb-form-shell input.srfm-input-common:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
.yb-contact-page .yb-form-shell textarea.srfm-input-common:focus,
.yb-contact-page .yb-form-shell .ts-wrapper.focus .ts-control,
.yb-contact-page .yb-form-shell .ts-control:focus-within {
	border-color: var(--yb-blue) !important;
	outline: 0 !important;
	box-shadow: 0 0 0 3px rgba(49,84,245,.14), inset 0 1px 2px rgba(7,28,51,.04) !important;
}
.yb-contact-page .yb-form-shell [aria-invalid="true"]:not([type="checkbox"]),
.yb-contact-page .yb-form-shell .srfm-input-error {
	border-color: #d33b32 !important;
}

/* Astra creates a second menu tree for its sticky header. Target the actual
 * quote menu item in both trees so hover/current states cannot turn it into a
 * white-on-white pill. */
body .main-header-menu > .menu-item.menu-item-2192 > .menu-link,
body #ast-fixed-header .main-header-menu > .menu-item.menu-item-2192 > .menu-link,
body .ast-sticky-active .main-header-menu > .menu-item.menu-item-2192 > .menu-link {
	color: #fff !important;
	background-color: #ff7a1a !important;
}
body .main-header-menu > .menu-item.menu-item-2192 > .menu-link:hover,
body .main-header-menu > .menu-item.menu-item-2192 > .menu-link:focus-visible,
body #ast-fixed-header .main-header-menu > .menu-item.menu-item-2192 > .menu-link:hover,
body #ast-fixed-header .main-header-menu > .menu-item.menu-item-2192 > .menu-link:focus-visible,
body .ast-sticky-active .main-header-menu > .menu-item.menu-item-2192 > .menu-link:hover,
body .ast-sticky-active .main-header-menu > .menu-item.menu-item-2192 > .menu-link:focus-visible {
	color: #fff !important;
	background-color: #071c33 !important;
	box-shadow: 0 12px 28px rgba(7,28,51,.24) !important;
}
