:root {
  color-scheme: light;
  --ink: #171a1a;
  --muted: #626b69;
  --line: #dfe4e2;
  --paper: #ffffff;
  --soft: #f3f6f4;
  --teal: #0b6f73;
  --teal-dark: #07575a;
  --coral: #ef6b4a;
  --yellow: #f2c14e;
  --focus: #0a7cc1;
  --header-height: 72px;
  --content: 1320px;
  font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); letter-spacing: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { color: inherit; font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(10, 124, 193, .5); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 14px; background: var(--ink); color: #fff; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 100; height: var(--header-height); display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 0 4%;
  border-bottom: 1px solid rgba(223, 228, 226, .9); background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px); transition: box-shadow 180ms ease;
}
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(22, 31, 29, .08); }
.admin-bar .site-header { top: 32px; }
.brand { display: inline-flex; align-items: center; width: max-content; gap: 10px; font-size: 19px; font-weight: 760; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border: 2px solid currentColor; font-size: 15px; font-weight: 800; transform: rotate(-4deg); }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: #343a39; font-size: 14px; font-weight: 650; }
.desktop-nav a { padding: 10px 0; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { border-color: var(--coral); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 14px; font-size: 13px; font-weight: 700; }
.language-switcher { display: inline-grid; grid-template-columns: repeat(2, 34px); height: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 4px; background: white; }
.language-switcher a { display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 800; line-height: 1; }
.language-switcher a:last-child { border-right: 0; }
.language-switcher a:hover { background: var(--soft); color: var(--ink); }
.language-switcher a.is-current { background: var(--ink); color: white; }
.account-link:hover { color: var(--teal); }
.cart-link { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 12px; border: 1px solid var(--line); }
.cart-link:hover { border-color: var(--teal); background: var(--soft); }
.cart-link strong { display: grid; min-width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-size: 11px; }
.cart-icon { position: relative; width: 17px; height: 16px; border: 1.8px solid currentColor; border-top: 0; }
.cart-icon::before { position: absolute; left: 3px; top: -6px; width: 7px; height: 7px; border: 1.8px solid currentColor; border-bottom: 0; border-radius: 6px 6px 0 0; content: ""; }
.menu-button { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }
.mobile-nav { position: fixed; inset: var(--header-height) 0 auto; z-index: 99; padding: 18px 5% 26px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 38px rgba(22,31,29,.12); }
.mobile-nav a { display: block; padding: 15px 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.hero { position: relative; min-height: 700px; height: calc(100vh - var(--header-height)); max-height: 820px; overflow: hidden; background: #171a1a; }
.hero-slides, .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { object-fit: cover; object-position: center 45%; opacity: 0; transform: scale(1.04); transition: opacity 900ms ease, transform 6500ms ease; }
.hero-slide.active { opacity: 1; transform: scale(1); }
.hero-scrim { position: absolute; inset: 0 auto 0 0; width: min(62%, 860px); background: linear-gradient(90deg, rgba(13,16,16,.82) 0%, rgba(13,16,16,.58) 65%, rgba(13,16,16,0) 100%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 100%; width: min(92%, var(--content)); margin: 0 auto; flex-direction: column; justify-content: center; align-items: flex-start; padding: 60px 0 96px; color: white; }
.eyebrow { margin: 0 0 12px; color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero .eyebrow, .custom-band .eyebrow { color: #8ee1dc; }
.hero h1 { max-width: 720px; margin: 0; font-size: 84px; font-weight: 760; line-height: .98; }
.hero-lead { max-width: 560px; margin: 28px 0 0; color: rgba(255,255,255,.92); font-size: 26px; line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid transparent; border-radius: 4px; font-weight: 750; }
.button-primary { background: var(--coral); color: white; }
.button-primary:hover { background: #d95436; }
.button-secondary { border-color: rgba(255,255,255,.7); color: white; }
.button-secondary:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--teal-dark); }
.hero-controls { position: absolute; z-index: 4; left: 4%; bottom: 38px; display: flex; gap: 8px; }
.hero-controls button { width: 48px; height: 14px; padding: 5px 0; border: 0; background: transparent; }
.hero-controls span { display: block; width: 100%; height: 2px; background: rgba(255,255,255,.42); overflow: hidden; }
.hero-controls button.active span { background: var(--coral); }
.hero-scroll { position: absolute; z-index: 4; right: 4%; bottom: 34px; display: flex; align-items: center; gap: 10px; color: white; font-size: 12px; font-weight: 700; }

.feature-strip { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 76px; border-bottom: 1px solid var(--line); }
.feature-strip div { display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); color: #343a39; font-size: 13px; font-weight: 700; }
.feature-strip div:last-child { border-right: 0; }
.feature-strip strong { color: var(--coral); font-size: 11px; }
.proof-band { display: grid; grid-template-columns: repeat(3, 1fr); width: min(92%, 1040px); margin: 0 auto; padding: 58px 0 22px; }
.proof-band div { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; padding: 8px 20px; border-right: 1px solid var(--line); }
.proof-band div:last-child { border-right: 0; }
.proof-band strong, .proof-band > div > span { font-size: 38px; font-weight: 760; }
.proof-band > div > span { color: var(--coral); }
.proof-band small { width: 100%; margin-top: 7px; color: var(--muted); text-align: center; }

.section { width: min(92%, var(--content)); margin: 0 auto; padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: end; gap: 56px; margin-bottom: 42px; }
.section-heading h2 { max-width: 720px; margin: 0; font-size: 46px; line-height: 1.15; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.8; }
.section-heading.compact { align-items: center; }
.text-link { color: var(--teal); font-weight: 750; justify-self: end; }
.text-link:hover { color: var(--coral); }

.types-section { padding-top: 90px; }
.type-browser { display: grid; grid-template-columns: 360px minmax(0, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.type-tabs { border-right: 1px solid var(--line); }
.type-tabs button { display: grid; width: 100%; min-height: 86px; grid-template-columns: 34px 1fr 28px; align-items: center; gap: 14px; padding: 16px 22px; border: 0; border-bottom: 1px solid var(--line); background: #fff; text-align: left; transition: background 180ms ease, color 180ms ease; }
.type-tabs button:last-child { border-bottom: 0; }
.type-tabs button:hover { background: var(--soft); }
.type-tabs button.active { background: var(--ink); color: white; }
.type-number { color: var(--coral); font-size: 11px; font-weight: 800; }
.type-tabs strong, .type-tabs small { display: block; }
.type-tabs strong { font-size: 16px; }
.type-tabs small { margin-top: 5px; color: var(--muted); font-size: 11px; }
.type-tabs button.active small { color: rgba(255,255,255,.68); }
.type-arrow { font-size: 22px; text-align: right; }
.type-stage { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); min-width: 0; background: var(--soft); }
.type-stage-media { position: relative; min-height: 610px; overflow: hidden; background: #e8ecea; }
.type-stage-media img { width: 100%; height: 100%; object-fit: cover; transition: opacity 180ms ease, transform 480ms ease; }
.type-stage-media img.switching { opacity: 0; transform: scale(1.02); }
.type-stage-media > span { position: absolute; left: 22px; bottom: 16px; color: rgba(255,255,255,.9); font-size: 72px; font-weight: 800; text-shadow: 0 2px 20px rgba(0,0,0,.35); }
.type-stage-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; }
.type-stage-copy h3 { margin: 0; font-size: 38px; line-height: 1.15; }
.type-stage-copy > p:not(.eyebrow) { margin: 20px 0; color: var(--muted); line-height: 1.8; }
.type-stage-copy ul { margin: 0 0 30px; padding: 0; list-style: none; }
.type-stage-copy li { position: relative; padding: 8px 0 8px 20px; border-bottom: 1px solid var(--line); font-size: 13px; }
.type-stage-copy li::before { position: absolute; left: 0; color: var(--teal); content: "+"; font-weight: 800; }

.categories-section { border-top: 1px solid var(--line); }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: 280px 240px; gap: 12px; }
.category-card { position: relative; min-width: 0; overflow: hidden; background: #202525; color: white; }
.category-card:first-child { grid-column: span 2; grid-row: span 2; }
.category-card:nth-child(2) { grid-column: span 2; }
.category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.category-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(10,13,13,.82)); content: ""; }
.category-card > span { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 20px; }
.category-card strong, .category-card small { display: block; }
.category-card strong { font-size: 20px; }
.category-card small { margin-top: 6px; color: rgba(255,255,255,.78); }
.category-card:hover img { transform: scale(1.035); }

.products-section { width: 100%; max-width: none; padding: 112px 4%; background: var(--soft); }
.products-section .section-heading, .home-product-grid { width: min(100%, var(--content)); margin-right: auto; margin-left: auto; }
.home-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-product-card { overflow: hidden; border: 1px solid var(--line); background: white; }
.home-product-media { position: relative; display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #e9edeb; }
.home-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 420ms ease; }
.home-product-card:hover .home-product-media img { transform: scale(1.025); }
.draft-badge { position: absolute; left: 12px; top: 12px; padding: 6px 9px; border-radius: 3px; background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 800; }
.home-product-body { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 18px; min-height: 154px; padding: 20px; }
.home-product-body p { margin: 0 0 7px; color: var(--teal); font-size: 11px; font-weight: 800; }
.home-product-body h3 { margin: 0; font-size: 19px; line-height: 1.35; }
.home-product-body small { display: block; margin-top: 8px; color: var(--muted); line-height: 1.55; }
.home-product-price { align-self: start; color: var(--coral); font-size: 13px; font-weight: 800; white-space: nowrap; }
.empty-catalog { grid-column: 1 / -1; padding: 48px; border: 1px solid var(--line); background: white; text-align: center; }

.custom-band { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); align-items: center; gap: 80px; padding: 96px max(4%, calc((100% - var(--content)) / 2)); background: var(--ink); color: white; }
.custom-band h2 { margin: 0; font-size: 48px; line-height: 1.15; }
.custom-band > div > p:not(.eyebrow) { max-width: 650px; margin: 22px 0 0; color: rgba(255,255,255,.7); line-height: 1.8; }
.measurement-guide { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,.18); }
.measurement-guide > span { display: grid; min-height: 106px; place-items: center; align-content: center; background: #222827; }
.measurement-guide strong { font-size: 24px; }
.measurement-guide small { margin-top: 7px; color: rgba(255,255,255,.6); }
.measurement-guide .button { grid-column: 1 / -1; border-radius: 0; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 60px; padding: 68px 4% 28px; background: #0d0f0f; color: white; }
.brand-light { color: white; }
.footer-brand p { margin: 14px 0 0; color: rgba(255,255,255,.55); }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); align-content: start; gap: 16px 34px; color: rgba(255,255,255,.72); font-size: 13px; }
.site-footer nav a:hover { color: #8ee1dc; }
.footer-note { grid-column: 1 / -1; margin: 36px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 11px; }

.shop-shell, .content-shell { width: min(92%, var(--content)); min-height: 60vh; margin: 0 auto; padding: 58px 0 100px; }
.content-shell { max-width: 980px; }
.content-shell h1, .shop-shell .woocommerce-products-header__title { margin: 0 0 38px; font-size: 48px; }
.entry-content { color: #353b3a; line-height: 1.8; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering { margin-bottom: 28px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 34px 0 12px; border: 1px solid var(--line); background: white; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce ul.products[class*="columns-"] li.product { float: none; width: 100%; margin: 0; padding: 0 0 20px; border: 1px solid var(--line); background: white; transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.woocommerce ul.products li.product:hover { border-color: #c9d3d0; box-shadow: 0 12px 28px rgba(22, 33, 31, .08); transform: translateY(-3px); }
.woocommerce ul.products li.product a img { display: block; width: 100%; margin: 0 0 18px; aspect-ratio: 1 / 1; object-fit: cover; background: var(--soft); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .price, .woocommerce ul.products li.product .button { margin-right: 18px; margin-left: 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 52px; padding: 0; font-size: 17px; line-height: 1.5; }
.woocommerce ul.products li.product .price { color: var(--coral); font-size: 13px; font-weight: 800; }
.woocommerce ul.products li.product .button { white-space: nowrap; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .hd-inquiry-button { min-height: 44px; padding: 13px 18px; border-radius: 3px; background: var(--ink); color: white; font-weight: 750; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .hd-inquiry-button:hover { background: var(--teal-dark); color: white; }
.price-pending { color: var(--coral); font-weight: 800; }

.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr); gap: 64px; }
.woocommerce div.product div.images.woocommerce-product-gallery,
.woocommerce div.product div.summary { float: none; width: 100%; margin: 0; }
.woocommerce div.product .woocommerce-product-gallery__wrapper { margin: 0; }
.woocommerce div.product .woocommerce-product-gallery__image { border: 1px solid var(--line); background: var(--soft); }
.woocommerce div.product .woocommerce-product-gallery__image img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.woocommerce div.product div.images .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 10px; }
.woocommerce div.product div.images .flex-control-thumbs li { float: none; width: auto; border: 1px solid var(--line); }
.woocommerce div.product div.images .flex-control-thumbs li img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.woocommerce div.product .summary { position: sticky; top: 104px; align-self: start; }
.admin-bar .woocommerce div.product .summary { top: 136px; }
.woocommerce div.product .product_title { margin: 0; font-size: 46px; line-height: 1.12; }
.woocommerce div.product p.price { margin: 18px 0; color: var(--coral); font-size: 24px; }
.woocommerce-product-details__short-description { color: var(--muted); font-size: 16px; line-height: 1.8; }
.hd-inquiry-button { display: inline-flex; margin-top: 16px; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / -1; }
.woocommerce div.product .woocommerce-tabs { margin-top: 44px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; border-bottom: 1px solid var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0 28px 0 0; padding: 0; border: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 3px solid var(--teal); }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 14px 0; }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 0; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--teal); background: var(--soft); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 600ms ease, transform 600ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .account-link { display: none; }
  .hero { min-height: 620px; }
  .hero h1 { font-size: 68px; }
  .type-browser { grid-template-columns: 290px minmax(0, 1fr); }
  .type-stage { grid-template-columns: 1fr; }
  .type-stage-media { min-height: 420px; }
  .type-stage-copy { padding: 34px; }
  .home-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr); gap: 38px; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .site-header { height: 64px; padding: 0 18px; }
  .header-actions { gap: 6px; }
  .cart-link { width: 42px; padding: 0; justify-content: center; border: 0; }
  .cart-link > span:not(.cart-icon) { display: none; }
  .cart-link strong { position: absolute; right: 51px; top: 10px; }
  .mobile-nav { inset: 64px 0 auto; }
  .admin-bar .mobile-nav { top: 110px; }
  .hero { height: auto; min-height: 600px; max-height: none; }
  .hero-scrim { width: 100%; background: rgba(13,16,16,.58); }
  .hero-content { width: calc(100% - 36px); padding: 80px 0 112px; }
  .hero h1 { font-size: 54px; }
  .hero-lead { font-size: 20px; }
  .hero-controls { left: 18px; }
  .hero-scroll { right: 18px; }
  .feature-strip { grid-template-columns: repeat(2, 1fr); }
  .feature-strip div { min-height: 64px; border-bottom: 1px solid var(--line); }
  .proof-band { grid-template-columns: 1fr; padding-top: 38px; }
  .proof-band div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-band strong, .proof-band > div > span { font-size: 32px; }
  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .section-heading h2, .custom-band h2, .content-shell h1, .shop-shell .woocommerce-products-header__title { font-size: 36px; }
  .text-link { justify-self: start; }
  .type-browser { grid-template-columns: 1fr; }
  .type-tabs { display: grid; grid-template-columns: repeat(5, minmax(150px, 1fr)); overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .type-tabs button { min-height: 78px; grid-template-columns: 28px 1fr; padding: 12px; border-right: 1px solid var(--line); border-bottom: 0; }
  .type-arrow { display: none; }
  .type-stage { grid-template-columns: 1fr; }
  .type-stage-media { min-height: 360px; }
  .type-stage-media > span { font-size: 50px; }
  .type-stage-copy h3 { font-size: 30px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: 300px repeat(2, 220px); }
  .category-card:first-child { grid-column: 1 / -1; grid-row: auto; }
  .category-card:nth-child(2) { grid-column: auto; }
  .products-section { padding: 76px 4%; }
  .custom-band { grid-template-columns: 1fr; gap: 38px; padding-top: 70px; padding-bottom: 70px; }
  .site-footer { grid-template-columns: 1fr; gap: 38px; }
  .woocommerce div.product { display: block; }
  .woocommerce div.product .summary { position: static; margin-top: 30px; }
  .woocommerce div.product .product_title { font-size: 36px; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { margin-top: 52px; }
}

@media (max-width: 520px) {
  .brand { font-size: 17px; }
  .brand-mark { width: 29px; height: 29px; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 18px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 150px; }
  .feature-strip div { padding: 10px; font-size: 11px; }
  .section-heading h2, .custom-band h2 { font-size: 32px; }
  .type-stage-media { min-height: 300px; }
  .type-stage-copy { padding: 28px 20px; }
  .category-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5, 240px); }
  .category-card:first-child, .category-card:nth-child(2) { grid-column: auto; }
  .home-product-grid { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .measurement-guide { grid-template-columns: repeat(3, 1fr); }
  .site-footer nav { grid-template-columns: 1fr; }
  .shop-shell, .content-shell { padding-top: 36px; }
  .woocommerce div.product div.images .flex-control-thumbs { gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
