.pgu-apothecary__intro{max-width:52ch;margin-top:1rem}.pgu-apothecary__marquee{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1rem;margin-bottom:clamp(2rem,4vw,3rem);padding:.85rem 1.4rem;border:1px solid var(--pgu-line-gold);border-radius:var(--pgu-pill);background:#e8b9230a;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--pgu-muted)}.pgu-apothecary__marquee .pgu-apothecary__dot{color:var(--pgu-gold);opacity:.7}.pgu-herb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.8vw,22px)}.pgu-herb{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:1.6rem 1.5rem 1.5rem;background:linear-gradient(180deg,var(--pgu-card) 0%,var(--pgu-card-2) 100%);border:1px solid var(--pgu-line);border-radius:var(--pgu-r-lg);overflow:hidden;transition:transform var(--pgu-dur) var(--pgu-ease),border-color var(--pgu-dur) var(--pgu-ease),box-shadow var(--pgu-dur) var(--pgu-ease)}.pgu-herb:before{content:"";position:absolute;top:-30%;right:-30%;width:70%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(232,185,35,.12),transparent 70%);opacity:.5;transition:opacity var(--pgu-dur) var(--pgu-ease);pointer-events:none}.pgu-herb:hover{transform:translateY(-6px);border-color:var(--pgu-line-gold);box-shadow:0 30px 60px -30px #000c}.pgu-herb:hover:before{opacity:1}.pgu-herb__mark{position:relative;width:56px;height:56px;margin-bottom:1.2rem;flex:none;display:flex;align-items:center;justify-content:center}.pgu-herb__botanical{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.pgu-herb__ring{fill:none;stroke:var(--pgu-line-gold);stroke-width:1.4}.pgu-herb__leaf{fill:none;stroke:var(--pgu-gold);stroke-width:1.4;stroke-linecap:round;opacity:.85;transition:opacity var(--pgu-dur) var(--pgu-ease)}.pgu-herb__stem{fill:none;stroke:var(--pgu-gold-deep);stroke-width:1.2;stroke-linecap:round;opacity:.7}.pgu-herb__initial{position:relative;z-index:1;font-family:var(--pgu-serif);font-size:1.25rem;color:var(--pgu-gold-bright);line-height:1;background:radial-gradient(circle,var(--pgu-bg-2) 55%,transparent 72%);padding:.15em .3em}.pgu-herb:hover .pgu-herb__leaf{opacity:1}.pgu-herb__name{font-family:var(--pgu-serif);font-weight:400;font-size:1.18rem;line-height:1.2;letter-spacing:-.01em;margin-bottom:.35rem;color:var(--pgu-ivory)}.pgu-herb__benefit{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--pgu-gold);margin-bottom:1.2rem}.pgu-herb__link{margin-top:auto;display:inline-flex;align-items:center;gap:.45em;font-size:.85rem;font-weight:600;color:var(--pgu-ivory);border-bottom:1px solid var(--pgu-line-gold);padding-bottom:3px;transition:color var(--pgu-dur) var(--pgu-ease),border-color var(--pgu-dur) var(--pgu-ease),gap var(--pgu-dur) var(--pgu-ease)}.pgu-herb__link span{color:var(--pgu-gold);transition:transform var(--pgu-dur) var(--pgu-ease)}.pgu-herb__link:hover{color:var(--pgu-gold-bright);border-color:var(--pgu-gold)}.pgu-herb__link:hover span{transform:translate(4px)}.pgu-subscribe{background:radial-gradient(120% 90% at 50% 0%,rgba(27,67,50,.5),transparent 62%),linear-gradient(180deg,var(--pgu-emerald-deep),var(--pgu-bg));border-block:1px solid var(--pgu-line)}.pgu-subscribe__head{text-align:center;max-width:44ch;margin:0 auto clamp(2.6rem,5vw,4rem)}.pgu-subscribe__head .pgu-eyebrow{display:block;margin-bottom:1rem}.pgu-subscribe__head .pgu-h2{margin-bottom:1rem}.pgu-subscribe__intro{color:var(--pgu-muted);max-width:46ch;margin:0 auto}.pgu-subscribe__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,40px)}.pgu-sub-item{text-align:center;display:flex;flex-direction:column;align-items:center}.pgu-sub-item__icon{width:58px;height:58px;margin-bottom:1.1rem;flex:none;border-radius:50%;border:1px solid var(--pgu-line-gold);background:#e8b9230d;display:flex;align-items:center;justify-content:center;color:var(--pgu-gold);transition:background var(--pgu-dur) var(--pgu-ease),transform var(--pgu-dur) var(--pgu-ease)}.pgu-sub-item__icon svg{width:26px;height:26px}.pgu-sub-item:hover .pgu-sub-item__icon{background:#e8b9231a;transform:translateY(-3px)}.pgu-sub-item__title{font-family:var(--pgu-serif);font-weight:400;font-size:1.16rem;line-height:1.2;margin-bottom:.5rem;color:var(--pgu-ivory)}.pgu-sub-item__text{font-size:.9rem;line-height:1.55;color:var(--pgu-muted);max-width:26ch}.pgu-subscribe__cta{margin-top:clamp(2.6rem,5vw,4rem);display:flex;flex-direction:column;align-items:center;gap:1rem}.pgu-subscribe__fineprint{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--pgu-faint)}@media(max-width:980px){.pgu-herb-grid{grid-template-columns:repeat(3,1fr)}.pgu-subscribe__grid{grid-template-columns:repeat(2,1fr);gap:2.4rem 1rem}}@media(max-width:560px){.pgu-herb-grid{grid-template-columns:repeat(2,1fr);gap:12px}.pgu-herb{padding:1.2rem 1.1rem}.pgu-herb__name{font-size:1.04rem}.pgu-subscribe__grid{grid-template-columns:1fr;gap:2rem}}@media(prefers-reduced-motion:reduce){.pgu-herb:hover,.pgu-sub-item:hover .pgu-sub-item__icon{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pgu-catalog.css.map */
