:root {
  --wm-ink: #151716;
  --wm-muted: #5f625f;
  --wm-yellow: #f3c637;
  --wm-cream: #f7f4ec;
  --wm-paper: #fffdf8;
  --wm-line: #d8d3c8;
  --wm-soft-blue: #dfe8ed;
  --wm-soft-green: #e3e8d0;
  --wm-soft-peach: #f3ddcf;
  --wm-shell: min(1320px, calc(100vw - 48px));
  color: var(--wm-ink);
  background: var(--wm-cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  scroll-behavior: smooth;
}
* { box-sizing: border-box; }
body { margin: 0; overflow-x: clip; background: var(--wm-cream); color: var(--wm-ink); }
body, button, input, select { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #dba914; outline-offset: 3px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 9999; padding: 10px 14px; transform: translateY(-160%); background: white; border: 2px solid var(--wm-ink); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

/* Compact two-row header from the selected storefront concept. */
.wm-header { position: relative; z-index: 80; background: rgba(255,253,248,.98); border-bottom: 1px solid var(--wm-line); }
.wm-masthead { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: var(--wm-shell); min-height: 78px; margin: auto; }
.wm-mast-left { display: flex; gap: 42px; align-items: center; font-size: .9rem; }
.wm-mast-left a, .wm-contact-link { padding-block: 8px; }
.wm-mast-left a:hover, .wm-contact-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.wm-wordmark { grid-column: 2; font-size: clamp(2rem, 3vw, 2.8rem); font-weight: 850; line-height: 1; letter-spacing: 0; }
.wm-header-actions { display: flex; align-items: center; justify-self: end; gap: 25px; }
.wm-languages { position: relative; }
.wm-languages > summary { display: flex; align-items: center; gap: 6px; cursor: pointer; list-style: none; font-size: .85rem; }
.wm-languages > summary::-webkit-details-marker { display: none; }
.wm-languages > summary svg { width: 14px; }
.wm-languages > div { position: absolute; top: 34px; right: 0; z-index: 5; display: grid; min-width: 150px; padding: 7px; background: white; border: 1px solid var(--wm-line); box-shadow: 0 14px 36px rgba(20,20,16,.12); }
.wm-languages a { padding: 9px 11px; font-size: .82rem; }
.wm-languages a:hover, .wm-languages a[aria-current] { background: #f2efe6; }
.commerce-header-actions { display: flex; gap: 10px; }
.commerce-header-actions a, .commerce-header-actions button { position: relative; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; background: transparent; color: var(--wm-ink); }
.commerce-header-actions svg { width: 22px; height: 22px; }
.wm-mobile-menu { display: none; }
.wm-project-nav { display: grid; grid-template-columns: repeat(4, 1fr); width: var(--wm-shell); margin: 0 auto 14px; border: 1px solid #9b998f; border-radius: 7px; overflow: hidden; }
.wm-project-nav a { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; min-height: 67px; padding: 10px 20px; border-right: 1px solid #aaa79e; }
.wm-project-nav a:last-child { border-right: 0; }
.wm-project-nav a:hover { background: #efede7; }
.wm-project-nav a.is-active { background: #1c1e1d; color: white; }
.wm-project-nav > a > svg { width: 25px; }
.wm-project-nav span { display: grid; gap: 2px; }
.wm-project-nav strong { font-size: .9rem; line-height: 1.15; }
.wm-project-nav small { font-size: .77rem; }

.wm-home { width: min(1420px, calc(100vw - 40px)); margin: auto; padding-bottom: 28px; }
.wm-hero { padding-top: 12px; }
.wm-hero-viewport { position: relative; height: clamp(440px, 38vw, 590px); overflow: hidden; perspective: 1600px; }
.wm-hero-slide { position: absolute; inset-block: 0; left: 20%; width: 60%; overflow: hidden; border-radius: 7px; opacity: 0; background: #1b1e1d; transform: scale(.96); transition: left .68s cubic-bezier(.22,.72,.2,1), width .68s cubic-bezier(.22,.72,.2,1), opacity .42s ease, transform .68s cubic-bezier(.22,.72,.2,1); pointer-events: none; will-change: left, width, transform; }
.wm-hero.is-motion-suspended .wm-hero-slide, .wm-hero.is-motion-suspended .wm-hero-slide > img { transition: none !important; }
.wm-hero-slide.is-active { z-index: 3; left: 20%; width: 60%; opacity: 1; transform: scale(1); pointer-events: auto; }
.wm-hero-slide.is-prev, .wm-hero-slide.is-next { z-index: 2; width: 18%; opacity: 1; pointer-events: auto; cursor: pointer; }
.wm-hero-slide.is-prev { left: 0; transform: scale(.975) rotateY(2.2deg); transform-origin: right center; }
.wm-hero-slide.is-next { left: 82%; transform: scale(.975) rotateY(-2.2deg); transform-origin: left center; }
.wm-hero-slide::after { content: ""; position: absolute; inset: 0; background: rgba(10,12,11,.08); pointer-events: none; }
.wm-hero-slide.is-active::after { background: rgba(10,12,11,.12); }
.wm-hero-slide.is-prev::after, .wm-hero-slide.is-next::after { background: rgba(10,12,11,.08); }
.wm-hero-slide > img { width: 100%; height: 100%; object-fit: cover; }
.wm-hero-slide:nth-child(2) > img { object-position: 78% center; }
.wm-hero-slide:nth-child(3) > img { object-position: 68% center; }
.wm-hero-slide.is-prev > img, .wm-hero-slide.is-next > img { filter: none; transform: scale(1.025); transition: filter .68s ease, transform .68s cubic-bezier(.22,.72,.2,1); }
.wm-hero-slide.is-active > img { filter: none; transform: scale(1); transition: filter .68s ease, transform .68s cubic-bezier(.22,.72,.2,1); }
.wm-hero-copy { position: absolute; z-index: 2; top: 50%; left: clamp(28px, 5vw, 78px); width: min(560px, 58%); transform: translateY(-50%); color: white; }
.wm-hero-copy > span { display: none; }
.wm-hero-copy h1, .wm-hero-copy h2 { margin: 0 0 18px; max-width: 11ch; font-size: clamp(2.7rem, 4vw, 4.9rem); line-height: 1.02; letter-spacing: 0; }
.wm-home .wm-hero-copy h1, .wm-home .wm-hero-copy h2 { color: #fff; }
.wm-hero-copy p { max-width: 43ch; margin: 0 0 24px; font-size: 1rem; line-height: 1.5; }
.wm-hero-copy a { display: inline-flex; min-height: 48px; align-items: center; padding: 0 22px; border-radius: 999px; background: var(--wm-yellow); color: #161714; font-size: .86rem; font-weight: 800; }
.wm-hero-side-copy { display: none; position: absolute; z-index: 2; top: 25px; left: 25px; max-width: 160px; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.72); }
.wm-hero-slide.is-next .wm-hero-side-copy { left: 36px; }
.wm-hero-side-copy strong { display: block; margin-bottom: 5px; font-size: .88rem; }
.wm-hero-side-copy span { display: block; font-size: .72rem; line-height: 1.4; }
.wm-hero-slide.is-prev .wm-hero-copy, .wm-hero-slide.is-next .wm-hero-copy { display: none; }
.wm-hero-slide.is-prev .wm-hero-side-copy, .wm-hero-slide.is-next .wm-hero-side-copy { display: block; }
.wm-hero-arrow { position: absolute; z-index: 7; top: 50%; display: grid; width: 47px; height: 47px; padding: 0; place-items: center; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(255,253,248,.92); color: var(--wm-ink); cursor: pointer; }
.wm-hero-arrow svg { width: 23px; }
.wm-hero-arrow-prev { left: 8px; }
.wm-hero-arrow-next { right: 8px; }
.wm-hero-pagination { display: grid; grid-template-columns: 1fr minmax(160px, 6fr) auto; gap: 14px; align-items: center; min-height: 42px; padding: 0 4px; font-size: .73rem; }
.wm-hero-dots { display: flex; gap: 7px; justify-content: end; }
.wm-hero-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #cfccc2; cursor: pointer; }
.wm-hero-dots button.is-active { background: var(--wm-ink); }
.wm-hero-progress { display: block; height: 2px; overflow: hidden; background: #d7d3c9; }
.wm-hero-progress span { display: block; width: 0; height: 100%; background: var(--wm-ink); }
@keyframes wm-progress { from { width: 0; } to { width: 100%; } }
.hero-paused .wm-hero-progress span { animation-play-state: paused !important; }

.wm-projects { width: min(1210px, calc(100% - 64px)); margin: auto; padding: 34px 0 30px; text-align: center; }
.wm-projects > h2 { margin: 0 0 23px; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.1; }
.wm-project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.wm-project-card { position: relative; display: grid; min-height: 185px; align-content: center; justify-items: center; gap: 8px; padding: 22px 15px; border: 1px solid #c9c6bc; border-radius: 8px; background: var(--wm-paper); color: var(--wm-ink); cursor: pointer; }
.wm-project-card:nth-child(2) { background: var(--wm-soft-green); }
.wm-project-card:nth-child(3) { background: var(--wm-soft-blue); }
.wm-project-card:nth-child(4) { background: var(--wm-soft-peach); }
.wm-project-card.is-selected { background: #1c1e1d; color: white; }
.wm-project-card > svg { width: 46px; height: 46px; margin-bottom: 15px; stroke-width: 1.4; }
.wm-project-card strong { font-size: 1.02rem; }
.wm-project-card small { font-size: .78rem; }
.wm-project-check { position: absolute; top: 9px; right: 9px; display: none; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: var(--wm-yellow); color: #111; }
.wm-project-check svg { width: 14px; }
.wm-project-card.is-selected .wm-project-check { display: grid; }
.wm-project-result { display: flex; gap: 10px; justify-content: center; min-height: 38px; align-items: center; color: var(--wm-muted); font-size: .78rem; }
.wm-project-result strong { color: var(--wm-ink); }

.wm-planner { display: grid; grid-template-columns: 1.05fr 2fr 1.1fr; gap: 25px; align-items: center; width: min(1260px, calc(100% - 40px)); margin: 0 auto 30px; padding: 26px 32px; border: 1px solid #d1cdc3; border-radius: 8px; background: rgba(255,253,248,.72); }
.wm-planner h2 { margin: 0; font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.1; }
.wm-planner form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.wm-planner label { display: grid; gap: 8px; font-size: .76rem; }
.wm-planner select { width: 100%; height: 44px; padding: 0 13px; border: 1px solid #99978f; border-radius: 5px; background: white; color: var(--wm-ink); }
.wm-planner-result { position: relative; display: grid; min-height: 98px; align-content: center; padding: 14px 70px 14px 18px; border: 1px solid #c9b990; border-radius: 7px; background: #fffbf0; }
.wm-planner-result span, .wm-planner-result small { font-size: .7rem; }
.wm-planner-result strong { font-size: 2rem; line-height: 1.05; }
.wm-planner-result > svg { position: absolute; top: 50%; right: 16px; width: 46px; height: 46px; padding: 11px; transform: translateY(-50%); border-radius: 50%; background: var(--wm-yellow); }

.wm-solutions { display: grid; gap: 14px; width: min(1260px, calc(100% - 40px)); margin: auto; }
.wm-solution { display: grid; grid-template-columns: 38% 34% 28%; height: 280px; overflow: hidden; border-radius: 8px; background: var(--wm-paper); }
.wm-solution-image { height: 280px; min-height: 0; overflow: hidden; background: white; }
.wm-solution-image img { width: 100%; height: 100%; object-fit: cover; }
.wm-solution-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px 40px; }
.wm-solution-copy h2 { margin: 0 0 8px; font-size: clamp(1.55rem, 2.4vw, 2.2rem); line-height: 1.05; }
.wm-solution-copy p { margin: 0 0 12px; font-size: .88rem; }
.wm-solution-copy ul { display: grid; gap: 5px; margin: 0 0 18px; padding-left: 18px; font-size: .73rem; }
.wm-solution-copy a { align-self: flex-start; padding: 10px 16px; border-radius: 999px; background: var(--wm-yellow); font-size: .74rem; font-weight: 800; }
.wm-solution-mark { display: grid; place-items: center; overflow: hidden; }
.wm-solution-mark svg { width: 48%; height: 48%; stroke-width: .65; opacity: .72; }
.wm-solution-dark { background: #1b1e1d; color: white; }
.wm-solution-blue { background: var(--wm-soft-blue); }
.wm-solution-peach { background: var(--wm-soft-peach); }
.wm-solution-green { background: var(--wm-soft-green); }
.wm-solution-dark .wm-solution-copy a { color: #111; }

.wm-checklist { display: grid; grid-template-columns: 1.02fr .98fr; width: min(1260px, calc(100% - 40px)); min-height: 335px; margin: 22px auto 14px; overflow: hidden; border: 1px solid var(--wm-line); border-radius: 8px; background: rgba(255,253,248,.75); }
.wm-checklist-copy { padding: 28px 36px; }
.wm-checklist h2 { margin: 0 0 16px; font-size: 1.35rem; }
.wm-checklist label { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; margin-bottom: 11px; cursor: pointer; }
.wm-checklist input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: #151716; }
.wm-checklist label > span { display: grid; gap: 2px; }
.wm-checklist label strong { font-size: .78rem; }
.wm-checklist label small { color: var(--wm-muted); font-size: .67rem; }
.wm-checklist input:checked + span { opacity: .56; text-decoration: line-through; }
.wm-checklist-status { display: flex; gap: 18px; align-items: center; margin-top: 16px; font-size: .69rem; }
.wm-checklist-status button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; cursor: pointer; }
.wm-checklist-visual { display: grid; overflow: hidden; padding: 18px 22px; place-items: center; background: #fffdf8; }
.wm-checklist-visual img { width: 100%; height: 100%; object-fit: contain; filter: none; opacity: 1; }
.wm-service-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1260px, calc(100% - 40px)); margin: auto; border: 1px solid var(--wm-line); border-radius: 8px; overflow: hidden; background: var(--wm-paper); }
.wm-service-strip > a { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; min-height: 105px; padding: 20px 28px; border-right: 1px solid var(--wm-line); }
.wm-service-strip > a:last-child { border-right: 0; }
.wm-service-strip > a > svg { width: 38px; height: 38px; stroke-width: 1.35; }
.wm-service-strip span { display: grid; gap: 3px; }
.wm-service-strip strong { font-size: .9rem; }
.wm-service-strip small { color: var(--wm-muted); font-size: .68rem; }
.wm-service-strip em { display: inline-flex; gap: 6px; align-items: center; margin-top: 4px; font-size: .69rem; font-style: normal; font-weight: 700; }
.wm-service-strip em svg { width: 12px; }

/* Catalogue and shared Storefront Core pages. */
.wm-catalog-hero { display: grid; grid-template-columns: 1fr minmax(300px, 430px); gap: 70px; align-items: end; padding: 70px max(24px, calc((100vw - 1280px) / 2)); background: #efebe2; }
.wm-kicker, .eyebrow { margin: 0 0 12px; color: #9b5f20; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.wm-catalog-hero h1 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.5rem); line-height: 1; }
.wm-catalog-hero > div > p:last-child { max-width: 65ch; color: var(--wm-muted); line-height: 1.65; }
.wm-catalog-hero form label { display: block; margin-bottom: 9px; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.wm-catalog-hero form > div { display: grid; grid-template-columns: 1fr 50px; border-bottom: 1px solid var(--wm-ink); }
.wm-catalog-hero input { height: 50px; padding: 0; border: 0; background: transparent; }
.wm-catalog-hero button { display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }
.wm-catalog-layout { display: grid; grid-template-columns: 230px 1fr; gap: 42px; width: var(--wm-shell); margin: auto; padding-block: 55px 100px; }
.wm-catalog-rail { position: sticky; top: 20px; display: block; align-self: start; border-top: 1px solid var(--wm-line); }
.wm-catalog-rail a { display: block; width: 100%; padding: 11px 8px; color: var(--wm-muted); font-size: .8rem; text-decoration: none; }
.wm-catalog-rail a[aria-current] { color: var(--wm-ink); font-weight: 800; }
.wm-catalog-all { border-bottom: 1px solid var(--wm-line); }
.wm-catalog-all[aria-current] { padding-left: 14px !important; color: white !important; background: var(--wm-ink); }
.wm-category-group { width: 100%; border-bottom: 1px solid var(--wm-line); }
.wm-category-group summary { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 8px; list-style: none; cursor: pointer; font-size: .82rem; font-weight: 800; }
.wm-category-group summary::-webkit-details-marker { display: none; }
.wm-category-group summary span { display: flex; align-items: center; gap: 9px; }
.wm-category-group summary svg { width: 17px; height: 17px; flex: 0 0 auto; }
.wm-category-group summary > svg { transition: transform .2s ease; }
.wm-category-group[open] summary > svg { transform: rotate(180deg); }
.wm-category-group[open] summary { color: var(--wm-orange); }
.wm-category-group > div { display: grid; padding: 0 0 8px 26px; }
.wm-category-group > div a { padding: 7px 8px; border-left: 1px solid var(--wm-line); font-size: .76rem; line-height: 1.3; }
.wm-category-group > div a[aria-current] { border-left-color: var(--wm-orange); color: var(--wm-orange); }
.wm-catalog-meta { display: flex; justify-content: space-between; margin-bottom: 18px; color: var(--wm-muted); font-size: .7rem; font-weight: 750; text-transform: uppercase; }
.wm-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--wm-line); border: 1px solid var(--wm-line); }
.wm-product-card { display: grid; min-width: 0; background: var(--wm-paper); }
.wm-product-image { display: grid; aspect-ratio: 1; place-items: center; padding: 16px; overflow: hidden; background: white; }
.wm-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.wm-product-card:hover img { transform: scale(1.03); }
.wm-product-copy { display: grid; min-height: 120px; gap: 14px; align-content: space-between; padding: 18px; }
.wm-product-copy strong { display: -webkit-box; overflow: hidden; font-size: 1.05rem; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.wm-product-copy em { display: flex; align-items: center; gap: 7px; font-size: .68rem; font-style: normal; font-weight: 800; text-transform: uppercase; }
.wm-product-copy svg { width: 14px; }
.wm-empty { padding: 65px; text-align: center; background: white; }
.wm-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid var(--wm-ink); font-weight: 750; }
.wm-button-dark { background: var(--wm-ink); color: white; }

.product-page, .content-page, .cart-page, .account-page, .checkout-page, .order-page { background: var(--wm-cream); }
.product-page .shell, .content-page .shell, .cart-page .shell, .account-page .shell, .checkout-page .shell, .order-page .shell { width: var(--wm-shell); margin-inline: auto; padding-block: 50px 90px; }
.breadcrumbs { color: var(--wm-muted); font-size: .76rem; }
.product-detail-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(40px, 6vw, 85px); align-items: start; }
.product-main-image { display: grid; aspect-ratio: 1; place-items: center; background: white; }
.product-main-image img { width: 100%; height: 100%; object-fit: contain; }
.product-thumbnails { display: flex; gap: 8px; margin-top: 12px; overflow: auto; }
.product-thumbnail { display: grid; width: 72px; height: 72px; flex: 0 0 auto; place-items: center; border: 1px solid var(--wm-line); background: white; }
.product-purchase { position: sticky; top: 20px; }
.product-purchase h1, .content-page h1, .cart-page h1, .account-page h1 { font-size: clamp(2.1rem, 3.7vw, 4rem); line-height: 1; letter-spacing: 0; }
.product-price { font-size: 1.8rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid var(--wm-ink); background: transparent; color: var(--wm-ink); font-weight: 750; }
.button-primary { background: var(--wm-ink); color: white; }
.card, .content-card, .cart-summary, .account-card, .checkout-card { background: white; border: 1px solid var(--wm-line); box-shadow: none; }
input, select, textarea { max-width: 100%; border: 1px solid var(--wm-line); background: white; color: var(--wm-ink); }

.wm-footer { width: min(1260px, calc(100vw - 80px)); margin: 18px auto 0; padding: 24px 0 18px; border-top: 1px solid var(--wm-line); background: transparent; color: var(--wm-ink); }
.wm-footer-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 30px; }
.wm-footer section { display: flex; min-width: 0; flex-direction: column; gap: 7px; }
.wm-footer h2 { margin: 0 0 6px; font-size: .76rem; }
.wm-footer a, .wm-footer p, .wm-footer address { margin: 0; color: #4f524f; font-size: .67rem; font-style: normal; line-height: 1.45; }
.wm-footer a:hover { color: #000; text-decoration: underline; text-underline-offset: 3px; }
.wm-footer-legal { display: flex; justify-content: center; gap: 18px; margin-top: 26px; padding-top: 16px; border-top: 1px solid var(--wm-line); color: #71736f; font-size: .65rem; }

@media (max-width: 1050px) {
  .wm-mast-left { gap: 22px; }
  .wm-header-actions { gap: 14px; }
  .wm-project-nav a { padding-inline: 12px; }
  .wm-hero-slide.is-active { left: 17%; width: 66%; }
  .wm-hero-slide.is-prev, .wm-hero-slide.is-next { width: 15%; }
  .wm-hero-slide.is-next { left: 85%; }
  .wm-projects { width: calc(100% - 40px); }
  .wm-project-grid { gap: 10px; }
  .wm-planner { grid-template-columns: 1fr 2fr; }
  .wm-planner-result { grid-column: 1 / -1; }
  .wm-solution { grid-template-columns: 40% 45% 15%; }
  .wm-footer-grid { grid-template-columns: repeat(3, 1fr); }
  .wm-product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail-layout { grid-template-columns: 1fr; }
  .product-purchase { position: static; }
}

@media (max-width: 720px) {
  :root { --wm-shell: calc(100vw - 28px); }
  .wm-home { width: 100%; }
  .wm-masthead { min-height: 64px; }
  .wm-mast-left, .wm-contact-link { display: none; }
  .wm-mobile-menu { display: block; }
  .wm-mobile-menu > summary { display: grid; width: 38px; height: 38px; place-items: center; list-style: none; cursor: pointer; }
  .wm-mobile-menu > nav { position: absolute; top: 64px; left: 14px; z-index: 10; display: grid; width: min(300px, calc(100vw - 28px)); padding: 12px; background: white; border: 1px solid var(--wm-line); box-shadow: 0 15px 35px rgba(0,0,0,.12); }
  .wm-mobile-menu nav a { padding: 10px; }
  .wm-wordmark { font-size: 1.75rem; }
  .wm-header-actions { gap: 6px; }
  .wm-languages > summary span { display: none; }
  .wm-project-nav { grid-template-columns: repeat(4, 1fr); width: calc(100vw - 20px); margin-bottom: 10px; }
  .wm-project-nav a { display: grid; min-height: 56px; padding: 8px; place-items: center; border-right: 1px solid #aaa79e; }
  .wm-project-nav a > svg { width: 22px; }
  .wm-project-nav a span { display: none; }
  .wm-hero { padding-top: 8px; }
  .wm-hero-viewport { height: 520px; }
  .wm-hero-slide, .wm-hero-slide.is-active { right: 10px; left: 10px; width: auto; border-radius: 5px; }
  .wm-hero-slide, .wm-hero-slide.is-active, .wm-hero-slide.is-prev, .wm-hero-slide.is-next { clip-path: none; transform: none; }
  .wm-hero-slide.is-prev, .wm-hero-slide.is-next { right: 10px; left: 10px; width: auto; opacity: 0; pointer-events: none; }
  .wm-hero-copy { top: auto; right: 24px; bottom: 30px; left: 24px; width: auto; transform: none; }
  .wm-hero-copy h1, .wm-hero-copy h2 { font-size: 2.65rem; }
  .wm-hero-copy p { font-size: .86rem; }
  .wm-hero-arrow-prev { left: 18px; }
  .wm-hero-arrow-next { right: 18px; }
  .wm-hero-pagination { padding-inline: 14px; }
  .wm-projects { width: calc(100% - 28px); padding-top: 25px; }
  .wm-project-grid { grid-template-columns: 1fr 1fr; }
  .wm-project-card { min-height: 150px; }
  .wm-project-card > svg { width: 35px; height: 35px; margin-bottom: 6px; }
  .wm-project-result { align-items: flex-start; flex-direction: column; gap: 3px; padding: 10px 2px; text-align: left; }
  .wm-planner { grid-template-columns: 1fr; width: calc(100% - 28px); padding: 22px; }
  .wm-planner form { grid-template-columns: 1fr; }
  .wm-planner-result { grid-column: 1; }
  .wm-solutions { width: calc(100% - 28px); }
  .wm-solution { grid-template-columns: 1fr; }
  .wm-solution { height: auto; }
  .wm-solution-image { height: 250px; min-height: 0; }
  .wm-solution-copy { padding: 28px 24px; }
  .wm-solution-mark { display: none; }
  .wm-checklist { grid-template-columns: 1fr; width: calc(100% - 28px); }
  .wm-checklist-copy { padding: 26px 22px; }
  .wm-checklist-visual { min-height: 220px; }
  .wm-service-strip { grid-template-columns: 1fr; width: calc(100% - 28px); }
  .wm-service-strip > a { border-right: 0; border-bottom: 1px solid var(--wm-line); }
  .wm-service-strip > a:last-child { border-bottom: 0; }
  .wm-catalog-hero { grid-template-columns: 1fr; gap: 30px; padding: 45px 14px; }
  .wm-catalog-layout { grid-template-columns: 1fr; gap: 25px; padding-top: 30px; }
  .wm-catalog-rail { position: static; }
  .wm-catalog-rail > a, .wm-category-group { width: 100%; }
  .wm-category-group > div a { width: 100%; }
  .wm-product-grid { grid-template-columns: 1fr; }
  .wm-footer { width: calc(100vw - 40px); }
  .wm-footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .wm-footer-legal { align-items: center; flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .wm-hero-progress span { display: none; }
}
