/*
Theme Name: ArtMaker
Theme URI: https://marina-artmaker.com
Author: WARREN Agent
Author URI: https://nousresearch.com
Description: Editorial WooCommerce theme for ArtMaker Studio Print Collection. Designed for nature art e-commerce with Marina-style elegance, SEO-first architecture, and geo-awareness. Built on the Modern Pastoral Tonalism aesthetic.
Version: 1.0.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: artmaker
Tags: e-commerce, art, gallery, nature, prints, responsive, editor-style, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

/* ═══════════════════════════════════════════════
   ARTMAKER THEME — Custom WordPress Theme
   Built for: Studio Print Collection
   Aesthetic: Modern Pastoral Tonalism
   Palette: Warm earth, cream, umber, sage, gold
   ═══════════════════════════════════════════════ */

/* ── VARIABLES ── */
:root {
  --warm: #f8f4ef;
  --sand: #e2d4c4;
  --taupe: #b89b86;
  --blush: #d3a399;
  --sage: #8fa38a;
  --gold: #c9a96e;
  --bark: #5c3d2e;
  --umber: #6b4c3a;
  --ink: #2a1f1a;
  --cream: #fdfcfa;
  --font-serif: 'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --font-sans: 'Jost', -apple-system, 'Helvetica Neue', sans-serif;
  --container: 1200px;
  --radius: 4px;
  --shadow: 0 2px 10px rgba(42,31,26,.08);
  --shadow-hover: 0 6px 24px rgba(42,31,26,.12);
  --ease: cubic-bezier(.4,0,.2,1);
}

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{font-family:var(--font-sans);font-weight:400;line-height:1.65;color:var(--ink);background:var(--warm);letter-spacing:.01em}
a{color:var(--bark);text-decoration:none;transition:color .25s var(--ease),opacity .25s var(--ease)}
a:hover{color:var(--gold)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:500;line-height:1.25;color:var(--bark)}
h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:400}
h2{font-size:clamp(1.8rem,4vw,3rem)}
h3{font-size:clamp(1.3rem,3vw,1.8rem)}
p{font-size:1rem;line-height:1.75;margin-bottom:1.25rem;max-width:65ch}
ul,ol{list-style:none}
button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}
input,textarea,select{font-family:var(--font-sans);font-size:1rem;border:1px solid var(--sand);border-radius:var(--radius);padding:.75rem 1rem;background:var(--cream);color:var(--ink);width:100%;transition:border-color .2s}
input:focus,textarea:focus,select:focus{outline:none;border-color:var(--gold)}
table{width:100%;border-collapse:collapse}

/* ── UTILITIES ── */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.container{width:min(var(--container),92%);margin-inline:auto}
.flex{display:flex}
.grid{display:grid}
.text-center{text-align:center}
.gold-rule{width:48px;height:1.5px;background:var(--gold);margin:1rem auto}
.section-label{font-family:var(--font-sans);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--taupe);margin-bottom:.75rem}

/* ── ANNOUNCEMENT BAR ── */
.announcement-bar{background:var(--ink);color:var(--sand);padding:.55rem 0;text-align:center;font-size:.72rem;font-weight:500;letter-spacing:.06em}.announcement-bar span{text-transform:uppercase;color:var(--gold)}

