/* Natural Studio: loaded only on products.html. */
.products-studio{--ps-green:#163e30;--ps-ivory:#f5f0e5;--ps-sage:#e6ebda;--ps-gold:#94712e;--ps-line:#c7ccb8;color:var(--ps-green);background:var(--ps-ivory)}
.products-studio [hidden]{display:none!important}
.products-studio .container{width:min(1240px,calc(100% - 108px));max-width:1380px}
.products-studio h1,.products-studio h2{font-family:"Cinzel",Georgia,serif;color:var(--ps-green);font-weight:600;letter-spacing:-.04em}
.products-studio h3{font-family:"Source Sans 3",Arial,sans-serif;color:var(--ps-green);font-weight:650;letter-spacing:0}
.products-studio p{line-height:1.5}
.products-studio button,.products-studio a{touch-action:manipulation}
.products-studio button:disabled{cursor:not-allowed;opacity:.5}
.products-studio :is(a,button,input,textarea):focus-visible{outline:3px solid var(--ps-gold);outline-offset:4px}
.ps-opening{padding:clamp(24px,2.4vw,38px) 0 clamp(24px,2.6vw,40px);background:#f3f0e6 url('images/products-palm-banner.webp') center 42%/cover no-repeat}
.ps-opening-layout{display:grid;grid-template-columns:minmax(0,62%) minmax(0,1fr);align-items:center;gap:4.5%}
.products-studio .ps-opening h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3.2rem,6.65vw,6.2rem);font-weight:700;line-height:1.02;letter-spacing:-.035em;margin:0 0 5px;color:#102e20}
.ps-opening .ps-kicker{font-size:.75rem;letter-spacing:.22em;margin:0 0 10px}
.ps-opening-intro{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1rem,1.72vw,1.5rem);line-height:1.35;margin:0}
.products-studio .ps-opening-note{font-family:Georgia,"Times New Roman",serif;font-size:clamp(.875rem,1.35vw,1.15rem);color:#646852;line-height:1.12;margin:25px 0 0;max-width:245px}
.ps-opening-note span{display:block;width:48px;height:1px;background:var(--ps-gold);margin-top:17px}
.ps-summary{position:sticky;top:0;z-index:15;background:#f6f2e9f5;backdrop-filter:blur(10px);border-block:1px solid #d5c8ac}
.ps-summary>.container{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:7px}
.ps-summary p{margin:0;display:flex;align-items:center;gap:18px;flex-wrap:wrap;font-size:.95rem}
.ps-summary p>span{color:#566255}
.ps-button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:46px;padding:10px 20px;border:1px solid var(--ps-green);border-radius:4px;background:var(--ps-green);color:#fff;font:600 1rem/1.4 "Source Sans 3",Arial,sans-serif;text-decoration:none;transition:background .15s}
.ps-button:hover{background:#255640;color:#fff}
.ps-button .icon{width:20px;height:20px}
.ps-button-outline{background:transparent;color:var(--ps-green)}
.ps-button-outline:hover{background:var(--ps-sage);color:var(--ps-green)}
.ps-band{scroll-margin-top:76px;padding:24px 0 30px;background:linear-gradient(110deg,#f4eddc55,#f8f3e955),#f3ecdf url('images/products-studio-background.webp') center bottom/cover no-repeat}
.ps-band-sage{background:linear-gradient(110deg,#dce2caed,#e8eddddd 55%,#dfe5cfed),#e6ebda url('images/products-studio-background.webp') center 55%/cover no-repeat}
.ps-section-title{display:flex;align-items:center;gap:24px;margin-bottom:18px}
.ps-section-title h2{font-size:clamp(1.6rem,2.35vw,2.35rem);margin:0;flex:0 1 auto}
.ps-section-title>span{flex:1;height:1px;min-width:25px;background:var(--ps-gold);opacity:.65}
.ps-section-caption{font-size:.75rem;line-height:1.5;letter-spacing:.19em;text-transform:uppercase;font-weight:600;color:#7e642e;max-width:325px;margin:0}
.ps-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.ps-product{min-width:0;display:flex;flex-direction:column}
/* Crop the original product cards in the browser; keep their native pixels and labels. */
.ps-product{--photo-width:340px}
.ps-product[data-product-card="cocopeat-2kg"]{--photo-width:308px}
.ps-product[data-product-card="cocopeat-1kg"]{--photo-width:276px}
.ps-product[data-product-card="cocopeat-650g"]{--photo-width:420px}
.ps-product[data-product-card="open-top-grow-bag"]{--photo-width:415px}
.ps-product[data-product-card="coir-discs"]{--photo-width:325px}
.ps-photo{display:flex;justify-content:center;align-items:flex-end;height:clamp(210px,24vw,330px);flex:0 0 auto;padding:12px 0 20px;position:relative;text-decoration:none}
.ps-crop{display:block;position:relative;overflow:hidden;flex:0 1 auto;width:min(100%,var(--photo-width,420px));aspect-ratio:var(--crop-ratio);mix-blend-mode:multiply;mask-image:linear-gradient(to right,transparent,#000 var(--edge-fade,2%),#000 98%,transparent);transition:transform .2s}
.ps-crop img{position:absolute;width:var(--source-width);height:var(--source-height);max-width:none;max-height:none;left:var(--source-left);top:var(--source-top);filter:brightness(1.025) contrast(1.025)}
.ps-photo .ps-crop{translate:0 var(--baseline-shift,0%)}
.ps-photo:hover .ps-crop{transform:translateY(-3px)}
.ps-card-copy{padding:10px 12px 0;display:flex;flex-direction:column;flex:1}
.ps-card-copy h3{font-family:"Cinzel",Georgia,serif;font-size:1.35rem;line-height:1.3;letter-spacing:-.03em;margin:0 0 5px}
.ps-card-copy p{margin:0 0 9px;font-size:1rem;color:#4b5e51}
.ps-detail-link{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;max-width:235px;min-height:44px;border-bottom:1px solid var(--ps-gold);font-size:.95rem;font-weight:600;text-decoration:none;margin-top:auto}
.ps-detail-link .icon{width:20px;height:20px}
.ps-detail-link:hover{color:var(--ps-gold)}
.ps-band-sage .ps-product+.ps-product{border-left:1px solid #b9c2aa;padding-left:24px}
.ps-gallery-detail{padding:30px 0 55px;scroll-margin-top:90px;background:var(--ps-ivory)}
.ps-back{display:inline-flex;gap:12px;align-items:center;border:0;background:none;color:var(--ps-green);padding:12px 0;font-weight:600;min-height:44px;margin-bottom:24px}
.ps-focus-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.ps-detail-photo{min-height:360px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f9f7f0;border:1px solid #ddd5c4}
.ps-detail-photo .ps-crop{--photo-width:440px;flex:none}
.ps-detail-photo p{font-size:.9rem;color:#576454;margin:28px 0 0;text-align:center;max-width:270px}
.ps-kicker{color:var(--ps-gold);font-weight:650;font-size:.8rem;text-transform:uppercase;letter-spacing:.13em;margin-bottom:10px}
.ps-focus-layout h2{font-size:clamp(1.7rem,2.8vw,2.65rem);margin-bottom:16px}
.ps-choices{border:0;padding:0;margin:20px 0}
.ps-choices legend{padding:0;margin-bottom:10px;font-weight:600;font-size:1rem}
.ps-size-buttons{display:flex;flex-wrap:wrap;gap:8px}
.ps-size-buttons button{min-width:55px;min-height:44px;padding:8px 15px;border:1px solid #aeb8a0;background:transparent;color:var(--ps-green);border-radius:3px;font-weight:600}
.ps-size-buttons button:hover{border-color:var(--ps-green);background:#ffffff80}
.ps-size-buttons button[aria-pressed="true"]{background:var(--ps-green);border-color:var(--ps-green);color:#fff}
.ps-specs{margin:20px 0}
.ps-specs>div{display:flex;gap:20px;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--ps-line)}
.ps-specs dt{color:#526250}.ps-specs dd{margin:0;font-weight:600;text-align:right}
.products-studio :is(form,.ps-review-notes)>label,.ps-review label{display:block;font-size:1rem;font-weight:600;margin-bottom:8px}
.products-studio label span{font-weight:400;color:#61705f}
.products-studio :is(input,textarea){width:100%;max-width:100%;padding:11px 13px;min-height:46px;border:1px solid #aeb8a4;border-radius:3px;background:#fffefa;color:var(--ps-green);font-size:1rem;line-height:1.4}
.products-studio textarea{resize:vertical}
.ps-help{font-size:.9rem;margin:8px 0 18px;color:#526250}
.ps-inline-status{font-size:1rem;margin:12px 0 0;min-height:1.5em}
.ps-original-link{display:inline-flex;align-items:center;gap:12px;font-size:.95rem;min-height:44px;margin-top:15px}
.ps-original-link .icon{width:18px;height:18px}
.ps-range{padding:26px 0 30px;background:linear-gradient(#f5f1e7ee,#f5f1e7ee),#f5f1e7 url('images/products-studio-background.webp') center/cover;scroll-margin-top:90px}
.ps-range .ps-section-title{margin-bottom:12px}
.ps-range-intro{margin:0 0 20px;color:#526250;font-size:1rem}
.ps-range-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 20px;align-items:stretch}
.ps-family{padding:17px 15px 12px;background:#fffefaeb;border:1px solid #dedfd166;border-radius:5px;min-width:0}
.ps-family h3{display:flex;align-items:center;gap:12px;font-size:1.125rem;line-height:1.3;min-height:47px;margin:0 0 13px}
.ps-family h3 .icon{width:28px;height:28px;color:var(--ps-gold)}
.ps-family ul{padding:0;margin:0;list-style:none}
.ps-family li{margin:0;border-top:1px solid #d9dfcf}
.ps-range-row{display:flex;align-items:center;gap:10px;width:100%;min-height:46px;text-align:left;padding:9px 10px;border:0;background:transparent;color:var(--ps-green);font-size:1rem;border-radius:2px}
.ps-range-row:hover{background:#edf0e5}
.ps-range-row[aria-expanded="true"]{background:var(--ps-green);color:#fff}
.ps-family:has(.ps-range-row[aria-expanded="true"]){border-color:var(--ps-gold)}
.ps-row-arrow{margin-left:auto;color:var(--ps-gold);font-size:1.25rem}
.ps-range-row[aria-expanded="true"] .ps-row-arrow{color:#ecd394}
.ps-range-check{font-size:.8rem}
.ps-range-panel{grid-column:1/-1;background:var(--ps-sage);padding:28px 30px;border-top:2px solid var(--ps-gold);scroll-margin-top:90px}
.ps-panel-top{display:flex;justify-content:space-between;gap:20px;align-items:start}
.ps-panel-top h3{font-size:1.65rem;margin:0 0 18px}
.ps-close{display:grid;place-items:center;flex:0 0 auto;min-width:44px;min-height:44px;padding:4px;border:1px solid #aab8a1;background:transparent;border-radius:50%;font:400 1.7rem/1 Arial,sans-serif;color:var(--ps-green)}
.ps-close:hover{background:#ffffff80}
.ps-range-detail-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:50px}
.ps-range-detail-layout p{margin-bottom:16px}
.ps-range-panel .ps-choices{margin-top:15px}
.ps-range-panel .ps-specs{max-width:450px}
.ps-closing{padding:38px 0;background:linear-gradient(90deg,#163e3066,#163e3015),var(--ps-green) url('images/products-cocopeat-background.webp') center 48%/cover no-repeat;color:#fff}
.ps-closing>.container{display:flex;align-items:center;justify-content:flex-start;gap:55px;min-height:96px}
.ps-closing>.container>div{padding-right:40px;border-right:1px solid #b59447;max-width:510px}
.ps-closing h2{color:#fff;font-size:clamp(1.6rem,2.6vw,2.3rem);margin:0 0 8px}
.ps-closing p{margin:0;color:#dfe8d8}
.ps-button-gold{background:linear-gradient(105deg,#9a7630,#b29145);border-color:#cfb977;color:white;box-shadow:inset 0 0 0 3px #ffffff09}
.ps-button-gold:hover{background:#785922}
.ps-review{--ps-green:#163e30;--ps-sage:#e6ebda;--ps-line:#c7ccb8;width:min(800px,calc(100% - 32px));max-height:calc(100dvh - 48px);padding:30px;border:1px solid #d5d9cb;border-radius:8px;box-shadow:0 20px 80px #102a3040;background:#faf8f1;color:var(--ps-green);overflow:auto;overscroll-behavior:contain}
.ps-review::backdrop{background:#0a231dcc;backdrop-filter:blur(3px)}
.ps-review-top{display:flex;gap:20px;align-items:start;justify-content:space-between}
.ps-review h2{font-size:clamp(1.65rem,3vw,2.2rem);margin:0 0 20px}
.ps-review-item{padding:20px 0;border-block-start:1px solid var(--ps-line)}
.ps-review-item h3{font-size:1.25rem;margin:0 0 4px}
.ps-review-item>p{font-size:.95rem;margin:0 0 12px;color:#526250}
.ps-review-item>p,.ps-inline-status,[data-review-status]{overflow-wrap:anywhere}
.ps-review-item form{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:end}
.ps-review-item form>div{min-width:0}
.ps-review-item form label{font-size:.9rem}
.ps-remove{min-height:46px;padding:10px 12px;border:0;background:transparent;color:#754731;text-decoration:underline}
.ps-review-item .ps-help{margin-bottom:0}
.ps-review-notes{padding-top:22px;margin:4px 0 25px;border-top:1px solid var(--ps-line);display:grid;gap:18px}
.ps-draft{border-top:1px solid var(--ps-line);padding-top:22px;margin-top:24px}
.ps-draft h3{font-size:1.4rem;margin-bottom:16px}
.ps-draft-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.ps-review-end{margin-top:20px}
.ps-empty{padding:28px 0;border-block:1px solid var(--ps-line)}
.ps-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.ps-noscript{padding-block:25px}
@media(min-width:1400px){.ps-range-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.ps-family{padding-inline:14px}.ps-family h3{min-height:70px}}
@media(max-width:899px){.ps-range-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-product-grid{gap:22px}.ps-band-sage .ps-product+.ps-product{padding-left:15px}.ps-card-copy{padding-inline:0}.ps-card-copy h3{font-size:1.2rem}.ps-focus-layout{gap:30px}.ps-range-detail-layout{gap:30px}.ps-detail-photo{padding:15px;min-height:280px}}
@media(max-width:650px){.products-studio .container{width:calc(100% - 36px)}.ps-summary>.container{gap:10px;padding-block:9px}.ps-summary p{display:block;font-size:.875rem}.ps-summary p>span{display:block}.ps-summary .ps-button{padding:9px 12px;font-size:.95rem;gap:10px}.ps-section-title{gap:18px}.ps-band{padding:28px 0 35px}.ps-product-grid{grid-template-columns:1fr;gap:24px}.ps-card-copy{padding-top:16px}.ps-card-copy h3{font-size:1.4rem}.ps-card-copy p{margin-bottom:10px}.ps-detail-link{max-width:none}.ps-band-sage .ps-product+.ps-product{padding:25px 0 0;border-left:0;border-top:1px solid #bcc5ae}.ps-product+.ps-product{padding-top:15px}.ps-focus-layout{grid-template-columns:1fr;gap:24px}.ps-gallery-detail{padding-top:15px}.ps-back{margin-bottom:15px}.ps-detail-photo{min-height:270px}.ps-range{padding:32px 0}.ps-range-panel{padding:20px}.ps-range-detail-layout{grid-template-columns:1fr;gap:18px}.ps-panel-top h3{font-size:1.4rem}.ps-closing>.container{align-items:start;flex-direction:column;gap:24px}.ps-review{padding:20px;max-height:calc(100dvh - 24px);width:calc(100% - 20px)}.ps-review-item form{grid-template-columns:1fr auto}.ps-review-item form>div{grid-column:1/-1}.ps-review-item .ps-remove{justify-self:start}.ps-review-top{gap:12px}}
@media(max-width:599px){.ps-range-grid{grid-template-columns:1fr}.ps-family h3{min-height:0}.ps-family{padding:18px}}
@media(prefers-reduced-motion:reduce){.products-studio *{scroll-behavior:auto!important;transition:none!important}.ps-photo:hover .ps-crop{transform:none}}
@media(max-width:1100px){.ps-section-caption{max-width:230px;font-size:.75rem;letter-spacing:.1em}}
@media(max-width:899px){.ps-section-caption{display:none}}
@media(max-width:650px){.ps-summary>.container{padding-block:8px}.ps-band{padding:24px 0 28px;background-size:auto 100%;background-repeat:no-repeat;background-position:center top}.ps-section-title{margin-bottom:20px}.ps-section-title h2{font-size:1.65rem}.ps-product-grid{gap:22px}.ps-photo{height:auto;padding:16px 0 26px}.ps-product[data-product-card="cocopeat-650g"]{--photo-width:400px}.ps-product[data-product-card="open-top-grow-bag"]{--photo-width:395px}.ps-product[data-product-card="coir-discs"]{--photo-width:310px}.ps-card-copy h3{font-size:1.25rem}.ps-card-copy{padding-top:8px}.ps-closing{background:linear-gradient(90deg,#163e30e8,#163e3070),#163e30 url('images/products-cocopeat-background.webp') 70% center/cover}.ps-closing>.container{gap:24px}.ps-closing>.container>div{border:0;padding-right:0}}


/* Reference header: applies only to this Products page. */
.products-page>.contact-strip,.products-page .site-header .nav-catalogue{display:none}
.products-page .site-header{background:#fbfaf5;border-bottom:0}
.products-page .nav-shell{width:min(1240px,calc(100% - 108px));min-height:clamp(76px,7.7vw,108px);gap:clamp(30px,5vw,74px)}
.products-page .brand{width:clamp(170px,18vw,258px)}
.products-page .site-header .nav-quote{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:linear-gradient(110deg,#ae9346,#a58a3e);border:1px solid #b8a065;color:#fff;border-radius:4px;font-weight:600;padding:10px 22px;min-height:44px}
.products-page .site-header .nav-quote:hover{background:#8d7130}
.products-page .site-header .nav-quote .icon{width:19px;height:19px}
.products-studio [data-gallery]>.ps-band:first-child{padding-top:18px}
.products-studio [data-gallery]>.ps-band:first-child .ps-section-title h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.75rem,3.3vw,3.1rem);font-weight:700;line-height:1.15;letter-spacing:-.025em}
.products-studio [data-gallery]>.ps-band:first-child .ps-section-caption{max-width:none;font-size:.75rem;letter-spacing:.17em}
@media(min-width:850px){
 .products-page .nav-shell{flex-wrap:nowrap}
 .products-page .menu-toggle{display:none}
 .products-page .site-header nav,.products-page .site-header nav.open{display:flex;flex:1;flex-direction:row;align-items:center;gap:clamp(18px,2.9vw,42px);padding:0 0 0 clamp(105px,9vw,130px);width:auto;min-width:0}
 .products-page .site-header nav>a{font-size:.875rem;padding:10px 0;font-weight:600}
 .products-page .site-header nav>a[aria-current]{background:none;color:#183b2e;border-radius:0}
 .products-page .site-header nav>a[aria-current]:after{display:block;bottom:0}
 .products-page .site-header nav>.nav-quote{margin-left:auto;padding:10px 20px}
}
@media(min-width:850px) and (max-width:1040px){
 .products-page .nav-shell{gap:28px}
 .products-page .site-header nav,.products-page .site-header nav.open{gap:19px}
 .products-page .site-header nav>a{font-size:.8125rem}
 .products-page .site-header nav>.nav-quote{padding-inline:15px;gap:10px}
 .products-studio [data-gallery]>.ps-band:first-child .ps-section-caption{max-width:280px}
}
@media(max-width:849px){
 .products-studio .container{width:calc(100% - 48px)}
 .products-page .nav-shell{width:calc(100% - 40px);min-height:80px;gap:20px}
 .products-page .brand{width:205px}
 .products-page .site-header nav{flex-basis:100%}
 .products-page .site-header nav>.nav-quote{margin-top:8px}
 .ps-opening-layout{grid-template-columns:minmax(0,1fr) 175px;gap:25px}
 .products-studio .ps-opening h1{font-size:clamp(3rem,7vw,4rem)}
 .products-studio .ps-opening-note{font-size:.875rem}
}
@media(max-width:599px){
 .products-studio .container{width:calc(100% - 36px)}
 .ps-opening{padding:28px 0;background-position:62% center}
 .ps-opening-layout{grid-template-columns:1fr;gap:18px}
 .products-studio .ps-opening h1{font-size:clamp(2.7rem,10vw,3.8rem)}
 .ps-opening-intro{font-size:1rem;max-width:310px}
 .products-studio .ps-opening-note{margin:0;max-width:none;display:none}
 .ps-opening .ps-kicker{font-size:.75rem;letter-spacing:.15em}
}

/* The warm studio display continues beneath the reference banner. */
.products-studio .ps-band-blocks{background:#f2eddf url('images/products-blocks-studio.webp') center center/100% 100% no-repeat;padding-bottom:34px}
.ps-band-blocks .ps-product[data-product-card="cocopeat-5kg"]{--photo-width:400px}
.ps-band-blocks .ps-product[data-product-card="cocopeat-2kg"]{--photo-width:365px}
.ps-band-blocks .ps-product[data-product-card="cocopeat-1kg"]{--photo-width:326px}
.ps-band-blocks .ps-photo{height:clamp(230px,29vw,380px);padding-bottom:18px}
.products-studio .ps-band-blocks .ps-card-copy h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.125rem,1.7vw,1.6rem);font-weight:700;letter-spacing:-.02em;line-height:1.25;margin-bottom:5px}
.ps-band-blocks .ps-card-copy p{font-family:Georgia,"Times New Roman",serif;font-size:1.0625rem;line-height:1.4;color:#5c655a}
.ps-band-blocks .ps-detail-link{min-height:40px}
@media(max-width:650px){
 .products-studio .ps-band-blocks{background:#f3eee2}
 .ps-band-blocks .ps-photo{height:auto;padding:22px 0;background:linear-gradient(#f3eee220,#f3eee230),url('images/products-blocks-studio.webp') center/cover no-repeat}
 .ps-band-blocks .ps-product{padding-top:0}
 .ps-band-blocks .ps-card-copy{padding-top:15px}
 .ps-band-blocks .ps-card-copy p{font-size:1rem}
}
