/* ══════════════════════════════════════════════════════
   HARVEST TO HOME — Main Stylesheet v3.5.1
   ══════════════════════════════════════════════════════ */

:root {
  --cream:#F5EDD8; --cream-dark:#E8D4A8; --brown:#3B1F0E; --brown-mid:#5C3317;
  --orange:#C4621A; --orange-light:#E07530; --green:#2D4A1E; --green-light:#4A7A30;
  --white:#FDFAF4; --text:#2A1505; --shadow:rgba(59,31,14,0.15);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'Lato',sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{color:var(--orange);text-decoration:none;}

/* ── SUPPORT BAR ── */
.support-bar{background:var(--green);text-align:center;padding:7px 16px;font-size:.83rem;color:var(--cream);}
.support-bar a{color:var(--orange-light);font-weight:700;}

/* ── HEADER ── */
#site-header{position:sticky;top:0;z-index:1000;background:var(--brown);box-shadow:0 2px 16px var(--shadow);}
.header-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:8px 20px;gap:10px;}
.site-logo{height:52px;width:auto;object-fit:contain;max-width:180px;}

/* ── DESKTOP NAV ── */
#main-nav{display:flex;align-items:center;flex-wrap:wrap;gap:2px;}
#main-nav a{color:var(--cream);text-decoration:none;font-size:12px;font-weight:700;letter-spacing:.04em;padding:7px 8px;border-radius:5px;transition:background .2s;text-transform:uppercase;}
#main-nav a:hover{background:var(--orange);color:#fff;}
.cart-btn{background:var(--orange)!important;border-radius:8px!important;padding:7px 13px!important;display:flex!important;align-items:center!important;gap:5px!important;}
.cart-count{background:var(--cream);color:var(--brown);border-radius:50%;width:19px;height:19px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:900;}

/* ── HAMBURGER ── */
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none;}
.hamburger span{display:block;width:24px;height:2px;background:var(--cream);border-radius:2px;}
.nav-close-btn{display:none;}