/* ── ACCESSIBILITY WIDGET ── */
.a11y-toggle{position:fixed;bottom:1.5rem;left:1.5rem;width:44px;height:44px;background:var(--bark);color:#fff;border-radius:50%;z-index:200;box-shadow:var(--shadow-hover);transition:transform .3s var(--ease)}.a11y-toggle svg{stroke:#fff;width:20px;height:20px}.a11y-toggle:hover{transform:scale(1.08)}.a11y-panel{position:fixed;bottom:5rem;left:1.5rem;background:var(--warm);border:1px solid var(--sand);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-hover);z-index:201;min-width:220px;transition:opacity .3s}.a11y-panel[hidden]{opacity:0;pointer-events:none}.a11y-panel h3{font-size:1rem;margin-bottom:1rem;color:var(--bark)}.a11y-panel button{display:block;width:100%;background:none;border:1px solid var(--sand);padding:.6rem;margin-bottom:.5rem;font-size:.82rem;color:var(--umber);border-radius:var(--radius);transition:all .2s}.a11y-panel button:hover{background:var(--sand)}.a11y-close{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;font-size:1.2rem;color:var(--taupe);padding:0;border:none;background:none;transition:color .2s}.a11y-close:hover{color:var(--bark)}

/* ── TESTIMONIALS ── */
.testimonials-section{padding:5rem 0;background:var(--cream)}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2.5rem;margin-top:2rem}.testimonial-card{background:var(--warm);border-radius:var(--radius);padding:2rem 1.8rem;box-shadow:var(--shadow);position:relative;transition:transform .35s,box-shadow .35s}.testimonial-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.testimonial-card::before{content:'❝';position:absolute;top:1rem;left:1.2rem;font-size:2.5rem;color:rgba(184,155,134,.2);font-family:serif;line-height:1}.testimonial-text{font-family:var(--font-serif);font-size:1.05rem;font-style:italic;color:var(--umber);line-height:1.75;margin:1.8rem 0 .75rem}.testimonial-author{font-size:.82rem;font-weight:500;color:var(--bark);letter-spacing:.02em}.testimonial-product{font-size:.72rem;color:var(--taupe);margin-top:.2rem;text-transform:uppercase;letter-spacing:.06em}.testimonial-stars{display:flex;gap:.15rem;margin-bottom:.5rem;color:var(--gold)}.testimonial-stars svg{width:16px;height:16px;fill:currentColor}.testimonial-stars svg.empty{fill:none;stroke:var(--gold);stroke-width:1.5}

/* ── HIGH CONTRAST + REDUCE MOTION ── */
body.high-contrast{filter:contrast(1.4) brightness(.95)}body.reduce-motion *{animation:none !important;transition:none !important}.reduce-motion .hero-slideshow .slide,.reduce-motion .hero-slideshow .slide.active{opacity:1 !important}.reduce-motion .hero-float-label{display:none}

/* ── SKIP LINKS ── */
a.sr-only{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;background:var(--ink);color:var(--warm);font-size:.8rem;font-weight:500;border-radius:3px;z-index:300;transform:translateY(-200%);transition:transform .3s}a.sr-only:focus{transform:translateY(0);text-decoration:underline}

/* ── HEADER ── */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:100;
  background:rgba(248,244,239,.94);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--sand);padding:.6rem 0;
  transition:box-shadow .3s var(--ease)
}
.site-header.scrolled{box-shadow:0 2px 16px rgba(42,31,26,.06)}
.site-header .container{display:flex;align-items:center;justify-content:space-between}
.logo{font-family:var(--font-serif);font-size:1.4rem;font-weight:500;color:var(--bark);letter-spacing:.02em}
.logo span{font-weight:300}

.main-nav{display:none}
.main-nav ul{display:flex;gap:2rem}
.main-nav a{font-family:var(--font-sans);font-size:.82rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--umber);position:relative}
.main-nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--gold);transition:width .35s var(--ease)}
.main-nav a:hover::after{width:100%}

.header-tools{display:flex;align-items:center;gap:1rem}
.header-tools .icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}
.header-tools .icon-btn:hover{background:var(--sand)}
.header-tools svg{width:20px;height:20px;stroke:var(--umber);stroke-width:1.8;fill:none}

.cart-count{
  position:absolute;top:-2px;right:-2px;
  width:18px;height:18px;background:var(--bark);color:#fff;
  font-size:.65rem;font-weight:600;border-radius:50%;
  display:flex;align-items:center;justify-content:center
}

.mobile-toggle{display:flex;flex-direction:column;gap:4px;width:28px;cursor:pointer}
.mobile-toggle span{display:block;height:2px;background:var(--bark);border-radius:2px;transition:all .3s}

