:root {
	--wnwl-ink: #102a43;
	--wnwl-navy: #0b263d;
	--wnwl-slate: #41566a;
	--wnwl-muted: #698094;
	--wnwl-line: #dce7ee;
	--wnwl-coral: #f45d4c;
	--wnwl-coral-dark: #d94738;
	--wnwl-teal: #168f8a;
	--wnwl-mist: #eaf7f4;
	--wnwl-sand: #fff8f0;
	--wnwl-white: #fff;
	--wnwl-shadow: 0 20px 55px rgba(16, 42, 67, .11);
	--wnwl-radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.wnwl-b2b-integrated { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--wnwl-white); color: var(--wnwl-slate); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.wnwl-b2b-integrated img { display: block; max-width: 100%; height: auto; }
body.wnwl-b2b-integrated a { text-underline-offset: .18em; }
body.wnwl-b2b-integrated h1,
body.wnwl-b2b-integrated h2,
body.wnwl-b2b-integrated h3 { color: var(--wnwl-ink); letter-spacing: -.025em; }
.wnwl-shell, .shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.wnwl-skip-link { position: fixed; left: 16px; top: -100px; z-index: 99999; padding: 12px 18px; border-radius: 8px; background: var(--wnwl-white); color: var(--wnwl-ink); font-weight: 700; }
.wnwl-skip-link:focus { top: 16px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.wnwl-site-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(220,231,238,.75); }
.wnwl-topbar { background: var(--wnwl-navy); color: #dcecf4; font-size: 12px; letter-spacing: .02em; }
.wnwl-topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wnwl-topbar a { color: #fff; text-decoration: none; }
.wnwl-nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wnwl-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--wnwl-ink); text-decoration: none; flex: 0 0 auto; }
.wnwl-brand__mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px 13px 13px 5px; background: linear-gradient(145deg, var(--wnwl-teal), #20afa7); color: #fff; font-size: 24px; font-weight: 850; box-shadow: 0 10px 22px rgba(22,143,138,.22); }
.wnwl-brand__word { display: flex; flex-direction: column; line-height: .9; }
.wnwl-brand__word strong { font-size: 21px; letter-spacing: .14em; }
.wnwl-brand__word small { margin-top: 7px; color: var(--wnwl-coral); font-size: 9px; font-weight: 800; letter-spacing: .38em; }
.wnwl-primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(15px, 2vw, 27px); min-width: 0; }
.wnwl-primary-nav > a:not(.wnwl-button) { color: #29465d; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.wnwl-primary-nav > a:hover, .wnwl-primary-nav > a:focus-visible { color: var(--wnwl-coral); }
.wnwl-portal-link { padding-left: 19px; border-left: 1px solid var(--wnwl-line); }
.wnwl-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--wnwl-line); border-radius: 10px; background: #fff; }
.wnwl-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--wnwl-ink); }