/* ── BUTTONS ── */
.btn-primary{background:var(--orange);color:#fff;padding:13px 28px;border:none;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,transform .15s;font-family:'Lato',sans-serif;}
.btn-primary:hover{background:var(--orange-light);transform:translateY(-2px);color:#fff;}
.btn-outline{background:transparent;color:#fff;padding:13px 28px;border:2px solid rgba(255,255,255,.7);border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:background .2s,transform .15s;}
.btn-outline:hover{background:rgba(255,255,255,.12);transform:translateY(-2px);color:#fff;}

/* ── TRUST BAR ── */
.trust-bar{background:var(--green);padding:16px 24px;}
.trust-inner{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:24px;}
.trust-badge{display:flex;align-items:center;gap:7px;color:var(--cream);font-size:.88rem;font-weight:700;letter-spacing:.04em;}
.trust-badge .icon{font-size:1.4rem;}

/* ── CATEGORY STRIP ── */
.cat-strip{background:var(--brown);padding:18px 24px;}
.cat-strip-inner{max-width:1300px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;}
.cat-chip{background:rgba(255,255,255,.08);color:var(--cream);text-decoration:none;padding:8px 16px;border-radius:50px;font-size:.82rem;font-weight:700;letter-spacing:.04em;transition:background .2s;border:1px solid rgba(255,255,255,.15);cursor:pointer;}
.cat-chip:hover{background:var(--orange);border-color:var(--orange);color:#fff;}

/* ── HERO ── */
.hero{min-height:88vh;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px 60px;}
.hero-logo{width:220px;margin-bottom:26px;filter:drop-shadow(0 4px 20px rgba(0,0,0,.6));}
.hero h1{font-family:'Playfair Display',serif;font-size:clamp(2rem,5vw,3.8rem);color:#fff;line-height:1.15;max-width:820px;margin-bottom:16px;text-shadow:0 2px 20px rgba(0,0,0,.4);}
.hero h1 span{color:var(--orange-light);}
.hero p{color:var(--cream);font-size:clamp(.95rem,2vw,1.15rem);max-width:620px;line-height:1.7;margin-bottom:30px;}
.hero-btns{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;}

/* ── SECTION HELPERS ── */
.section-label{text-align:center;font-family:'Satisfy',cursive;font-size:1.15rem;color:var(--orange);margin-bottom:5px;}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.7rem,3.5vw,2.7rem);color:var(--brown);text-align:center;margin-bottom:8px;}
.divider{width:70px;height:4px;background:var(--orange);border-radius:2px;margin:10px auto 18px;}
.section-sub{text-align:center;color:#6B4226;font-size:.97rem;max-width:560px;margin:0 auto 40px;line-height:1.65;}
.content-wrap{max-width:1300px;margin:0 auto;padding:44px 24px;}

/* ── PAGE HERO BANNER ── */
.page-hero{padding:52px 24px;text-align:center;background-size:cover;background-position:center;}
.page-hero h1{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,3rem);color:#fff;margin-bottom:8px;text-shadow:0 2px 12px rgba(0,0,0,.4);}
.page-hero p{color:rgba(245,237,216,.88);font-size:1rem;}

/* ── BREADCRUMBS ── */
.h2h-breadcrumbs{font-size:.82rem;color:#6B4226;margin-bottom:20px;}
.h2h-breadcrumbs a{color:var(--orange);}

/* ── MASCOT HEADER ── */
.mascot-header{display:flex;align-items:center;gap:18px;margin-bottom:28px;flex-wrap:wrap;}
.mascot-img{width:100px;height:100px;object-fit:contain;flex-shrink:0;background:transparent;mix-blend-mode:multiply;}
.mascot-text h2{font-family:'Playfair Display',serif;font-size:clamp(1.5rem,3vw,2.2rem);color:var(--brown);}
.mascot-text .tagline{color:var(--orange);font-style:italic;font-size:.97rem;margin-top:3px;}
.mascot-text .sub{color:#6B4226;font-size:.88rem;margin-top:3px;}

/* ── FEAST IMAGE ── */
.feast-wrap{border-radius:14px;overflow:hidden;margin-bottom:36px;box-shadow:0 6px 32px var(--shadow);max-height:400px;}
.feast-wrap img{width:100%;height:100%;object-fit:cover;}

/* ══════════════════════════════════
   WOOCOMMERCE PRODUCT GRID
   ══════════════════════════════════ */

.h2h-woo-wrap { padding: 40px 24px; width: 100%; }

.h2h-woo-wrap ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 20px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* ── PRODUCT CARD ── */
li.product {
  background: var(--white) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 3px 12px var(--shadow) !important;
  transition: transform .22s, box-shadow .22s !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: auto !important;
}

li.product.first { grid-column-start: 1 !important; }

li.product:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 24px var(--shadow) !important;
}

li.product a {
  background-color: #fff !important;
  display: block !important;
}

li.product a img,
li.product img.wp-post-image {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 12px 12px 0 0 !important;
  background-color: #fff !important;
}

li.product .woocommerce-loop-product__title,
li.product h2 {
  font-family: 'Playfair Display', serif !important;
  font-size: .92rem !important;
  color: var(--brown) !important;
  padding: 12px 12px 4px !important;
  margin: 0 !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

li.product .price,
li.product span.price {
  padding: 2px 12px 8px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: var(--orange) !important;
  display: block !important;
  margin: 0 !important;
}

li.product .price del { opacity: .5; font-size: .85rem; }
li.product .price ins { text-decoration: none; }

li.product .button,
li.product .add_to_cart_button,
li.product a.button {
  display: block !important;
  margin: auto 12px 12px !important;
  width: calc(100% - 24px) !important;
  background: var(--green) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 7px !important;
  padding: 9px 0 !important;
  font-size: .85rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: background .2s !important;
  font-family: 'Lato', sans-serif !important;
  text-decoration: none !important;
  letter-spacing: .02em !important;
}

li.product .button:hover,
li.product .add_to_cart_button:hover {
  background: var(--green-light) !important;
  color: #fff !important;
}

li.product .added_to_cart { display: none !important; }
li.product .added::after { content: ' ✓' !important; }

/* ── SINGLE PRODUCT PAGE ── */
.woocommerce div.product {
  display: grid !important;
  grid-template-columns: 380px 1fr !important;
  grid-template-areas: "gallery summary" "tabs tabs" "related related" !important;
  gap: 40px !important;
  padding: 40px 0 !important;
  align-items: start !important;
  float: none !important;
}

.woocommerce div.product .woocommerce-product-gallery {
  grid-area: gallery !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

.woocommerce div.product .woocommerce-product-gallery img {
  width: 100% !important;
  height: 360px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
  background: #fff !important;
}

.woocommerce div.product div.summary {
  grid-area: summary !important;
  width: 100% !important;
  float: none !important;
}

.woocommerce div.product .product_title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  color: var(--brown);
  margin-bottom: 10px;
}

.woocommerce div.product p.price {
  font-size: 1.6rem;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 16px;
}

.woocommerce div.product .single_add_to_cart_button {
  background: var(--green) !important;
  border-radius: 8px;
  font-weight: 700;
  padding: 14px 32px;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}

.woocommerce div.product .single_add_to_cart_button:hover {
  background: var(--green-light) !important;
}

.woocommerce div.product .woocommerce-tabs { grid-area: tabs !important; clear: both !important; }
.woocommerce div.product .related.products { grid-area: related !important; clear: both !important; }

/* WooCommerce notices */
.woocommerce-notices-wrapper .woocommerce-message { background: var(--green); color: var(--cream); border: none; border-radius: 8px; }
.woocommerce-notices-wrapper .woocommerce-message a { color: var(--orange-light); }

/* Pagination */
.woocommerce-pagination .page-numbers { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; padding: 28px 0; list-style: none; }
.woocommerce-pagination .page-numbers li .page-numbers { background: var(--white); border: 2px solid var(--cream-dark); border-radius: 7px; padding: 7px 13px; color: var(--brown); font-weight: 700; }
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover { background: var(--orange); border-color: var(--orange); color: #fff; }

/* ── HOME CATEGORY CARDS ── */
.home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:0 24px 60px;max-width:1300px;margin:0 auto;}
.home-card{background:var(--white);border-radius:14px;overflow:hidden;box-shadow:0 3px 14px var(--shadow);transition:transform .22s;}
.home-card:hover{transform:translateY(-5px);}
.home-card>a>img,.home-card>img{width:100%;height:210px;object-fit:cover;}
.home-card-body{padding:16px;}
.home-card-mascot{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.home-card-mascot img{width:44px;height:44px;object-fit:contain;background:transparent;mix-blend-mode:multiply;}
.home-card-title{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--brown);}
.home-card-sub{font-size:.85rem;color:#6B4226;line-height:1.55;margin-bottom:10px;}
.btn-cart{display:block;background:var(--green);color:#fff;border:none;border-radius:7px;padding:9px 0;font-size:.85rem;font-weight:700;cursor:pointer;width:100%;text-align:center;transition:background .2s;font-family:'Lato',sans-serif;text-decoration:none;}
.btn-cart:hover{background:var(--green-light);color:#fff;}

/* ── CATERING FORM ── */
.catering-form-wrap{background:var(--white);border-radius:18px;padding:36px;box-shadow:0 6px 32px var(--shadow);margin-top:36px;}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;}
.form-group{display:flex;flex-direction:column;gap:5px;margin-bottom:16px;}
.form-group label{font-weight:700;font-size:.86rem;color:var(--brown);letter-spacing:.03em;text-transform:uppercase;}
.form-group input,.form-group select,.form-group textarea{border:2px solid var(--cream-dark);border-radius:8px;padding:10px 12px;font-size:.93rem;font-family:'Lato',sans-serif;color:var(--text);background:var(--cream);transition:border-color .2s;}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--orange);}
.checkbox-group{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:9px;margin-top:7px;}
.checkbox-group label{display:flex;align-items:center;gap:9px;cursor:pointer;font-size:.88rem;color:var(--text);text-transform:none;font-weight:400;letter-spacing:0;padding:9px 12px;border-radius:8px;border:2px solid var(--cream-dark);background:var(--cream);transition:background .2s,border-color .2s;}
.checkbox-group label:hover,.checkbox-group label.checked{background:rgba(196,98,26,.1);border-color:var(--orange);}
.checkbox-group input[type=checkbox]{width:15px;height:15px;accent-color:var(--orange);flex-shrink:0;}
.sub-cuts{background:rgba(245,237,216,.7);border-radius:10px;padding:16px;margin-top:8px;border:1px solid var(--cream-dark);}
.sub-cuts h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;color:var(--brown-mid);margin-bottom:10px;font-weight:700;font-family:'Lato',sans-serif;}
.form-section-head{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--brown);margin:22px 0 12px;padding-bottom:9px;border-bottom:2px solid var(--cream-dark);}
.estimate-box{background:linear-gradient(135deg,var(--brown) 0%,var(--brown-mid) 100%);border-radius:14px;padding:28px;color:var(--cream);margin-top:26px;}
.estimate-box h3{font-family:'Playfair Display',serif;font-size:1.4rem;color:var(--cream);margin-bottom:16px;text-align:center;}
.estimate-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:.9rem;}
.estimate-total{font-size:1.25rem;font-weight:900;color:var(--orange-light);}
.estimate-deposit{margin-top:12px;padding:11px;background:var(--orange);border-radius:9px;text-align:center;font-weight:700;font-size:.97rem;}
.suggest-box{background:rgba(245,237,216,.08);border-radius:9px;padding:12px 16px;margin-top:10px;}
.suggest-box h4{font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--orange-light);margin-bottom:7px;font-family:'Lato',sans-serif;}
.suggest-box ul{display:flex;flex-wrap:wrap;gap:6px;list-style:none;}
.suggest-box ul li{background:rgba(255,255,255,.1);padding:3px 10px;border-radius:18px;font-size:.82rem;}

/* ── FOOTER ── */
#site-footer{background:var(--brown);color:var(--cream);padding:50px 24px 26px;}
.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;margin-bottom:32px;}
.footer-brand img{height:54px;margin-bottom:12px;object-fit:contain;max-width:200px;}
.footer-brand p{font-size:.86rem;line-height:1.7;color:rgba(245,237,216,.68);max-width:270px;}
.footer-tagline{font-family:'Satisfy',cursive;font-size:1rem;color:var(--orange-light);margin-bottom:7px;}
.footer-col h4{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:var(--orange-light);margin-bottom:10px;font-family:'Lato',sans-serif;}
.footer-col a{display:block;color:rgba(245,237,216,.68);text-decoration:none;font-size:.86rem;margin-bottom:7px;transition:color .2s;}
.footer-col a:hover{color:var(--cream);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;color:rgba(245,237,216,.42);font-size:.8rem;}
.social-links{display:flex;gap:9px;margin-top:12px;}
.social-links a{width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--cream);font-size:.9rem;text-decoration:none;transition:background .2s;}
.social-links a:hover{background:var(--orange);}
#site-footer img{height:54px !important;width:auto !important;max-width:200px !important;object-fit:contain !important;}

/* ── RELATED PRODUCTS ── */
.related.products,.upsells.products{clear:both;margin-top:48px;}
.related.products > h2,.upsells.products > h2{font-family:'Playfair Display',serif !important;font-size:1.6rem !important;color:var(--brown) !important;margin-bottom:24px !important;padding-bottom:12px !important;border-bottom:2px solid var(--cream-dark) !important;}
.related.products ul.products,.upsells.products ul.products{grid-template-columns:repeat(4,1fr) !important;}
.related.products ul.products li.product,.upsells.products ul.products li.product{width:auto !important;float:none !important;margin:0 !important;}
.related.products ul.products li.product img,.upsells.products ul.products li.product img{height:160px !important;object-fit:cover !important;background:#fff !important;}

/* ── PRODUCT TABS ── */
.woocommerce-tabs ul.tabs{border-bottom:2px solid var(--cream-dark);margin-bottom:20px;list-style:none;display:flex;gap:4px;}
.woocommerce-tabs ul.tabs li{margin:0;}
.woocommerce-tabs ul.tabs li a{display:block;padding:10px 18px;background:var(--cream);border-radius:7px 7px 0 0;color:var(--brown);font-weight:700;text-decoration:none;font-size:.9rem;}
.woocommerce-tabs ul.tabs li.active a{background:var(--brown);color:var(--cream);}
.woocommerce-tabs .panel{padding:20px 0;}
.woocommerce-tabs .panel p{line-height:1.7;color:#444;}

/* ── SIDEBAR / CART / MISC ── */
#secondary,.widget-area,.woocommerce-sidebar{display:none !important;}
.woocommerce-page #primary,.woocommerce #primary{width:100% !important;float:none !important;}
.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--orange) !important;background:var(--white) !important;border-radius:8px !important;margin-bottom:16px !important;}
.woocommerce-message .button{background:var(--green) !important;color:#fff !important;border-radius:6px !important;padding:8px 16px !important;}
.added_to_cart,li.product .added_to_cart{display:none !important;}
.add_to_cart_button.loading{opacity:.6;pointer-events:none;}
.add_to_cart_button.added{background:var(--orange) !important;}
.add_to_cart_button.added::after{content:' ✓' !important;}
.woocommerce-checkout h3,.woocommerce-cart h2{font-family:'Playfair Display',serif;color:var(--brown);}
.woocommerce-cart table.shop_table,.woocommerce-checkout table.shop_table{border:1px solid var(--cream-dark);border-radius:10px;overflow:hidden;}
.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{background:var(--orange);font-size:1rem;padding:14px 28px;border-radius:8px;font-family:'Lato',sans-serif;}
.woocommerce #payment #place_order:hover{background:var(--orange-light);}
.woocommerce-coming-soon-page{display:none !important;}

/* ── HIDE WOO CATEGORY HEADERS ── */
.woocommerce-loop-category__title{display:none !important;}
img.attachment-woocommerce_thumbnail,.woocommerce img.attachment-woocommerce_thumbnail,.term-description ~ img,.woocommerce-products-header__title ~ img{display:none !important;}
.woocommerce-products-header{display:none !important;}
.archive-product-image,.category-image{display:none !important;}
.woocommerce-products-header img,.term-description img{display:none !important;}

/* ── HARVEST GEAR & BUTCHER RESERVE ── */
.product_cat-harvest-gear li.product img,
.product_cat-butcher-reserve li.product img {
  background-color:#fff !important;
  object-fit:contain !important;
  padding:12px !important;
  box-sizing:border-box !important;
}

/* ── FREEZER PLANS ── */
.product_cat-freezer-plans li.product a img,
.product_cat-freezer-plans li.product img.wp-post-image{height:160px !important;object-fit:cover !important;}

/* ── WAGYU ── */
.wagyu-banner{background:linear-gradient(135deg,#140802 0%,var(--brown) 100%);border-radius:18px;padding:44px;display:flex;gap:32px;align-items:center;margin-bottom:32px;flex-wrap:wrap;}
.wagyu-text h2{font-family:'Playfair Display',serif;font-size:clamp(1.7rem,3vw,2.4rem);color:var(--orange-light);margin-bottom:9px;}
.wagyu-text p{color:var(--cream);opacity:.85;line-height:1.65;}
.wagyu-img-wrap{flex-shrink:0;width:260px;border-radius:12px;overflow:hidden;}
.wagyu-img-wrap img{width:100%;height:190px;object-fit:cover;}

/* ── CATERING PAGE ── */
.page-template-page-templates-catering #page-wrapper > .content-wrap > h1{display:none;}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */

@media(max-width:1100px){
  .h2h-woo-wrap ul.products,ul.products{grid-template-columns:repeat(3,1fr) !important;}
  .footer-inner{grid-template-columns:1fr 1fr;}
}

@media(max-width:860px){
  #main-nav{display:none !important;}
  #main-nav.open{
    display:flex !important;flex-direction:column !important;
    position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;
    background:var(--brown) !important;z-index:9999 !important;
    padding:68px 20px 20px !important;overflow-y:auto !important;gap:0 !important;
  }
  #main-nav.open a{font-size:1.05rem !important;padding:13px 8px !important;border-bottom:1px solid rgba(255,255,255,.1) !important;border-radius:0 !important;display:block !important;width:100% !important;}
  #main-nav.open .cart-btn{margin-top:14px !important;border-radius:8px !important;text-align:center !important;justify-content:center !important;}
  .hamburger{display:flex !important;}
  .nav-close-btn{display:block !important;position:absolute !important;top:14px !important;right:16px !important;background:none !important;border:none !important;color:var(--cream) !important;font-size:2rem !important;cursor:pointer !important;z-index:10000 !important;line-height:1 !important;}
  .h2h-woo-wrap ul.products,ul.products{grid-template-columns:repeat(2,1fr) !important;}
  .woocommerce div.product{grid-template-columns:1fr !important;grid-template-areas:"gallery" "summary" "tabs" "related" !important;}
  .woocommerce div.product .woocommerce-product-gallery img{height:260px !important;}
  .related.products ul.products,.upsells.products ul.products{grid-template-columns:repeat(2,1fr) !important;}
  .form-row{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:1fr;}
  .wagyu-banner{flex-direction:column;}
}

@media(max-width:540px){
  .h2h-woo-wrap ul.products,ul.products{grid-template-columns:repeat(2,1fr) !important;gap:12px !important;}
  li.product a img,li.product img.wp-post-image{height:120px !important;}
  li.product .woocommerce-loop-product__title{font-size:.82rem !important;}
  li.product .price{font-size:1rem !important;}
  .home-grid{grid-template-columns:1fr !important;}
  .hero{min-height:70vh;}
  .catering-form-wrap{padding:20px 14px;}
  .estimate-box{padding:18px 14px;}
}

/* ============================================================
   v3.6.6 ADDITIONS — Catering builder styling, full-width
   catering images, consistent mascot sizing, mini badge
   ============================================================ */

/* ---- Consistent mascot image sizing everywhere ---- */
.mascot-img-fixed{
  width:220px;
  height:220px;
  object-fit:contain;
  display:block;
  flex-shrink:0;
}

/* ---- Category page mascot + description block ---- */
.cat-mascot-block{
  display:flex;
  align-items:flex-end;
  gap:40px;
  margin-bottom:36px;
  flex-wrap:wrap;
}
.cat-mascot-text h2{
  color:var(--brown);
  font-size:38px;
  margin:0 0 6px 0;
}
.cat-mascot-text .cat-tagline{
  color:var(--orange);
  font-style:italic;
  font-size:15px;
  margin-bottom:14px;
}
.cat-mascot-text .cat-desc{
  font-size:16px;
  line-height:1.75;
  color:#333;
  max-width:none;
  margin:0 0 20px 0;
}
.cat-mascot-text{
  flex:1 1 400px;
  min-width:0;
}

/* ---- Mini Harvest Standard badge (category pages) ---- */
.harvest-mini-badge{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  margin-top:6px;
}
.harvest-mini-badge .hmb-item{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  color:var(--brown);
  font-weight:600;
}
.harvest-mini-badge .hmb-item .hmb-icon{
  font-size:20px;
  line-height:1;
}

/* ---- Catering page: full-width hero banner ---- */
.hth-page-hero{
  position:relative;
  width:100%;
  min-height:340px;
  background-size:cover;
  background-position:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:60px 24px;
}
.hth-page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.42);
}
.hth-page-hero > *{
  position:relative;
  z-index:1;
}
.hth-page-hero img.hth-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}
.hth-page-hero h1{
  color:#fff;
  font-family:'Playfair Display',serif;
  font-size:clamp(2rem,4.5vw,3.2rem);
  margin:0 0 14px 0;
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}
.hth-page-hero p{
  color:#fff;
  font-size:1.05rem;
  max-width:640px;
  margin:0;
  text-shadow:0 1px 8px rgba(0,0,0,.5);
}