/* ── HERO SECTION ── */
.hero{
  position:relative;min-height:100vh;display:flex;align-items:center;
  background:var(--warm);overflow:hidden
}
.hero-bg{
  position:absolute;inset:0;z-index:0;
  background:radial-gradient(ellipse at 30% 20%,rgba(255,248,240,.8) 0%,transparent 70%),
             radial-gradient(ellipse at 70% 80%,rgba(200,210,195,.5) 0%,transparent 60%);
}
.hero .container{position:relative;z-index:2;display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center;padding-top:6rem}

.hero-label{display:inline-block;padding:.35rem .85rem;border:1px solid var(--taupe);border-radius:100px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--umber);margin-bottom:1.5rem}
.hero h1{font-family:var(--font-serif);font-size:clamp(2.8rem,6vw,5rem);font-weight:400;line-height:1.1;color:var(--ink);margin-bottom:1.25rem;letter-spacing:-.01em}
.hero h1 em{font-weight:300;font-style:italic;color:var(--taupe)}
.hero-subtitle{font-family:var(--font-serif);font-size:clamp(1.1rem,2vw,1.5rem);font-weight:300;font-style:italic;color:var(--umber);margin-bottom:1.5rem}
.hero-desc{font-size:1.05rem;line-height:1.8;color:var(--umber);max-width:48ch;margin-bottom:2.5rem}

.hero-actions{display:flex;gap:1.25rem;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;gap:.6rem;
  padding:.9rem 2.2rem;font-family:var(--font-sans);font-size:.82rem;font-weight:500;
  text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius);transition:all .3s var(--ease);cursor:pointer
}
.btn-primary{background:var(--bark);color:var(--warm);border:1.5px solid var(--bark)}
.btn-primary:hover{background:var(--ink);border-color:var(--ink);color:#fff}
.btn-secondary{background:transparent;color:var(--bark);border:1.5px solid var(--taupe)}
.btn-secondary:hover{border-color:var(--bark);background:rgba(92,61,46,.04)}

.hero-right{position:relative}
.hero-slideshow{
  aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;
  position:relative;background:var(--sand)
}
.hero-slideshow .slide{
  position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:0;transition:opacity 1.2s ease-in-out
}
.hero-slideshow .slide.active{opacity:1}
.hero-slideshow .slide .slide-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(42,31,26,.5) 0%,rgba(42,31,26,.15) 40%,transparent 100%)
}
.hero-float-label{
  position:absolute;bottom:1.25rem;left:1.25rem;right:1.25rem;
  background:rgba(248,244,239,.92);backdrop-filter:blur(6px);padding:.6rem 1rem;border-radius:var(--radius)
}
.hero-float-label .label-text{font-size:.72rem;font-weight:500;color:var(--umber)}
.hero-float-label .label-meta{font-size:.65rem;color:var(--taupe);margin-top:.15rem}

.hero-dots{display:flex;gap:.4rem;justify-content:center;margin-top:1rem}
.hero-dots .dot{width:6px;height:6px;border-radius:50%;background:var(--sand);cursor:pointer;transition:background .3s}
.hero-dots .dot.active{background:var(--bark)}

/* ── COLLECTION SECTION ── */
.section{padding:5rem 0}
.section-header{text-align:center;margin-bottom:3rem}
.section-header h2{margin-bottom:.75rem}

.collection-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:1.5rem
}
.collection-card{
  position:relative;border-radius:var(--radius);overflow:hidden;
  aspect-ratio:4/5;cursor:pointer;group
}
.collection-card::before{
  content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(42,31,26,.55) 0%,transparent 55%);z-index:1;transition:opacity .3s
}
.collection-card:hover::before{opacity:.7}
.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}
.collection-card:hover img{transform:scale(1.05)}
.collection-card .card-label{
  position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:2;
  font-family:var(--font-serif);font-size:1.35rem;color:#fff;font-weight:400
}
.collection-card .card-count{
  font-family:var(--font-sans);font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.7);margin-top:.25rem
}

