
:root{
  --zq-ivory:#f6f1e8;
  --zq-ivory-deep:#efe6d8;
  --zq-charcoal:#24211d;
  --zq-muted:#645c52;
  --zq-brass:#a77b35;
  --zq-brass-dark:#815e28;
  --zq-white:#fffdfa;
  --zq-border:rgba(36,33,29,.11);
  --zq-shadow:0 20px 60px rgba(36,33,29,.10);
  --zq-radius:24px;
  --zq-wrap:min(1180px, calc(100% - 32px));
  --zq-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, "Times New Roman", serif;
  --zq-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*,
*::before,
*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--zq-charcoal);
  background:var(--zq-ivory);
  font-family:var(--zq-sans);
  line-height:1.6;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{padding-left:1.1rem}
.zq-wrap{width:var(--zq-wrap);margin:0 auto}
.zq-site-header{
  position:sticky;top:0;z-index:30;
  backdrop-filter:blur(12px);
  background:rgba(246,241,232,.86);
  border-bottom:1px solid var(--zq-border);
}
.zq-header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}
.zq-brand-word{font-family:var(--zq-serif);font-size:clamp(2rem,2.6vw,2.6rem);letter-spacing:.03em}
.zq-primary-nav{display:flex;align-items:center;gap:24px}
.zq-menu{display:flex;align-items:center;gap:20px;list-style:none;margin:0;padding:0}
.zq-menu li a{font-size:.95rem;color:var(--zq-muted)}
.zq-menu li.current-menu-item a,.zq-menu li a:hover{color:var(--zq-charcoal)}
.zq-header-pill{
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 16px;border-radius:999px;background:var(--zq-charcoal);color:var(--zq-white);font-size:.92rem
}
.zq-nav-toggle{display:none;border:0;background:transparent;padding:0;cursor:pointer}
.zq-nav-toggle span{display:block;width:24px;height:2px;background:var(--zq-charcoal);margin:5px 0}
.zq-hero{padding:72px 0 24px}
.zq-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:stretch}
.zq-hero-copy,.zq-hero-card-inner,.zq-story-card,.zq-category-card,.zq-product-card,.zq-page-hero,.zq-prose,.zq-shop-toolbar,.zq-empty-state,.zq-single-product{
  background:rgba(255,253,250,.82);
  border:1px solid var(--zq-border);
  box-shadow:var(--zq-shadow);
  border-radius:var(--zq-radius);
}
.zq-hero-copy{padding:56px}
.zq-hero-card{display:flex}
.zq-hero-card-inner{
  width:100%;
  padding:40px;
  background:
    radial-gradient(circle at top right, rgba(167,123,53,.22), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(239,230,216,.96));
}
.zq-eyebrow{
  text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;
  color:var(--zq-brass);font-weight:700;margin-bottom:18px
}
h1,h2,h3,h4{font-family:var(--zq-serif);line-height:1.1;margin:0 0 16px}
h1{font-size:clamp(2.5rem,5vw,4.4rem)}
h2{font-size:clamp(1.8rem,3.4vw,2.7rem)}
p{margin:0 0 1rem;color:var(--zq-muted)}
.zq-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:30px 0}
.zq-button{
  display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;
  border-radius:999px;background:var(--zq-brass);color:white;font-weight:600;
  border:1px solid transparent;transition:.25s ease
}
.zq-button:hover{background:var(--zq-brass-dark);transform:translateY(-1px)}
.zq-button-secondary{background:transparent;border-color:var(--zq-brass);color:var(--zq-brass-dark)}
.zq-meta-list{display:flex;flex-wrap:wrap;gap:18px;list-style:none;padding:0;margin:22px 0 0}
.zq-meta-list li{font-size:.92rem;color:var(--zq-charcoal)}
.zq-section{padding:24px 0 32px}
.zq-section-soft{background:linear-gradient(180deg, rgba(239,230,216,.7), rgba(246,241,232,0));}
.zq-section-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:20px}
.zq-inline-link{color:var(--zq-brass-dark);font-weight:600}
.zq-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.zq-category-card{padding:28px;min-height:160px;display:flex;flex-direction:column;justify-content:end;background:
 linear-gradient(180deg, rgba(255,255,255,.94), rgba(239,230,216,.94))}