/* ---- Catering builder: left-justified, wider, bigger ---- */
.htc-wrap{
  max-width:1100px;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  padding:50px 40px 70px;
  text-align:left;
}
@media(min-width:1500px){
  .htc-wrap{ margin-left:60px; margin-right:auto; }
}
.htc-intro{
  margin-bottom:30px;
  text-align:left;
}
.htc-intro h2{
  color:var(--brown);
  font-size:30px;
  margin:0 0 10px 0;
}
.htc-intro p{
  font-size:16px;
  line-height:1.7;
  color:#444;
  max-width:720px;
  margin:0;
}
.htc-card{
  background:#fff;
  border:1px solid #e8ded2;
  border-radius:10px;
  margin-bottom:26px;
  box-shadow:0 2px 10px rgba(0,0,0,.05);
  overflow:hidden;
}
.htc-card-head{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:24px 28px;
  background:#f5f1ea;
  border-bottom:1px solid #e8ded2;
}
.htc-step-num{
  flex-shrink:0;
  width:36px;
  height:36px;
  border-radius:50%;
  background:var(--orange);
  color:#fff;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
}
.htc-card-head-text h3{
  margin:0 0 4px 0;
  font-size:20px;
  color:var(--brown);
}
.htc-card-head-text p{
  margin:0;
  font-size:14px;
  color:#666;
}
.htc-card-body{
  padding:28px;
}