/* ── PRODUCTS SECTION ── */
.products-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:2rem
}
.product-card{background:var(--cream);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.product-card .product-img{aspect-ratio:4/5;overflow:hidden;position:relative}
.product-card .product-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.product-card:hover .product-img img{transform:scale(1.04)}
.product-card .product-badge{
  position:absolute;top:.75rem;left:.75rem;
  padding:.25rem .6rem;background:var(--gold);color:#fff;
  font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:2px
}
.product-card .product-body{padding:1.25rem 1.25rem .75rem}
.product-card .product-title{font-family:var(--font-serif);font-size:1.1rem;font-weight:400;color:var(--ink);margin-bottom:.25rem;letter-spacing:0}
.product-card .product-meta{font-size:.78rem;color:var(--taupe);margin-bottom:.6rem}
.product-card .product-price{font-family:var(--font-sans);font-size:.95rem;font-weight:500;color:var(--bark)}
.product-card .product-price ins{text-decoration:none;color:var(--bark)}
.product-card .product-price del{color:var(--taupe);margin-right:.5rem;font-weight:400}
.product-card .product-body .btn-add{
  display:block;width:100%;margin-top:1rem;padding:.65rem;font-size:.72rem;text-align:center;
  background:transparent;border:1.5px solid var(--bark);color:var(--bark);text-transform:uppercase;letter-spacing:.1em;font-weight:500;border-radius:var(--radius);transition:all .25s
}
.product-card .product-body .btn-add:hover{background:var(--bark);color:var(--warm)}

/* ── ABOUT / STORY SECTION ── */
.story-section{background:var(--cream);padding:5rem 0}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.story-image{aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.story-image img{width:100%;height:100%;object-fit:cover}
.story-content .section-label{margin-bottom:.5rem}
.story-content h2{margin-bottom:1rem}
.story-content p{color:var(--umber);font-size:1.05rem;line-height:1.85;margin-bottom:1.25rem}

/* ── BLOG SECTION ── */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,340px),1fr));gap:2rem}
.blog-card{background:var(--cream);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .35s,box-shadow .35s}
.blog-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}
.blog-card .blog-img{aspect-ratio:16/10;overflow:hidden}
.blog-card .blog-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.blog-card:hover .blog-img img{transform:scale(1.04)}
.blog-card .blog-body{padding:1.5rem}
.blog-card .blog-date{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--taupe);margin-bottom:.5rem}
.blog-card h3{font-size:1.25rem;margin-bottom:.5rem;font-weight:400;line-height:1.35}
.blog-card p{font-size:.92rem;color:var(--umber);line-height:1.7;margin-bottom:1rem}
.blog-card .read-more{font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--bark);border-bottom:1px solid transparent;transition:border-color .25s}
.blog-card .read-more:hover{border-color:var(--gold)}

/* ── SEO / TRUST BAR ── */
.trust-bar{background:var(--bark);padding:1.25rem 0}
.trust-bar .container{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}
.trust-bar .trust-item{text-align:center;color:var(--sand)}
.trust-bar .trust-item strong{display:block;font-family:var(--font-serif);font-size:1.1rem;color:var(--gold);font-weight:400}
.trust-bar .trust-item span{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;opacity:.7}

/* ── NEWSLETTER ── */
.newsletter-section{padding:4rem 0;background:var(--sand);text-align:center}
.newsletter-section h2{margin-bottom:.5rem}
.newsletter-section p{color:var(--umber);font-size:1rem;margin-bottom:1.5rem;max-width:50ch;margin-inline:auto}
.newsletter-form{display:flex;gap:.75rem;max-width:460px;margin-inline:auto}
.newsletter-form input{flex:1;border-color:var(--taupe);background:var(--cream)}
.newsletter-form .btn-primary{padding:.8rem 1.8rem}