.wnwl-button,
body.wnwl-b2b-integrated .button,
body.wnwl-b2b-integrated .wp-element-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid var(--wnwl-coral); border-radius: 10px; background: var(--wnwl-coral); color: #fff; font-size: 15px; font-weight: 780; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.wnwl-button:hover, .wnwl-button:focus-visible,
body.wnwl-b2b-integrated .button:hover,
body.wnwl-b2b-integrated .wp-element-button:hover { transform: translateY(-1px); background: var(--wnwl-coral-dark); color: #fff; box-shadow: 0 12px 24px rgba(244,93,76,.2); }
.wnwl-button--small { min-height: 40px; padding: 9px 15px; font-size: 13px; }
.wnwl-button--outline { background: transparent; color: var(--wnwl-ink); border-color: #9eb1bf; }
.wnwl-button--outline:hover, .wnwl-button--outline:focus-visible { background: var(--wnwl-ink); border-color: var(--wnwl-ink); }
.wnwl-button--light { background: #fff; border-color: #fff; color: var(--wnwl-ink); }
.wnwl-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wnwl-text-link { color: var(--wnwl-teal); font-weight: 750; text-decoration-thickness: 1px; }
.wnwl-eyebrow { margin: 0 0 14px; color: var(--wnwl-coral); font-size: 12px; font-weight: 850; letter-spacing: .14em; line-height: 1.3; }

.wnwl-hero { position: relative; overflow: hidden; padding: clamp(60px, 8vw, 110px) 0; background: radial-gradient(circle at 85% 20%, rgba(22,143,138,.14), transparent 30%), linear-gradient(135deg, #f5fcfb 0%, #fff 50%, var(--wnwl-sand) 100%); }
.wnwl-hero::before { content: ""; position: absolute; width: 280px; height: 280px; left: -110px; bottom: -130px; border: 56px solid rgba(244,93,76,.08); border-radius: 50%; }
.wnwl-hero__grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: clamp(42px, 7vw, 92px); align-items: center; }
.wnwl-hero__copy { min-width: 0; }
.wnwl-hero h1 { max-width: 760px; margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: .98; }
.wnwl-hero__lead { margin: 25px 0 10px; color: var(--wnwl-teal); font-size: clamp(20px, 2.2vw, 28px); font-weight: 780; }
.wnwl-hero__copy > p:not(.wnwl-eyebrow):not(.wnwl-hero__lead) { max-width: 650px; font-size: 17px; }
.wnwl-hero .wnwl-actions { margin-top: 30px; }
.wnwl-hero__checks { display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 28px 0 0; padding: 0; list-style: none; color: #39566c; font-size: 13px; font-weight: 700; }
.wnwl-hero__checks li::before { content: "✓"; margin-right: 7px; color: var(--wnwl-teal); }
.wnwl-hero__visual { position: relative; min-width: 0; aspect-ratio: 1 / .93; padding: 18px; border-radius: 32px 32px 32px 10px; background: var(--wnwl-white); box-shadow: var(--wnwl-shadow); transform: rotate(1.5deg); }
.wnwl-hero__visual::after { content: ""; position: absolute; inset: 9px -12px -12px 10px; z-index: -1; border: 2px solid rgba(22,143,138,.22); border-radius: inherit; }
.wnwl-hero__visual img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px 22px 22px 5px; }
.wnwl-hero__label { position: absolute; left: 0; bottom: 38px; padding: 11px 18px; border-radius: 0 9px 9px 0; background: var(--wnwl-navy); color: #fff; font-size: 13px; font-weight: 750; }
.wnwl-hero__placeholder { height: 100%; display: grid; place-content: center; gap: 14px; text-align: center; border-radius: 22px; background: linear-gradient(145deg, var(--wnwl-mist), #f9e9de); }
.wnwl-hero__placeholder span { font-size: clamp(58px, 9vw, 100px); color: var(--wnwl-teal); font-weight: 900; letter-spacing: .1em; }

.wnwl-section { padding: clamp(70px, 8vw, 105px) 0; }
.wnwl-section--soft { background: #f4faf9; }
.wnwl-section--sand { background: var(--wnwl-sand); }
.wnwl-section--navy { background: var(--wnwl-navy); color: #ccdae4; }
.wnwl-section--navy h2, .wnwl-section--navy h3 { color: #fff; }
.wnwl-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 35px; }
.wnwl-section-heading h2, .wnwl-capability-grid h2, .wnwl-factory-grid h2, .wnwl-cta h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); }
.wnwl-section-heading p:last-child { max-width: 690px; margin-bottom: 0; }
.wnwl-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.wnwl-category-card { min-width: 0; display: flex; align-items: center; gap: 17px; padding: 15px; border: 1px solid #dbeae7; border-radius: 16px; background: #fff; color: var(--wnwl-ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.wnwl-category-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(16,42,67,.08); }
.wnwl-category-card img, .wnwl-category-card__fallback { width: 72px; height: 72px; flex: 0 0 72px; border-radius: 12px; object-fit: cover; }
.wnwl-category-card__fallback { display: grid; place-items: center; background: var(--wnwl-mist); color: var(--wnwl-teal); font-size: 30px; font-weight: 850; }
.wnwl-category-card span:last-child { min-width: 0; display: flex; flex-direction: column; }
.wnwl-category-card strong { overflow-wrap: anywhere; }
.wnwl-category-card small { margin-top: 4px; color: var(--wnwl-muted); }

.wnwl-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.wnwl-product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--wnwl-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(16,42,67,.055); }
.wnwl-product-card__image { display: block; aspect-ratio: 1 / .82; padding: 10px; background: #f4f7f8; }
.wnwl-product-card__image img { width: 100%; height: 100%; object-fit: cover; border-radius: 11px; }
.wnwl-product-card__body { min-width: 0; flex: 1; display: flex; flex-direction: column; padding: 18px; }
.wnwl-product-card h3 { margin: 10px 0 5px; font-size: 17px; line-height: 1.3; overflow-wrap: anywhere; }
.wnwl-product-card h3 a { color: inherit; text-decoration: none; }
.wnwl-product-sku { margin: 0 0 12px; color: var(--wnwl-muted); font-size: 12px; }
.wnwl-badge { align-self: flex-start; padding: 5px 9px; border-radius: 999px; background: var(--wnwl-mist); color: #08766f; font-size: 10px; font-weight: 850; letter-spacing: .03em; }
.wnwl-product-facts { margin: auto 0 16px; padding-top: 3px; }
.wnwl-product-facts div { min-width: 0; display: flex; justify-content: space-between; gap: 8px; padding: 7px 0; border-bottom: 1px solid #edf2f5; font-size: 12px; }
.wnwl-product-facts dt { color: var(--wnwl-muted); }
.wnwl-product-facts dd { margin: 0; color: var(--wnwl-ink); font-weight: 750; text-align: right; overflow-wrap: anywhere; }
.wnwl-product-card__actions { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wnwl-product-card__actions .wnwl-text-link { font-size: 12px; }
.wnwl-empty-card, .wnwl-empty-state { padding: 55px; border-radius: var(--wnwl-radius); background: #f6fafb; text-align: center; }

.wnwl-capability-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(45px, 8vw, 105px); align-items: center; }
.wnwl-capability-grid > div:first-child p:not(.wnwl-eyebrow) { margin: 24px 0 30px; font-size: 17px; }
.wnwl-step-list { display: grid; gap: 12px; }
.wnwl-step-list article { min-width: 0; display: grid; grid-template-columns: 54px minmax(0, 1fr); gap: 17px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.055); }
.wnwl-step-list article > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px; background: var(--wnwl-coral); color: #fff; font-size: 13px; font-weight: 850; }
.wnwl-step-list h3 { margin: 0 0 4px; font-size: 18px; }
.wnwl-step-list p { margin: 0; }
.wnwl-value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.wnwl-value-grid article { min-width: 0; padding: 30px; border: 1px solid var(--wnwl-line); border-radius: 18px; }
.wnwl-value-grid article > span { color: var(--wnwl-coral); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.wnwl-value-grid h3 { margin: 35px 0 9px; font-size: 22px; }
.wnwl-value-grid p { margin: 0; }
.wnwl-factory-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 8vw, 100px); align-items: start; }
.wnwl-advantage-list { border-top: 1px solid #ead9c8; }
.wnwl-advantage-list > div { min-width: 0; display: grid; grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr); gap: 25px; padding: 22px 0; border-bottom: 1px solid #ead9c8; }
.wnwl-advantage-list strong { color: var(--wnwl-ink); }
.wnwl-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(35px, 6vw, 65px); border-radius: 24px; background: linear-gradient(130deg, var(--wnwl-teal), #0d7773); color: #dff8f5; }
.wnwl-cta h2 { max-width: 700px; color: #fff; }
.wnwl-cta p:not(.wnwl-eyebrow) { margin-bottom: 0; }

.wnwl-page-main { width: min(1200px, calc(100% - 48px)); min-height: 50vh; margin-inline: auto; padding: 65px 0 95px; }
.wnwl-page-heading { max-width: 780px; margin: 0 auto 38px; padding-bottom: 24px; border-bottom: 1px solid var(--wnwl-line); }
.wnwl-page-heading h1 { margin: 0; font-size: clamp(36px, 5vw, 58px); }
.wnwl-page-main > * { max-width: 100%; min-width: 0; }
.wnwl-page-main table { display: block; max-width: 100%; overflow-x: auto; }
.wnwl-page-main input:not([type="checkbox"]):not([type="radio"]), .wnwl-page-main select, .wnwl-page-main textarea { max-width: 100%; }
.wnwl-post-card { margin-bottom: 20px; padding: 25px; border: 1px solid var(--wnwl-line); border-radius: 14px; }

/* The catalog and commercial plugins keep ownership of product data and interactions. */
body.wnwl-b2b-catalog-page .price,
body.wnwl-b2b-catalog-page .add_to_cart_button,
body.single-product .woocommerce-Price-amount:not(.wnwl-commercial-price),
body.single-product form.cart { display: none !important; }
body.wnwl-b2b-catalog-page .wnwl-site-header { position: relative; }
body.wnwl-b2b-catalog-page .wnwl-catalog-hero { background: linear-gradient(135deg, var(--wnwl-navy), #174863); color: #dce9ef; }
body.wnwl-b2b-catalog-page .wnwl-catalog-hero h1 { color: #fff; }
body.wnwl-b2b-catalog-page .wnwl-catalog-kicker { color: #72d7cf; }
body.wnwl-b2b-catalog-page .wnwl-catalog-intro,
body.wnwl-b2b-catalog-page .wnwl-catalog-intro p { color: #dce9ef; }
body.wnwl-b2b-catalog-page .wnwl-product-card,
body.wnwl-b2b-catalog-page .wnwl-product-summary,
body.wnwl-b2b-catalog-page .wnwl-product-tabs { min-width: 0; max-width: 100%; }
body.wnwl-rfq-page .wnwl-page-main,
body.wnwl-contact-page .wnwl-page-main,
body.wnwl-portal-page .wnwl-page-main { width: min(1080px, calc(100% - 48px)); }
body.wnwl-rfq-page .wnwl-page-main > .wp-block-post-content,
body.wnwl-contact-page .wnwl-page-main > .wp-block-post-content,
body.wnwl-portal-page .wnwl-page-main > .wp-block-post-content { max-width: 1080px; padding: clamp(20px, 4vw, 42px); border: 1px solid var(--wnwl-line); border-radius: var(--wnwl-radius); background: #fff; box-shadow: 0 18px 50px rgba(16,42,67,.07); }

.wnwl-site-footer { padding: 72px 0 0; background: #071f32; color: #afc1ce; }
.wnwl-footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 55px; }
.wnwl-site-footer h2 { margin: 0 0 18px; color: #fff; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.wnwl-site-footer a { display: block; margin: 9px 0; color: #dbe6ed; text-decoration: none; }
.wnwl-site-footer a:hover { color: #fff; }
.wnwl-footer-brand p { max-width: 350px; }
.wnwl-brand--footer { display: inline-flex !important; margin: 0 0 18px !important; color: #fff !important; }
.wnwl-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.wnwl-whatsapp { position: fixed; right: 24px; bottom: 90px; z-index: 200; display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px; background: linear-gradient(145deg, #25b968, #1fae62); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 12px 30px rgba(31,174,98,.28); transform-origin: center; transition: transform .3s ease; }
.wnwl-whatsapp .wnwl-wa-icon { font-size: 16px; line-height: 1; }
.wnwl-whatsapp .wnwl-wa-tip { max-width: 0; overflow: hidden; white-space: nowrap; opacity: 0; transition: max-width .28s ease, opacity .28s ease, margin-left .28s ease; }
@media (hover: hover) and (pointer: fine) {
	.wnwl-whatsapp:hover { transform: scale(1.05); }
	.wnwl-whatsapp:hover::before { animation: none; opacity: 0; }
	.wnwl-whatsapp:hover .wnwl-wa-tip { max-width: 190px; margin-left: 2px; opacity: 1; }
}
/* Desktop (>=768px): outer breathing pulse ring, 2s cycle, infinite. */
@media (min-width: 768px) {
	.wnwl-whatsapp::before {
		content: ""; position: absolute; inset: -10px; border-radius: 50%;
		background: rgba(37, 211, 102, .45); z-index: -1; pointer-events: none;
		transform-origin: center; animation: wnwl-wa-ring 2s ease-out infinite;
	}
}
@keyframes wnwl-wa-ring {
	0% { transform: scale(1); opacity: .6; }
	50% { transform: scale(1.35); opacity: .25; }
	100% { transform: scale(1.6); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
	.wnwl-whatsapp { animation: none !important; transition: none !important; }
	.wnwl-whatsapp::before { animation: none !important; opacity: 0 !important; }
	.wnwl-whatsapp .wnwl-wa-tip { transition: none !important; }
}

/* Product page: WhatsApp wholesale inquiry CTA (next to RFQ, no cart impact). */
.wnwl-wa-product { display: inline-flex; align-items: center; gap: 8px; margin: 6px 0 0 10px; padding: 12px 18px; border-radius: 999px; background: linear-gradient(145deg, #25b968, #1fae62); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none; box-shadow: 0 10px 24px rgba(31,174,98,.22); transition: transform .3s ease, background .3s ease; }
.wnwl-wa-product:hover { transform: scale(1.03); background: linear-gradient(145deg, #1fae62, #1b9d58); color: #fff !important; }
@media (max-width: 520px) {
	.wnwl-wa-product { width: 100%; justify-content: center; margin: 8px 0 0; }
}

/* Product Video module */
.wnwl-product-video { margin: 36px 0 8px; max-width: 880px; }
.wnwl-product-video h2 { margin: 0 0 14px; color: var(--wnwl-ink, #102a43); font-size: clamp(22px, 2.6vw, 30px); }
.wnwl-video-frame { width: 100%; }
.wnwl-video-ratio { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #0b1520; border-radius: 14px; overflow: hidden; }
.wnwl-video-ratio video, .wnwl-video-ratio iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.wnwl-video-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 16px; }
.wnwl-video-cta .wnwl-wa-product { margin: 0; }
@media (max-width: 520px) {
	.wnwl-video-cta { flex-direction: column; align-items: stretch; }
	.wnwl-video-cta > a { justify-content: center; width: 100%; }
}

@media (max-width: 1100px) {
	.wnwl-primary-nav { gap: 15px; }
	.wnwl-primary-nav > a:not(.wnwl-button) { font-size: 13px; }
	.wnwl-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
	.wnwl-menu-toggle { display: block; margin-left: auto; }
	.wnwl-primary-nav { position: absolute; left: 24px; right: 24px; top: calc(100% - 3px); display: none; align-items: stretch; padding: 18px; border: 1px solid var(--wnwl-line); border-radius: 14px; background: #fff; box-shadow: var(--wnwl-shadow); }
	.wnwl-primary-nav.is-open { display: grid; }
	.wnwl-primary-nav > a:not(.wnwl-button) { padding: 8px 5px; font-size: 15px; }
	.wnwl-portal-link { padding-left: 5px; border-left: 0; }
	.wnwl-primary-nav .wnwl-button { width: 100%; }
	.wnwl-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(290px, .75fr); gap: 38px; }
	.wnwl-hero h1 { font-size: clamp(42px, 7vw, 62px); }
	.wnwl-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wnwl-footer-grid { grid-template-columns: 1.4fr repeat(2, 1fr); gap: 35px; }
	.wnwl-footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 768px) {
	.wnwl-shell, .shell, .wnwl-page-main, body.wnwl-rfq-page .wnwl-page-main, body.wnwl-contact-page .wnwl-page-main, body.wnwl-portal-page .wnwl-page-main { width: min(100% - 32px, 1200px); }
	.wnwl-topbar__inner { justify-content: center; }
	.wnwl-topbar__inner span { display: none; }
	.wnwl-nav-wrap { min-height: 72px; }
	.wnwl-hero { padding: 56px 0 65px; }
	.wnwl-hero__grid { grid-template-columns: minmax(0, 1fr); }
	.wnwl-hero__visual { max-width: 520px; width: 100%; margin-inline: auto; aspect-ratio: 1.2 / 1; }
	.wnwl-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wnwl-capability-grid, .wnwl-factory-grid { grid-template-columns: minmax(0, 1fr); }
	.wnwl-value-grid { grid-template-columns: minmax(0, 1fr); }
	.wnwl-value-grid h3 { margin-top: 18px; }
	.wnwl-cta { align-items: flex-start; flex-direction: column; }
	.wnwl-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.wnwl-footer-grid > div:last-child { grid-column: auto; }
	.wnwl-footer-brand { grid-column: 1 / -1; }
	.wnwl-page-main { padding: 48px 0 70px; }
}

@media (max-width: 520px) {
	.wnwl-shell, .shell, .wnwl-page-main, body.wnwl-rfq-page .wnwl-page-main, body.wnwl-contact-page .wnwl-page-main, body.wnwl-portal-page .wnwl-page-main { width: min(100% - 28px, 1200px); }
	.wnwl-nav-wrap { gap: 12px; }
	.wnwl-brand__mark { width: 39px; height: 39px; }
	.wnwl-brand__word strong { font-size: 18px; }
	.wnwl-primary-nav { left: 14px; right: 14px; }
	.wnwl-hero h1 { font-size: clamp(39px, 12.5vw, 53px); }
	.wnwl-hero__lead { font-size: 20px; }
	.wnwl-actions, .wnwl-hero .wnwl-actions { display: grid; width: 100%; }
	.wnwl-actions .wnwl-button { width: 100%; }
	.wnwl-hero__checks { display: grid; }
	.wnwl-hero__visual { aspect-ratio: 1 / .92; padding: 12px; border-radius: 22px; }
	.wnwl-section { padding: 62px 0; }
	.wnwl-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 28px; }
	.wnwl-category-grid, .wnwl-product-grid { grid-template-columns: minmax(0, 1fr); padding-bottom: 96px; }
	.wnwl-product-card { display: flex; flex-direction: column; }
	.wnwl-product-card__image { width: 100%; height: auto; aspect-ratio: 1 / 1; min-height: 0; padding: 8px; }
	.wnwl-product-card__image img { object-fit: contain; }
	.wnwl-b2b-catalog-page .wnwl-product-card-image img { object-fit: contain; }
	.wnwl-product-card__body { padding: 12px 14px 16px; }
	.wnwl-product-card h3 { font-size: 16px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
	.wnwl-product-sku { font-size: 11px; margin: 0 0 10px; }
	.wnwl-product-card__actions { align-items: stretch; flex-direction: column; gap: 8px; margin-top: 14px; }
	.wnwl-product-card__actions .wnwl-button { width: 100%; justify-content: center; }
	.wnwl-step-list article { grid-template-columns: 42px minmax(0, 1fr); padding: 16px; }
	.wnwl-step-list article > span { width: 38px; height: 38px; }
	.wnwl-advantage-list > div { grid-template-columns: minmax(0, 1fr); gap: 5px; }
	.wnwl-cta { padding: 27px 22px; }
	.wnwl-footer-grid { grid-template-columns: minmax(0, 1fr); }
	.wnwl-footer-brand, .wnwl-footer-grid > div:last-child { grid-column: auto; }
	.wnwl-footer-bottom { align-items: flex-start; flex-direction: column; }
	.wnwl-whatsapp { right: 16px; bottom: calc(90px + env(safe-area-inset-bottom)); padding: 11px 14px; }
	body.wnwl-rfq-page .wnwl-page-main > .wp-block-post-content, body.wnwl-contact-page .wnwl-page-main > .wp-block-post-content, body.wnwl-portal-page .wnwl-page-main > .wp-block-post-content { padding: 18px 14px; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* ========================================================================
   Phase A — Mobile UX conversion: compact first screen + product discovery
   ======================================================================== */
.wnwl-wa-quick { margin: 14px 0 0; }
.wnwl-wa-quick .wnwl-button { width: 100%; }

@media (max-width: 520px) {
	/* Hero: aim <= 0.8 viewport height on phones; keep copy + both CTAs. */
	.wnwl-hero { padding: 16px 0 20px; }
	.wnwl-hero__grid { gap: 12px; }
	.wnwl-hero h1 { font-size: clamp(30px, 9.5vw, 40px); line-height: 1; }
	.wnwl-hero__lead { margin: 8px 0 6px; font-size: 16px; }
	.wnwl-hero__copy > p:not(.wnwl-eyebrow):not(.wnwl-hero__lead) { font-size: 13px; margin: 0; }
	.wnwl-hero .wnwl-actions { margin-top: 10px; }
	.wnwl-hero .wnwl-actions .wnwl-button { min-height: 42px; padding: 9px 14px; font-size: 14px; }
	.wnwl-hero__checks { margin: 8px 0 0; gap: 4px 10px; font-size: 11px; }
	.wnwl-hero__visual { max-width: 190px; aspect-ratio: 1 / 1; padding: 7px; margin-top: 2px; border-radius: 18px; }
	.wnwl-hero__visual::after { inset: 7px -8px -8px 7px; }
	.wnwl-hero__label { bottom: 8px; padding: 5px 9px; font-size: 10px; }

	/* Compact sections to surface product discovery sooner. */
	.wnwl-section { padding: 44px 0; }
	.wnwl-section-heading { margin-bottom: 20px; }
	.wnwl-section-heading h2,
	.wnwl-capability-grid h2,
	.wnwl-factory-grid h2,
	.wnwl-cta h2 { font-size: clamp(26px, 8vw, 34px); }
	.wnwl-category-card { gap: 10px; padding: 10px; }
	.wnwl-category-card img,
	.wnwl-category-card__fallback { width: 52px; height: 52px; flex-basis: 52px; }
	.wnwl-product-card__body { padding: 11px; }
	.wnwl-product-card h3 { font-size: 16px; }
	.wnwl-wa-quick { margin: 8px 0 0; }
}

/* ========================================================================
   WNWL Hero Product Image Slider — pure image showcase (no product info)
   ======================================================================== */
.wnwl-hero__visual--slider { aspect-ratio: auto; display: block; }
.wnwl-hero-slider { position: relative; min-width: 0; }
.wnwl-hero-slider__viewport { position: relative; overflow: hidden; border-radius: 22px 22px 22px 5px; aspect-ratio: 4 / 3.4; background: #f4f7f8; touch-action: pan-y; }
.wnwl-hero-slider__track { display: flex; height: 100%; transition: transform .55s ease; }
.wnwl-hero-slider__slide { flex: 0 0 100%; min-width: 0; margin: 0; }
.wnwl-hero-slider__slide img { display: block; width: 100%; height: 100%; object-fit: cover; -webkit-user-drag: none; user-select: none; }
.wnwl-hero-slider__arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--wnwl-line); border-radius: 50%; background: rgba(255, 255, 255, .94); color: var(--wnwl-navy); font-size: 28px; line-height: 1; padding: 0 0 5px; cursor: pointer; box-shadow: 0 6px 18px rgba(16, 42, 67, .14); transition: background .2s ease, color .2s ease, transform .2s ease; }
.wnwl-hero-slider__arrow--prev { left: 14px; }
.wnwl-hero-slider__arrow--next { right: 14px; }
.wnwl-hero-slider__arrow:hover { background: var(--wnwl-navy); color: #fff; }
.wnwl-hero-slider__arrow:focus-visible { outline: 2px solid var(--wnwl-teal); outline-offset: 2px; }
.wnwl-hero-slider__dots { position: absolute; left: 0; right: 0; bottom: 14px; z-index: 3; display: flex; justify-content: center; gap: 8px; }
.wnwl-hero-slider__dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .78); box-shadow: 0 0 0 1px rgba(11, 38, 61, .28); cursor: pointer; transition: background .2s ease, transform .2s ease; }
.wnwl-hero-slider__dot.is-active { background: var(--wnwl-navy); transform: scale(1.25); }
.wnwl-hero-slider__dot:focus-visible { outline: 2px solid var(--wnwl-teal); outline-offset: 2px; }

@media (max-width: 768px) {
	.wnwl-hero-slider__arrow { display: none; }
}

@media (max-width: 520px) {
	.wnwl-hero__visual--slider { max-width: 100%; aspect-ratio: auto; margin-top: 6px; }
	.wnwl-hero-slider__viewport { border-radius: 14px; }
}

@media (prefers-reduced-motion: reduce) {
	.wnwl-hero-slider__track { transition: none; }
}

/* WNWL OEM/ODM section contrast fix v1.0 (visual only) */
.wnwl-section--navy .wnwl-capability-grid h2,
.wnwl-section--navy .wnwl-step-list h3 { color: #ffffff; }
.wnwl-section--navy .wnwl-capability-grid p:not(.wnwl-eyebrow),
.wnwl-section--navy .wnwl-step-list p { color: #d9e3ef; }
.wnwl-section--navy .wnwl-step-list article { border-color: rgba(255,255,255,.15); }

/* Homepage Video Carousel v1.2. */
.wnwl-home-video { background: var(--wnwl-sand, #fff8f0); }
.wnwl-home-video__inner { display: block; }
.wnwl-home-video__title { margin: 0 0 26px; color: var(--wnwl-ink, #102a43); font-size: clamp(30px, 4vw, 48px); text-align: center; }
.wnwl-video-carousel__viewport { display: flex; gap: 28px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 0 18px; scrollbar-width: none; -webkit-overflow-scrolling: touch; max-width: 100%; }
.wnwl-video-carousel__viewport::-webkit-scrollbar { display: none; }
.wnwl-video-carousel__viewport > .wnwl-video-card { flex: 0 0 calc((100% - 56px) / 3); scroll-snap-align: start; margin-block-start: 0; margin-block-end: 0; }
.wnwl-video-card { display: flex; flex-direction: column; min-width: 0; }
.wnwl-video-card__title { margin: 0 0 14px; color: var(--wnwl-ink, #102a43); font-size: clamp(20px, 2.2vw, 26px); line-height: 1.25; }
.wnwl-home-video__media { width: 100%; margin: 0; border-radius: 18px; overflow: hidden; background: #0b1520; box-shadow: var(--wnwl-shadow); }
.wnwl-home-video__media video { display: block; width: 100%; height: auto; object-fit: contain; }
.wnwl-home-video__media:empty::before { content: "Select a video in Appearance → Editor → Front Page"; display: grid; place-items: center; min-height: 220px; padding: 24px; color: rgba(255,255,255,.78); font-weight: 700; text-align: center; }
.wnwl-video-carousel__controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 4px; }
.wnwl-video-carousel__arrow { width: 44px; height: 44px; border: 1px solid var(--wnwl-ink, #102a43); background: #ffffff; color: var(--wnwl-ink, #102a43); border-radius: 50%; font-size: 28px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; }
.wnwl-video-carousel__arrow:disabled { opacity: 0.35; cursor: default; }
.wnwl-video-carousel__pagination { min-width: 64px; text-align: center; font-weight: 700; color: var(--wnwl-ink, #102a43); }

@media (max-width: 1024px) and (min-width: 769px) {
	.wnwl-video-carousel__viewport { gap: 24px; }
	.wnwl-video-carousel__viewport > .wnwl-video-card { flex-basis: calc((100% - 24px) / 2); }
}

@media (max-width: 768px) {
	.wnwl-home-video__title { margin-bottom: 20px; }
	.wnwl-video-carousel__viewport { gap: 16px; }
	.wnwl-video-carousel__viewport > .wnwl-video-card { flex-basis: 92%; }
	.wnwl-home-video__media { border-radius: 14px; }
	.wnwl-home-video__media:empty::before { min-height: 180px; }
	.wnwl-video-carousel__arrow { width: 40px; height: 40px; }
}