.zq-category-name{font-family:var(--zq-serif);font-size:1.5rem;margin-bottom:6px}
.zq-category-meta{color:var(--zq-muted);font-size:.95rem}
ul.products{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.zq-product-card{padding:18px;display:flex;flex-direction:column;height:100%}
.zq-thumb-shell{padding:12px;border-radius:18px;background:var(--zq-ivory)}
.zq-product-card .woocommerce-loop-product__title{font-size:1.4rem;margin:16px 0 10px;color:var(--zq-charcoal)}
.zq-product-summary{font-size:.92rem;min-height:46px}
.zq-product-card .price{font-weight:700;color:var(--zq-brass-dark);font-size:1.12rem}
.zq-product-card .button{
  margin-top:auto;display:inline-flex;align-items:center;justify-content:center;
  background:var(--zq-charcoal);color:var(--zq-white);border-radius:999px;padding:12px 16px
}
.zq-empty-state{padding:28px}
.zq-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.zq-story-card{padding:34px}
.zq-location{margin-top:12px;color:var(--zq-charcoal);font-weight:600}
.zq-page-hero{padding:34px;margin:32px auto 0;width:var(--zq-wrap)}
.zq-page-content{padding:24px 0 60px}
.zq-prose{padding:36px;max-width:900px}
.zq-prose h2,.zq-prose h3{margin-top:24px}
.zq-prose ul li{margin-bottom:.5rem}
.zq-shop-toolbar{padding:18px 22px;margin-bottom:18px}
.zq-shop-toolbar .woocommerce-result-count,
.zq-shop-toolbar form{margin:0}
.zq-shop-toolbar{
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px
}
.zq-single-product{padding:28px}
.zq-single-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:28px}
.zq-summary .price{font-size:1.5rem;color:var(--zq-brass-dark);font-weight:700}
.zq-summary form.cart{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.quantity .qty{padding:12px 10px;border-radius:999px;border:1px solid var(--zq-border);background:white;max-width:90px}
.single_add_to_cart_button.button{background:var(--zq-brass)!important;color:white!important;border-radius:999px;padding:14px 20px!important}
.zq-product-tabs{margin-top:24px}
.woocommerce-tabs ul.tabs{padding-left:0}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border-radius:999px!important;border:1px solid var(--zq-border)!important;background:var(--zq-white)!important
}
.zq-site-footer{padding:48px 0 20px;border-top:1px solid var(--zq-border);margin-top:32px}
.zq-footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:28px}
.zq-footer-brand{font-family:var(--zq-serif);font-size:2rem;margin-bottom:12px}
.zq-footer-heading{font-size:1.15rem;margin-bottom:10px}
.zq-footer-menu,.zq-contact-list{list-style:none;padding:0;margin:0}
.zq-footer-menu li,.zq-contact-list li{margin-bottom:10px;color:var(--zq-muted)}
.zq-footer-bottom{padding-top:20px;color:var(--zq-muted);font-size:.92rem}
.woocommerce-product-gallery__wrapper{display:grid;gap:16px}
.woocommerce-product-gallery__image{background:var(--zq-white);border-radius:18px;overflow:hidden;padding:10px;border:1px solid var(--zq-border)}
.screen-reader-text{position:absolute;left:-9999px}
@media (max-width: 1024px){
  .zq-hero-grid,.zq-story-grid,.zq-single-grid,.zq-footer-grid{grid-template-columns:1fr}
  .zq-category-grid, ul.products{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 782px){
  .zq-nav-toggle{display:block}
  .zq-primary-nav{
    position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:flex-start;
    gap:18px;padding:18px 16px;background:rgba(246,241,232,.98);border-bottom:1px solid var(--zq-border)
  }
  .zq-primary-nav.is-open{display:flex}
  .zq-menu{flex-direction:column;align-items:flex-start}
  .zq-hero{padding-top:32px}
  .zq-hero-copy{padding:32px}
  .zq-category-grid, ul.products{grid-template-columns:1fr}
  .zq-section-head{align-items:flex-start;flex-direction:column}
  .zq-page-hero{margin-top:20px}
  .zq-prose{padding:24px}
}
