:root{
  --page:#fbf7ef;
  --surface:#fffdf9;
  --forest:#06432f;
  --forest-dark:#003523;
  --accent:#c5db57;
  --orange:#cf4d2f;
  --text:#17241d;
  --muted:#69736d;
  --border:#e9e1d4;
  --radius:14px;
  --soft-shadow:0 12px 34px rgba(43,55,47,.08);
}

html{scroll-padding-top:76px}
body{background:var(--page);color:var(--text);font-size:16px;line-height:1.55}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.section{padding:62px 0}
.section-kicker{margin-bottom:7px;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.1em}
.section-head{align-items:flex-end;margin-bottom:25px}
.section-head h2,.stories h2,.testimonials .section-head h2{font:700 clamp(32px,3vw,44px)/1.05 Georgia,serif;letter-spacing:-.025em}
.section-head p{margin-top:8px;font-size:14px;color:var(--muted)}
.section-head>a{font-size:13px;font-weight:800}
.button{min-height:46px;padding:12px 22px;border-radius:7px;font-size:14px}

/* Compact, balanced header */
.utility-bar{background:var(--forest-dark)}
.utility-inner{height:30px;font-size:11px}
.site-header{background:rgba(255,253,249,.98)}
.nav-wrap{height:72px;gap:26px}
.brand-direct{width:108px;height:68px}
.brand-direct .brand-image{width:88px;height:64px}
.main-nav{gap:34px;margin-left:auto;font-size:13px}
.main-nav a{white-space:nowrap}
.nav-actions{gap:20px;margin-left:12px}
.nav-actions .icon{width:21px;height:21px}
.nav-actions .cart-link{margin:0}
.search-panel{padding:14px 0;background:var(--surface)}

