/* HERO */
.jrlb-hero{background:radial-gradient(120% 90% at 80% 0,#fbf9f3 0,#f4efe3 70%);position:relative;overflow:hidden}
.jrlb-hero-in{display:grid;grid-template-columns:1.05fr 1fr;gap:24px;align-items:center;max-width:var(--jrlb-wrap);margin:0 auto;padding:56px 24px 62px}
.jrlb-hero-h{font-size:clamp(38px,5.3vw,60px);line-height:1.03;margin-bottom:16px;font-weight:600}
.jrlb-hero-h .it{font-style:italic;color:var(--jrlb-green)}
.jrlb-hero-sub{font-size:16px;color:var(--jrlb-muted);max-width:410px;margin-bottom:26px}
.jrlb-hero-cta{display:flex;gap:13px;flex-wrap:wrap}
.jrlb-hero-tags{margin-top:28px;font-size:23px;display:flex;align-items:center;gap:10px}
.jrlb-hero-tags svg{width:20px;height:20px;stroke:var(--jrlb-olive);fill:none}
.jrlb-hero-visual{position:relative;min-height:330px;display:flex;align-items:flex-end;justify-content:center}
.jrlb-hero-visual:before{content:"";position:absolute;bottom:26px;left:50%;transform:translateX(-50%);width:78%;height:44px;background:radial-gradient(closest-side,rgba(60,80,55,.22),transparent 75%);border-radius:50%}
.jrlb-hv-script{position:absolute;top:0;right:6px;font-size:29px;transform:rotate(-7deg);text-align:center;line-height:1;z-index:5}
.jrlb-hero-visual img{width:auto;object-fit:contain;filter:drop-shadow(0 16px 22px rgba(30,50,30,.20));position:relative}
.jrlb-hero-visual .oil{height:270px;z-index:2;margin-right:-20px}
.jrlb-hero-visual .shampoo{height:300px;z-index:1}
.jrlb-hero-visual .aloe{height:150px;z-index:3;margin-left:-24px;align-self:flex-end}
/* TRUST */
.jrlb-trust{background:#fff;border-top:1px solid var(--jrlb-line);border-bottom:1px solid var(--jrlb-line)}
.jrlb-trust-in{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--jrlb-wrap);margin:0 auto;padding:22px 24px}
.jrlb-trust-item{display:flex;align-items:center;gap:13px;padding:8px 24px;border-right:1px solid var(--jrlb-line)}
.jrlb-trust-item:last-child{border-right:0}
.jrlb-trust-ic{width:44px;height:44px;border-radius:50%;background:var(--jrlb-cream);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.jrlb-trust-ic svg{width:22px;height:22px;stroke:var(--jrlb-green);fill:none;stroke-width:1.7}
.jrlb-trust-t{font-family:var(--jrlb-sans);font-weight:600;font-size:14.5px;color:var(--jrlb-ink);line-height:1.2}
.jrlb-trust-s{font-size:12.5px;color:var(--jrlb-muted)}
/* FEATURE CARDS */
.jrlb-features-in{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:var(--jrlb-wrap);margin:0 auto;padding:56px 24px}
.jrlb-fcard{border-radius:16px;overflow:hidden;position:relative;display:flex;align-items:stretch;min-height:230px}
.jrlb-fcard.hair{background:linear-gradient(100deg,#efe7d6,#e6dbc4)}
.jrlb-fcard.skin{background:linear-gradient(100deg,#e9f0e3,#dbe7d1)}
.jrlb-fcard-text{padding:34px 30px;width:62%;display:flex;flex-direction:column;justify-content:center}
.jrlb-fcard-text h3{font-size:31px;margin:6px 0 10px}
.jrlb-fcard-text p{font-size:14px;color:#5a6555;margin-bottom:18px;max-width:230px}
.jrlb-fcard-img{width:38%;position:relative;display:flex;align-items:center;justify-content:center;padding:14px}
.jrlb-fcard-img img{max-height:190px;width:auto;filter:drop-shadow(0 12px 16px rgba(30,50,30,.16))}
.jrlb-fcard-script{position:absolute;top:16px;right:16px;font-size:21px;text-align:right;line-height:1;z-index:3}
/* COLLECTION */
.jrlb-collection{padding:64px 0 30px}
.jrlb-tabs{display:flex;justify-content:center;gap:28px;margin:16px 0 32px}
.jrlb-tab{background:none;border:0;font-family:var(--jrlb-sans);font-size:15px;font-weight:500;color:var(--jrlb-muted);cursor:pointer;padding:6px 2px;position:relative}
.jrlb-tab.active{color:var(--jrlb-ink)}
.jrlb-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:2px;background:var(--jrlb-green);border-radius:2px}
.jrlb-products{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:var(--jrlb-wrap);margin:0 auto;padding:0 24px}
.jrlb-pcard{background:#fff;border:1px solid var(--jrlb-line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:.25s}
.jrlb-pcard.hide{display:none}
.jrlb-pcard:hover{box-shadow:0 14px 30px rgba(30,50,30,.10);transform:translateY(-3px);border-color:#d9cdb4}
.jrlb-pcard-imgwrap{background:linear-gradient(180deg,#faf7ef,#f2ede0);aspect-ratio:1/1.1;display:flex;align-items:center;justify-content:center;padding:16px;position:relative}
.jrlb-pcard-imgwrap img{max-height:165px;width:auto;mix-blend-mode:multiply}
.jrlb-wish{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;color:var(--jrlb-ink)}
.jrlb-wish:hover{color:var(--jrlb-red)}
.jrlb-wish svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
.jrlb-pcard-body{padding:15px 14px 16px;display:flex;flex-direction:column;flex:1;text-align:center}
.jrlb-pcard-name{font-family:var(--jrlb-serif);font-size:15.5px;font-weight:600;color:var(--jrlb-ink);margin-bottom:3px;line-height:1.2}
.jrlb-pcard-size{font-size:12.5px;color:var(--jrlb-muted);margin-bottom:12px}
.jrlb-pcard-price{font-weight:600;color:var(--jrlb-green);font-size:15px;margin-bottom:12px}
.jrlb-pcard-actions{margin-top:auto;display:flex;flex-direction:column;gap:8px}
.jrlb-note{text-align:center;color:var(--jrlb-muted);font-size:12.5px;margin-top:20px}