/* ── FOOTER ── */
.site-footer{background:var(--ink);color:var(--sand);padding:4rem 0 1.5rem}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-brand .logo{color:var(--warm);font-size:1.6rem;margin-bottom:1rem}
.footer-brand p{font-size:.9rem;color:var(--taupe);line-height:1.7;max-width:32ch}
.footer-col h4{font-family:var(--font-sans);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);margin-bottom:1.25rem}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul li a{color:var(--sand);font-size:.88rem;transition:color .2s}
.footer-col ul li a:hover{color:var(--gold)}
.footer-bottom{
  border-top:1px solid rgba(184,155,134,.15);padding-top:1.5rem;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem
}
.footer-bottom p{font-size:.78rem;color:var(--taupe);margin-bottom:0}

/* ── WOO COMMERCE OVERRIDES ── */
.woocommerce-products-header{margin-bottom:2rem}
.woocommerce-products-header h1{font-family:var(--font-serif);font-size:2.2rem;margin-bottom:.5rem}
.woocommerce .woocommerce-breadcrumb{font-size:.78rem;color:var(--taupe);margin-bottom:1.5rem}
.woocommerce .woocommerce-breadcrumb a{color:var(--umber)}
.woocommerce .woocommerce-breadcrumb a:hover{color:var(--gold)}
.woocommerce-result-count{font-size:.85rem;color:var(--umber)}
.woocommerce-ordering select{font-size:.85rem;padding:.5rem 1rem;width:auto}

.woocommerce ul.products{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,260px),1fr));gap:2rem;list-style:none}
.woocommerce ul.products li.product{background:var(--cream);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform .35s,box-shadow .35s}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:var(--font-serif);font-size:1.1rem;color:var(--ink);padding:1.25rem 1.25rem .25rem;margin:0}
.woocommerce ul.products li.product .price{font-family:var(--font-sans);font-size:.95rem;color:var(--bark);padding:.25rem 1.25rem 1.25rem;font-weight:500}
.woocommerce ul.products li.product .price del{color:var(--taupe);margin-right:.5rem;font-weight:400}
.woocommerce ul.products li.product .add_to_cart_button{display:block;width:calc(100% - 2.5rem);margin:0 1.25rem 1.25rem;padding:.65rem;font-size:.72rem;text-align:center;text-transform:uppercase;letter-spacing:.1em;font-weight:500;background:transparent;border:1.5px solid var(--bark);color:var(--bark);border-radius:var(--radius);transition:all .25s}
.woocommerce ul.products li.product .add_to_cart_button:hover{background:var(--bark);color:var(--warm)}

.woocommerce div.product .product-title{font-family:var(--font-serif);font-size:2rem;margin-bottom:.5rem}
.woocommerce div.product .price{font-family:var(--font-sans);font-size:1.3rem;color:var(--bark);margin-bottom:1.5rem;font-weight:500}
.woocommerce div.product .woocommerce-product-details__short-description{font-size:1rem;color:var(--umber);line-height:1.8;margin-bottom:2rem;max-width:55ch}
.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:1.5rem;border-bottom:1px solid var(--sand);padding-left:0;list-style:none;margin-bottom:1.5rem}
.woocommerce div.product .woocommerce-tabs ul.tabs li{background:none;border:none;border-bottom:2px solid transparent;padding:.6rem 0;font-size:.82rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{border-color:var(--gold)}
.woocommerce div.product .woocommerce-tabs .panel{padding:1.5rem 0;font-size:.95rem;line-height:1.8;color:var(--umber)}

/* ── SINGLE PRODUCT GALLERY ── */
.woocommerce-product-gallery{position:relative;overflow:hidden;border-radius:var(--radius)}
.woocommerce-product-gallery .flex-viewport{border-radius:var(--radius)}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
  position:absolute;top:.75rem;right:.75rem;z-index:10;width:36px;height:36px;background:rgba(248,244,239,.9);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0;transition:background .2s
}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before{content:'\1F50E';font-size:14px}
.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{background:var(--warm)}

