:root{
  --paper:#f7f1e3;
  --paper-2:#fffaf0;
  --ink:#283628;
  --muted:#596557;
  --sage:#57663d;
  --sage-dark:#3f4d2e;
  --gold:#d8a12a;
  --line:#dacfb6;
  --shadow:0 18px 50px rgba(58,50,35,.13);
  --radius:16px;
}
*{box-sizing:border-box} body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55} body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 15% 20%,rgba(216,161,42,.08),transparent 28%),radial-gradient(circle at 85% 10%,rgba(87,102,61,.08),transparent 32%);z-index:-1} h1,h2,h3,.brand strong{font-family:Georgia,"Times New Roman",serif;line-height:1.05;color:var(--ink)} a{color:inherit}.container{width:min(1160px,calc(100% - 36px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,241,227,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-shell{min-height:86px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:14px;text-decoration:none;margin-right:auto}.brand-mark{display:grid;place-items:center;width:64px;height:64px;border:1px solid #bcae8a;border-radius:999px;color:var(--sage);background:#fbf6e9}.brand-mark img,.custom-logo{max-width:56px;max-height:56px;border-radius:999px}.brand-mark svg{width:54px;height:54px}.brand-copy{display:flex;flex-direction:column}.brand strong{font-size:31px;font-weight:500}.brand small{font-size:14px;color:var(--muted);margin-top:2px}.main-navigation ul{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}.main-navigation a{text-decoration:none;font-weight:600}.main-navigation .current-menu-item>a,.main-navigation a:hover{border-bottom:2px solid var(--sage)}.cart-link{display:inline-flex;align-items:center;gap:7px;background:var(--sage);color:#fff;text-decoration:none;border-radius:10px;padding:12px 17px;font-weight:700}.menu-toggle{display:none;background:transparent;border:1px solid var(--line);border-radius:8px;padding:8px 12px}.hero{position:relative;border-bottom:1px solid var(--line);overflow:hidden;background:linear-gradient(90deg,#fbf3df 0%,#f7efd9 50%,#efe5d0 100%)}.hero-botanical{position:absolute;left:0;bottom:0;width:240px;height:100%;opacity:.22;background:linear-gradient(160deg,transparent 8%,rgba(63,77,46,.25) 8% 9%,transparent 9% 18%,rgba(63,77,46,.2) 18% 19%,transparent 19%),radial-gradient(ellipse at 30% 55%,transparent 40%,rgba(63,77,46,.14) 41% 42%,transparent 43%)}.hero-grid{min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,1.08fr);gap:56px;align-items:stretch}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:48px 0 52px;position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--sage);font-weight:800;font-size:13px}.hero h1{font-size:clamp(44px,6vw,72px);max-width:620px;margin:.15em 0 .35em}.hero p:not(.eyebrow){max-width:560px;font-size:18px;color:#485146}.button-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px}.button,.wp-block-button__link,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;padding:13px 24px;text-decoration:none;font-weight:800;border:1px solid transparent;line-height:1.2}.button-primary,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.single_add_to_cart_button{background:var(--gold)!important;color:#fff!important}.button-secondary{background:rgba(255,255,255,.55);border-color:var(--sage);color:var(--ink)}.hero-image-card{align-self:stretch;height:100%;min-height:100%;background-image:url('../img/hero-seed-packet.jpg');background-size:cover;background-position:center;border:0;border-radius:0;box-shadow:none;transform:none;margin-right:-28px}.story-strip{background:rgba(255,250,240,.72);padding:18px 0 34px;border-bottom:1px solid var(--line)}.story-strip h2{text-align:center;font-size:31px;margin:0 0 12px}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-row article{display:grid;grid-template-columns:70px 1fr;column-gap:18px;align-items:center;background:rgba(255,255,255,.48);border:1px solid var(--line);border-radius:14px;padding:16px 22px}.feature-row span{grid-row:span 2;width:58px;height:58px;border:1px solid #bcae8a;border-radius:999px;display:grid;place-items:center;color:var(--sage);font-size:28px;background:#fbf7ec}.feature-row h3{font-size:20px;margin:0}.feature-row p{margin:2px 0 0;color:var(--muted)}.product-section{padding:28px 0 54px}.section-heading{display:flex;align-items:center;gap:14px}.section-heading h2{font-size:30px;margin:0 0 18px}.section-heading span{color:var(--sage);font-size:26px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px!important}.woocommerce ul.products::before,.woocommerce ul.products::after{content:none!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;background:var(--paper-2);border:1px solid var(--line);border-radius:12px;box-shadow:0 7px 26px rgba(58,50,35,.08);overflow:hidden;padding:0 0 16px!important}.woocommerce ul.products li.product a img{aspect-ratio:4/3;object-fit:cover;margin:0 0 10px!important;width:100%}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:ui-sans-serif,system-ui,sans-serif;font-size:16px!important;color:var(--ink);padding:0 14px!important;font-weight:800}.woocommerce ul.products li.product .price{padding:0 14px;color:var(--muted)!important;font-weight:700}.woocommerce ul.products li.product .button{margin-left:14px!important;margin-top:6px!important;background:var(--sage)!important;font-size:13px;padding:9px 14px}.notes-band{display:flex;align-items:center;justify-content:space-between;gap:22px;background:#fbf6e9;border:1px solid var(--line);border-radius:var(--radius);padding:28px 32px;margin-bottom:52px}.notes-band h2{font-size:34px;margin:.1em 0 0;max-width:720px}.content-area{padding:54px 0}.content-area.narrow{max-width:820px}.content-area h1{font-size:48px}.featured-image,.post-card img{border-radius:14px;border:1px solid var(--line);box-shadow:var(--shadow)}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.post-card{background:var(--paper-2);border:1px solid var(--line);border-radius:14px;padding:18px}.post-card img{width:100%;height:220px;object-fit:cover}.post-card h2{font-size:26px}.shop-hero{padding:44px 0 22px;background:#fbf6e9;border-bottom:1px solid var(--line)}.shop-hero h1{font-size:52px;margin:.1em 0}.shop-layout{padding:34px 0 56px}.shop-layout.has-sidebar{display:grid;grid-template-columns:250px 1fr;gap:30px}.shop-layout.no-sidebar{display:block}.shop-sidebar .widget{background:var(--paper-2);border:1px solid var(--line);border-radius:14px;padding:18px;margin-bottom:18px}.woocommerce div.product .product_title{font-size:48px}.woocommerce div.product form.cart .button{background:var(--gold)!important}.woocommerce-message,.woocommerce-info{border-top-color:var(--sage)}.woocommerce-message::before,.woocommerce-info::before{color:var(--sage)}
/* Single product page */
.single-product .shop-hero{padding:34px 0 18px}.single-product .shop-layout{max-width:1120px}.woocommerce div.product{background:rgba(255,250,240,.76);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:34px;overflow:hidden}.woocommerce div.product div.images{width:45%!important;float:left!important;margin-bottom:0}.woocommerce div.product div.summary{width:50%!important;float:right!important;margin-bottom:0}.woocommerce div.product:after{content:"";display:block;clear:both}.woocommerce div.product div.images img{border-radius:14px;border:1px solid var(--line);background:#fffaf0;box-shadow:0 10px 30px rgba(58,50,35,.09)}.woocommerce div.product .product_title{font-size:clamp(34px,4.8vw,58px);max-width:640px;margin:0 0 14px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#8b7b11!important;font-size:24px;font-weight:800;margin:0 0 18px}.woocommerce div.product .woocommerce-product-details__short-description{font-size:17px;color:#394337;max-width:560px;margin-bottom:18px}.woocommerce div.product .stock.out-of-stock{display:inline-block;background:#fff3ef;color:#a01912;border:1px solid #e4b9ad;border-radius:999px;padding:6px 12px;font-weight:800}.woocommerce div.product .product_meta{margin-top:20px;padding-top:16px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.woocommerce div.product .product_meta>span{display:block;margin:.25rem 0}.woocommerce div.product form.cart{display:flex;gap:12px;align-items:center;margin-top:22px}.woocommerce div.product form.cart div.quantity{margin:0}.woocommerce .quantity .qty{width:72px;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fffaf0}.woocommerce div.product .woocommerce-tabs{clear:both;padding-top:34px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;margin:0 0 18px;border-bottom:1px solid var(--line)}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--line);background:#fbf6e9;border-radius:10px 10px 0 0}.woocommerce div.product .related.products{clear:both;padding-top:34px}.woocommerce div.product .related.products h2{font-size:32px}
.site-footer{background:#2d3625;color:#f7f1e3;padding:44px 0 20px}.site-footer h2,.site-footer h3{color:#fff}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:32px}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer a{text-decoration:none;color:#f7f1e3}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:28px;padding-top:18px;color:rgba(255,255,255,.72)}.screen-reader-text{position:absolute;left:-9999px}.screen-reader-text:focus{left:20px;top:20px;background:#fff;padding:10px;z-index:100}
@media (max-width:900px){.woocommerce div.product{padding:22px}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%!important;float:none!important}.woocommerce div.product div.summary{margin-top:22px}.menu-toggle{display:inline-flex}.main-navigation{display:none;position:absolute;top:86px;left:0;right:0;background:var(--paper);border-bottom:1px solid var(--line);padding:18px}.main-navigation.is-open{display:block}.main-navigation ul{display:block}.main-navigation li{margin:10px 0}.hero-grid{grid-template-columns:1fr;gap:22px}.hero-image-card{min-height:260px;height:260px;margin-right:0;border-radius:18px}.feature-row,.post-grid,.footer-grid{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-layout{grid-template-columns:1fr}.brand strong{font-size:25px}.cart-link span{display:none}}
@media (max-width:560px){.container{width:min(100% - 24px,1160px)}.nav-shell{gap:12px}.brand-mark{width:52px;height:52px}.brand small{display:none}.hero h1{font-size:42px}.feature-row article{grid-template-columns:1fr}.feature-row span{grid-row:auto}.woocommerce ul.products{grid-template-columns:1fr}.notes-band{display:block}.hero-copy{padding:28px 0}}

.empty-featured-products{background:#fbf6e9;border:1px solid var(--line);border-radius:14px;padding:18px;color:var(--muted)}


/* Homepage featured products carousel */
.product-section .section-heading{justify-content:space-between;flex-wrap:wrap}
.featured-products-carousel{position:relative}
.carousel-controls{display:flex;justify-content:flex-end;gap:10px;margin:-6px 0 18px}
.carousel-control{width:44px;height:44px;border-radius:999px;border:1px solid var(--line);background:#fbf6e9;color:var(--ink);font-size:18px;font-weight:800;cursor:pointer;box-shadow:0 6px 18px rgba(58,50,35,.08)}
.carousel-control:hover{background:#f4ecd8}
.carousel-control:disabled{opacity:.45;cursor:default}
.carousel-track{overflow:hidden}
.product-section ul.products,.featured-products-carousel ul.products{display:flex;flex-wrap:nowrap;gap:22px;list-style:none;margin:0;padding:0;overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}
.product-section ul.products::-webkit-scrollbar,.featured-products-carousel ul.products::-webkit-scrollbar{display:none}
.product-section ul.products li.product,.featured-products-carousel ul.products li.product{flex:0 0 calc((100% - 66px)/4);min-width:calc((100% - 66px)/4);width:auto!important;margin:0!important;scroll-snap-align:start;background:var(--paper-2);border:1px solid var(--line);border-radius:12px;box-shadow:0 7px 26px rgba(58,50,35,.08);overflow:hidden;padding:0 0 16px!important}
.product-section ul.products li.product .woocommerce-loop-product__link,.featured-products-carousel ul.products li.product .woocommerce-loop-product__link{display:block;text-decoration:none}
.product-section ul.products li.product a img,.featured-products-carousel ul.products li.product a img{aspect-ratio:4/3;object-fit:cover;margin:0 0 10px!important;width:100%}
.product-section ul.products li.product .woocommerce-loop-product__title,.featured-products-carousel ul.products li.product .woocommerce-loop-product__title{font-family:ui-sans-serif,system-ui,sans-serif;font-size:16px!important;color:var(--ink);padding:0 14px!important;font-weight:800;min-height:3.2em}
.product-section ul.products li.product .star-rating,.featured-products-carousel ul.products li.product .star-rating{margin:0 14px 10px!important}
.product-section ul.products li.product .price,.featured-products-carousel ul.products li.product .price{display:block;padding:0 14px;color:var(--muted)!important;font-weight:700;margin-bottom:2px}
.product-section ul.products li.product .button,.featured-products-carousel ul.products li.product .button{margin-left:14px!important;margin-top:6px!important;background:var(--sage)!important;font-size:13px;padding:9px 14px}
@media (max-width:900px){.product-section ul.products li.product,.featured-products-carousel ul.products li.product{flex-basis:calc((100% - 22px)/2);min-width:calc((100% - 22px)/2)}}
@media (max-width:560px){.carousel-controls{margin:4px 0 14px}.product-section ul.products li.product,.featured-products-carousel ul.products li.product{flex-basis:100%;min-width:100%}}


/* v1.0.5 hero refinement: closer to the original full-bleed mockup */
.hero{isolation:isolate;background:linear-gradient(90deg,#fbf3df 0%,#f8efd9 44%,#efe3cc 100%)}
.hero-botanical{width:min(360px,30vw);opacity:.2;background:radial-gradient(ellipse at 20% 55%,transparent 0 39%,rgba(63,77,46,.14) 40% 41%,transparent 42%),radial-gradient(ellipse at 29% 33%,transparent 0 46%,rgba(63,77,46,.13) 47% 48%,transparent 49%),linear-gradient(157deg,transparent 0 9%,rgba(63,77,46,.23) 9.3% 10%,transparent 10.3% 19%,rgba(63,77,46,.18) 19.3% 20%,transparent 20.3% 100%)}
.hero-grid{min-height:460px;grid-template-columns:minmax(390px,.92fr) minmax(520px,1.2fr);gap:48px;align-items:stretch}
.hero-copy{justify-content:center;padding:54px 0 58px}
.hero h1{font-size:clamp(48px,5.4vw,76px);max-width:640px}
.hero p:not(.eyebrow){font-size:18px;max-width:560px}
.hero-image-card{position:relative;align-self:stretch;height:auto;min-height:100%;margin-right:calc((100vw - min(1160px, calc(100vw - 36px))) / -2);border-radius:0;background-image:linear-gradient(90deg,rgba(247,241,227,.3) 0%,rgba(247,241,227,.08) 16%,rgba(247,241,227,0) 30%),url('../img/hero-seed-packet.jpg');background-size:cover;background-position:center right;box-shadow:none;border:0;transform:none}
.hero-image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,250,240,.12),rgba(255,250,240,0) 37%,rgba(58,50,35,.04));pointer-events:none}
@media (min-width:1200px){.hero-grid{min-height:480px}.hero-image-card{margin-right:calc((100vw - 1160px)/-2)}}
@media (max-width:900px){.hero-grid{min-height:auto;grid-template-columns:1fr;gap:24px}.hero-copy{padding:34px 0 0}.hero h1{font-size:clamp(42px,9vw,58px)}.hero-image-card{height:280px;min-height:280px;margin-right:0;border-radius:18px;background-image:url('../img/hero-seed-packet.jpg');background-position:center;box-shadow:var(--shadow);border:1px solid rgba(119,105,75,.2)}.hero-botanical{width:260px;opacity:.14}}
@media (max-width:560px){.hero-copy{padding:28px 0 0}.hero-image-card{height:235px;min-height:235px;border-radius:14px}.hero h1{font-size:42px}}


/* v1.0.6 layout refinement: truer split hero + airier story section */
.hero{background:linear-gradient(90deg,#fbf3df 0%,#f8efd8 48%,#efe3cd 100%)}
.hero .hero-grid{
  width:100%;
  max-width:none;
  margin:0;
  padding-left:max(24px,calc((100vw - 1160px)/2));
  padding-right:0;
  grid-template-columns:minmax(360px, 0.95fr) minmax(520px, 1.05fr);
  gap:36px;
  min-height:500px;
}
.hero-copy{padding:62px 0 66px}
.hero-copy > *{position:relative;z-index:2}
.hero-copy{max-width:590px}
.hero h1{font-size:clamp(50px,5.3vw,78px);max-width:560px;margin-bottom:.28em}
.hero p:not(.eyebrow){max-width:510px;line-height:1.6}
.hero-botanical{width:min(390px,31vw);opacity:.17}
.hero-image-card{
  width:100%;
  min-height:500px;
  height:100%;
  margin-right:0;
  background-image:linear-gradient(90deg,rgba(247,241,227,.22) 0%,rgba(247,241,227,.07) 12%,rgba(247,241,227,0) 22%),url('../img/hero-seed-packet.jpg');
  background-size:cover;
  background-position:58% center;
}
.story-strip{padding:34px 0 48px}
.story-strip h2{margin:0 0 24px;font-size:32px}
.feature-row{gap:24px;margin-top:8px}
.feature-row article{padding:20px 22px;min-height:132px}
.feature-row p{margin:6px 0 0;line-height:1.55}

@media (min-width:1400px){
  .hero .hero-grid{grid-template-columns:minmax(380px,.92fr) minmax(640px,1.12fr);min-height:520px}
  .hero-image-card{min-height:520px;background-position:54% center}
}

@media (max-width:1100px){
  .hero .hero-grid{grid-template-columns:minmax(340px,.95fr) minmax(420px,1.05fr);gap:28px;padding-left:24px;min-height:470px}
  .hero h1{max-width:520px}
}

@media (max-width:900px){
  .hero .hero-grid{width:min(1160px,calc(100% - 36px));max-width:1160px;margin-inline:auto;padding-left:0;padding-right:0;grid-template-columns:1fr;gap:24px;min-height:auto}
  .hero-copy{max-width:none;padding:34px 0 0}
  .hero-image-card{min-height:280px;height:280px;background-position:center}
  .story-strip{padding:28px 0 40px}
  .story-strip h2{margin-bottom:18px}
}

@media (max-width:560px){
  .story-strip{padding:24px 0 34px}
  .feature-row{gap:16px}
  .feature-row article{min-height:auto;padding:18px}
}


/* v1.1.0 unified branding */
.brand{display:flex;align-items:center;gap:14px;text-decoration:none;margin-right:auto}
.brand-logo{display:block;height:76px;width:auto;max-width:min(520px,50vw)}
.footer-logo{display:block;height:80px;width:auto;max-width:min(360px,100%);margin-bottom:14px;background:#fff;padding:10px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 28px rgba(0,0,0,.12)}
.footer-tagline{margin-top:0;color:rgba(255,255,255,.72);font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:13px}
@media (max-width:900px){.brand-logo{height:64px;max-width:360px}}
@media (max-width:560px){.brand-logo{height:52px;max-width:250px}.footer-logo{height:64px;padding:8px 10px}}


/* v1.1.6 story icons + mobile spacing refinements */
.feature-row .story-icon{
  grid-row:span 2;
  width:58px;
  height:58px;
  border:1px solid #bcae8a;
  border-radius:999px;
  display:grid;
  place-items:center;
  color:var(--sage);
  background:#fbf7ec;
  font-size:0;
}
.feature-row .story-icon img{width:34px;height:34px;display:block}
.feature-row article > span:not(.story-icon){display:none}

@media (min-width:561px) and (max-width:900px){
  .story-strip{padding:42px 0 50px}
  .product-section{padding:44px 0 58px}
  .notes-band{margin-top:10px;margin-bottom:54px}
}

@media (max-width:560px){
  .hero{padding-bottom:26px}
  .story-strip{padding:40px 0 46px}
  .product-section{padding:42px 0 56px}
  .notes-band{margin-top:12px;margin-bottom:48px;padding:26px 22px}
  .feature-row{gap:18px}
  .feature-row article{grid-template-columns:1fr;text-align:center;padding:24px 20px}
  .feature-row .story-icon{
    grid-row:auto;
    margin:0 auto 14px;
    justify-self:center;
  }
  .feature-row h3{margin-top:0}
  .feature-row p{margin-top:8px}
  .section-heading{margin-bottom:8px}
}


/* v1.1.8 icon redraws, logo sizing, and CTA consistency */
:root{
  --cta:#6d7b4e;
  --cta-dark:#55613d;
  --cta-soft:#f5ecda;
}

.site-header .nav-shell{min-height:82px}
.brand-logo{height:58px !important;max-width:min(320px,38vw) !important;width:auto}
.footer-logo{height:62px !important;max-width:min(280px,100%) !important;padding:8px 12px !important}
.cart-link{background:var(--cta) !important;color:#fff !important;gap:9px;box-shadow:0 8px 20px rgba(58,50,35,.10)}
.cart-link:hover,.cart-link:focus{background:var(--cta-dark) !important}
.cart-link-icon{display:block;width:18px;height:18px;flex:0 0 18px}
.cart-link .cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-size:12px;font-weight:800}

.button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.single_add_to_cart_button,
.woocommerce .button.alt,
.woocommerce-page .button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.woocommerce-page .return-to-shop .button,
.woocommerce ul.products li.product .button,
.product-section ul.products li.product .button,
.featured-products-carousel ul.products li.product .button{
  background:var(--cta) !important;
  color:#fff !important;
  border:1px solid var(--cta) !important;
}
.button-primary:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.single_add_to_cart_button:hover,
.woocommerce .button.alt:hover,
.woocommerce-page .button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover,
.woocommerce-page .return-to-shop .button:hover,
.woocommerce ul.products li.product .button:hover,
.product-section ul.products li.product .button:hover,
.featured-products-carousel ul.products li.product .button:hover{
  background:var(--cta-dark) !important;
  border-color:var(--cta-dark) !important;
}
.button-secondary{
  background:var(--cta-soft) !important;
  border:1px solid var(--cta) !important;
  color:var(--ink) !important;
}
.button-secondary:hover{background:#efe2c8 !important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order{display:inline-flex !important;align-items:center;justify-content:center;border-radius:10px;padding:14px 24px;font-weight:800;box-shadow:0 8px 20px rgba(58,50,35,.10)}
.woocommerce-checkout #payment #place_order{min-height:52px}

.feature-row .story-icon{background:linear-gradient(180deg,#fffaf1,#f6efe0);border-color:#cfbf97;box-shadow:0 6px 16px rgba(58,50,35,.06)}
.feature-row .story-icon img{width:38px;height:38px}

@media (max-width:900px){
  .brand-logo{height:52px !important;max-width:260px !important}
  .footer-logo{height:58px !important;max-width:240px !important}
}
@media (max-width:560px){
  .site-header .nav-shell{min-height:76px}
  .brand-logo{height:46px !important;max-width:210px !important}
  .footer-logo{height:52px !important;max-width:220px !important}
  .hero{padding-top:8px}
  .story-strip{padding:44px 0 50px}
  .product-section{padding:46px 0 60px}
  .notes-band{margin-top:16px;margin-bottom:54px;padding:28px 22px}
}



/* v1.1.9 404 page */
.error-404{
  padding:72px 0 86px;
  background:linear-gradient(180deg,rgba(255,250,240,.72),rgba(247,241,227,.92));
}
.error-404-card{
  max-width:820px;
  margin-inline:auto;
  background:rgba(255,250,240,.86);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:42px;
  text-align:center;
}
.error-404 h1{font-size:clamp(38px,6vw,64px);margin:.1em 0 .28em}
.error-404-card > p:not(.eyebrow){font-size:18px;color:var(--muted);max-width:620px;margin:0 auto 22px}
.error-actions{justify-content:center}
.error-search{margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}
.error-search h2{font-size:24px;margin:0 0 14px}
.error-search form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}
.error-search label{margin:0}
.error-search input[type="search"]{min-width:min(360px,100%);border:1px solid var(--line);border-radius:10px;padding:13px 14px;background:#fffaf0;color:var(--ink)}
.error-search input[type="submit"],.error-search button[type="submit"]{background:var(--cta);color:#fff;border:1px solid var(--cta);border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer}
.error-search input[type="submit"]:hover,.error-search button[type="submit"]:hover{background:var(--cta-dark);border-color:var(--cta-dark)}
@media (max-width:560px){
  .error-404{padding:52px 0 64px}
  .error-404-card{padding:30px 20px}
  .error-actions{align-items:stretch}
  .error-actions .button{width:100%}
}



/* v1.2.2 featured heading cleanup + stronger basket/checkout CTA styling */
.product-section .section-heading{
  justify-content:flex-start !important;
}
.product-section .section-heading span[aria-hidden="true"]{
  display:none !important;
}

/* Classic WooCommerce cart + checkout buttons */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
body.woocommerce-cart a.checkout-button,
body.woocommerce-checkout #payment #place_order,
body.woocommerce-checkout button#place_order,
body.woocommerce-checkout .place-order button.button,
body.woocommerce-checkout .woocommerce-checkout-payment button.button.alt,
body.woocommerce-checkout form.checkout button[type="submit"]#place_order,
/* WooCommerce Blocks cart + checkout buttons */
.wp-block-woocommerce-cart .wc-block-cart__submit-button,
.wp-block-woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout .wc-block-components-button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:54px !important;
  border-radius:12px !important;
  padding:15px 24px !important;
  background:var(--cta) !important;
  color:#fff !important;
  border:1px solid var(--cta) !important;
  box-shadow:0 10px 24px rgba(58,50,35,.14) !important;
  font-weight:800 !important;
  font-size:17px !important;
  line-height:1.2 !important;
  text-decoration:none !important;
  text-align:center !important;
  cursor:pointer !important;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
body.woocommerce-cart a.checkout-button:hover,
body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout button#place_order:hover,
body.woocommerce-checkout .place-order button.button:hover,
body.woocommerce-checkout .woocommerce-checkout-payment button.button.alt:hover,
body.woocommerce-checkout form.checkout button[type="submit"]#place_order:hover,
.wp-block-woocommerce-cart .wc-block-cart__submit-button:hover,
.wp-block-woocommerce-cart .wc-block-components-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout .wc-block-components-button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover{
  background:var(--cta-dark) !important;
  border-color:var(--cta-dark) !important;
  color:#fff !important;
  text-decoration:none !important;
}

/* Make sure nested block button text inherits the CTA colour */
.wp-block-woocommerce-cart .wc-block-components-button span,
.wp-block-woocommerce-checkout .wc-block-components-button span,
.wc-block-cart__submit-button span,
.wc-block-components-checkout-place-order-button span{
  color:#fff !important;
  font-weight:800 !important;
}



/* v1.2.3 Mollie checkout field spacing */
.woocommerce-checkout .mollie-component,
.woocommerce-checkout .mollie-components .mollie-component {
  padding: 10px;
}



/* v1.2.4 seed bundles carousel */
.seed-bundles-section {
  padding-top: 6px;
}
.product-section + .seed-bundles-section {
  margin-top: -18px;
}
.seed-bundles-carousel {
  margin-top: 0;
}