/* Guests stepper */
.htc-guests-row{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  margin-bottom:28px;
}
.htc-field-label{
  font-weight:600;
  color:var(--brown);
  font-size:15px;
}
.htc-stepper-wrap{
  display:flex;
  align-items:center;
  border:1px solid #ddd;
  border-radius:8px;
  overflow:hidden;
}
.htc-step-btn{
  width:40px;
  height:40px;
  border:none;
  background:#f0f0f0;
  font-size:20px;
  cursor:pointer;
}
.htc-step-btn:hover{ background:#e2e2e2; }
.htc-guests-input{
  width:80px;
  height:40px;
  border:none;
  text-align:center;
  font-size:16px;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
}

/* Add-ons grid */
.htc-addons-head{
  font-weight:600;
  color:var(--brown);
  margin-bottom:12px;
  font-size:15px;
}
.htc-addons-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(240px,1fr));
  gap:12px;
}
.htc-addon-label{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #e2e2e2;
  border-radius:8px;
  padding:12px 14px;
  cursor:pointer;
  font-size:14px;
}
.htc-addon-label:hover{ border-color:var(--orange); }
.htc-addon-badge{
  margin-left:auto;
  color:var(--orange);
  font-weight:600;
  font-size:13px;
  white-space:nowrap;
}
.htc-sr-only{
  position:absolute;
  width:1px;height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}