/* ── CART / CHECKOUT ── */
.woocommerce-cart .cart-collaterals,.woocommerce-checkout .cart-collaterals{margin-top:2rem}
.woocommerce table.shop_table{border:1px solid var(--sand);border-radius:var(--radius)}
.woocommerce table.shop_table th{background:var(--cream);font-family:var(--font-sans);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--umber);padding:1rem;font-weight:500}
.woocommerce table.shop_table td{padding:1rem;border-top:1px solid var(--sand);font-size:.9rem}
.woocommerce table.shop_table td.product-name a{font-family:var(--font-serif);font-size:1rem;color:var(--ink)}
.woocommerce table.shop_table .product-thumbnail img{width:80px;height:auto;border-radius:4px}
.woocommerce .cart_totals h2{font-family:var(--font-serif);font-size:1.5rem;margin-bottom:1rem}
.woocommerce button.button.alt{background:var(--bark);color:var(--warm);border:1.5px solid var(--bark);padding:.8rem 2rem;font-family:var(--font-sans);font-size:.82rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius);transition:all .3s}
.woocommerce button.button.alt:hover{background:var(--ink);border-color:var(--ink);color:#fff}

/* ── SEARCH / SIDEBAR ── */
.widget-area .widget{background:var(--cream);padding:1.5rem;border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1.5rem}
.widget-area .widget-title{font-family:var(--font-serif);font-size:1.1rem;color:var(--bark);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--sand)}
.widget-area ul li{padding:.4rem 0;font-size:.88rem;border-bottom:1px solid rgba(226,212,196,.3)}
.widget-area ul li:last-child{border-bottom:none}
.widget-area a{font-size:.88rem}
.widget-area .woocommerce-product-search{display:flex;gap:.5rem}
.widget-area .woocommerce-product-search .search-field{flex:1}
.widget-area .woocommerce-product-search button{padding:.65rem 1rem;background:var(--bark);color:var(--warm);font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;border-radius:var(--radius);transition:background .2s}
.widget-area .woocommerce-product-search button:hover{background:var(--ink)}

/* ── PAGINATION ── */
.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem}
.pagination a,.pagination span{padding:.5rem 1rem;border:1px solid var(--sand);border-radius:var(--radius);font-size:.85rem;color:var(--umber);transition:all .25s}
.pagination .current{background:var(--bark);color:var(--warm);border-color:var(--bark)}
.pagination a:hover{border-color:var(--bark);background:rgba(92,61,46,.04)}

/* ── BREADCRUMB ── */
.breadcrumb{font-size:.78rem;color:var(--taupe);margin-bottom:1rem}
.breadcrumb a{color:var(--umber)}
.breadcrumb a:hover{color:var(--gold)}
.breadcrumb .sep{margin:0 .5rem;color:var(--sand)}

/* ── SINGLE POST ── */
.single-header{text-align:center;max-width:720px;margin:0 auto 3rem;padding-top:2rem}
.single-header h1{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:1rem}
.single-header .post-meta{font-size:.82rem;color:var(--taupe);text-transform:uppercase;letter-spacing:.1em}
.single-content{max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.85}
.single-content h2,.single-content h3{font-family:var(--font-serif);margin:2.5rem 0 1rem;color:var(--bark)}
.single-content h2{font-size:1.6rem}
.single-content h3{font-size:1.3rem}
.single-content img{border-radius:var(--radius);margin:1.5rem 0}

/* ── RESPONSIVE ── */
@media(min-width:769px){
  .main-nav{display:block}
  .mobile-toggle{display:none}
}
@media(max-width:768px){
  .hero .container{grid-template-columns:1fr;text-align:center;gap:2rem;padding-top:5rem}
  .hero-actions{justify-content:center}
  .hero-right{max-width:400px;margin-inline:auto}
  .story-grid{grid-template-columns:1fr;gap:2rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .trust-bar .container{gap:1.5rem}
}
@media(max-width:480px){
  .footer-grid{grid-template-columns:1fr}
  .newsletter-form{flex-direction:column}
  .woocommerce ul.products{grid-template-columns:1fr 1fr;gap:1rem}
}
