/*
Theme Name: SHMOVEW Base
Theme URI: https://shmovew.com
Author: SHMOVEW Studio
Author URI: https://shmovew.com
Description: Custom theme for shmovew.com — pipes, tobacco and smoking accessories store. Tobacco Atelier design system (parchment, deep tobacco ink, petrol teal, terracotta) with configurable colors & fonts via Customizer. Full WooCommerce support, Elementor-ready shell, widget-driven header/footer with built-in fallback.
Version: 1.2.1
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shmovew
Tags: e-commerce, custom-colors, custom-logo, custom-menu, translation-ready
*/

/* =====================================================
   1. TOKENS (defaults; Customizer overrides via inline CSS)
   ===================================================== */
:root{
  --shmovew-ink:#2A1C12;
  --shmovew-espresso:#2F4A44;
  --shmovew-accent:#C05621;
  --shmovew-accent-light:#D9A277;
  --shmovew-paper:#F7F2E8;
  --shmovew-plate:#FFFCF6;
  --shmovew-line:#E2D7C4;
  --shmovew-muted:#9A8875;
  --shmovew-cream:#F7F2E8;
  --shmovew-cream-muted:#C9D8D3;
  --shmovew-display:'Fraunces',Georgia,serif;
  --shmovew-body:'DM Sans',system-ui,sans-serif;
  /* v1.0.0 additions */
  --shmovew-teal:#14453F;
  --shmovew-teal-soft:#E3EBE7;
  --shmovew-surface-2:#F1E9DA;
  --shmovew-line-strong:#CDBEA5;
  --shmovew-radius:6px;
}

/* =====================================================
   2. BASE
   ===================================================== */
*{box-sizing:border-box}
body{margin:0;font-family:var(--shmovew-body);color:var(--shmovew-ink);background:var(--shmovew-paper);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit}
h1,h2,h3,h4{font-family:var(--shmovew-display);font-weight:600;line-height:1.15;margin:0 0 .5em}
.shmovew-container{max-width:1200px;margin:0 auto;padding:0 24px}
.shmovew-eyebrow{font-size:11px;font-weight:600;letter-spacing:3.5px;text-transform:uppercase;color:var(--shmovew-accent)}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* =====================================================
   3. ANNOUNCEMENT BAR
   ===================================================== */
.shmovew-ann{background:var(--shmovew-espresso);color:#DCE7E3;text-align:center;padding:12px 40px;font-size:11px;font-weight:600;letter-spacing:2.2px;text-transform:uppercase}
.shmovew-ann a{color:var(--shmovew-accent-light);text-decoration:none}

/* =====================================================
   4. HEADER
   ===================================================== */
.shmovew-header{position:sticky;top:0;z-index:9999;background:var(--shmovew-plate);border-bottom:1px solid var(--shmovew-line)}
.shmovew-header.is-scrolled{box-shadow:0 6px 24px rgba(28,22,19,.07)}
.shmovew-header-in{max-width:1280px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;gap:24px}
.shmovew-h-slot{display:flex;align-items:center;gap:8px;min-width:0}
.shmovew-h-left{flex:0 0 auto}
.shmovew-h-center{flex:1 1 auto;justify-content:center;min-width:0}
.shmovew-h-right{flex:0 0 auto;margin-left:auto;justify-content:flex-end}
.shmovew-h-slot>.shmovew-w{display:flex;align-items:center;gap:8px;min-width:0}
.shmovew-logo{display:flex;flex-direction:column;gap:2px;text-decoration:none}
.shmovew-logo img{max-height:var(--shmovew-logo-h,44px);width:auto;height:auto;display:block}
.shmovew-logo .shmovew-wordmark{font-family:var(--shmovew-display);font-weight:600;font-size:26px;letter-spacing:6px;color:var(--shmovew-ink);line-height:1}
.shmovew-logo .shmovew-tagline{font-size:8.5px;font-weight:600;letter-spacing:3.4px;color:var(--shmovew-accent);text-transform:uppercase}
.shmovew-nav{display:flex;align-items:center;gap:22px;flex-wrap:nowrap;min-width:0}
.shmovew-nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0;flex-wrap:nowrap;white-space:nowrap}
.shmovew-nav a{font-size:14px;font-weight:500;color:#6E5947;text-decoration:none;padding:6px 0;border-bottom:2px solid transparent;transition:.15s;white-space:nowrap}
.shmovew-nav a:hover,.shmovew-nav .current-menu-item>a{color:var(--shmovew-ink);border-bottom-color:var(--shmovew-accent)}
.shmovew-acts{display:flex;align-items:center;gap:12px}
.shmovew-acts a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:var(--shmovew-paper);color:var(--shmovew-ink);position:relative;text-decoration:none}
.shmovew-acts svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.shmovew-acts-inherit a{background:transparent;color:inherit}