.htc-check{
  width:18px;height:18px;
  border:2px solid #ccc;
  border-radius:4px;
  flex-shrink:0;
  display:inline-block;
  position:relative;
}
.htc-addon-cb:checked + .htc-check,
.htc-protein-cb:checked + .htc-protein-check{
  background:var(--orange);
  border-color:var(--orange);
}
.htc-addon-cb:checked + .htc-check::after,
.htc-protein-cb:checked + .htc-protein-check::after{
  content:"✓";
  position:absolute;
  color:#fff;
  font-size:13px;
  left:2px;
  top:-1px;
}

/* Protein categories — grouped, in order, stacked below label */
.htc-pcat{
  margin-bottom:30px;
}
.htc-pcat:last-child{ margin-bottom:0; }
.htc-pcat-label{
  font-weight:700;
  color:var(--brown);
  font-size:16px;
  margin-bottom:14px;
  padding-bottom:8px;
  border-bottom:2px solid #f0e8da;
}
.htc-protein-wrap{
  margin-bottom:14px;
}
.htc-protein-row{
  display:flex;
  align-items:center;
  gap:14px;
  border:1px solid #e2e2e2;
  border-radius:8px;
  padding:16px 18px;
  cursor:pointer;
}
.htc-protein-row:hover{ border-color:var(--orange); }
.htc-protein-info{
  display:flex;
  flex-direction:column;
  gap:2px;
  flex:1;
}
.htc-protein-name{
  font-weight:600;
  color:var(--brown);
  font-size:15px;
}
.htc-protein-desc{
  font-size:13px;
  color:#777;
}
.htc-protein-price{
  color:var(--orange);
  font-weight:700;
  font-size:15px;
  white-space:nowrap;
}
.htc-sug-panel{
  display:none;
  padding:16px 18px 4px 50px;
}
.htc-sug-panel.htc-open{ display:block; }
.htc-sug-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.htc-sug-head{
  font-weight:600;
  font-size:13px;
  color:var(--brown);
  margin-bottom:6px;
}
.htc-sug-list{
  margin:0;
  padding-left:18px;
  font-size:13px;
  color:#555;
}