/* Hero follows the source image's wide ratio so no pack is clipped */
.hero{
  min-height:0;
  height:clamp(470px,36vw,520px);
  display:flex;
  flex-direction:column;
  background-color:var(--forest);
  background-image:linear-gradient(90deg,rgba(0,35,20,.54) 0,rgba(0,35,20,.24) 34%,rgba(0,0,0,0) 64%),url('../images/posviq-hero-background.jpg');
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.hero-inner{height:auto;min-height:0;flex:1;display:flex;align-items:center}
.hero-copy{max-width:540px;padding:34px 0}
.hero h1{font-size:clamp(50px,5vw,72px);line-height:.96;margin-bottom:22px;text-shadow:0 2px 8px rgba(0,0,0,.24)}
.hero-copy p{max-width:500px;font-size:18px;line-height:1.5;margin-bottom:28px}
.hero-actions{gap:12px}
.hero-proof{height:48px;flex:0 0 48px;gap:34px;font-size:11px;border-top:1px solid rgba(255,255,255,.2)}

/* Categories */
.categories{padding-top:58px;padding-bottom:32px}
.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.category-card{height:180px;padding:26px 20px 26px 52%;border-radius:var(--radius);box-shadow:var(--soft-shadow);background-size:cover;background-position:center}
.category-card:before{background:linear-gradient(90deg,transparent 24%,rgba(0,42,26,.18) 48%,rgba(0,38,24,.96) 78%)}
.category-card h3{font-size:24px;line-height:1.05;margin-bottom:7px}
.category-card p{font-size:11px;line-height:1.45}
.category-card>span{width:34px;height:34px;line-height:34px;margin-left:12px}

/* Product rail */
.products-section{padding:42px 0 70px}
.product-heading{margin-bottom:24px}
.filter-tabs{background:var(--surface);border-radius:999px}
.filter-tabs button{padding:10px 20px;font-size:12px}
.product-grid{
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 54px)/4);
  grid-template-columns:none;
  gap:18px;
  overflow-x:auto;
  padding:2px 2px 16px;
  scroll-snap-type:x mandatory;
  scrollbar-width:thin;
  scrollbar-color:#cfc6b8 transparent;
}
.product-card,.product-card:nth-child(n){display:block;min-width:0;padding:16px;border-radius:12px;scroll-snap-align:start;box-shadow:0 5px 22px rgba(31,46,37,.07)}
.product-image{height:230px;background:#faf7f0;border-radius:9px}
.product-card h3{font-size:15px;margin-top:13px}
.size{font-size:11px}
.price{margin-top:6px}.price strong{font-size:18px}.price del{font-size:12px}.price span{font-size:10px}
.rating{font-size:12px;margin:7px 0}
.add-cart{min-height:40px;font-size:13px;border-radius:7px}

/* Reels editorial band */
.stories{padding:54px 0;background:var(--forest-dark)}
.stories-layout{grid-template-columns:250px minmax(0,1fr);gap:34px}
.stories-copy .section-kicker{margin-bottom:9px}
.stories-copy h2{font-size:38px;line-height:1.02}
.stories-copy p{max-width:230px;margin:15px 0 20px;font-size:12px;line-height:1.5}
.story-slider{padding-inline:18px}
.story-rail{grid-auto-columns:150px;gap:12px}
.story-card{height:240px;border-radius:10px}
.story-card strong{font-size:11px}.story-card small{font-size:9px}
.story-card .play{width:36px;height:36px}

/* Trust, banner and quality */
.choice{padding:46px 0 24px}
.choice-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.choice-grid article{min-height:92px;padding:15px;border-radius:10px;background:var(--surface)}
.choice-grid i{font-size:27px}
.choice-grid strong{font-size:12px;line-height:1.25}
.choice-grid span{font-size:9px;line-height:1.4}
.combo{padding:28px 0 48px}
.combo-banner{border-radius:13px;box-shadow:var(--soft-shadow)}
.quality{padding:28px 0 54px}
.quality-row{grid-template-columns:minmax(0,1fr) 250px;gap:16px}
.quality-grid{background:var(--surface);border-radius:12px}
.quality-grid article{min-height:105px;padding:18px 15px}
.quality-grid strong{font-size:11px}.quality-grid span{font-size:9px}
.report-card{padding:18px;border-radius:12px}

/* Reviews */
.testimonials{padding:42px 0 72px}
.testimonial-grid{gap:20px}
.testimonial-grid article{min-height:178px;padding:20px;border-radius:12px;box-shadow:0 6px 24px rgba(31,46,37,.06)}
.avatar{width:58px;height:58px}
.reviewer-head strong{font-size:13px}.review-meta{font-size:9px}.testimonial-grid p{font-size:11px;line-height:1.5}

/* Footer aligns with the page container */
.site-footer{padding:34px 0 16px;background:var(--forest-dark)}
.site-footer>.container{width:min(1180px,calc(100% - 48px))}
.footer-grid{grid-template-columns:1.35fr .65fr .8fr 1.45fr 180px;gap:28px}
.footer-brand .footer-logo{height:48px}
.footer-column h3,.footer-grid h3{font-size:13px}
.footer-column>a,.footer-grid a,.footer-contact p{font-size:10px;line-height:1.5}
.footer-note{width:180px;padding:0;min-height:110px}
.footer-note-image{width:178px;max-width:100%;opacity:.62}
.footer-bottom{margin-top:22px;padding-top:13px;font-size:9px}

@media(max-width:1020px){
  .container{width:min(100% - 36px,1180px)}
  .main-nav{gap:18px;font-size:11px}.nav-actions{gap:13px;margin-left:4px}
  .hero{height:470px}
  .hero h1{font-size:54px}
  .category-card{height:150px;padding:20px 14px 20px 49%}.category-card h3{font-size:20px}.category-card p{font-size:9px}
  .product-grid{grid-auto-columns:calc((100% - 36px)/3)}
  .stories-layout{grid-template-columns:220px minmax(0,1fr);gap:22px}
  .story-rail{grid-auto-columns:138px}.story-card{height:220px}
  .choice-grid{grid-template-columns:repeat(3,1fr)}.choice-grid article:nth-child(n){display:flex}
  .footer-grid{grid-template-columns:1.1fr .65fr .8fr 1.4fr 150px;gap:18px}.footer-note{width:150px}.footer-note-image{width:148px}
}

@media(max-width:760px){
  .container{width:min(100% - 28px,1180px)}
  .section{padding:42px 0}
  .utility-inner{height:28px}.utility-contact>a{font-size:9px}
  .nav-wrap{height:64px}.brand-direct{width:80px;height:60px}.brand-direct .brand-image{width:76px;height:58px}
  .main-nav{top:64px;font-size:14px;gap:14px}.nav-actions{gap:10px}
  .hero{height:520px;min-height:0;background-size:auto 100%;background-position:58% center}
  .hero-inner{min-height:0;padding-top:0;align-items:flex-start}
  .hero-copy{padding-top:52px;max-width:350px}
  .hero h1{font-size:46px}.hero-copy p{max-width:310px;font-size:16px}.hero-actions{flex-wrap:wrap}
  .hero-proof{height:44px;flex-basis:44px;gap:18px;overflow-x:auto}
  .section-head{align-items:flex-start}.section-head h2,.stories h2,.testimonials .section-head h2{font-size:34px}
  .category-grid{grid-template-columns:1fr;gap:14px}.category-card{height:150px;padding-left:52%}.category-card h3{font-size:21px}.category-card p{font-size:10px}
  .product-heading{display:block}.filter-tabs{margin-top:18px}
  .product-grid{grid-auto-columns:78%;gap:13px}.product-image{height:250px}
  .stories{padding:44px 0}.stories-layout{grid-template-columns:1fr}.stories-copy p{max-width:320px}.story-rail{grid-auto-columns:145px}.story-card{height:225px}
  .choice{padding-top:38px}.choice-grid{grid-template-columns:1fr;gap:10px}.choice-grid article{min-height:78px}
  .combo{padding:24px 0 38px}.combo-banner img{min-height:0;height:auto;object-fit:contain}
  .quality-row{grid-template-columns:1fr}.quality-grid{grid-template-columns:1fr 1fr}.quality-grid article{min-height:105px}
  .testimonial-grid{grid-template-columns:1fr}.testimonial-grid article{min-height:auto}
  .site-footer>.container{width:min(100% - 28px,1180px)}.footer-grid{grid-template-columns:1fr 1fr;gap:26px 20px}.footer-brand,.footer-contact,.footer-note{grid-column:1/-1}.footer-note{width:auto}.footer-note-image{width:220px}.footer-bottom{display:block}
}

/* Readability pass: standard, accessible type sizes */
body{font-size:16px;line-height:1.6}
.utility-bar{font-size:13px}
.utility-contact>a{font-size:13px}
.main-nav{font-size:15px}
.button,.add-cart{font-size:14px}
.hero-brandline{font-size:14px}
.hero-proof{font-size:13px}
.section-kicker{font-size:12px}
.section-head h2,.testimonials .section-head h2{font-size:36px}
.section-head p{font-size:15px;line-height:1.55}
.section-head>a{font-size:14px}
.benefit-grid strong{font-size:14px}
.benefit-grid span{font-size:12px;line-height:1.45}
.category-card h3{font-size:23px}
.category-card p{font-size:14px;line-height:1.45}
.filter-tabs button{font-size:13px}
.product-card h3{font-size:16px;line-height:1.35}
.size{font-size:13px}
.price strong{font-size:18px}
.price del{font-size:13px}
.price span{font-size:12px}
.rating{font-size:14px}
.stories-copy p{font-size:15px;line-height:1.6}
.story-card strong{font-size:14px;line-height:1.35}
.story-card small{font-size:11px}
.choice-grid strong{font-size:14px}
.choice-grid span{font-size:12px;line-height:1.5}
.combo-copy p{font-size:14px;line-height:1.5}
.quality-grid strong{font-size:13px}
.quality-grid span{font-size:11px;line-height:1.45}
.report-card strong{font-size:14px}
.report-card span{font-size:12px;line-height:1.45}
.report-card b{font-size:12px}
.reviewer-head strong{font-size:15px}
.review-meta{font-size:12px}
.testimonial-grid p{font-size:14px;line-height:1.6}
.footer-column h3,.footer-grid h3{font-size:15px}
.footer-column>a,.footer-grid a,.footer-contact p{font-size:13px;line-height:1.55}
.footer-bottom{font-size:11px}

@media(max-width:1020px){
  .main-nav{font-size:14px}
  .category-card p{font-size:13px}
}

@media(max-width:760px){
  body{font-size:16px;line-height:1.6}
  .utility-contact>a{font-size:11px}
  .main-nav{font-size:16px}
  .section-head h2,.stories h2,.testimonials .section-head h2{font-size:32px}
  .category-card p{font-size:14px}
  .footer-column>a,.footer-grid a,.footer-contact p{font-size:14px}
  .footer-bottom{font-size:12px}
}

/* Clearer hierarchy, generous copy sizes and a more useful quality section. */
.quality{padding:64px 0;background:#f1f3ea;border-block:1px solid #e0e5d8}
.quality-intro{max-width:740px;margin:12px 0 32px}
.quality-intro h2{font:700 clamp(30px,3.2vw,42px)/1.15 Georgia,serif;letter-spacing:-.025em;margin:0 0 16px}
.quality-intro p{font-size:17px;line-height:1.65;color:#526057;margin:0}
.quality-row{grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:stretch}
.quality-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;background:#fffdf9;border:1px solid #dce3d5;border-radius:16px;overflow:hidden}
.quality-grid article{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:26px;border:0;border-radius:0;min-height:210px;background:transparent}
.quality-grid article:nth-child(odd){border-right:1px solid #e4e8df}
.quality-grid article:nth-child(-n+2){border-bottom:1px solid #e4e8df}
.quality-grid i{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#edf3e5;color:#16543a}
.quality-grid i .icon{width:24px;height:24px}
.quality-grid strong{font-size:18px;line-height:1.3}
.quality-grid span{font-size:15px;line-height:1.6;color:#526057}
.report-card{justify-content:center;padding:30px;border-radius:16px;background:#06432f}
.report-card strong{font-size:25px;line-height:1.25}
.report-card span{font-size:16px;line-height:1.65;margin:18px 0 24px;color:#e2ece5}
.report-card b{font-size:15px;padding:12px 15px;max-width:100%;white-space:normal;background:#c5db57;color:#173616;border:0}
.report-card small{font-size:14px;margin-top:18px;color:#e2ece5}
.section-head p,.stories-copy p,.testimonial-grid p{font-size:16px;line-height:1.65}
.choice-grid strong{font-size:16px}.choice-grid span{font-size:14px;line-height:1.55}
.choice-grid article{align-items:flex-start}
.category-card div{width:100%;min-width:0}.category-card{min-height:190px;height:auto}
.category-card>span{flex-shrink:0}
.product-detail-note{font-size:13px;color:#59665e;margin:10px 0}
.reviewer-head{flex-wrap:wrap;gap:7px}.reviewer-head strong{font-size:17px}
.testimonial-grid article{padding:24px;gap:14px}.testimonial-grid article>div{min-width:0}
.testimonial-grid time,.review-meta{font-size:13px}
.site-footer{padding:56px 0 24px}
.footer-grid{grid-template-columns:1.15fr .75fr 1fr 1.65fr;gap:32px}
.footer-grid h3,.footer-column h3{font-size:18px;margin-bottom:16px}
.footer-grid a,.footer-column>a,.footer-contact p,.footer-grid p{font-size:16px;line-height:1.7;overflow-wrap:anywhere}
.footer-column>a{margin:7px 0}.footer-contact .icon{flex-shrink:0;margin-top:5px}
.footer-note{grid-column:1/-1;justify-self:end;min-height:0;width:180px;margin-top:-20px}
.site-footer .footer-column h3,.site-footer .footer-grid h3{font-size:18px;line-height:1.3;margin-bottom:16px}
.site-footer .footer-column>a,.site-footer .footer-grid a,.site-footer .footer-contact p{font-size:16px;line-height:1.7}
.site-footer .footer-tagline{font-size:16px!important;line-height:1.6;max-width:240px}
.site-footer .footer-bottom,.site-footer .footer-bottom a{font-size:14px;line-height:1.6}
.footer-bottom{gap:20px;flex-wrap:wrap;margin-top:28px;padding-top:22px}
@media(max-width:1020px){.quality-row{grid-template-columns:1fr}.report-card{padding:28px}.report-card span{max-width:650px}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.footer-note{margin-top:0}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.quality{padding:44px 0}.quality-intro p{font-size:16px}.quality-grid article{padding:20px;min-height:0}.quality-grid span{font-size:15px}.quality-grid strong{font-size:17px}.choice-grid{grid-template-columns:1fr}.footer-brand,.footer-contact{grid-column:1/-1}.footer-note{justify-self:start}.footer-grid a,.footer-column>a,.footer-contact p{font-size:16px}.testimonial-grid p{font-size:16px}.filter-tabs{max-width:100%;flex-wrap:wrap}.filter-tabs button{padding:10px 14px}}
@media(max-width:400px){.quality-grid{grid-template-columns:1fr}.quality-grid article:nth-child(n){border-right:0;border-bottom:1px solid #e4e8df}.quality-grid article:last-child{border-bottom:0}}

/* Compact footer: artwork shares the main row on desktop. */
.site-footer{padding:28px 0 14px}
.site-footer .footer-grid{grid-template-columns:1.2fr .65fr .85fr 1.55fr 160px;gap:24px;align-items:start}
.site-footer .footer-note{grid-column:auto;justify-self:end;align-self:center;width:160px;min-height:0;margin:0;padding:0}
.site-footer .footer-note-image{width:160px;max-width:100%}
.site-footer .footer-column h3,.site-footer .footer-grid h3{font-size:16px;margin:0 0 9px}
.site-footer .footer-column>a,.site-footer .footer-grid a,.site-footer .footer-contact p{font-size:14px;line-height:1.5}
.site-footer .footer-column>a{margin:3px 0}
.site-footer .footer-tagline{font-size:14px!important;line-height:1.5;max-width:none;margin:10px 0!important}
.site-footer .socials{margin-top:12px}
.site-footer .footer-bottom{margin-top:18px;padding-top:12px;gap:12px}
.site-footer .footer-bottom,.site-footer .footer-bottom a{font-size:12px;line-height:1.5}
@media(max-width:1020px){.site-footer .footer-grid{grid-template-columns:1fr .65fr .85fr 1.5fr;gap:18px}.site-footer .footer-note{display:none}}
@media(max-width:760px){.site-footer .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.site-footer .footer-brand,.site-footer .footer-contact{grid-column:1/-1}.site-footer .footer-column>a,.site-footer .footer-contact p{font-size:15px}.site-footer .footer-bottom{display:flex;flex-direction:column;align-items:flex-start}}

/* Desktop polish: a true first-screen hero and calmer editorial content blocks. */
@media(min-width:761px){
  .hero{height:calc(100svh - 102px);min-height:620px;max-height:900px;background-position:center center}
  .hero-inner{padding-bottom:26px}
  .hero-copy{max-width:590px;padding:42px 0}
  .hero h1{font-size:clamp(58px,5.15vw,80px);line-height:.98}
  .hero-copy p{font-size:19px;max-width:530px}
}

.stories{position:relative;padding:78px 0;background:radial-gradient(circle at 76% 18%,rgba(76,126,57,.25),transparent 28%),#003e2a;overflow:hidden}
.stories:after{content:"";position:absolute;inset:auto -8% -75% 36%;height:420px;border:1px solid rgba(205,225,110,.12);border-radius:50%;pointer-events:none}
.stories-layout{position:relative;z-index:1;grid-template-columns:minmax(270px,.9fr) minmax(0,2.1fr);gap:52px;align-items:center}
.stories-copy h2{font-size:clamp(42px,3.7vw,56px);line-height:1.02;letter-spacing:-.035em}
.stories-copy p{max-width:340px;margin:20px 0 27px;font-size:17px;line-height:1.65;color:#dce8df}
.stories-copy .button{padding:14px 20px;border-radius:10px}
.story-slider{padding-inline:22px}
.story-rail{grid-auto-columns:calc((100% - 32px)/3);gap:16px;padding:5px 0 8px;scroll-padding-inline:3px}
.story-card{height:312px;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:#062b1e;box-shadow:0 14px 28px rgba(0,0,0,.19)}
.story-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,22,14,.03) 28%,rgba(2,25,16,.86) 100%);pointer-events:none}
.story-card img{filter:brightness(.88);transition:transform .28s ease,filter .28s ease}
.story-card:hover img{transform:scale(1.035);filter:brightness(.98)}
.story-card .play{top:43%;width:46px;height:46px;border:1px solid rgba(7,66,45,.16);box-shadow:0 6px 18px rgba(0,0,0,.22);z-index:2}
.story-card .play:after{border-left-width:10px;border-top-width:7px;border-bottom-width:7px}
.story-card div{left:16px;right:16px;bottom:16px}
.story-card small{font-size:11px;font-weight:700;letter-spacing:.045em;color:#eff6ee}
.story-card strong{font-size:16px;line-height:1.25;margin-top:7px}
.story-arrow{width:36px;height:36px;font-size:30px;transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.story-arrow:hover{background:var(--lime);color:#173616;box-shadow:0 6px 16px rgba(0,0,0,.28)}

.choice{padding:80px 0 76px;background:#faf7f0}
.choice-head{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-bottom:32px}
.choice-head h2{font:700 clamp(34px,3.3vw,48px)/1.1 var(--serif);letter-spacing:-.03em;margin:6px 0 10px}
.choice-head p{max-width:610px;margin:0;color:#5c695f;font-size:16px;line-height:1.6}
.choice-head>a{flex:0 0 auto;font-size:15px;font-weight:700;color:#0e4b32;padding:11px 0;border-bottom:1px solid #a7c941;transition:color .2s ease,border-color .2s ease}
.choice-head>a:hover{color:#598000;border-color:#598000}
.choice-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.choice-grid article{display:flex!important;flex-direction:column;align-items:flex-start;gap:18px;min-height:202px;padding:22px 20px;border:1px solid #e2ded3;border-radius:14px;background:#fffdf9;box-shadow:0 3px 12px rgba(20,52,33,.035);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.choice-grid article:hover{transform:translateY(-4px);border-color:#bfd37b;box-shadow:0 12px 24px rgba(20,52,33,.10)}
.choice-grid i{display:grid;place-items:center;width:46px;height:46px;margin:0;border-radius:13px;background:#edf4e6;color:#0d643f;font-style:normal}
.choice-grid i .icon{width:24px;height:24px}
.choice-grid strong{font-size:17px;line-height:1.25}
.choice-grid span{margin-top:8px;font-size:14px;line-height:1.55;color:#5c695f}

@media(max-width:1020px) and (min-width:761px){
  .stories{padding:64px 0}.stories-layout{grid-template-columns:250px minmax(0,1fr);gap:32px}
  .story-rail{grid-auto-columns:calc((100% - 16px)/2);gap:16px}.story-card{height:290px}
  .choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-grid article{min-height:185px}
}

@media(max-width:760px){
  .stories{padding:48px 0}.stories-layout{gap:22px}.stories-copy h2{font-size:38px}.stories-copy p{font-size:16px;margin:15px 0 20px}
  .story-rail{grid-auto-columns:175px;gap:14px}.story-card{height:265px}.story-card div{left:13px;right:13px;bottom:13px}.story-card strong{font-size:14px}.story-card .play{width:40px;height:40px}
  .choice{padding:52px 0}.choice-head{display:block;margin-bottom:24px}.choice-head h2{font-size:34px}.choice-head p{font-size:16px}.choice-head>a{display:inline-flex;margin-top:16px}
  .choice-grid{grid-template-columns:1fr;gap:12px}.choice-grid article{min-height:0;padding:18px;flex-direction:row;gap:14px}.choice-grid i{flex:0 0 44px;width:44px;height:44px}.choice-grid strong{font-size:17px}.choice-grid span{font-size:14px;margin-top:5px}
}

/* Reels becomes a true vertical, touch-friendly carousel below desktop width. */
@media(max-width:1020px){
  .stories{padding:54px 0 58px}
  .stories-layout{grid-template-columns:minmax(0,1fr);gap:28px}
  .stories-copy{max-width:620px}
  .stories-copy h2{font-size:clamp(40px,6vw,54px);line-height:1.04}
  .stories-copy p{max-width:580px;margin:16px 0 22px;font-size:17px}
  .story-slider{width:100%;padding:0 24px}
  .story-rail{grid-auto-columns:minmax(220px,76%);gap:14px;padding:4px 0 8px}
  .story-card{height:clamp(280px,52vw,340px);border-radius:14px}
  .story-arrow{width:46px;height:46px;top:50%;font-size:34px}
  .story-prev{left:0}.story-next{right:0}
}

@media(max-width:480px){
  .stories{padding:46px 0 50px}
  .stories-copy h2{font-size:39px}
  .stories-copy p{font-size:16px;line-height:1.6}
  .stories-copy .button{min-height:48px;padding:12px 18px}
  .story-slider{padding:0 18px}
  .story-rail{grid-auto-columns:82%;gap:12px}
  .story-card{height:292px}
  .story-card strong{font-size:15px}
  .story-arrow{width:44px;height:44px}
}

/* Hero details restored from the approved reference: brand line, real icons and a clear purchase path. */
.hero-brandline{display:flex;align-items:center;gap:8px;margin-bottom:15px;color:#d2e75b;font-size:12px;font-weight:800;letter-spacing:.12em}
.hero-proof span{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}
.hero-proof .icon{width:17px;height:17px;color:#d2e75b;flex:0 0 auto}
.nav-cta{min-height:40px;padding:9px 15px;white-space:nowrap}
@media(max-width:1020px){.nav-cta{display:none}}
@media(max-width:760px){.hero-brandline{font-size:11px;margin-bottom:10px}.hero-proof .icon{width:16px;height:16px}}

/* Horizontal lockup based on the supplied POSVIQ logo reference. */
.brand-direct{width:252px;height:72px}
.brand-direct .brand-image{width:244px;height:60px;object-fit:contain}
@media(max-width:1020px) and (min-width:761px){.brand-direct{width:180px}.brand-direct .brand-image{width:174px;height:51px}}
@media(max-width:760px){.brand-direct{width:126px;height:60px}.brand-direct .brand-image{width:122px;height:44px}}

/* Utility bar: readable at a glance, rather than a thin line of microcopy. */
@media(min-width:761px){
  .utility-inner{height:38px;font-size:13px;gap:24px}
  .trust-items{gap:25px}.trust-items span{gap:7px;font-weight:700}
  .utility-inner .trust-items span+span{padding-left:25px}
  .trust-items .icon,.utility-contact .icon{width:15px;height:15px}
  .utility-contact{gap:14px}.utility-contact>a{font-size:14px;font-weight:700;gap:7px}
  .utility-separator{height:18px}.social-links{gap:14px}.social-links .icon{width:14px;height:14px}
  .hero{height:calc(100svh - 110px)}
}

/* Footer lockup mirrors the supplied dark-background logo reference. */
.footer-brand .footer-logo{display:block;width:215px;height:auto;color:inherit}
.footer-brand .footer-logo img{display:block;width:100%;height:auto;object-fit:contain;background:transparent!important;border-radius:0!important}
.site-footer .footer-tagline{margin:9px 0 0!important;font-size:15px!important;font-weight:700;line-height:1.45;color:#fffdf8!important}
@media(max-width:760px){.footer-brand .footer-logo{width:205px}.site-footer .footer-tagline{font-size:15px!important}}

/* Homepage product cards: clear, accessible paths to product details. */
.product-card-link{display:block}.product-image.product-card-link{cursor:pointer}.product-card h3 .product-card-link{display:inline;color:inherit}.product-card h3 .product-card-link:hover{color:#0a6540;text-decoration:underline;text-underline-offset:3px}.product-image.product-card-link:focus-visible,.product-card h3 .product-card-link:focus-visible{outline:3px solid #b9d94f;outline-offset:3px;border-radius:8px}
.product-grid .product-card.hidden{display:none!important}

/* Cart: a readable coupon row and an easy, touch-friendly quantity stepper. */
.woocommerce-cart-form .quantity{display:inline-flex;align-items:center}.woocommerce-cart-form .quantity-stepper{display:inline-grid;grid-template-columns:36px 48px 36px;align-items:center;overflow:hidden;border:1px solid #cbd8c9;border-radius:8px;background:#fff}.woocommerce-cart-form .quantity-stepper-button{width:36px;height:38px;border:0;background:#edf3e8;color:#075037;font-size:21px;font-weight:700;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease}.woocommerce-cart-form .quantity-stepper-button:hover{background:#dcecc9}.woocommerce-cart-form .quantity-stepper-button:focus-visible{position:relative;z-index:1;outline:3px solid #b9d94f;outline-offset:-3px}.woocommerce-cart-form .quantity-stepper input.qty{width:48px!important;height:38px!important;margin:0!important;padding:0!important;border:0!important;border-left:1px solid #d8e1d6!important;border-right:1px solid #d8e1d6!important;border-radius:0!important;background:#fff!important;text-align:center;font-size:15px;font-weight:700;color:#173616;appearance:textfield;-moz-appearance:textfield}.woocommerce-cart-form .quantity-stepper input.qty::-webkit-outer-spin-button,.woocommerce-cart-form .quantity-stepper input.qty::-webkit-inner-spin-button{appearance:none;margin:0}
.woocommerce-cart-form .actions{padding:20px 10px!important;background:#f1f5ea}.woocommerce-cart-form .coupon{display:flex!important;align-items:center;gap:10px;float:none!important;max-width:560px}.woocommerce-cart-form .coupon-label{margin:0 4px 0 0;color:#315040;font-size:14px;font-weight:800;white-space:nowrap}.woocommerce-cart-form .coupon input.input-text{float:none!important;width:190px!important;height:42px!important;margin:0!important;padding:0 13px!important;border:1px solid #bdd0ba!important;border-radius:7px!important;background:#fff!important;color:#173616;font-size:14px}.woocommerce-cart-form .coupon button.button{float:none!important;height:42px;padding:0 17px!important;border-radius:7px!important;font-size:14px}.woocommerce-cart-form button[name="update_cart"]{display:none!important}.woocommerce-cart .cart-collaterals .cart_totals{margin-top:32px!important}
@media(max-width:760px){.woocommerce-cart-form .coupon{width:100%;flex-wrap:wrap;gap:8px}.woocommerce-cart-form .coupon-label{flex-basis:100%}.woocommerce-cart-form .coupon input.input-text{width:calc(100% - 130px)!important}.woocommerce-cart-form .quantity-stepper{grid-template-columns:34px 44px 34px}.woocommerce-cart-form .quantity-stepper-button{width:34px}.woocommerce-cart-form .quantity-stepper input.qty{width:44px!important}.woocommerce-cart .cart-collaterals .cart_totals{margin-top:24px!important}}

/* Product-page conversion layer: answer practical buying questions beside the purchase decision. */
.product-support{margin-top:22px;padding:16px 17px;border:1px solid #d8e6c5;border-radius:11px;background:#f2f6e9}.product-support strong,.product-support span{display:block}.product-support strong{font-size:15px;color:#173c2b}.product-support span{margin-top:3px;color:#5c6d61;font-size:13px;line-height:1.5}.product-support a{display:inline-block;margin-top:8px;color:#075037;font-size:13px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.product-confidence{padding:74px 0;background:#f1f5e7;border-block:1px solid #dde6d6}.confidence-heading{max-width:680px}.confidence-heading h2{margin:5px 0 10px;font:700 clamp(31px,3.1vw,44px)/1.1 var(--serif);letter-spacing:-.025em}.confidence-heading>p:not(.section-kicker){margin:0;color:#5a6b5f;font-size:16px;line-height:1.65}.confidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}.confidence-grid article{min-height:190px;padding:23px;border:1px solid #dce5d4;border-radius:14px;background:#fffdf9}.confidence-grid i{display:grid;place-items:center;width:45px;height:45px;border-radius:12px;background:#e8f0dd;color:#0b6240;font-style:normal}.confidence-grid i .icon{width:23px;height:23px}.confidence-grid strong,.confidence-grid span{display:block}.confidence-grid strong{margin-top:17px;font-size:17px;line-height:1.3}.confidence-grid span{margin-top:7px;color:#5d6b62;font-size:14px;line-height:1.58}.product-details{margin-top:26px;border-top:1px solid #cbd8c9}.product-details details{border-bottom:1px solid #cbd8c9}.product-details summary{display:flex;align-items:center;justify-content:space-between;padding:15px 0;list-style:none;color:#173c2b;font-size:16px;font-weight:800;cursor:pointer}.product-details summary::-webkit-details-marker{display:none}.product-details details[open] summary span{transform:rotate(45deg)}.product-details summary span{font-size:22px;font-weight:400;transition:transform .18s ease}.product-details details p{margin:0 0 14px!important;font-size:15px!important;line-height:1.6!important}.product-details details a{display:inline-block;margin:0 0 16px;color:#075037;font-size:14px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){.product-support{padding:15px}.product-confidence{padding:48px 0}.confidence-grid{grid-template-columns:1fr;gap:10px;margin-top:24px}.confidence-grid article{min-height:0;padding:18px}.confidence-grid strong{margin-top:12px}.product-details{margin-top:22px}}

/* Storefront pages */
.store-hero{background:linear-gradient(105deg,#073b27 0%,#0b5536 58%,#174e34 100%);color:#fff;overflow:hidden}
.store-hero-grid{min-height:430px;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.95fr);align-items:center;gap:38px}
.store-hero-grid>div{padding:70px 0}.page-label{margin:0 0 14px;color:#c9df63;font-size:13px;font-weight:800;letter-spacing:.12em}.store-hero h1,.editorial-hero h1,.product-summary h1{font:700 clamp(43px,4.5vw,68px)/1.02 var(--serif);letter-spacing:-.04em;margin:0}.store-hero h1 em{font-style:normal;color:#c9df63}.store-hero p:not(.page-label){max-width:570px;font-size:18px;line-height:1.65;color:#e4ede7;margin:20px 0 28px}.store-pack-lineup{height:375px;display:flex;align-items:end;justify-content:center;padding:18px 8px 0;background:radial-gradient(ellipse at 50% 86%,rgba(222,171,55,.26),transparent 58%)}.store-pack-lineup img{width:25%;height:100%;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.28))}.store-pack-lineup img:nth-child(1){transform:rotate(-5deg) translateY(9px)}.store-pack-lineup img:nth-child(2){transform:translateY(-3px);z-index:2}.store-pack-lineup img:nth-child(3){transform:rotate(4deg) translateY(8px)}.store-pack-lineup img:nth-child(4){transform:rotate(8deg) translateY(19px)}
.store-toolbar{padding:62px 0 26px;background:#faf7f0}.store-heading{display:flex;justify-content:space-between;align-items:end;gap:28px}.store-heading h2{font:700 clamp(31px,3vw,45px)/1.1 var(--serif);letter-spacing:-.025em;margin:5px 0 0}.store-heading>p{margin:0 0 4px;color:#607066;font-size:15px}.category-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.category-pills a{padding:10px 17px;border:1px solid #d7dfd1;border-radius:999px;color:#315040;font-size:14px;font-weight:700;transition:.2s}.category-pills a:hover,.category-pills a.active{background:#06482e;border-color:#06482e;color:#fff}
.catalog-section{padding:22px 0 78px;background:#faf7f0}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.catalog-card{overflow:hidden;background:#fffdf8;border:1px solid #e4dfd4;border-radius:15px;box-shadow:0 6px 18px rgba(24,48,33,.06);transition:transform .22s ease,box-shadow .22s ease}.catalog-card:hover{transform:translateY(-5px);box-shadow:0 16px 32px rgba(24,48,33,.12)}.catalog-photo{display:block;height:280px;padding:18px;background:#f3f4ee}.catalog-photo img{width:100%;height:100%;object-fit:contain}.catalog-copy{padding:18px}.catalog-category{margin:0;color:#5b7856;font-size:12px;font-weight:700}.catalog-copy h2{font:700 22px/1.2 var(--serif);margin:6px 0}.catalog-desc{min-height:45px;margin:0;color:#647067;font-size:14px;line-height:1.5}.catalog-buy{display:flex;justify-content:space-between;align-items:end;gap:8px;border-top:1px solid #e7e2d8;margin-top:16px;padding-top:14px;font-size:13px;color:#637066}.catalog-buy strong{display:block;color:#142b20;font-size:18px}.catalog-buy a{color:#075037;font-weight:800;white-space:nowrap}.empty-catalog{grid-column:1/-1;padding:42px;background:#fff;border:1px dashed #c7d2c4;text-align:center}.shop-support{padding:24px 0;background:#e4eccd}.shop-support .container{display:flex;justify-content:space-between;align-items:center;gap:20px}.shop-support strong,.shop-support span{display:block}.shop-support strong{font:700 24px/1.2 var(--serif)}.shop-support span{margin-top:4px;color:#536558;font-size:15px}
.catalog-card.is-filtered-out{display:none}.category-pills a:focus-visible{outline:3px solid #b9d94f;outline-offset:3px}
.breadcrumbs{display:flex;gap:9px;padding:22px 0;font-size:14px;color:#5f6b63}.breadcrumbs a{color:#075037;font-weight:700}.product-page{background:#faf7f0;padding-bottom:76px}.product-detail{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);gap:72px;padding:38px 0 74px}.product-gallery{display:grid;place-items:center;min-height:540px;border:1px solid #e3dfd4;border-radius:18px;background:#f1f3ed;padding:32px}.product-gallery img{width:100%;height:470px;object-fit:contain}.product-summary{padding-top:28px}.product-summary h1{font-size:52px;color:#152d21}.product-lede{max-width:500px;color:#59675e;font-size:17px;line-height:1.65}.detail-price{margin:24px 0;color:#5f6b63;font-size:16px}.detail-price .woocommerce-Price-amount{color:#142b20;font-size:28px;font-weight:800}.pack-options{border-top:1px solid #dcded6;padding-top:22px}.pack-options>span{display:block;margin-bottom:12px;font-size:14px;font-weight:800}.pack-options>div{display:flex;flex-wrap:wrap;gap:10px}.pack-option{min-width:102px;padding:10px 12px;background:#fff;border:1px solid #d9dfd3;border-radius:10px;color:#204331;font-size:14px;font-weight:800;cursor:pointer}.pack-option small{display:block;color:#647067;font-weight:600;margin-top:3px}.pack-option.selected{background:#e8f0d8;border-color:#8ead35}.product-add{max-width:360px;margin:26px 0 20px;padding:15px;font-size:16px}.product-promises{display:grid;gap:10px;color:#4b6355;font-size:14px}.product-promises span{display:flex;align-items:center;gap:9px}.product-promises .icon{width:18px;height:18px;color:#1c7450}.product-story{padding:70px 0;background:#edf2e3}.product-story .container{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:60px}.product-story h2{font:700 clamp(31px,3vw,44px)/1.12 var(--serif);margin:7px 0 15px}.product-story p{max-width:520px;color:#506259;font-size:17px;line-height:1.7}.product-story img{width:100%;height:350px;object-fit:cover;border-radius:16px}
.editorial-page{background:#faf7f0}.editorial-hero{background:linear-gradient(112deg,#073b27,#0a5536);color:#fff;padding:105px 0 110px}.editorial-hero h1{max-width:780px}.editorial-hero p:not(.page-label){max-width:650px;color:#deebe2;font-size:18px;line-height:1.7;margin:22px 0 30px}.editorial-body{padding:80px 0 90px}.editorial-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:68px;align-items:center}.editorial-grid>img{width:100%;height:500px;object-fit:cover;border-radius:18px;box-shadow:0 16px 35px rgba(25,49,33,.12)}.editorial-points{display:grid;gap:0;border-top:1px solid #dce1d6}.editorial-points article{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid #dce1d6}.editorial-points article>span{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#eaf1df;color:#126042}.editorial-points .icon{width:23px;height:23px}.editorial-points h2{font:700 23px/1.25 var(--serif);margin:0}.editorial-points p{margin:5px 0 0;color:#5e6e63;font-size:16px;line-height:1.6}
.woocommerce-cart-form,.woocommerce-checkout-review-order,#customer_details,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{background:#fffdf8;border:1px solid #e2e0d7;border-radius:14px;padding:22px}.woocommerce table.shop_table{border:0!important}.woocommerce-cart .cart-collaterals .cart_totals{background:#fffdf8;border:1px solid #e2e0d7;border-radius:14px;padding:22px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{border:1px solid #cfd8cb;border-radius:7px;padding:11px}.woocommerce-info,.woocommerce-message{border-top-color:#b8d94f!important;background:#f1f6e5}.woocommerce-info:before,.woocommerce-message:before{color:#25633f!important}
@media(max-width:1020px){.store-hero-grid{grid-template-columns:1fr 1fr;min-height:380px}.store-pack-lineup{height:320px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail{gap:36px;grid-template-columns:1fr 1fr}.product-gallery{min-height:430px}.product-gallery img{height:370px}.editorial-grid{gap:38px}.editorial-grid>img{height:440px}}
@media(max-width:760px){.store-hero-grid{display:block;min-height:0}.store-hero-grid>div{padding:58px 0 24px}.store-hero h1,.editorial-hero h1,.product-summary h1{font-size:43px}.store-hero p:not(.page-label),.editorial-hero p:not(.page-label){font-size:16px}.store-pack-lineup{height:250px;padding-top:0}.store-toolbar{padding:45px 0 22px}.store-heading{display:block}.store-heading>p{margin-top:10px}.category-pills{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.category-pills a{white-space:nowrap}.catalog-section{padding-bottom:48px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.catalog-photo{height:210px;padding:10px}.catalog-copy{padding:13px}.catalog-copy h2{font-size:19px}.catalog-desc{display:none}.catalog-buy{display:block;margin-top:10px;padding-top:10px}.catalog-buy a{display:block;margin-top:8px}.shop-support .container{align-items:flex-start;flex-direction:column}.shop-support strong{font-size:23px}.product-detail{grid-template-columns:1fr;padding:14px 0 48px;gap:20px}.product-gallery{min-height:360px;padding:18px}.product-gallery img{height:325px}.product-summary{padding:0}.product-summary h1{font-size:42px}.product-story{padding:46px 0}.product-story .container{grid-template-columns:1fr;gap:25px}.product-story img{height:270px}.editorial-hero{padding:64px 0 70px}.editorial-body{padding:48px 0}.editorial-grid{grid-template-columns:1fr;gap:30px}.editorial-grid>img{height:320px}.editorial-points h2{font-size:21px}.editorial-points p{font-size:15px}.woocommerce main,.woocommerce-page main{width:min(100% - 28px,1190px);margin:24px auto}.woocommerce-cart-form,.woocommerce-checkout-review-order,#customer_details,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{padding:15px}.woocommerce .cart .quantity .qty{width:4em}}

/* Shop needs a confident introduction, without delaying the catalogue below it. */
@media(min-width:761px){
  .woocommerce main.storefront,.woocommerce-page main.storefront{width:100%;margin:0}
  .store-hero{min-height:0;display:block}
  .store-hero .store-hero-grid{width:min(1190px,calc(100% - 80px));max-width:none;min-height:clamp(410px,35vw,470px);padding:0;grid-template-columns:minmax(355px,.88fr) minmax(500px,1.12fr);gap:clamp(36px,5vw,82px)}
  .store-hero-grid>div:first-child{padding-block:clamp(48px,5vw,68px)}
  .store-hero h1{font-size:clamp(52px,4.55vw,76px);max-width:650px}
  .store-hero p:not(.page-label){max-width:520px;margin-block:17px 23px;font-size:17px}
  .store-pack-lineup{align-self:stretch;height:auto;min-height:0;padding:32px 0 28px;background:radial-gradient(ellipse at 50% 78%,rgba(222,171,55,.31),transparent 62%)}
  .store-pack-lineup img{max-height:clamp(300px,29vw,395px)}
}

/* Customer-facing fulfilment labels mirror the store team's order workflow. */
.woocommerce-account .woocommerce-orders-table .order-status{display:inline-flex;padding:6px 9px;border:1px solid #bfd5af;border-radius:999px;background:#edf5e6;color:#1d5a39;font-size:12px;font-weight:800;white-space:nowrap}.woocommerce-account .woocommerce-orders-table .status-packed-ready{border-color:#d7c57e;background:#fff8df;color:#70580b}.woocommerce-account .woocommerce-orders-table .status-shipped{border-color:#9fc8d8;background:#eaf7fb;color:#175e76}.woocommerce-account .woocommerce-orders-table .status-out-for-delivery{border-color:#e0ae85;background:#fff0e4;color:#8a4522}.woocommerce-account .woocommerce-orders-table .status-completed{border-color:#b4d7a2;background:#eef8e8;color:#25613c}

/* Account area: clear pathways for orders, addresses and profile updates. */
.account-menu{position:relative;z-index:40}.account-menu summary{list-style:none}.account-menu summary::-webkit-details-marker{display:none}.account-menu .icon-button{display:grid;place-items:center;min-height:42px;cursor:pointer}.account-dropdown{position:absolute;top:calc(100% + 10px);right:-12px;width:230px;padding:10px;border:1px solid #d9e1d4;border-radius:13px;background:#fffdf8;box-shadow:0 18px 34px rgba(20,48,32,.16);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.account-menu[open] .account-dropdown,.account-menu:hover .account-dropdown,.account-menu:focus-within .account-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.account-dropdown-label{margin:3px 10px 8px;color:#637065;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.account-dropdown a{display:block;padding:10px;border-radius:8px;color:#1d3527;font-size:14px;font-weight:700;transition:background .18s ease,color .18s ease}.account-dropdown a:hover,.account-dropdown a:focus-visible{background:#edf4e5;color:#075037;outline:0}.account-dropdown .account-dropdown-signout{margin-top:5px;border-top:1px solid #e4e9df;border-radius:0;color:#8d463d}.account-menu summary:focus-visible{outline:3px solid #b9d94f;outline-offset:3px;border-radius:8px}
.woocommerce-account .woocommerce-MyAccount-navigation{padding:12px!important;background:#0a4d32!important;border-color:#0a4d32!important;box-shadow:0 12px 25px rgba(11,70,44,.11)}.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;border:0!important}.woocommerce-account .woocommerce-MyAccount-navigation a{display:flex;align-items:center;min-height:46px;padding:0 14px;border-radius:9px;color:#e8f0e7;font-size:15px;font-weight:700;transition:background .18s ease,color .18s ease}.woocommerce-account .woocommerce-MyAccount-navigation a:before{width:7px;height:7px;margin-right:11px;border:1px solid #d4e46e;border-radius:50%;content:""}.woocommerce-account .woocommerce-MyAccount-navigation a:hover,.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#eef5df;color:#173c2b;outline:0}.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible{box-shadow:0 0 0 3px #b9d94f}.woocommerce-account .woocommerce-MyAccount-content{padding:32px!important;background:#fffdf8!important;box-shadow:0 12px 28px rgba(20,48,32,.06)}.woocommerce-account .woocommerce-MyAccount-content>p{max-width:720px;color:#405749;font-size:16px;line-height:1.7}.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0;color:#1d3527;font-size:18px}.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account .woocommerce-MyAccount-content h3{margin:0 0 18px;color:#173c2b;font:700 clamp(26px,2.4vw,36px)/1.15 var(--serif)}.account-quick-actions{margin-top:30px;padding-top:25px;border-top:1px solid #dfe7d9}.account-quick-kicker{margin:0 0 12px!important;color:#d85d3b!important;font-size:11px!important;font-weight:800!important;letter-spacing:.1em;line-height:1!important}.account-quick-actions>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.account-quick-actions a{min-height:126px;padding:18px;border:1px solid #dbe5d3;border-radius:12px;background:#f4f8ed;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.account-quick-actions a:hover{transform:translateY(-3px);border-color:#9abd63;box-shadow:0 10px 18px rgba(20,69,42,.1)}.account-quick-actions strong,.account-quick-actions small{display:block}.account-quick-actions strong{color:#173c2b;font-size:15px}.account-quick-actions strong span{color:#0a6540}.account-quick-actions small{margin-top:10px;color:#5a6d5d;font-size:13px;line-height:1.45}.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.woocommerce-account .woocommerce-Address{min-height:200px;padding:22px;border:1px solid #dce5d6;border-radius:13px;background:#f5f8f1}.woocommerce-account .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.woocommerce-account .woocommerce-Address-title h2{margin:0!important;font-size:24px!important}.woocommerce-account .woocommerce-Address-title .edit{padding:8px 11px;border:1px solid #b7d18c;border-radius:7px;background:#fffdf8;color:#075037;font-size:13px;font-weight:800}.woocommerce-account .woocommerce-Address address{color:#53685a;font-size:15px;font-style:normal;line-height:1.7}.woocommerce-account .woocommerce-Address address:empty:before{color:#657568;content:"No address saved yet. Use Edit to add one."}.woocommerce-account .woocommerce-orders-table,.woocommerce-account .woocommerce-table--order-details{border-collapse:separate!important;border-spacing:0!important;overflow:hidden;border:1px solid #dde4d8!important;border-radius:11px}.woocommerce-account .woocommerce-orders-table th,.woocommerce-account .woocommerce-orders-table td,.woocommerce-account .woocommerce-table--order-details th,.woocommerce-account .woocommerce-table--order-details td{padding:14px!important;border-color:#e4e9df!important}.woocommerce-account .woocommerce-orders-table th{background:#eef4e8;color:#294b38;font-size:13px}.woocommerce-account .woocommerce-EditAccountForm fieldset{margin-top:25px;padding:20px;border:1px solid #dce5d6;border-radius:12px}.woocommerce-account .woocommerce-EditAccountForm legend{padding:0 7px;color:#1a3e2b;font-weight:800}.woocommerce-account .button,.woocommerce-account button.button{min-height:44px;padding:11px 18px!important;border-radius:8px!important}.woocommerce-account .form-row label{margin-bottom:7px;color:#284735;font-size:14px;font-weight:800}.woocommerce-account .form-row input.input-text,.woocommerce-account .form-row select{min-height:46px;border-color:#c9d8c6!important;background:#fff!important}
@media(max-width:760px){.account-menu .account-dropdown{right:-38px;width:235px}.woocommerce-account .woocommerce-MyAccount-content{padding:20px!important}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:16px}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.woocommerce-account .woocommerce-MyAccount-navigation a{min-height:42px;padding:0 9px;font-size:13px}.woocommerce-account .woocommerce-MyAccount-navigation a:before{display:none}.account-quick-actions>div,.woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr}.account-quick-actions a{min-height:0}.woocommerce-account .woocommerce-Address{min-height:165px;padding:18px}.woocommerce-account .woocommerce-orders-table{display:block;overflow-x:auto}}

/* A direct quality-documentation pathway from every product with a report. */
.posviq-lab-product-panel{display:flex;align-items:center;justify-content:space-between;gap:32px;margin:-26px 0 58px;padding:30px 34px;border:1px solid #cfe0be;border-radius:16px;background:#edf5e4}.posviq-lab-product-panel .section-kicker{margin-bottom:8px}.posviq-lab-product-panel h2{margin:0;color:#173c2b;font:700 clamp(27px,2.8vw,38px)/1.12 var(--serif)}.posviq-lab-product-panel p:not(.section-kicker){max-width:620px;margin:9px 0 0;color:#53685a;font-size:15px;line-height:1.6}.posviq-lab-product-link{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:220px;min-height:50px;padding:0 18px;border-radius:8px;background:#075037;color:#fff;font-size:15px;font-weight:800;white-space:nowrap;transition:background .18s ease,transform .18s ease}.posviq-lab-product-link:hover{background:#0b6746;transform:translateY(-2px)}.posviq-lab-product-link span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#c9df63;color:#123d29;font-size:13px}.posviq-lab-product-link b{font-size:19px;font-weight:400}@media(max-width:760px){.posviq-lab-product-panel{align-items:flex-start;flex-direction:column;gap:21px;margin:-8px 0 42px;padding:23px}.posviq-lab-product-link{width:100%}}