/* =====================================================
   Widget areas (v1.3.0) — replaces slot system
   ===================================================== */
.shmovew-w-title{display:block;font-size:10.5px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--shmovew-muted);margin-bottom:6px}
.shmovew-fmenu ul{list-style:none;margin:0;padding:0}
.shmovew-fmenu li{padding:5.5px 0;font-size:13.5px}
.shmovew-fmenu a{text-decoration:none;color:inherit;opacity:.85}
.shmovew-fmenu a:hover{opacity:1}
.shmovew-f-contact{font-size:12.5px;line-height:2;white-space:pre-line}
.shmovew-f-contact a{color:var(--shmovew-accent);text-decoration:underline}
.shmovew-f-news p{font-size:13.5px;line-height:1.7;margin:0 0 14px;color:#6E5947}
.shmovew-f-form{display:flex;gap:10px;flex-wrap:wrap}
.shmovew-f-form input{flex:1;min-width:0;padding:12px 16px;border:1px solid var(--shmovew-line-strong);border-radius:999px;background:#fff;color:var(--shmovew-ink);font-size:13px;outline:none;font-family:var(--shmovew-body)}
.shmovew-f-form button{white-space:nowrap;background:var(--shmovew-accent);color:#fff;border-radius:999px;padding:12px 24px;font-size:13px;font-weight:600;border:0;cursor:pointer;font-family:var(--shmovew-body)}
.shmovew-f-form button:hover{background:var(--shmovew-accent-light)}
/* v1.4.1: mailto fallback line under the newsletter form */
.shmovew-f-news-alt{font-size:11px;line-height:1.7;color:#9A8875;margin:10px 0 0}
.shmovew-f-news-alt a{color:var(--shmovew-accent);text-decoration:underline}
.shmovew-f-news-alt a:hover{color:var(--shmovew-ink)}
.shmovew-text-w{font-size:13.5px;line-height:1.8;color:#6E5947}
.shmovew-text-w p{margin:0 0 10px}
.shmovew-social{display:flex;flex-wrap:wrap;gap:12px}
.shmovew-social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:var(--shmovew-surface-2);color:#6E5947;text-decoration:none;transition:.15s}
.shmovew-social a:hover{background:var(--shmovew-accent);color:#fff}
.shmovew-social svg{width:16px;height:16px}
/* v1.4.0: Payment icons widget (footer, under contact block) */
.shmovew-pay{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.shmovew-pay img{display:block;border-radius:4px}
.shmovew-social-ink a{background:var(--shmovew-surface-2);color:#6E5947;border:1px solid var(--shmovew-line)}
.shmovew-cart-btn{background:var(--shmovew-ink)!important;color:var(--shmovew-cream)!important}
.shmovew-cart-count{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;border-radius:999px;background:var(--shmovew-accent);color:#fff;font-size:9.5px;font-weight:700;line-height:16px;text-align:center;padding:0 4px;display:none}
.shmovew-cart-count.is-on{display:block}
.shmovew-burger{display:none;cursor:pointer;background:none;border:0;padding:6px}
.shmovew-burger svg{width:24px;height:24px;stroke:var(--shmovew-ink);stroke-width:1.8;fill:none;stroke-linecap:round}
.shmovew-m{display:none}
#shmovew-nav-toggle:checked ~ .shmovew-m{display:block;background:var(--shmovew-plate);border-bottom:1px solid var(--shmovew-line)}
.shmovew-m a{display:block;padding:14px 24px;font-size:15px;font-weight:500;color:var(--shmovew-ink);text-decoration:none;border-top:1px solid var(--shmovew-paper)}
@media (max-width:960px){
  .shmovew-nav{display:none}
  .shmovew-burger{display:inline-flex}
  .shmovew-h-center{flex:1 1 auto;justify-content:flex-end}
}

/* =====================================================
   5. SHELL / FRONT PAGE FALLBACK
   ===================================================== */
.shmovew-page-full{width:100%}
.shmovew-entry{max-width:820px;margin:0 auto;padding:56px 24px}
.shmovew-entry h1{font-size:40px}
.shmovew-entry h2{font-size:28px;margin-top:1.4em}
.shmovew-entry p,.shmovew-entry li{font-size:15.5px;line-height:1.8;color:#5A4736}
.shmovew-entry a{color:var(--shmovew-ink);font-weight:600}
.shmovew-admin-tip{max-width:820px;margin:60px auto;padding:32px;background:var(--shmovew-plate);border:1px dashed var(--shmovew-accent);border-radius:6px;font-size:14px;line-height:1.8}
.shmovew-admin-tip strong{font-family:var(--shmovew-display);font-size:20px;display:block;margin-bottom:8px}

/* =====================================================
   6. BUTTONS
   ===================================================== */
.shmovew-btn{display:inline-block;padding:15px 32px;border-radius:999px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:0;transition:.15s;font-family:var(--shmovew-body)}
.shmovew-btn-accent{background:var(--shmovew-accent);color:#fff}
.shmovew-btn-accent:hover{background:var(--shmovew-accent-light);color:var(--shmovew-ink)}
.shmovew-btn-ink{background:var(--shmovew-ink);color:var(--shmovew-cream)}
.shmovew-btn-ink:hover{background:var(--shmovew-espresso)}
.shmovew-btn-ghost{background:transparent;color:var(--shmovew-ink);border:1px solid var(--shmovew-ink)}
.shmovew-btn-ghost:hover{background:var(--shmovew-ink);color:var(--shmovew-cream)}

/* =====================================================
   7. WOOCOMMERCE
   ===================================================== */
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:22px;list-style:none;margin:0 0 32px;padding:0}
/* v1.1.2 FIX: WooCommerce core clearfix pseudo-elements (::before/::after) become
   empty grid items when ul.products is forced to display:grid — ::before occupied
   the first cell of row 1, ::after added a phantom cell after the last product.
   Remove them and neutralize legacy first/last float helpers. */
.woocommerce ul.products::before,.woocommerce ul.products::after,
.woocommerce-page ul.products::before,.woocommerce-page ul.products::after{content:none!important;display:none!important}
.woocommerce ul.products li.product.first,.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.first,.woocommerce-page ul.products li.product.last{margin:0!important;clear:none!important;float:none!important}
/* Subcategory tiles (if "show subcategories" is enabled) join the same grid */
.woocommerce ul.products li.product-category{background:var(--shmovew-plate);border:1px solid var(--shmovew-line);border-radius:2px;padding:0;margin:0!important;width:100%!important;float:none!important}
.woocommerce ul.products li.product-category h2{font-family:var(--shmovew-body);font-size:14.5px;font-weight:600;color:var(--shmovew-ink);padding:14px 18px;margin:0}
.woocommerce ul.products li.product-category img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff;margin:0}
@media (max-width:960px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.woocommerce ul.products{grid-template-columns:1fr}}
.woocommerce ul.products li.product{background:var(--shmovew-plate);border:1px solid var(--shmovew-line);border-radius:2px;padding:0;margin:0!important;width:100%!important;float:none!important;display:flex;flex-direction:column}
.woocommerce ul.products li.product .woocommerce-loop-product__link{display:flex;flex-direction:column;flex:1;text-decoration:none;padding-bottom:16px}
.woocommerce ul.products li.product img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff;margin:0}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--shmovew-body);font-size:14.5px;font-weight:600;color:var(--shmovew-ink);padding:14px 18px 2px}
.woocommerce ul.products li.product .price{font-family:var(--shmovew-display);font-size:17px;font-weight:600;color:var(--shmovew-ink);padding:0 18px}
/* v1.1.4: loop "Select options / Add to cart" — no stroke, deep teal fill,
 * single line, terracotta on hover (overrides the generic a.button rule). */
.woocommerce ul.products li.product .button{margin:12px 18px 4px;background:var(--shmovew-teal)!important;border:0!important;color:#fff!important;border-radius:999px!important;font-weight:600!important;padding:12px 18px!important;text-align:center;white-space:nowrap;width:calc(100% - 36px);font-size:13.5px!important;letter-spacing:.4px;font-family:var(--shmovew-body)!important;transition:.15s}
.woocommerce ul.products li.product .button:hover{background:var(--shmovew-accent)!important;color:#fff!important}
.woocommerce ul.products li.product .onsale{background:var(--shmovew-accent);color:#fff;font-weight:700;border-radius:999px;padding:5px 12px;font-size:11px;letter-spacing:1px;top:12px;left:12px;margin:0}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{font-size:13px;color:var(--shmovew-muted)}
.woocommerce .woocommerce-ordering select{border:1px solid var(--shmovew-line);border-radius:999px;padding:9px 14px;background:var(--shmovew-paper);font-family:var(--shmovew-body);font-size:13px}
.shmovew-shop-head{background:var(--shmovew-espresso);padding:56px 24px;text-align:center}
.shmovew-shop-head h1{color:var(--shmovew-cream);font-size:42px;margin:0 0 8px}
.shmovew-shop-head p{color:var(--shmovew-cream-muted);margin:0;font-size:15px}
.woocommerce-pagination ul{display:flex;gap:8px;justify-content:center;list-style:none;padding:0}
.woocommerce-pagination a,.woocommerce-pagination span{display:inline-block;min-width:40px;height:40px;line-height:40px;border-radius:999px;border:1px solid var(--shmovew-line);background:var(--shmovew-plate);text-align:center;text-decoration:none;color:var(--shmovew-ink);font-size:14px}
.woocommerce-pagination .current{background:var(--shmovew-ink);color:var(--shmovew-cream);border-color:var(--shmovew-ink)}
.woocommerce div.product .product_title{font-size:36px}
.woocommerce div.product p.price{font-family:var(--shmovew-display);font-size:26px;color:var(--shmovew-ink)}
.woocommerce div.product form.cart .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--shmovew-accent)!important;color:#fff!important;border-radius:999px!important;font-weight:600!important;padding:14px 30px!important;border:0;font-family:var(--shmovew-body)!important}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--shmovew-accent-light)!important;color:var(--shmovew-ink)!important}
.woocommerce .woocommerce-message{border-top-color:var(--shmovew-accent);background:var(--shmovew-plate)}
.woocommerce .woocommerce-info{border-top-color:var(--shmovew-accent)}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--shmovew-line);border-radius:8px;padding:12px;background:#fff;font-family:var(--shmovew-body)}
.select2-container--default .select2-selection--single{border:1px solid var(--shmovew-line)!important;border-radius:8px!important;height:44px!important;padding-top:6px}

/* =====================================================
   8. FOOTER (v1.3.0 — widget areas)
   ===================================================== */
.shmovew-footer{background:var(--shmovew-plate);color:#6E5947;margin-top:0;border-top:1px solid var(--shmovew-line)}
.shmovew-footer a{color:#6E5947;text-decoration:none;transition:.15s}
.shmovew-footer a:hover{color:var(--shmovew-accent)}
.shmovew-footer-in{max-width:1280px;margin:0 auto;padding:64px 32px 28px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1.3fr;gap:48px;align-items:start}
.shmovew-f-col{display:flex;flex-direction:column;gap:14px;min-width:0}
.shmovew-f-col h4{font-family:var(--shmovew-display);font-size:17px;color:var(--shmovew-ink);margin:0 0 8px;font-weight:600}
.shmovew-f-col-1 .shmovew-logo .shmovew-wordmark{font-family:var(--shmovew-display);font-weight:600;font-size:26px;color:var(--shmovew-ink);letter-spacing:6px;line-height:1;display:block;margin-bottom:6px}
.shmovew-f-col-1 .shmovew-logo .shmovew-tagline{font-size:8.5px;font-weight:600;letter-spacing:3.4px;color:var(--shmovew-accent);text-transform:uppercase;display:block;margin-bottom:14px}
/* v1.4.0: cap raised 60→120px so the widget's own size setting is never clipped here. */
/* v1.4.2: anchor the footer brand link to the column's left edge; logo width is now the
   primary dimension (set by the widget), so we stop constraining max-height here. */
.shmovew-f-col-1 .shmovew-logo{align-items:flex-start;align-self:flex-start;text-align:left;justify-content:flex-start;width:auto}
.shmovew-f-col-1 .shmovew-logo img{max-height:none;width:auto;height:auto;display:block;margin-bottom:14px;object-fit:contain}
.shmovew-footer ul{list-style:none;margin:0;padding:0}
.shmovew-footer li{padding:5.5px 0;font-size:13.5px}
@media (max-width:900px){.shmovew-footer-in{grid-template-columns:1fr 1fr;padding-bottom:24px}}
@media (max-width:560px){.shmovew-footer-in{grid-template-columns:1fr;gap:32px;padding-bottom:20px}}
/* v1.3.0: the bottom strip is part of the same footer block — no gap between columns and copyright. */
.shmovew-f-bot{border-top:1px solid var(--shmovew-line);background:var(--shmovew-plate)}
.shmovew-f-bot-in{max-width:1280px;margin:0 auto;padding:18px 32px 22px;text-align:center}
.shmovew-f-bot p{margin:0 0 6px;font-size:11.5px;line-height:1.8;color:#6E5947}
.shmovew-f-bot .shmovew-fine{font-size:10.5px;line-height:1.8;color:#7A6A58}
.shmovew-copyright-w{display:block}

/* Elementor pages: no default bottom padding gap */
.elementor-page .shmovew-site-main{padding:0!important}

/* =====================================================
   9. SHOP LAYOUT (v1.1) — filter rail + grid
   ===================================================== */
.shmovew-shop-layout{display:grid;grid-template-columns:264px 1fr;gap:40px;padding-top:40px;padding-bottom:72px;align-items:start}
@media (max-width:960px){.shmovew-shop-layout{grid-template-columns:1fr}}
.shmovew-shop-filters{position:sticky;top:110px;display:flex;flex-direction:column;gap:0}
@media (max-width:960px){.shmovew-shop-filters{position:static}}
.shmovew-fgroup{background:var(--shmovew-plate);border:1px solid var(--shmovew-line);border-radius:2px;padding:20px 22px;margin-bottom:16px}
.shmovew-fgroup h4{font-family:var(--shmovew-body);font-size:11.5px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#6E5947;margin:0 0 14px}
.shmovew-chips{display:flex;flex-wrap:wrap;gap:8px}
.shmovew-chip{display:inline-block;background:var(--shmovew-paper);border:1px solid var(--shmovew-line);border-radius:999px;padding:6px 14px;font-size:12px;color:var(--shmovew-ink);text-decoration:none}
.shmovew-chip:hover{border-color:var(--shmovew-accent);color:var(--shmovew-accent)}
.shmovew-chip-none{background:transparent;color:var(--shmovew-muted)}
.shmovew-catfilter{list-style:none;margin:0;padding:0}
.shmovew-catfilter li{margin:0}
.shmovew-catfilter a{display:flex;justify-content:space-between;align-items:center;padding:8px 2px;font-size:14px;color:#5A4736;text-decoration:none;border-bottom:1px solid var(--shmovew-paper)}
.shmovew-catfilter li:last-child a{border-bottom:0}
.shmovew-catfilter a:hover{color:var(--shmovew-ink)}
.shmovew-catfilter a.is-active{color:var(--shmovew-accent);font-weight:600}
.shmovew-catcount{font-size:11.5px;color:var(--shmovew-muted);background:var(--shmovew-paper);border-radius:999px;padding:2px 9px}
.shmovew-pricerow{display:flex;align-items:center;gap:8px;margin-bottom:12px}
.shmovew-pricerow input{width:100%;padding:10px 12px;border:1px solid var(--shmovew-line);border-radius:8px;font-family:var(--shmovew-body);font-size:13px;background:#fff}
.shmovew-priceapply{width:100%;text-align:center;padding:11px 0!important;font-size:13.5px}
.shmovew-filter-help{font-size:12.5px;line-height:1.7;color:var(--shmovew-muted);background:var(--shmovew-paper);border:1px dashed var(--shmovew-line)}
.shmovew-widgets .widget{margin-bottom:0}
.shmovew-widgets select,.shmovew-widgets input[type=number]{border:1px solid var(--shmovew-line);border-radius:8px;padding:8px 10px;width:100%;font-family:var(--shmovew-body);font-size:13px}
.shmovew-widgets .widget-title{font-family:var(--shmovew-body);font-size:11.5px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:#6E5947;margin:0 0 14px}
.shmovew-shop-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;background:var(--shmovew-plate);border:1px solid var(--shmovew-line);border-radius:2px;padding:14px 20px;margin-bottom:26px}
.shmovew-shop-toolbar .woocommerce-result-count{margin:0;font-size:13px}
.shmovew-sortform{display:flex;align-items:center;gap:10px;font-size:13px;color:#6E5947}
.shmovew-sortform select{padding:9px 14px;border:1px solid var(--shmovew-line);border-radius:999px;background:var(--shmovew-paper);font-family:var(--shmovew-body);font-size:13px;color:var(--shmovew-ink);outline:none;cursor:pointer}
.shmovew-has-shop-sidebar .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}


/* =====================================================
   10. BUILT-IN DEFAULT HOME (v1.1.0 — template-parts/home-default.php)
   ===================================================== */
.shm-wrap{max-width:1280px;margin:0 auto;padding:0 32px}
.shm-eyebrow{display:block;font-size:10.5px;font-weight:700;letter-spacing:3.2px;text-transform:uppercase;color:var(--shmovew-teal)}
.shm-eyebrow-light{color:#A9C4BC}
.shm-sec{padding:86px 0}
.shm-sec-tight{padding-top:0}
.shm-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px;flex-wrap:wrap}
.shm-sec-head h2{font-family:var(--shmovew-display);font-size:38px;font-weight:600;line-height:1.1;margin-top:10px}
.shm-sec-head p{color:var(--shmovew-muted);max-width:400px;font-size:14px;margin:0}
.shm-more{color:var(--shmovew-accent);font-weight:700;font-size:13px;letter-spacing:1px}
.shm-note{color:var(--shmovew-muted);font-size:14px}
.shm-btn{display:inline-flex;align-items:center;gap:9px;padding:14px 30px;border-radius:var(--shmovew-radius);font-size:13.5px;font-weight:700;letter-spacing:.6px;border:1.5px solid transparent;transition:.16s}
.shm-btn-1{background:var(--shmovew-accent);color:#fff}
.shm-btn-1:hover{background:#A8471A;color:#fff}
.shm-btn-2{border-color:var(--shmovew-ink);color:var(--shmovew-ink)}
.shm-btn-2:hover{background:var(--shmovew-ink);color:var(--shmovew-paper)}

.shm-hero{padding:56px 0 0}
.shm-hero-in{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center}
.shm-hero h1{font-family:var(--shmovew-display);font-size:60px;line-height:1.04;font-weight:600;letter-spacing:-.5px;margin:16px 0 20px}
.shm-lede{font-size:16px;color:var(--shmovew-muted);max-width:420px;margin-bottom:28px}
.shm-hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.shm-hero-stats{display:flex;gap:34px;margin-top:40px;padding-top:26px;border-top:1px solid var(--shmovew-line);flex-wrap:wrap}
.shm-hero-stats b{display:block;font-family:var(--shmovew-display);font-size:28px;font-weight:600;line-height:1}
.shm-hero-stats span{font-size:10.5px;letter-spacing:2px;text-transform:uppercase;color:var(--shmovew-muted)}
.shm-hero-art{height:460px;border-radius:14px;background:linear-gradient(145deg,#2F4A44 0%,#1E3A35 60%,#143029 100%);box-shadow:0 18px 44px rgba(42,28,18,.13)}

.shm-catlist{border-top:1px solid var(--shmovew-line-strong)}
.shm-catrow{display:grid;grid-template-columns:64px 1fr 34px;align-items:center;gap:20px;padding:20px 8px;border-bottom:1px solid var(--shmovew-line);transition:.16s}
.shm-catrow:hover{background:var(--shmovew-plate);padding-left:18px}
.shm-cat-n{font-family:var(--shmovew-display);font-size:15px;color:var(--shmovew-accent);font-weight:600}
.shm-cat-nm{font-family:var(--shmovew-display);font-size:24px;font-weight:600}
.shm-cat-ar{font-size:17px;color:var(--shmovew-muted);text-align:right}
.shm-catrow:hover .shm-cat-ar{color:var(--shmovew-accent)}

.shm-fgrid{display:grid;grid-template-columns:1.35fr 1fr 1fr;grid-template-rows:300px 300px;gap:18px}
.shm-fcard{position:relative;border-radius:var(--shmovew-radius);overflow:hidden;border:1px solid var(--shmovew-line);background:linear-gradient(145deg,#EDE3D2 0%,#DFD2BC 55%,#CDBEA5 100%)}
.shm-fcard-a{grid-row:span 2}
.shm-fcard-wide{grid-column:span 2}
.shm-fcard-k{background:linear-gradient(145deg,#3B2A1D 0%,#2A1C12 60%,#1B1109 100%)}
.shm-fcard-t{background:linear-gradient(145deg,#E9C7A9 0%,#D9A277 60%,#C05621 100%)}
.shm-fcard-d{background:linear-gradient(145deg,#2F4A44 0%,#1E3A35 60%,#143029 100%)}
.shm-fcap{position:absolute;left:22px;bottom:22px;right:22px}
.shm-fk{display:block;font-size:10px;letter-spacing:2.6px;text-transform:uppercase;color:#fff;opacity:.85;margin-bottom:6px}
.shm-ft{font-family:var(--shmovew-display);font-size:26px;font-weight:600;color:#fff;line-height:1.15}
.shm-ft-s{font-size:20px}

.shm-craft{background:var(--shmovew-surface-2);padding:76px 0}
.shm-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.shm-tcard{background:var(--shmovew-plate);border:1px solid var(--shmovew-line);border-radius:var(--shmovew-radius);padding:34px 30px}
.shm-ic{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--shmovew-teal-soft);font-family:var(--shmovew-display);font-size:19px;color:var(--shmovew-teal);font-weight:700;margin-bottom:20px}
.shm-tcard h3{font-family:var(--shmovew-display);font-size:20px;font-weight:600;margin-bottom:10px}
.shm-tcard p{font-size:13.8px;color:var(--shmovew-muted)}

.shm-band{background:var(--shmovew-teal);color:#DCE7E3;text-align:center;padding:76px 0}
.shm-band h2{font-family:var(--shmovew-display);font-size:36px;font-weight:600;color:#fff;margin:12px 0 14px}
.shm-band p{max-width:520px;margin:0 auto 26px;font-size:14.5px}

@media (max-width:1080px){
  .shm-hero-in{grid-template-columns:1fr;gap:36px}
  .shm-hero-art{height:340px}
  .shm-fgrid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .shm-fcard-a{grid-row:auto;grid-column:span 2}
  .shm-trio{grid-template-columns:1fr}
}
@media (max-width:680px){
  .shm-hero h1{font-size:38px}
  .shm-sec-head h2{font-size:28px}
  .shm-fgrid{grid-template-columns:1fr}
  .shm-fcard-a,.shm-fcard-wide{grid-column:auto}
}



/* =====================================================
   12. SINGLE PRODUCT — variation pills + qty stepper (v1.1.5)
   ===================================================== */
/* variation selects -> pill buttons (design draft PDP) */
.shmovew-variations-form table.variations,.shmovew-variations-form .variations{border:0;margin-bottom:6px}
.shmovew-variations-form table.variations tr,.shmovew-variations-form .variations tr{display:block}
.shmovew-variations-form table.variations td,.shmovew-variations-form table.variations th,
.shmovew-variations-form .variations td,.shmovew-variations-form .variations th{display:block;padding:0;background:none;border:0}
.shmovew-variations-form .variations label{font-family:var(--shmovew-body);font-size:10.5px;font-weight:700;letter-spacing:2.2px;text-transform:uppercase;color:var(--shmovew-ink);margin-bottom:10px;display:inline-block}
.shmovew-pills{display:flex;gap:10px;flex-wrap:wrap;margin:2px 0 20px}
.shmovew-pill{appearance:none;-webkit-appearance:none;background:var(--shmovew-plate);border:1px solid var(--shmovew-line-strong);border-radius:8px;padding:12px 26px;font-family:var(--shmovew-body);font-size:14.5px;color:var(--shmovew-ink);cursor:pointer;transition:.15s}
.shmovew-pill:hover{border-color:var(--shmovew-ink)}
.shmovew-pill.is-active{border:2px solid var(--shmovew-ink);font-weight:700;padding:11px 25px;background:var(--shmovew-plate)}
.shmovew-pill.is-disabled{opacity:.35;cursor:not-allowed}
.shmovew-variations-form .reset_variations{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--shmovew-muted);border-bottom:1px solid var(--shmovew-line-strong);text-decoration:none}
/* qty stepper */
.shmovew-qty{display:inline-flex;align-items:stretch;border:1px solid var(--shmovew-line-strong);border-radius:8px;background:var(--shmovew-plate);overflow:hidden;margin:0!important}
.shmovew-qty input.qty{border:0!important;background:transparent!important;width:44px;text-align:center;padding:13px 0!important;font-size:14.5px;font-weight:600;color:var(--shmovew-ink);-moz-appearance:textfield;border-radius:0}
.shmovew-qty input.qty::-webkit-inner-spin-button,.shmovew-qty input.qty::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.shmovew-qty-btn{width:42px;border:0;background:var(--shmovew-surface-2);font-size:16px;line-height:1;color:var(--shmovew-ink);cursor:pointer;transition:.15s}
.shmovew-qty-btn:hover{background:var(--shmovew-line)}
/* qty + add-to-cart row: stepper left, wide terracotta button right */
.woocommerce div.product form.cart:not(.grouped_form){display:flex;flex-wrap:wrap;align-items:stretch;gap:14px}
.woocommerce div.product form.cart .shmovew-variations{width:100%}
.woocommerce div.product form.cart .woocommerce-variation{width:100%}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{display:flex;flex:1 1 auto;width:100%;gap:14px;align-items:stretch}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-disabled{margin-top:0!important}
.woocommerce div.product form.cart .single_add_to_cart_button{flex:1 1 auto;min-height:52px;align-self:stretch;white-space:nowrap;font-size:14.5px!important;letter-spacing:.5px}
.woocommerce div.product form.cart:not(.grouped_form) .quantity{margin:0!important}

/* =====================================================
   11. BUILT-IN ABOUT / CONTACT (v1.1.0 — page-about.php, page-contact.php)
   ===================================================== */
.shm-page{padding-bottom:24px}
.shm-crumb{font-size:11.5px;letter-spacing:1.6px;text-transform:uppercase;color:var(--shmovew-muted);margin-bottom:14px}
.shm-crumb a{color:var(--shmovew-muted);text-decoration:none}
.shm-crumb a:hover{color:var(--shmovew-accent)}
.shm-pghead{background:var(--shmovew-surface-2);border-bottom:1px solid var(--shmovew-line);padding:54px 0 44px}
.shm-pghead h1{font-family:var(--shmovew-display);font-size:54px;font-weight:600;line-height:1.06;margin:14px 0 16px;max-width:840px}
.shm-pghead p{color:var(--shmovew-muted);font-size:16px;max-width:600px;margin:0}

/* shared placeholder art block */
.shm-ph{border:1px solid var(--shmovew-line);border-radius:14px;background:linear-gradient(145deg,#EDE3D2 0%,#DFD2BC 55%,#CDBEA5 100%);display:flex;align-items:center;justify-content:center;text-align:center;padding:0 20px;font-size:10px;letter-spacing:2.6px;text-transform:uppercase;color:#8A7B66;font-weight:700}
.shm-ph-k{background:linear-gradient(145deg,#3B2A1D 0%,#2A1C12 60%,#1B1109 100%);color:#9A8875}

/* about */
.shm-split{display:grid;grid-template-columns:1fr 1fr;gap:52px}
.shm-split h3{font-family:var(--shmovew-display);font-size:26px;font-weight:600;margin:12px 0 14px}
.shm-split p{color:var(--shmovew-muted);font-size:14.8px;margin:0 0 14px}
.shm-statband{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:56px;padding-top:34px;border-top:1px solid var(--shmovew-line)}
.shm-statband b{display:block;font-family:var(--shmovew-display);font-size:38px;font-weight:600;line-height:1}
.shm-statband span{font-size:10.5px;letter-spacing:2.2px;text-transform:uppercase;color:var(--shmovew-muted)}
.shm-tl{border-top:1px solid var(--shmovew-line-strong);margin-top:12px}
.shm-tlrow{display:grid;grid-template-columns:120px 1fr;gap:28px;padding:24px 6px;border-bottom:1px solid var(--shmovew-line);align-items:baseline}
.shm-tlrow .yr{font-family:var(--shmovew-display);font-size:26px;font-weight:600;color:var(--shmovew-accent)}
.shm-tlrow h5{font-family:var(--shmovew-display);font-size:19px;font-weight:600;margin:0 0 5px}
.shm-tlrow p{font-size:14px;color:var(--shmovew-muted);margin:0}

/* contact */
.shm-cgrid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}
.shm-formcard{background:var(--shmovew-plate);border:1px solid var(--shmovew-line);border-radius:var(--shmovew-radius);padding:34px 34px 38px}
.shm-formcard h3{font-family:var(--shmovew-display);font-size:26px;font-weight:600;margin:10px 0 24px}
.shm-f2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.shm-field{margin-bottom:18px}
.shm-field label{display:block;font-size:10.5px;letter-spacing:2.2px;text-transform:uppercase;color:var(--shmovew-ink);font-weight:700;margin-bottom:8px}
.shm-field input,.shm-field textarea,.shm-field select{width:100%;padding:13px 15px;border:1px solid var(--shmovew-line-strong);border-radius:var(--shmovew-radius);background:var(--shmovew-plate);font-family:var(--shmovew-body);font-size:14px;color:var(--shmovew-ink);outline:none}
.shm-field textarea{min-height:132px;resize:vertical;line-height:1.6}
.shm-field input:focus,.shm-field textarea:focus,.shm-field select:focus{border-color:var(--shmovew-teal);box-shadow:0 0 0 3px var(--shmovew-teal-soft)}
.shm-submit{width:100%;justify-content:center;border:0;cursor:pointer}
.shm-notebox{background:var(--shmovew-surface-2);border:1px solid var(--shmovew-line-strong);border-radius:var(--shmovew-radius);padding:16px 20px;font-size:13.5px;color:var(--shmovew-ink);margin-top:22px}
.shm-ok{background:var(--shmovew-teal-soft);border:1px solid var(--shmovew-teal);color:var(--shmovew-teal);border-radius:var(--shmovew-radius);padding:16px 20px;font-size:14px;margin-bottom:22px}
.shm-err{background:#FBE9E3;border:1px solid var(--shmovew-accent);color:#8A3410;border-radius:var(--shmovew-radius);padding:16px 20px;font-size:14px;margin-bottom:22px}

.shm-infocard{background:var(--shmovew-plate);border:1px solid var(--shmovew-line);border-radius:var(--shmovew-radius);padding:30px 30px 34px;margin-bottom:18px}
.shm-infocard h6{font-size:10.5px;letter-spacing:2.4px;text-transform:uppercase;color:var(--shmovew-ink);font-weight:700;margin:0 0 16px}
.shm-infocard dl{display:grid;grid-template-columns:96px 1fr;gap:12px 14px;font-size:14px;margin:0}
.shm-infocard dt{color:var(--shmovew-muted);font-size:11.5px;letter-spacing:1.2px;text-transform:uppercase;padding-top:2px}
.shm-infocard dd{color:var(--shmovew-ink);margin:0}
.shm-infocard dd a{color:var(--shmovew-accent);font-weight:600;text-decoration:none}
.shm-infocard dd a:hover{text-decoration:underline}
.shm-map{height:210px;margin-top:4px}

.shm-faq{border-top:1px solid var(--shmovew-line-strong);margin-top:14px}
.shm-faqrow{display:grid;grid-template-columns:32px 1fr;gap:16px;padding:20px 4px;border-bottom:1px solid var(--shmovew-line);align-items:start}
.shm-faqrow .q{font-family:var(--shmovew-display);font-size:20px;color:var(--shmovew-accent);font-weight:600;line-height:1.2}
.shm-faqrow .a{font-size:14px;color:var(--shmovew-muted)}
.shm-faqrow .a b{display:block;font-family:var(--shmovew-body);font-size:15px;color:var(--shmovew-ink);font-weight:700;margin-bottom:5px}

@media (max-width:1080px){
  .shm-cgrid{grid-template-columns:1fr;gap:36px}
  .shm-split{grid-template-columns:1fr;gap:34px}
  .shm-pghead h1{font-size:40px}
}
@media (max-width:680px){
  .shm-pghead h1{font-size:32px}
  .shm-f2{grid-template-columns:1fr}
  .shm-statband{grid-template-columns:1fr 1fr}
  .shm-tlrow{grid-template-columns:1fr;gap:8px}
}
