/*
Theme Name: Win Master Wood Modern
Theme URI: https://www.winmasterwood.com/
Author: Win Master Wood
Description: ธีมโมเดิร์นสำหรับ Win Master Wood รองรับ WooCommerce และแก้ไขเนื้อหา/รูปภาพผ่าน Customizer
Version: 2.10.2
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: winmasterwood
*/

:root {
  --wm-ink: #10213d;
  --wm-muted: #64748b;
  --wm-green: #2563eb;
  --wm-green-2: #0b2559;
  --wm-sand: #60a5fa;
  --wm-cream: #f1f6ff;
  --wm-white: #fff;
  --wm-line: #dce6f3;
  --wm-shadow: 0 22px 70px rgba(19, 55, 110, .12);
  --wm-radius: 24px;
  --wm-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--wm-ink); background: #fff; font-family: "Noto Sans Thai", "Noto Sans", Arial, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.wm-container { width: min(calc(100% - 40px), var(--wm-container)); margin-inline: auto; }
.wm-section { padding: 110px 0; }
.wm-section--soft { background: var(--wm-cream); }
.wm-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 15px; color: var(--wm-green); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.wm-kicker::before { width: 27px; height: 2px; content: ""; background: var(--wm-sand); }
.wm-title { max-width: 780px; margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.12; letter-spacing: -.035em; }
.wm-title span, .wm-accent { color: var(--wm-green); }
.wm-lead { max-width: 660px; margin: 20px 0 0; color: var(--wm-muted); font-size: 18px; }
.wm-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.wm-section-head .wm-title { font-size: clamp(32px, 3.6vw, 50px); }
.wm-link { display: inline-flex; align-items: center; gap: 10px; color: var(--wm-green); font-weight: 800; white-space: nowrap; }
.wm-link::after { content: "→"; transition: transform .2s ease; }
.wm-link:hover::after { transform: translateX(5px); }
.wm-btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; background: var(--wm-green); color: #fff; font-weight: 800; transition: .25s ease; cursor: pointer; }
.wm-btn:hover { background: var(--wm-green-2); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(37,99,235,.24); }
.wm-btn--light { background: #fff; color: var(--wm-ink); }
.wm-btn--ghost { border-color: rgba(255,255,255,.45); background: transparent; color: #fff; }

/* Header */
.wm-topbar { padding: 8px 0; background: var(--wm-green-2); color: rgba(255,255,255,.78); font-size: 13px; }
.wm-topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.wm-topbar__contact { display: flex; gap: 20px; }
.wm-topbar a:hover { color: #fff; }
.wm-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(16,33,61,.08); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.admin-bar .wm-header { top: 32px; }
.wm-header__inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 28px; }
.wm-brand { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.wm-brand img { width: auto; max-width: 170px; height: 52px; object-fit: contain; }
.wm-brand__mark { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; background: var(--wm-green); color: #fff; font-weight: 900; }
.wm-brand__text { font-weight: 900; letter-spacing: -.02em; }
.wm-brand__text small { display: block; color: var(--wm-muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.wm-nav ul { display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.wm-nav li { position: relative; }
.wm-nav a { display: flex; align-items: center; padding: 13px 15px; border-radius: 999px; color: #334155; font-size: 14px; font-weight: 800; }
.wm-nav > ul > li > a:hover, .wm-nav > ul > .current-menu-item > a, .wm-nav > ul > .current-menu-ancestor > a { background: var(--wm-cream); color: var(--wm-green); }
.wm-nav .menu-item-has-children > a::after { margin-left: 7px; content: "⌄"; font-size: 13px; }
.wm-nav .sub-menu { position: absolute; top: calc(100% + 7px); left: 0; display: block; min-width: 210px; padding: 10px; border: 1px solid var(--wm-line); border-radius: 16px; background: #fff; box-shadow: var(--wm-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.wm-nav li:hover > .sub-menu, .wm-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.wm-nav .sub-menu a { border-radius: 10px; }
.wm-nav .sub-menu a:hover { background: var(--wm-cream); color: var(--wm-green); }
.wm-header__actions { display: flex; align-items: center; gap: 9px; }
.wm-icon-btn { position: relative; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid var(--wm-line); border-radius: 50%; background: #fff; color: var(--wm-ink); }
.wm-icon-btn:hover { border-color: var(--wm-green); color: var(--wm-green); }
.wm-header-icon { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.wm-nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 50%; background: var(--wm-green); }
.wm-nav-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: #fff; transition: transform .22s ease, opacity .22s ease; }

/* Hero */
.wm-hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: #0b2559; color: #fff; }
.wm-hero__media { position: absolute; inset: 0; }
.wm-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,24,59,.94) 0%, rgba(5,24,59,.72) 45%, rgba(5,24,59,.20) 76%), linear-gradient(0deg, rgba(5,24,59,.48), transparent 50%); }
.wm-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.wm-hero__content { position: relative; z-index: 1; max-width: var(--wm-container); padding: 100px 0 130px; }
.wm-hero__content > * { max-width: 760px; }
.wm-hero .wm-kicker { color: #a9ceff; }
.wm-hero__title { margin: 0; font-size: clamp(48px, 6.5vw, 88px); line-height: 1.02; letter-spacing: -.055em; }
.wm-hero__title span { color: #8fc1ff; }
.wm-hero__desc { max-width: 630px; margin: 24px 0 34px; color: rgba(255,255,255,.78); font-size: 19px; }
.wm-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.wm-hero__scroll { position: absolute; z-index: 2; right: max(20px, calc((100% - var(--wm-container))/2)); bottom: 44px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.wm-hero__scroll::before { width: 50px; height: 1px; content: ""; background: rgba(255,255,255,.55); }
.wm-stats { position: relative; z-index: 2; margin-top: -46px; }
.wm-stats__inner { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 22px; background: #fff; box-shadow: var(--wm-shadow); }
.wm-stat { padding: 29px 30px; border-right: 1px solid var(--wm-line); }
.wm-stat:last-child { border: 0; }
.wm-stat strong { display: block; color: var(--wm-green); font-size: 27px; line-height: 1.1; letter-spacing: -.03em; }
.wm-stat span { color: var(--wm-muted); font-size: 13px; }

/* About */
.wm-about { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 7vw, 100px); }
.wm-about__media { position: relative; min-height: 610px; }
.wm-about__main { position: absolute; inset: 0 65px 55px 0; overflow: hidden; border-radius: var(--wm-radius); }
.wm-about__main img, .wm-about__detail img { width: 100%; height: 100%; object-fit: cover; }
.wm-about__detail { position: absolute; right: 0; bottom: 0; width: 48%; height: 42%; overflow: hidden; border: 8px solid #fff; border-radius: 22px; box-shadow: var(--wm-shadow); }
.wm-about__badge { position: absolute; top: 30px; right: 8px; display: grid; width: 120px; height: 120px; place-items: center; padding: 15px; border-radius: 50%; background: var(--wm-sand); color: var(--wm-ink); text-align: center; font-size: 12px; font-weight: 900; line-height: 1.3; transform: rotate(8deg); }
.wm-checks { display: grid; gap: 13px; margin: 30px 0; padding: 0; list-style: none; }
.wm-checks li { display: flex; align-items: flex-start; gap: 12px; font-weight: 700; }
.wm-checks li::before { display: grid; flex: 0 0 24px; height: 24px; place-items: center; border-radius: 50%; background: #e7f0ff; color: var(--wm-green); content: "✓"; font-size: 13px; }

/* Categories */
.wm-category-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.wm-category-card { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--wm-radius); background: var(--wm-green-2); color: #fff; }
.wm-category-card:nth-child(n+2) { min-height: 470px; }
.wm-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.wm-category-card::after { position: absolute; inset: 30% 0 0; content: ""; background: linear-gradient(transparent, rgba(4,18,45,.92)); }
.wm-category-card__content { position: absolute; z-index: 2; right: 28px; bottom: 26px; left: 28px; }
.wm-category-card__count { color: #a9ceff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.wm-category-card h3 { margin: 7px 0 12px; font-size: 27px; line-height: 1.2; }
.wm-category-card:hover img { transform: scale(1.045); }

/* Products / WooCommerce */
.wm-products-grid, .woocommerce ul.products { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0 !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; content: none !important; }
.wm-product, .woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; overflow: hidden; border: 1px solid var(--wm-line); border-radius: 20px; background: #fff; transition: .25s ease; }
.wm-product:hover, .woocommerce ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--wm-shadow); }
.wm-product__media { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / 1.08; background: #eee; }
.wm-product__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.woocommerce ul.products li.product a img { width: 100% !important; aspect-ratio: 1 / 1.08; margin: 0 0 18px !important; object-fit: cover; transition: transform .45s ease; }
.wm-product:hover img, .woocommerce ul.products li.product:hover a img { transform: scale(1.035); }
.wm-product__body { padding: 20px; }
.wm-product__cat { color: var(--wm-muted); font-size: 12px; font-weight: 700; }
.wm-product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 5px 0 8px !important; padding: 0 !important; color: var(--wm-ink); font-size: 17px !important; line-height: 1.4; }
.wm-product__price, .woocommerce ul.products li.product .price { color: var(--wm-green) !important; font-size: 16px !important; font-weight: 900 !important; }
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .added_to_cart { margin-right: 20px !important; margin-left: 20px !important; }
.woocommerce ul.products li.product .button { margin-bottom: 20px !important; border-radius: 999px; background: var(--wm-green); color: #fff; }
.wm-woo-collection { margin-top: 5px; }
.wm-loop-product-sku { display: inline-flex; margin: 0 20px 7px; padding: 5px 9px; border-radius: 999px; background: var(--wm-cream); color: var(--wm-green); font-size: 10px; font-weight: 900; line-height: 1; }
.wm-woo-collection .woocommerce.columns-4 { width: 100%; }
.wm-product-inquiry { margin: 24px 0 0; }
.woocommerce span.onsale { top: 14px; right: 14px; left: auto; min-width: auto; min-height: auto; padding: 6px 12px; border-radius: 999px; background: var(--wm-sand); color: var(--wm-ink); line-height: 1.5; }
.woocommerce .quantity .qty { min-height: 44px; border: 1px solid var(--wm-line); border-radius: 8px; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce #respond input#submit.alt { border-radius: 999px; background: var(--wm-green); }

/* Benefits */
.wm-benefits { position: relative; overflow: hidden; background: var(--wm-green-2); color: #fff; }
.wm-benefits::before { position: absolute; top: -180px; right: -130px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.wm-benefits .wm-kicker { color: #a9ceff; }
.wm-benefits .wm-title { color: #fff; }
.wm-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 50px; }
.wm-benefit { min-height: 240px; padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.045); }
.wm-benefit__icon { display: grid; width: 48px; height: 48px; margin-bottom: 45px; place-items: center; border-radius: 14px; background: rgba(96,165,250,.16); color: #93c5fd; font-size: 22px; }
.wm-benefit h3 { margin: 0 0 8px; font-size: 20px; }
.wm-benefit p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; }

/* Customer review slider */
.wm-reviews { position: relative; overflow: hidden; background: linear-gradient(145deg, #061735, #0d3476); color: #fff; }
.wm-reviews::after { position: absolute; right: -180px; bottom: -260px; width: 520px; height: 520px; border: 80px solid rgba(96,165,250,.07); border-radius: 50%; content: ""; pointer-events: none; }
.wm-reviews .wm-container { position: relative; z-index: 1; }
.wm-reviews .wm-kicker { color: #8fc1ff; }
.wm-reviews .wm-title { max-width: 760px; margin-bottom: 12px; color: #fff; }
.wm-reviews__header { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 46px; }
.wm-reviews__header > div:first-child > p { max-width: 680px; margin: 0; color: rgba(255,255,255,.67); font-size: 17px; }
.wm-review-slider__controls { display: flex; flex: 0 0 auto; gap: 10px; }
.wm-review-slider__controls button { display: grid; width: 52px; height: 52px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; font-size: 21px; transition: background .2s ease, opacity .2s ease, transform .2s ease; }
.wm-review-slider__controls button:hover { transform: translateY(-2px); background: var(--wm-green); }
.wm-review-slider__controls button:disabled { opacity: .28; cursor: default; transform: none; }
.wm-review-slider__viewport { overflow: hidden; }
.wm-review-slider__track { display: flex; align-items: stretch; gap: 22px; transition: transform .55s cubic-bezier(.22,.8,.3,1); will-change: transform; }
.wm-review-card { position: relative; display: flex; min-width: 0; flex: 0 0 calc((100% - 44px) / 3); flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #fff; color: var(--wm-ink); box-shadow: 0 22px 55px rgba(0,0,0,.16); }
.wm-review-card__top { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 14px; }
.wm-review-card__avatar { display: grid; width: 54px; height: 54px; overflow: hidden; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #dbeafe, #a9ceff); color: #0d4fad; font-size: 22px; font-weight: 900; }
.wm-review-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.wm-review-card h3 { margin: 0 0 3px; font-size: 18px; }
.wm-review-card__top p { margin: 0; color: var(--wm-muted); font-size: 13px; }
.wm-review-card__demo { align-self: start; padding: 5px 9px; border-radius: 999px; background: #eef5ff; color: var(--wm-green); font-size: 10px; font-weight: 800; }
.wm-review-card__stars { margin: 25px 0 16px; color: #f4ad19; font-size: 17px; letter-spacing: .11em; }
.wm-review-card blockquote { margin: 0; color: #43536a; font-size: 15px; line-height: 1.85; }
.wm-review-slider__dots { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.wm-review-slider__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.32); cursor: pointer; transition: width .25s ease, background .25s ease; }
.wm-review-slider__dots button.is-active { width: 28px; background: #60a5fa; }
.wm-review-slider__dots button[hidden] { display: none; }

/* Gallery */
.wm-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 260px 260px; gap: 16px; }
.wm-gallery__item { position: relative; overflow: hidden; border-radius: 18px; }
.wm-gallery__item:first-child { grid-row: span 2; }
.wm-gallery__item:nth-child(4) { grid-column: span 2; }
.wm-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.wm-gallery__item:hover img { transform: scale(1.04); }

/* CTA & blog */
.wm-cta { position: relative; overflow: hidden; padding: 75px; border-radius: 30px; background: var(--wm-green); color: #fff; }
.wm-cta::after { position: absolute; top: -80px; right: -60px; width: 320px; height: 320px; border: 80px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.wm-cta__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.wm-cta h2 { max-width: 720px; margin: 0; font-size: clamp(32px, 4vw, 53px); line-height: 1.15; letter-spacing: -.035em; }
.wm-cta p { margin: 12px 0 0; color: rgba(255,255,255,.7); }
.wm-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wm-post { overflow: hidden; border: 1px solid var(--wm-line); border-radius: 20px; background: #fff; }
.wm-post__media { display: block; overflow: hidden; aspect-ratio: 1.55; background: var(--wm-cream); }
.wm-post__media img { width: 100%; height: 100%; object-fit: cover; transition: .4s ease; }
.wm-post:hover img { transform: scale(1.04); }
.wm-post__body { padding: 24px; }
.wm-post__meta { color: var(--wm-green); font-size: 12px; font-weight: 800; }
.wm-post h3 { margin: 9px 0 10px; font-size: 21px; line-height: 1.4; }
.wm-post p { margin: 0 0 14px; color: var(--wm-muted); font-size: 14px; }

/* Inner pages */
.wm-page-hero { padding: 90px 0 80px; background: var(--wm-cream); }
.wm-page-hero h1 { margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.1; letter-spacing: -.04em; }
.wm-breadcrumb { margin-bottom: 12px; color: var(--wm-green); font-size: 13px; font-weight: 800; }
.wm-content { padding: 80px 0; }
.wm-content__inner { max-width: 900px; margin: auto; }
.wm-content__inner > :first-child { margin-top: 0; }
.wm-content__inner h2 { margin-top: 45px; font-size: 34px; line-height: 1.25; }
.wm-content__inner a { color: var(--wm-green); text-decoration: underline; }

/* Editorial article */
.wm-article-hero { padding: 68px 0 86px; background: linear-gradient(135deg, #eaf2ff 0%, #f8fbff 65%, #fff 100%); }
.wm-article-hero__inner { max-width: 1060px; }
.wm-article-hero .wm-breadcrumb { margin-bottom: 42px; }
.wm-article-hero h1 { max-width: 1000px; margin: 14px 0 20px; font-size: clamp(44px, 6vw, 76px); line-height: 1.12; letter-spacing: -.045em; }
.wm-article-lead { max-width: 820px; margin: 0; color: var(--wm-muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.75; }
.wm-article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 28px; color: #46617f; font-size: 12px; font-weight: 800; }
.wm-article-meta span { position: relative; }
.wm-article-meta span + span::before { position: absolute; top: 50%; left: -14px; width: 4px; height: 4px; border-radius: 50%; background: var(--wm-green); content: ''; transform: translateY(-50%); }
.wm-article-meta a { color: var(--wm-green); }
.wm-article-section { padding: 70px 0 110px; }
.wm-article-layout { display: grid; grid-template-columns: minmax(0, 880px) minmax(280px, 340px); align-items: start; justify-content: space-between; gap: clamp(42px, 6vw, 82px); }
.wm-article-content { min-width: 0; }
.wm-article-featured { overflow: hidden; margin: 0 0 50px; border-radius: 28px; background: #edf3fb; box-shadow: 0 22px 55px rgba(7, 33, 72, .12); }
.wm-article-featured img { display: block; width: 100%; aspect-ratio: 1.78 / 1; object-fit: cover; }
.wm-article-body { color: #263b57; font-size: 17px; line-height: 1.9; }
.wm-article-body > :first-child { margin-top: 0; }
.wm-article-body h2 { margin: 58px 0 18px; color: var(--wm-navy); font-size: clamp(28px, 3.2vw, 42px); line-height: 1.28; letter-spacing: -.025em; }
.wm-article-body h3 { margin: 38px 0 14px; color: var(--wm-navy); font-size: clamp(23px, 2.4vw, 30px); line-height: 1.35; }
.wm-article-body p, .wm-article-body ul, .wm-article-body ol { margin: 0 0 23px; }
.wm-article-body ul, .wm-article-body ol { padding-left: 24px; }
.wm-article-body li { margin-bottom: 9px; }
.wm-article-body a { color: var(--wm-green); text-decoration: underline; text-underline-offset: 3px; }
.wm-article-image { overflow: hidden; margin: 44px 0; border-radius: 24px; background: #edf3fb; }
.wm-article-image img { display: block; width: 100%; height: auto; }
.wm-article-aside { position: sticky; top: 125px; padding: 34px; border-radius: 24px; background: var(--wm-navy); color: #fff; box-shadow: var(--wm-shadow); }
.admin-bar .wm-article-aside { top: 157px; }
.wm-article-aside .wm-kicker { color: #8fbcff; }
.wm-article-aside h2 { margin: 12px 0; color: #fff; font-size: 28px; line-height: 1.3; }
.wm-article-aside p { margin-bottom: 24px; color: #c5d2e6; font-size: 14px; }
.wm-article-aside .wm-btn { width: 100%; }
.wm-article-aside__link { display: block; margin-top: 18px; color: #fff; text-align: center; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.wm-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; }
.wm-contact-card { padding: 32px; border-radius: 22px; background: var(--wm-cream); }
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], textarea, select { width: 100%; min-height: 52px; padding: 12px 15px; border: 1px solid var(--wm-line); border-radius: 10px; background: #fff; color: var(--wm-ink); }
textarea { min-height: 140px; resize: vertical; }

/* Designed inner pages */
.wm-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--wm-muted); font-size: 12px; font-weight: 700; }
.wm-breadcrumb a { color: var(--wm-green); }
.wm-inner-hero { position: relative; overflow: hidden; background: var(--wm-cream); }
.wm-inner-hero__grid { display: grid; min-height: 650px; grid-template-columns: 1fr 1fr; align-items: stretch; }
.wm-inner-hero__copy { align-self: center; padding: 90px 70px 90px 0; }
.wm-inner-hero__copy h1, .wm-blog-hero h1, .wm-shop-hero h1 { margin: 0; font-size: clamp(52px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; }
.wm-inner-hero__copy > p, .wm-blog-hero p, .wm-shop-hero p { max-width: 620px; margin: 25px 0 0; color: var(--wm-muted); font-size: 19px; }
.wm-inner-hero__image { position: relative; min-height: 650px; }
.wm-inner-hero__image::after { position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.55); border-radius: 18px; content: ""; pointer-events: none; }
.wm-inner-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.wm-about-page-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.wm-prose { color: #334155; font-size: 18px; }
.wm-prose > :first-child { margin-top: 0; }
.wm-prose h2, .wm-prose h3 { color: var(--wm-ink); line-height: 1.3; }
.wm-prose img { border-radius: 20px; }

.wm-inner-hero--compact { min-height: 530px; display: grid; align-items: center; background: var(--wm-green-2); color: #fff; }
.wm-inner-hero--compact .wm-inner-hero__bg { position: absolute; inset: 0; }
.wm-inner-hero--compact .wm-inner-hero__bg::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,24,59,.95), rgba(5,24,59,.78) 52%, rgba(5,24,59,.28)); }
.wm-inner-hero--compact .wm-inner-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.wm-inner-hero--compact .wm-inner-hero__copy { position: relative; z-index: 1; width: min(calc(100% - 40px), var(--wm-container)); margin-inline: auto; }
.wm-inner-hero--compact .wm-inner-hero__copy > p { color: rgba(255,255,255,.72); }
.wm-inner-hero--compact .wm-breadcrumb { color: rgba(255,255,255,.65); }
.wm-inner-hero--compact .wm-breadcrumb a { color: #a9ceff; }
.wm-contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 6vw, 82px); align-items: start; }
.wm-contact-list { display: grid; margin-top: 40px; border-top: 1px solid var(--wm-line); }
.wm-contact-list > * { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--wm-line); }
.wm-contact-list b { color: var(--wm-green); font-size: 13px; }
.wm-contact-list span { color: var(--wm-muted); }
.wm-contact-phones { display: flex; flex-wrap: wrap; gap: 3px 18px; }
.wm-contact-phones a:hover { color: var(--wm-green); }
.wm-contact-form-card { padding: clamp(30px, 5vw, 58px); border: 1px solid var(--wm-line); border-radius: 28px; background: #fff; box-shadow: var(--wm-shadow); }
.wm-contact-form-card h2 { margin: 0 0 28px; font-size: 32px; }
.wm-contact-form-card form > p { margin: 0 0 16px; }
.wm-contact-form-card input[type="submit"], .wm-contact-form-card button { min-height: 54px; padding: 12px 27px; border: 0; border-radius: 999px; background: var(--wm-green); color: #fff; font-weight: 800; cursor: pointer; }
.wm-contact-extra { padding: 80px 0; background: var(--wm-cream); }

/* Quote request */
.wm-quote-form-heading { margin-bottom: 30px; }
.wm-quote-form-heading .wm-kicker { margin-bottom: 9px; }
.wm-quote-form-heading h2 { margin: 0 0 9px; font-size: clamp(31px, 3.4vw, 43px); letter-spacing: -.035em; }
.wm-quote-form-heading p { margin: 0; color: var(--wm-muted); font-size: 14px; }
.wm-form-notice { display: grid; gap: 3px; margin-bottom: 24px; padding: 16px 18px; border-radius: 13px; font-size: 13px; }
.wm-form-notice--success { background: #e9f9ef; color: #17643a; }
.wm-form-notice--error { background: #fff0f0; color: #a61b1b; }
.wm-quote-form { position: relative; }
.wm-quote-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.wm-quote-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.wm-quote-field-grid label, .wm-quote-product-fields label, .wm-quote-message { display: block; color: var(--wm-navy); font-size: 12px; font-weight: 800; }
.wm-quote-field-grid label b, .wm-quote-product-fields label b { color: #e23b3b; }
.wm-quote-field-full { grid-column: 1 / -1; }
.wm-quote-form input:not([type="checkbox"]), .wm-quote-form select, .wm-quote-form textarea { width: 100%; min-height: 50px; margin-top: 7px; padding: 11px 14px; border: 1px solid #cfdbea; border-radius: 11px; outline: 0; background: #fff; color: var(--wm-navy); font: inherit; font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease; }
.wm-quote-form textarea { min-height: 120px; resize: vertical; }
.wm-quote-form input:focus, .wm-quote-form select:focus, .wm-quote-form textarea:focus { border-color: var(--wm-green); box-shadow: 0 0 0 3px rgba(37, 99, 235, .12); }
.wm-quote-products-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 32px 0 14px; padding-top: 27px; border-top: 1px solid var(--wm-line); }
.wm-quote-products-heading > div { display: grid; gap: 3px; }
.wm-quote-products-heading > div b { color: var(--wm-navy); font-size: 16px; }
.wm-quote-products-heading > div span { color: var(--wm-muted); font-size: 12px; }
.wm-contact-form-card .wm-quote-add { min-height: 39px; padding: 8px 14px; border: 1px solid #b9d1f5; background: #edf5ff; color: var(--wm-green); font-size: 11px; }
.wm-contact-form-card .wm-quote-add:hover { background: #dfeeff; }
.wm-quote-product-rows { display: grid; gap: 12px; }
.wm-quote-product-row { position: relative; display: grid; grid-template-columns: 96px minmax(0, 1fr) 34px; gap: 14px; padding: 14px; border: 1px solid var(--wm-line); border-radius: 16px; background: #f8fbff; }
.wm-quote-product-preview { display: grid; overflow: hidden; width: 96px; height: 96px; margin: 0; place-items: center; border-radius: 12px; background: #e6eef9; color: #7d91ad; font-size: 10px; }
.wm-quote-product-preview img { display: none; width: 100%; height: 100%; object-fit: cover; }
.wm-quote-product-preview.has-image img { display: block; }
.wm-quote-product-preview.has-image span { display: none; }
.wm-quote-product-fields { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 10px; }
.wm-quote-selected-text { grid-column: 1 / -1; min-height: 17px; color: var(--wm-green); font-size: 11px; font-weight: 800; }
.wm-contact-form-card .wm-quote-remove { align-self: start; min-width: 32px; min-height: 32px; padding: 0; border: 1px solid #f3caca; background: #fff; color: #c73333; font-size: 21px; line-height: 1; }
.wm-contact-form-card .wm-quote-remove:hover { background: #fff0f0; }
.wm-quote-message { margin-top: 21px; }
.wm-quote-consent { display: flex; align-items: flex-start; gap: 9px; margin: 19px 0; color: var(--wm-muted); font-size: 12px; cursor: pointer; }
.wm-quote-consent input { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--wm-green); }
.wm-contact-form-card .wm-quote-submit { width: 100%; min-height: 58px; }

/* Blog */
.wm-blog-hero { position: relative; overflow: hidden; padding: 105px 0 120px; background: var(--wm-green-2); color: #fff; }
.wm-blog-hero::after { position: absolute; top: -180px; right: -100px; width: 500px; height: 500px; border: 100px solid rgba(255,255,255,.045); border-radius: 50%; content: ""; }
.wm-blog-hero .wm-kicker { color: #a9ceff; }
.wm-blog-hero p { color: rgba(255,255,255,.68); }
.wm-blog-hero .wm-breadcrumb { color: rgba(255,255,255,.55); }
.wm-blog-hero .wm-breadcrumb a { color: #a9ceff; }
.wm-section--featured-post { padding-top: 0; background: linear-gradient(var(--wm-green-2) 0 105px, #fff 105px); }
.wm-featured-post { display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; border-radius: 28px; background: #fff; box-shadow: var(--wm-shadow); }
.wm-featured-post__image { min-height: 490px; overflow: hidden; background: #ddd; }
.wm-featured-post__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.wm-featured-post:hover .wm-featured-post__image img { transform: scale(1.025); }
.wm-featured-post__copy { align-self: center; padding: 55px; }
.wm-featured-post__copy h2 { margin: 11px 0 16px; font-size: clamp(30px, 3vw, 42px); line-height: 1.3; letter-spacing: -.025em; }
.wm-featured-post__copy p { margin: 0 0 26px; color: var(--wm-muted); }
.wm-pagination { margin-top: 45px; }
.wm-pagination .nav-links, .woocommerce nav.woocommerce-pagination ul { display: flex; gap: 8px; border: 0; }
.wm-pagination .page-numbers, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; min-width: 42px; height: 42px; place-items: center; border: 1px solid var(--wm-line); border-radius: 50%; background: #fff; color: var(--wm-ink); }
.wm-pagination .current, .woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--wm-green); background: var(--wm-green); color: #fff; }

/* WooCommerce shop, categories and product detail */
.wm-shop-hero { overflow: hidden; padding: 85px 0; background: var(--wm-cream); }
.wm-shop-hero__inner { display: grid; grid-template-columns: 1fr 410px; align-items: center; gap: 75px; }
.wm-shop-hero h1 { font-size: clamp(48px, 6vw, 78px); }
.wm-shop-hero__sample { height: 310px; overflow: hidden; border-radius: 140px 24px 24px 140px; box-shadow: var(--wm-shadow); }
.wm-shop-hero__sample img { width: 100%; height: 100%; object-fit: cover; }
.wm-shop-tabs { position: sticky; z-index: 50; top: 82px; border-top: 1px solid var(--wm-line); border-bottom: 1px solid var(--wm-line); background: rgba(255,255,255,.96); backdrop-filter: blur(15px); }
.admin-bar .wm-shop-tabs { top: 114px; }
.wm-shop-tabs .wm-container { display: flex; gap: 7px; padding-top: 13px; padding-bottom: 13px; overflow-x: auto; }
.wm-shop-tabs a { flex: 0 0 auto; padding: 10px 19px; border-radius: 999px; color: var(--wm-muted); font-size: 14px; font-weight: 800; }
.wm-shop-tabs a:hover, .wm-shop-tabs a.is-active { background: var(--wm-green); color: #fff; }
.wm-shop-content { padding-top: 65px; }
.wm-shop-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 32px; color: var(--wm-muted); }
.wm-shop-toolbar .woocommerce-result-count, .wm-shop-toolbar .woocommerce-ordering { float: none; margin: 0; }
.wm-shop-toolbar select { min-width: 220px; }
.wm-single-product { padding: 42px 0 110px; background: linear-gradient(180deg, #f7faff 0, #fff 430px); }
.wm-single-product .wm-breadcrumb { margin-bottom: 40px; }
.single-product div.product { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(370px, .82fr); align-items: start; gap: clamp(38px, 6vw, 82px); }
.single-product div.product .woocommerce-product-gallery { float: none !important; width: 100% !important; margin: 0 !important; }
.single-product div.product .woocommerce-product-gallery__wrapper { margin: 0; }
.single-product div.product .woocommerce-product-gallery__image { overflow: hidden; border: 1px solid var(--wm-line); border-radius: 28px; background: #edf3fb; }
.single-product div.product .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.single-product div.product .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px !important; }
.single-product div.product .flex-control-thumbs li { float: none !important; width: auto !important; overflow: hidden; border: 2px solid transparent; border-radius: 13px; }
.single-product div.product .flex-control-thumbs img.flex-active { outline: 2px solid var(--wm-green); outline-offset: -2px; }
.single-product div.product .summary { position: sticky; top: 125px; float: none !important; width: 100% !important; margin: 0 !important; padding: clamp(30px, 4vw, 48px); border: 1px solid var(--wm-line); border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: var(--wm-shadow); }
.admin-bar.single-product div.product .summary { top: 157px; }
.wm-single-series { display: inline-flex; margin-bottom: 14px; padding: 7px 11px; border-radius: 999px; background: #e5efff; color: var(--wm-green); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.single-product div.product .product_title { margin: 0 0 14px; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
.single-product div.product p.price { margin: 12px 0; color: var(--wm-green); font-size: 25px; font-weight: 900; }
.single-product div.product .woocommerce-product-details__short-description { margin-top: 18px; color: var(--wm-muted); font-size: 16px; }
.single-product div.product .woocommerce-product-details__short-description p { margin-bottom: 0; }
.wm-single-service-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 25px 0 0; }
.wm-single-service-notes span { display: grid; min-height: 64px; place-items: center; padding: 10px; border-radius: 13px; background: var(--wm-cream); color: #31537f; text-align: center; font-size: 11px; font-weight: 800; }
.single-product div.product .product_meta { display: grid; gap: 7px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--wm-line); color: var(--wm-muted); font-size: 12px; }
.single-product div.product .product_meta a { color: var(--wm-green); font-weight: 700; }
.single-product .wm-product-inquiry .wm-btn { width: 100%; }
.single-product div.product .woocommerce-tabs { grid-column: 1 / -1; clear: both; padding-top: 45px; }
.single-product div.product .woocommerce-tabs ul.tabs { display: flex; gap: 8px; margin: 0 0 18px !important; padding: 0 !important; border: 0 !important; }
.single-product div.product .woocommerce-tabs ul.tabs::before, .single-product div.product .woocommerce-tabs ul.tabs::after { display: none !important; content: none !important; }
.single-product div.product .woocommerce-tabs ul.tabs li { margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 999px !important; background: #eaf2ff !important; box-shadow: none !important; }
.single-product div.product .woocommerce-tabs ul.tabs li::before, .single-product div.product .woocommerce-tabs ul.tabs li::after { display: none !important; }
.single-product div.product .woocommerce-tabs ul.tabs li a { padding: 12px 20px !important; color: #456181 !important; font-size: 13px; }
.single-product div.product .woocommerce-tabs ul.tabs li.active { background: var(--wm-green) !important; }
.single-product div.product .woocommerce-tabs ul.tabs li.active a { color: #fff !important; }
.single-product div.product .woocommerce-tabs .panel { margin: 0 !important; padding: clamp(30px, 5vw, 60px); border: 1px solid var(--wm-line); border-radius: 25px; background: #fff; }
.single-product div.product .woocommerce-tabs .panel > :first-child { margin-top: 0; }
.single-product div.product .woocommerce-tabs .panel h2 { font-size: clamp(26px, 3vw, 38px); }
.single-product div.product .woocommerce-tabs .panel li { margin-bottom: 8px; }
.single-product div.product .related.products { grid-column: 1 / -1; clear: both; padding-top: 45px; }
.single-product div.product .related.products > h2 { margin-bottom: 30px; font-size: clamp(30px, 4vw, 43px); letter-spacing: -.035em; }

/* Rich product information pages */
.wm-catalog-hero { position: relative; display: grid; min-height: 520px; align-items: end; overflow: hidden; background: #071b3f; color: #fff; }
.wm-catalog-hero__media { position: absolute; inset: 0; }
.wm-catalog-hero__media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,21,52,.96), rgba(4,28,70,.76) 47%, rgba(8,30,67,.24)), linear-gradient(0deg, rgba(5,24,58,.55), transparent 60%); }
.wm-catalog-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.wm-catalog-hero__content { position: relative; z-index: 1; padding-top: 105px; padding-bottom: 76px; }
.wm-catalog-hero .wm-breadcrumb { margin-bottom: 55px; color: rgba(255,255,255,.65); }
.wm-catalog-hero .wm-breadcrumb a { color: #fff; }
.wm-catalog-hero .wm-kicker { color: #9fc9ff; }
.wm-catalog-hero h1 { max-width: 880px; margin: 0; font-size: clamp(44px, 6vw, 76px); line-height: 1.05; letter-spacing: -.05em; }
.wm-catalog-hero__content > p { max-width: 730px; margin: 22px 0 0; color: rgba(255,255,255,.78); font-size: 18px; }
.wm-catalog-body { padding: 95px 0 110px; }
.wm-catalog-intro { display: grid; max-width: 940px; margin-bottom: 95px; }
.wm-catalog-intro h2 { max-width: 760px; margin: 0 0 20px; font-size: clamp(38px, 5vw, 62px); line-height: 1.08; letter-spacing: -.04em; }
.wm-catalog-intro p { max-width: 830px; margin: 0; color: var(--wm-muted); font-size: 19px; }
.wm-catalog-section { padding: 85px 0; border-top: 1px solid var(--wm-line); }
.wm-catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 38px; }
.wm-catalog-heading h2 { margin: 7px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.wm-section-no { color: var(--wm-green); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.wm-catalog-spec { display: grid; min-width: 325px; padding: 18px 22px; border-left: 3px solid var(--wm-green); background: var(--wm-cream); }
.wm-catalog-spec strong { font-size: 17px; }
.wm-catalog-spec span { color: var(--wm-muted); font-size: 13px; }
.wm-swatch-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.wm-swatch-card { overflow: hidden; border: 1px solid var(--wm-line); border-radius: 20px; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.wm-swatch-card:hover { transform: translateY(-5px); box-shadow: var(--wm-shadow); }
.wm-swatch-card figure { aspect-ratio: 1.12 / 1; margin: 0; overflow: hidden; background: #edf3fb; }
.wm-swatch-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.wm-swatch-card:hover img { transform: scale(1.035); }
.wm-swatch-card__body { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 19px; }
.wm-swatch-card h3 { margin: 0; font-size: 16px; }
.wm-swatch-card span { padding: 5px 9px; border-radius: 999px; background: var(--wm-cream); color: var(--wm-green); font-size: 10px; font-weight: 900; white-space: nowrap; }
.wm-catalog-action { margin: 35px 0 0; }
.wm-catalog-action a { text-decoration: none; }
.wm-catalog-cta { display: flex; align-items: center; justify-content: space-between; gap: 45px; margin: 35px 0 95px; padding: clamp(40px, 6vw, 72px); border-radius: 30px; background: linear-gradient(125deg, #071b3f, #1751b9); color: #fff; box-shadow: var(--wm-shadow); }
.wm-catalog-cta .wm-kicker, .wm-order-conditions .wm-kicker { color: #a9ceff; }
.wm-catalog-cta h2 { max-width: 720px; margin: 0 0 13px; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; }
.wm-catalog-cta p { max-width: 690px; margin: 0; color: rgba(255,255,255,.72); }
.wm-catalog-cta .wm-btn { flex: 0 0 auto; }
.wm-education-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 7vw, 90px); }
.wm-education-grid p { color: var(--wm-muted); font-size: 17px; }
.wm-education-grid figure { margin: 0; overflow: hidden; border-radius: 24px; box-shadow: var(--wm-shadow); }
.wm-education-grid figure img { width: 100%; }
.wm-check-list { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.wm-check-list li { position: relative; padding-left: 34px; }
.wm-check-list li::before { position: absolute; top: 2px; left: 0; display: grid; width: 23px; height: 23px; place-items: center; border-radius: 50%; background: #dbeafe; color: var(--wm-green); content: "✓"; font-size: 12px; font-weight: 900; }
.wm-guide-card { display: flex; align-items: stretch; flex-direction: column; }
.wm-guide-card figure { width: 100%; min-height: 0; margin: 0; overflow: hidden; border: 1px solid var(--wm-line); border-radius: 28px; background: #fff; }
.wm-guide-card figure img { width: 100%; height: auto; object-fit: contain; }
.wm-guide-card > div { margin-top: 24px; padding: clamp(35px, 6vw, 75px); border-radius: 28px; background: var(--wm-cream); }
.wm-guide-card h2 { margin: 0 0 20px; font-size: clamp(32px, 4vw, 46px); line-height: 1.14; }
.wm-guide-card p { color: var(--wm-muted); }
.wm-spc-pros-cons { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.wm-spc-points { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--wm-line); border-radius: 26px; background: #f8fafc; }
.wm-spc-points--pros { border-color: #ccebd9; background: linear-gradient(145deg, #f7fffa, #effaf4); }
.wm-spc-points--cons { border-color: #f0d2d2; background: linear-gradient(145deg, #fffafa, #fff3f3); }
.wm-spc-points__heading { display: flex; align-items: center; gap: 13px; margin-bottom: 24px; }
.wm-spc-points__heading span { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 12px; color: #fff; font-size: 23px; font-weight: 900; }
.wm-spc-points--pros .wm-spc-points__heading span { background: #05a657; }
.wm-spc-points--cons .wm-spc-points__heading span { background: #c20f1e; }
.wm-spc-points h3 { margin: 0; color: var(--wm-ink); font-size: 27px; }
.wm-spc-points ul, .wm-preparation-grid ul { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.wm-spc-points li, .wm-preparation-grid li { position: relative; padding-left: 25px; color: #44546a; line-height: 1.72; }
.wm-spc-points li::before, .wm-preparation-grid li::before { position: absolute; top: .72em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--wm-green); content: ""; }
.wm-spc-points--pros li::before { background: #05a657; }
.wm-spc-points--cons li::before { background: #c20f1e; }
.wm-site-preparation .wm-catalog-heading { align-items: start; }
.wm-site-preparation .wm-catalog-heading p { max-width: 820px; margin: 14px 0 0; color: var(--wm-muted); font-size: 17px; }
.wm-preparation-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 20px; }
.wm-preparation-grid article { grid-column: span 4; padding: clamp(26px, 3.5vw, 38px); border: 1px solid #d5e2f4; border-radius: 24px; background: #fff; box-shadow: 0 15px 45px rgba(24,68,135,.07); }
.wm-preparation-grid article:first-child { grid-column: 1 / -1; background: linear-gradient(140deg, #f7faff, #edf4ff); }
.wm-preparation-grid article:first-child ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 42px; }
.wm-preparation-no { display: inline-flex; margin-bottom: 17px; color: var(--wm-green); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.wm-preparation-grid h3 { margin: 0 0 20px; color: var(--wm-ink); font-size: 25px; }
.wm-preparation-grid p { margin: 0; color: #44546a; line-height: 1.8; }
.wm-order-conditions { margin-top: 30px; padding: clamp(42px, 6vw, 75px); border-radius: 30px; background: linear-gradient(135deg, #071b3f, #123d89); color: #fff; }
.wm-order-conditions h2 { margin: 0 0 10px; font-size: clamp(36px, 5vw, 55px); }
.wm-order-conditions > div:first-child > p { max-width: 710px; margin: 0; color: rgba(255,255,255,.7); }
.wm-condition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 48px 0 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.13); }
.wm-condition-grid article { min-height: 235px; padding: 30px; background: rgba(7,27,63,.7); }
.wm-condition-grid strong { color: #7db6ff; font-size: 13px; }
.wm-condition-grid h3 { margin: 22px 0 10px; color: #fff; font-size: 24px; }
.wm-condition-grid p { margin: 0; color: rgba(255,255,255,.68); }
.wm-catalog-woo { background: var(--wm-cream); }

/* Contextual CTA inserted through the site */
.wm-inline-cta { padding: 30px 0 90px; background: #fff; }
.wm-section + .wm-inline-cta, .wm-catalog-body + .wm-inline-cta { margin-top: -35px; }
.wm-inline-cta__card { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); align-items: center; gap: clamp(35px, 6vw, 80px); overflow: hidden; padding: clamp(38px, 5vw, 64px); border: 1px solid #cfe0f8; border-radius: 28px; background: linear-gradient(125deg, #f5f9ff, #e7f1ff); box-shadow: 0 18px 55px rgba(24,68,135,.1); }
.wm-inline-cta__card::after { position: absolute; right: -110px; bottom: -170px; width: 340px; height: 340px; border: 55px solid rgba(37,99,235,.06); border-radius: 50%; content: ""; pointer-events: none; }
.wm-inline-cta__copy, .wm-inline-cta__actions { position: relative; z-index: 1; }
.wm-inline-cta__copy h2 { max-width: 720px; margin: 0; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.12; letter-spacing: -.035em; }
.wm-inline-cta__copy > p { max-width: 710px; margin: 16px 0 0; color: var(--wm-muted); }
.wm-inline-cta__trust { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 22px; color: #27528f; font-size: 12px; font-weight: 800; }
.wm-inline-cta__actions { display: grid; gap: 11px; }
.wm-inline-cta__actions .wm-btn { width: 100%; }
.wm-inline-cta__secondary { border-color: #bfd3ef; background: #fff; color: var(--wm-green); }
.wm-inline-cta__secondary:hover { border-color: var(--wm-green); background: var(--wm-green-2); color: #fff; }

/* Persistent quick-contact dock */
.wm-floating-cta { position: fixed; z-index: 96; top: 52%; right: 16px; display: grid; gap: 8px; transform: translateY(-50%); }
.wm-floating-cta a { display: flex; width: 158px; min-height: 52px; align-items: center; gap: 10px; padding: 8px 13px 8px 8px; border: 1px solid #d7e3f3; border-radius: 17px; background: rgba(255,255,255,.96); color: var(--wm-ink); box-shadow: 0 12px 32px rgba(7,27,63,.16); font-size: 12px; font-weight: 900; backdrop-filter: blur(14px); transition: .22s ease; }
.wm-floating-cta a:hover { border-color: var(--wm-green); color: var(--wm-green); transform: translateX(-5px); box-shadow: 0 16px 40px rgba(7,27,63,.22); }
.wm-floating-cta a.wm-floating-cta__line { border-color: #bbf7d0; }
.wm-floating-cta__icon { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 12px; background: #e5efff; color: var(--wm-green); }
.wm-floating-cta__line .wm-floating-cta__icon { background: #16a34a; color: #fff; }
.wm-floating-cta__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }

/* Global CTA on every page */
.wm-global-cta { position: relative; overflow: hidden; padding: 92px 0; background: linear-gradient(125deg, #0b2559 0%, #1d5ed1 70%, #4f93f5 120%); color: #fff; }
.wm-global-cta::before { position: absolute; top: -170px; right: -90px; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(255,255,255,.035), 0 0 0 140px rgba(255,255,255,.025); }
.wm-global-cta__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr); align-items: center; gap: clamp(45px, 7vw, 95px); }
.wm-global-cta .wm-kicker { color: #b8d7ff; }
.wm-global-cta__copy h2 { max-width: 730px; margin: 0; font-size: clamp(36px, 4.6vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.wm-global-cta__copy p { max-width: 690px; margin: 20px 0 0; color: rgba(255,255,255,.75); font-size: 17px; }
.wm-global-cta__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.wm-global-cta__button { display: flex; min-height: 126px; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 25px; border: 1px solid #fff; border-radius: 22px; background: #fff; color: var(--wm-ink); font-size: 16px; font-weight: 900; transition: .25s ease; }
.wm-global-cta__button strong { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--wm-green); color: #fff; }
.wm-global-cta__button--outline { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(12px); }
.wm-global-cta__button--outline strong { background: #fff; color: var(--wm-green); }
.wm-global-cta__button:hover, .wm-global-cta__image:hover { transform: translateY(-4px); box-shadow: 0 20px 45px rgba(4,20,52,.25); }
.wm-global-cta__image { display: flex; min-height: 126px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: rgba(255,255,255,.1); transition: .25s ease; }
.wm-global-cta__image img { width: 100%; height: 100%; max-height: 190px; object-fit: cover; }
.wm-global-cta__code { min-width: 0; padding: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.28); border-radius: 22px; background: rgba(255,255,255,.1); }
.wm-global-cta__code > :first-child { margin-top: 0; }
.wm-global-cta__code > :last-child { margin-bottom: 0; }

/* Footer */
.wm-footer { padding-top: 80px; background: #071b3f; color: rgba(255,255,255,.72); }
.wm-footer__grid { display: grid; grid-template-columns: 1.25fr .65fr .65fr 1fr; gap: 55px; padding-bottom: 65px; }
.wm-footer__brand { margin-bottom: 22px; color: #fff; }
.wm-footer__brand img { max-width: 180px; max-height: 62px; object-fit: contain; filter: brightness(0) invert(1); }
.wm-footer__about { max-width: 380px; }
.wm-footer h3 { margin: 4px 0 20px; color: #fff; font-size: 15px; }
.wm-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.wm-footer a:hover { color: #93c5fd; }
.wm-footer__contact-list li { display: flex; align-items: flex-start; gap: 11px; }
.wm-footer__contact-icon { display: grid; width: 23px; height: 23px; flex: 0 0 23px; margin-top: 1px; place-items: center; border-radius: 7px; background: rgba(96,165,250,.12); color: #8fc1ff; }
.wm-footer__contact-icon svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wm-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.wm-socials { display: flex; gap: 9px; margin-top: 23px; }
.wm-socials:empty { display: none; }
.wm-socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #fff; font-size: 12px; font-weight: 800; }
.wm-socials svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.wm-socials .wm-social-icon--fill { fill: currentColor; stroke: none; }
.wm-socials .wm-icon-fill { fill: currentColor; stroke: none; }
.wm-empty { grid-column: 1 / -1; padding: 45px; border: 1px dashed #cbd7e6; border-radius: 18px; color: var(--wm-muted); text-align: center; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

@media (max-width: 1050px) {
  .wm-header { backdrop-filter: none; }
  .wm-nav { position: fixed; inset: 0; z-index: 99; display: none; width: 100%; height: 100vh; height: 100dvh; padding: 110px 24px 40px; background: #fff; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
  .wm-nav.is-open { display: block; }
  .wm-nav ul { display: block; }
  .wm-nav > ul { max-width: 680px; margin-inline: auto; }
  .wm-nav a { justify-content: space-between; padding: 15px 16px; border-bottom: 1px solid var(--wm-line); border-radius: 0; font-size: 18px; }
  .wm-nav .menu-item-has-children > a::after { content: "+"; font-size: 22px; line-height: 1; }
  .wm-nav .menu-item-has-children.is-submenu-open > a::after { content: "−"; }
  .wm-nav .sub-menu { position: static; display: none; min-width: 0; margin: 0; padding: 6px 0 10px 20px; border: 0; border-radius: 0; background: var(--wm-cream); box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .wm-nav .menu-item-has-children.is-submenu-open > .sub-menu { display: block; }
  .wm-nav .sub-menu a { padding: 12px 15px; border: 0; font-size: 15px; }
  .wm-nav-toggle { position: relative; z-index: 101; display: block; }
  body.nav-open .wm-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  body.nav-open .wm-nav-toggle span:nth-child(2) { opacity: 0; }
  body.nav-open .wm-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .admin-bar .wm-nav { top: 32px; height: calc(100dvh - 32px); }
  .wm-category-grid { grid-template-columns: repeat(2, 1fr); }
  .wm-category-card:first-child { grid-column: span 2; }
  .wm-products-grid, .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .wm-benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .wm-review-card { flex-basis: calc((100% - 22px) / 2); }
  .wm-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .wm-footer__grid > :last-child { grid-column: span 3; }
  .wm-shop-hero__inner { grid-template-columns: 1fr 330px; gap: 40px; }
  .wm-swatch-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .wm-global-cta__inner { grid-template-columns: 1fr; }
  .wm-inline-cta__card { grid-template-columns: 1fr; }
  .wm-inline-cta__actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .wm-header { top: 46px; }
  .admin-bar .wm-nav { top: 46px; height: calc(100dvh - 46px); }
  .wm-topbar { display: none; }
  .wm-section { padding: 78px 0; }
  .wm-header__inner { min-height: 72px; }
  .wm-brand img { max-width: 140px; height: 45px; }
  .wm-icon-btn:first-child { display: none; }
  .wm-hero { min-height: 650px; }
  .wm-hero__content { padding: 85px 0 125px; }
  .wm-hero__scroll { display: none; }
  .wm-stats__inner { grid-template-columns: repeat(2, 1fr); }
  .wm-stat:nth-child(2) { border-right: 0; }
  .wm-stat:nth-child(-n+2) { border-bottom: 1px solid var(--wm-line); }
  .wm-about { grid-template-columns: 1fr; }
  .wm-about__media { min-height: 520px; }
  .wm-section-head { align-items: flex-start; flex-direction: column; }
  .wm-reviews__header { align-items: flex-start; flex-direction: column; }
  .wm-review-card { flex-basis: 100%; }
  .wm-category-card { min-height: 390px !important; }
  .wm-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 220px 220px; }
  .wm-gallery__item:first-child { grid-column: span 2; grid-row: auto; }
  .wm-gallery__item:nth-child(4) { grid-column: auto; }
  .wm-cta { padding: 48px 35px; }
  .wm-cta__inner { align-items: flex-start; flex-direction: column; }
  .wm-post-grid { grid-template-columns: 1fr; }
  .wm-article-layout { grid-template-columns: 1fr; }
  .wm-article-aside { position: static; }
  .admin-bar .wm-article-aside { top: auto; }
  .wm-contact-grid { grid-template-columns: 1fr; }
  .wm-inner-hero__grid, .wm-about-page-story, .wm-contact-layout, .wm-featured-post { grid-template-columns: 1fr; }
  .wm-inner-hero__copy { padding: 70px 0; }
  .wm-inner-hero__image { min-height: 430px; }
  .wm-featured-post__image { min-height: 380px; }
  .wm-featured-post__copy { padding: 40px; }
  .wm-shop-hero__inner { grid-template-columns: 1fr; }
  .wm-shop-hero__sample { height: 260px; }
  .wm-shop-tabs { top: 72px; }
  .admin-bar .wm-shop-tabs { top: 118px; }
  .single-product div.product { grid-template-columns: 1fr; gap: 28px; }
  .single-product div.product .summary { position: static; padding: 32px 28px; border-radius: 22px; }
  .admin-bar.single-product div.product .summary { top: auto; }
  .single-product div.product .woocommerce-tabs { padding-top: 24px; }
  .single-product div.product .woocommerce-tabs ul.tabs { flex-wrap: wrap; }
  .wm-catalog-hero { min-height: 470px; }
  .wm-catalog-hero .wm-breadcrumb { margin-bottom: 38px; }
  .wm-catalog-heading { align-items: flex-start; flex-direction: column; }
  .wm-catalog-spec { width: 100%; min-width: 0; }
  .wm-swatch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wm-catalog-cta { align-items: flex-start; flex-direction: column; }
  .wm-education-grid { grid-template-columns: 1fr; }
  .wm-spc-pros-cons { grid-template-columns: 1fr; }
  .wm-preparation-grid article, .wm-preparation-grid article:first-child { grid-column: 1 / -1; }
  .wm-preparation-grid article:first-child ul { grid-template-columns: 1fr; }
  .wm-condition-grid { grid-template-columns: 1fr; }
  .wm-condition-grid article { min-height: 0; }
  .wm-global-cta { padding: 75px 0; }
  body { padding-bottom: 68px; }
  .wm-floating-cta { top: auto; right: 0; bottom: 0; left: 0; grid-template-columns: repeat(3, 1fr); gap: 0; transform: none; }
  .wm-floating-cta a { width: auto; min-width: 0; min-height: 68px; justify-content: center; gap: 6px; padding: 6px 4px; border-width: 1px 1px 0 0; border-radius: 0; box-shadow: 0 -8px 25px rgba(7,27,63,.12); font-size: 11px; }
  .wm-floating-cta a:hover { transform: none; }
  .wm-floating-cta__icon { width: 31px; height: 31px; border-radius: 10px; }
  .wm-floating-cta__icon svg { width: 18px; height: 18px; }
  .wm-footer__grid { grid-template-columns: 1fr 1fr; }
  .wm-footer__grid > :first-child, .wm-footer__grid > :last-child { grid-column: span 2; }
}

@media (max-width: 520px) {
  .wm-container { width: min(calc(100% - 28px), var(--wm-container)); }
  .wm-hero__title { font-size: 43px; }
  .wm-hero__desc { font-size: 16px; }
  .wm-hero__buttons .wm-btn { width: 100%; }
  .wm-stat { padding: 22px 18px; }
  .wm-stat strong { font-size: 22px; }
  .wm-about__media { min-height: 420px; }
  .wm-about__main { right: 35px; bottom: 40px; }
  .wm-about__badge { width: 90px; height: 90px; font-size: 9px; }
  .wm-category-grid { grid-template-columns: 1fr; }
  .wm-category-card:first-child { grid-column: auto; }
  .wm-products-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
  .wm-benefit-grid { grid-template-columns: 1fr; }
  .wm-benefit__icon { margin-bottom: 25px; }
  .wm-review-card { padding: 25px 22px; border-radius: 20px; }
  .wm-review-card__top { grid-template-columns: 50px minmax(0, 1fr); }
  .wm-review-card__avatar { width: 50px; height: 50px; }
  .wm-review-card__demo { grid-column: 2; justify-self: start; }
  .wm-gallery { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 270px); }
  .wm-gallery__item:first-child { grid-column: auto; }
  .wm-footer__grid { grid-template-columns: 1fr; }
  .wm-footer__grid > :first-child, .wm-footer__grid > :last-child { grid-column: auto; }
  .wm-footer__bottom { align-items: flex-start; flex-direction: column; }
  .wm-inner-hero__copy h1, .wm-blog-hero h1, .wm-shop-hero h1 { font-size: 48px; }
  .wm-article-hero { padding: 46px 0 60px; }
  .wm-article-hero .wm-breadcrumb { margin-bottom: 30px; }
  .wm-article-hero h1 { font-size: 42px; }
  .wm-article-section { padding: 40px 0 80px; }
  .wm-article-featured { margin-bottom: 35px; border-radius: 20px; }
  .wm-article-body { font-size: 16px; }
  .wm-article-body h2 { margin-top: 44px; }
  .wm-article-aside { padding: 28px 24px; }
  .wm-inner-hero--compact { min-height: 480px; }
  .wm-contact-list > * { grid-template-columns: 1fr; gap: 4px; }
  .wm-contact-form-card { padding: 30px 20px; border-radius: 22px; }
  .wm-quote-field-grid { grid-template-columns: 1fr; }
  .wm-quote-field-full { grid-column: auto; }
  .wm-quote-products-heading { align-items: flex-start; flex-direction: column; }
  .wm-contact-form-card .wm-quote-add { width: 100%; }
  .wm-quote-product-row { grid-template-columns: 74px minmax(0, 1fr) 30px; gap: 10px; padding: 10px; }
  .wm-quote-product-preview { width: 74px; height: 74px; }
  .wm-quote-product-fields { grid-template-columns: 1fr; }
  .wm-quote-selected-text { grid-column: auto; }
  .wm-contact-form-card .wm-quote-remove { min-width: 29px; min-height: 29px; }
  .wm-featured-post__image { min-height: 270px; }
  .wm-featured-post__copy { padding: 30px 25px; }
  .wm-shop-toolbar { align-items: flex-start; flex-direction: column; }
  .wm-shop-toolbar select { min-width: 0; width: 100%; }
  .wm-catalog-body { padding: 70px 0 85px; }
  .wm-catalog-intro { margin-bottom: 65px; }
  .wm-catalog-section { padding: 65px 0; }
  .wm-swatch-grid { grid-template-columns: 1fr; }
  .wm-swatch-card figure { aspect-ratio: 1.35 / 1; }
  .wm-catalog-cta, .wm-order-conditions { margin-right: -3px; margin-left: -3px; padding: 35px 24px; border-radius: 22px; }
  .wm-spc-points, .wm-preparation-grid article { padding: 27px 22px; border-radius: 20px; }
  .wm-guide-card > div { padding: 34px 25px; }
  .wm-global-cta__actions { grid-template-columns: 1fr; }
  .wm-global-cta__button, .wm-global-cta__image { min-height: 92px; }
  .wm-inline-cta { padding: 22px 0 70px; }
  .wm-section + .wm-inline-cta, .wm-catalog-body + .wm-inline-cta { margin-top: -18px; }
  .wm-single-product { padding-top: 28px; padding-bottom: 75px; }
  .wm-single-product .wm-breadcrumb { margin-bottom: 25px; }
  .single-product div.product .summary { padding: 28px 22px; }
  .single-product div.product .product_title { font-size: 36px; }
  .wm-single-service-notes { grid-template-columns: 1fr; }
  .wm-single-service-notes span { min-height: 48px; }
  .single-product div.product .woocommerce-tabs .panel { padding: 28px 22px; }
  .single-product div.product .related.products { padding-top: 30px; }
  .wm-inline-cta__card { gap: 28px; padding: 32px 23px; border-radius: 22px; }
  .wm-inline-cta__actions { grid-template-columns: 1fr; }
  .wm-inline-cta__trust { display: grid; gap: 7px; }
}

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