/* Summary / Step 3 */
.htc-empty-state{
  text-align:center;
  padding:30px 20px;
  color:#777;
}
.htc-empty-icon{ font-size:32px; margin-bottom:10px; }
.htc-summary-layout{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:30px;
}
.htc-summary-block{ margin-bottom:18px; }
.htc-sblock-title{
  font-weight:600;
  color:var(--brown);
  font-size:14px;
  margin-bottom:8px;
}
.htc-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.htc-tag{
  display:inline-block;
  padding:6px 12px;
  border-radius:20px;
  font-size:12px;
  font-weight:600;
}
.htc-tags-red .htc-tag{ background:#fbe4e0; color:#a33; }
.htc-tags-green .htc-tag{ background:#e5f0e0; color:#3a6b2f; }
.htc-tags-gold .htc-tag{ background:#f7edd2; color:#8a6a12; }
.htc-sblock-hint{
  font-weight:400;
  font-size:11px;
  color:#999;
  text-transform:none;
  letter-spacing:0;
}
.htc-tag-toggle{
  cursor:pointer;
  border:none;
  font-family:inherit;
  line-height:1;
  position:relative;
  padding-left:22px;
  transition:opacity .15s ease, background-color .15s ease;
}
.htc-tag-toggle::before{
  content:'✓';
  position:absolute;
  left:9px;
  top:50%;
  transform:translateY(-50%);
  font-size:11px;
  font-weight:700;
}
.htc-tag-toggle:hover{ filter:brightness(0.96); }
.htc-tag-toggle.htc-tag-off{
  background:#eee !important;
  color:#999 !important;
  opacity:.65;
  text-decoration:line-through;
}
.htc-tag-toggle.htc-tag-off::before{
  content:'+';
  font-size:13px;
}
.htc-price-panel{
  background:#f5f1ea;
  border-radius:10px;
  padding:24px;
}
.htc-price-row{
  display:flex;
  justify-content:space-between;
  padding:10px 0;
  border-bottom:1px solid #e8ded2;
  font-size:14px;
}
.htc-price-row-total{ font-weight:700; }
.htc-price-row-deposit{ color:#a33; }
.htc-price-row-deposit .htc-price-val{ color:#a33; font-weight:600; }
.htc-price-row-balance{ border-bottom:none; margin-bottom:14px; font-weight:700; padding-top:14px; border-top:2px solid #e0d5c2; }
.htc-price-big{ font-size:22px; color:var(--orange); }
.htc-submit-btn{
  width:100%;
  background:var(--orange);
  color:#fff;
  border:none;
  padding:16px;
  border-radius:8px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  margin-top:6px;
}
.htc-submit-btn:hover{ background:#c2611a; }
.htc-cart-note{
  font-size:12px;
  color:#777;
  margin-top:10px;
  line-height:1.5;
}
.htc-msg{
  margin-top:12px;
  padding:10px 14px;
  border-radius:6px;
  font-size:13px;
}
.htc-msg-error{ background:#fbe4e0; color:#a33; }
.htc-msg-success{ background:#e5f0e0; color:#3a6b2f; }

/* ---- Feature strip (grill/contact section) ---- */
.hth-feature{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  align-items:stretch;
  max-width:1300px;
  margin:0 auto;
}
.hth-feature > div{
  padding:60px 50px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hth-feature h2{
  color:var(--brown);
  font-size:28px;
  margin:0 0 14px 0;
}
.hth-feature p{
  font-size:15px;
  line-height:1.7;
  color:#444;
  margin:0 0 20px 0;
}
.hth-feature img{
  width:100%;
  height:100%;
  min-height:320px;
  object-fit:cover;
  display:block;
}

/* ---- Gallery image — full width ---- */
.htc-gallery{ padding:0; background:#f5f1ed; }
.htc-gallery img{
  width:100%;
  height:auto;
  border-radius:0 !important;
  display:block;
}
.htc-gallery h2{
  padding:50px 24px 30px;
  margin:0 !important;
  text-align:center;
}

@media(max-width:860px){
  .htc-wrap{ padding:30px 20px 50px; }
  .htc-summary-layout{ grid-template-columns:1fr; }
  .hth-feature{ grid-template-columns:1fr; }
  .cat-mascot-block{ flex-direction:column; align-items:center; text-align:center; }
  .cat-mascot-text .cat-desc{ max-width:100%; }
  .harvest-mini-badge{ justify-content:center; }
}

/* ============================================================
   v3.6.8 ADDITIONS — date picker + confirmation modal,
   freezer plans category block
   ============================================================ */
.htc-date-input{
  border:1px solid #ddd;
  border-radius:8px;
  padding:10px 14px;
  font-size:15px;
  font-family:inherit;
  color:#333;
  background:#fff;
}

.htc-modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:9998;
  align-items:center;
  justify-content:center;
  padding:20px;
}
.htc-modal-card{
  background:#fff;
  border-radius:12px;
  max-width:460px;
  width:100%;
  padding:32px;
  box-shadow:0 10px 40px rgba(0,0,0,.25);
}
.htc-modal-card h3{
  margin:0 0 20px 0;
  color:var(--brown);
  font-size:22px;
}
.htc-modal-rows{
  border-top:1px solid #eee;
}
.htc-modal-row{
  display:flex;
  justify-content:space-between;
  padding:12px 0;
  border-bottom:1px solid #eee;
  font-size:14px;
  color:#444;
}
.htc-modal-row-deposit strong{ color:#a33; }
.htc-modal-row-balance{ border-bottom:none; padding-top:14px; border-top:2px solid #e0d5c2; }
.htc-modal-row-balance strong{ color:var(--orange); font-size:17px; }
.htc-modal-note{
  font-size:12px;
  color:#777;
  line-height:1.6;
  margin:16px 0 0 0;
}
.htc-modal-btns{
  display:flex;
  gap:12px;
  margin-top:24px;
}
.htc-modal-cancel{
  flex:1;
  background:#f0f0f0;
  border:none;
  padding:14px;
  border-radius:8px;
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  color:#444;
}
.htc-modal-cancel:hover{ background:#e2e2e2; }
.htc-modal-confirm{
  flex:1;
  background:var(--orange);
  border:none;
  padding:14px;
  border-radius:8px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  color:#fff;
}
.htc-modal-confirm:hover{ background:#c2611a; }
.htc-modal-confirm:disabled{ opacity:.6; cursor:not-allowed; }

@media(max-width:540px){
  .htc-modal-card{ padding:24px 20px; }
}
