/*
Theme Name: Home Storage Gallery
Description: A simple responsive WooCommerce catalog for the existing product collection.
Version: 1.0.2
Text Domain: home-storage-gallery
*/
:root{--ink:#263b33;--muted:#65766b;--paper:#f7f6f2;--card:#fff;--line:#dbe3db;--accent:#2b4d43}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit}a:hover{color:#197052}.wrap{max-width:1240px;margin:auto;padding:0 24px}.site-header{background:#fff;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:76px}.brand{font-size:20px;font-weight:750;text-decoration:none;white-space:nowrap}.nav{display:flex;align-items:center;gap:24px}.nav a{text-decoration:none}.nav a:focus-visible,.brand:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #d7ae42;outline-offset:3px}.hero{padding:70px 0 56px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.15em;color:#778c7d}.hero h1{font-size:clamp(34px,5vw,64px);line-height:1.12;margin:12px 0 20px;max-width:750px}.hero p{max-width:690px;color:var(--muted)}.catalog-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}.catalog-head h2{font-size:30px;margin:0 0 8px}.search-form{display:flex;gap:8px}.search-form input{min-width:270px;padding:12px 14px;border:1px solid #9daea2;border-radius:8px;font:inherit}.search-form button,.button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{padding:11px 17px;border:0;border-radius:8px;background:var(--accent);color:#fff;cursor:pointer;font:inherit;font-weight:650;text-decoration:none}.category-links{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 30px}.category-links a{padding:7px 15px;border:1px solid var(--line);border-radius:999px;text-decoration:none;background:#fff}.category-links a:hover{border-color:var(--accent)}.products-shell{padding-bottom:70px}.woocommerce ul.products li.product{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;padding:0 0 20px;text-align:center}.woocommerce ul.products li.product a img{aspect-ratio:1/1;object-fit:contain;background:#fff;margin:0 0 12px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;color:var(--ink);padding:0 12px}.woocommerce ul.products li.product .price{color:var(--accent);font-weight:700}.woocommerce ul.products li.product .button{margin-top:10px}.woocommerce div.product{padding:44px 0 70px}.woocommerce div.product div.images img{border-radius:10px;background:#fff}.woocommerce div.product .product_title{font-size:clamp(28px,3vw,42px)}.woocommerce div.product p.price{color:var(--accent)}.site-footer{padding:36px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.site-footer .wrap{display:flex;justify-content:space-between;gap:20px}.content-page{max-width:880px;min-height:55vh;padding-top:50px;padding-bottom:80px}.notice{padding:14px 18px;background:#fff8e8;border:1px solid #e9d49a;border-radius:8px;margin:18px 0}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:720px){.header-inner{min-height:66px}.brand{font-size:17px}.nav{gap:12px;font-size:14px}.hero{padding:48px 0 30px}.catalog-head{display:block}.search-form{margin-top:20px}.search-form input{min-width:0;flex:1;width:100%}.site-footer .wrap{display:block}.woocommerce ul.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none}.woocommerce ul.products li.product{width:auto!important;float:none!important;margin:0!important}}
