.page-header{padding:clamp(140px,17vw,200px) 0 clamp(40px,5vw,64px);text-align:center;position:relative;overflow:hidden}.page-header:before{content:"";position:absolute;top:-10%;left:50%;transform:translate(-50%);width:820px;height:560px;background:radial-gradient(ellipse,rgba(45,107,77,.05) 0%,transparent 65%);pointer-events:none}.page-header-content{position:relative;z-index:2}.page-header-label{font-size:.92rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--green-primary);margin-bottom:18px;animation:hubFadeInUp .6s ease both}.page-header h1{font-family:var(--font);font-size:clamp(2.4rem,5.2vw,4rem);font-weight:700;line-height:1.05;letter-spacing:-.02em;color:var(--charcoal);margin-bottom:20px;animation:hubFadeInUp .6s ease .08s both}.page-header h1 em{font-style:italic;font-weight:500;color:var(--green-primary)}.page-header-desc{font-size:clamp(1rem,1.7vw,1.15rem);color:var(--text-secondary);font-weight:300;line-height:1.72;max-width:620px;margin:0 auto;animation:hubFadeInUp .6s ease .16s both}@keyframes hubFadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.filters{padding:0 0 clamp(32px,4vw,56px);position:relative;z-index:3}.filter-block{text-align:center;margin-bottom:28px}.filter-block:last-child{margin-bottom:0}.filter-label{font-size:.92rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:18px}.filter-row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:980px;margin:0 auto}.problem-pill{display:inline-flex;align-items:center;padding:9px 20px;background:var(--bg-white);border:1px solid var(--border-mid);border-radius:var(--radius-pill);font-size:.88rem;font-weight:400;color:var(--text-secondary);cursor:pointer;transition:all .25s ease;font-family:inherit}.problem-pill:hover{border-color:var(--green-primary);color:var(--charcoal);background:var(--bg-card)}.problem-pill.active{background:var(--green-deep);border-color:var(--green-deep);color:var(--text-on-dark)}.filter-reset{display:inline-flex;align-items:center;gap:6px;margin-top:16px;padding:0;background:none;border:none;font-family:inherit;font-size:.85rem;color:var(--text-tertiary);cursor:pointer;text-decoration:underline;text-underline-offset:3px;transition:color .25s ease;opacity:0;pointer-events:none}.filter-reset.visible{opacity:1;pointer-events:auto}.filter-reset:hover{color:var(--charcoal)}.results-count{text-align:center;margin-top:14px;font-size:.88rem;color:var(--text-tertiary);font-weight:300;letter-spacing:.01em}.results-count strong{color:var(--charcoal);font-weight:600}.products-section{padding:0 0 var(--section-gap);background:var(--bg-cream)}.products-section .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media(max-width:1020px){.products-section .product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:780px){.products-section .product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.products-section .product-grid{grid-template-columns:1fr}}.grid-section-label{display:none;grid-column:1 / -1;font-size:.92rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--green-primary);margin:8px 0 4px}.product-grid.is-sectioned .grid-section-label.has-items{display:block}.product-grid.is-sectioned .grid-section-label-primary{order:0}.product-grid.is-sectioned .product-card.is-primary-for-goal{order:1}.product-grid.is-sectioned .grid-section-label-supporting{order:2;margin-top:24px}.product-grid.is-sectioned .product-card.is-supporting-for-goal{order:3}.products-section .product-card{background:var(--bg-cream);border:1px solid var(--border-mid);border-radius:var(--radius-lg);display:flex;flex-direction:column;transition:border-color .35s ease,box-shadow .35s ease,transform .35s ease;cursor:pointer;position:relative;overflow:hidden;text-decoration:none;color:inherit;padding:0}.products-section .product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;z-index:3;transition:height .35s ease}.products-section .product-card[data-cat=recover]:before{background:var(--cat-recover)}.products-section .product-card[data-cat=glow]:before{background:var(--cat-glow)}.products-section .product-card[data-cat=vitality]:before{background:var(--cat-vitality)}.products-section .product-card[data-cat=define]:before{background:var(--cat-define)}.products-section .product-card[data-cat=rest]:before{background:var(--cat-rest)}.products-section .product-card[data-cat=clarity]:before{background:var(--cat-clarity)}.products-section .product-card:hover{border-color:var(--border-hover);transform:translateY(-3px);box-shadow:0 18px 48px #2a2a281a}.products-section .product-card:hover:before{height:4px}.products-section .product-card:after{display:none}.products-section .product-card.hidden{display:none}.products-section .product-visual{position:relative;height:280px;overflow:hidden;border-radius:var(--radius-lg) var(--radius-lg) 0 0;display:flex;align-items:center;justify-content:center;background:var(--bg-cream);border-bottom:1px solid var(--border-mid)}.products-section .product-visual svg,.products-section .product-visual img{display:block;height:100%;width:auto;max-width:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .5s ease}.products-section .product-card:hover .product-visual img,.products-section .product-card:hover .product-visual svg{transform:scale(1.03)}.products-section .rx-badge{position:absolute;top:14px;right:14px;z-index:3;padding:3px 10px;background:#f6f1ebd9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid var(--border-light);border-radius:var(--radius-pill);font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.products-section .product-body{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}.products-section .product-card-name{font-family:var(--font);font-size:1.15rem;font-weight:700;letter-spacing:-.01em;margin-bottom:4px;line-height:1.25}.products-section .product-card[data-cat=recover] .product-card-name{color:var(--cat-recover)}.products-section .product-card[data-cat=glow] .product-card-name{color:var(--cat-glow)}.products-section .product-card[data-cat=vitality] .product-card-name{color:var(--cat-vitality)}.products-section .product-card[data-cat=define] .product-card-name{color:var(--cat-define)}.products-section .product-card[data-cat=rest] .product-card-name{color:var(--cat-rest)}.products-section .product-card[data-cat=clarity] .product-card-name{color:var(--cat-clarity)}.products-section .product-card-type{font-size:.72rem;font-weight:500;letter-spacing:.04em;color:var(--text-tertiary);margin-bottom:12px}.products-section .product-card-desc{font-size:.85rem;color:var(--text-secondary);font-weight:300;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.products-section .product-card-btn{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:auto;padding:14px 24px;background:transparent;border:1.5px solid var(--border-mid);border-radius:var(--radius-pill);font-size:.88rem;font-weight:500;letter-spacing:.01em;color:var(--green-primary);transition:all .3s ease;width:100%}.products-section .product-card[data-cat=recover] .product-card-btn{border-color:var(--cat-recover);color:var(--cat-recover)}.products-section .product-card[data-cat=glow] .product-card-btn{border-color:var(--cat-glow);color:var(--cat-glow)}.products-section .product-card[data-cat=vitality] .product-card-btn{border-color:var(--cat-vitality);color:var(--cat-vitality)}.products-section .product-card[data-cat=define] .product-card-btn{border-color:var(--cat-define);color:var(--cat-define)}.products-section .product-card[data-cat=rest] .product-card-btn{border-color:var(--cat-rest);color:var(--cat-rest)}.products-section .product-card[data-cat=clarity] .product-card-btn{border-color:var(--cat-clarity);color:var(--cat-clarity)}.products-section .product-card[data-cat=recover]:hover .product-card-btn{background:var(--cat-recover);border-color:var(--cat-recover);color:var(--text-on-dark)}.products-section .product-card[data-cat=glow]:hover .product-card-btn{background:var(--cat-glow);border-color:var(--cat-glow);color:var(--text-on-dark)}.products-section .product-card[data-cat=vitality]:hover .product-card-btn{background:var(--cat-vitality);border-color:var(--cat-vitality);color:var(--text-on-dark)}.products-section .product-card[data-cat=define]:hover .product-card-btn{background:var(--cat-define);border-color:var(--cat-define);color:var(--text-on-dark)}.products-section .product-card[data-cat=rest]:hover .product-card-btn{background:var(--cat-rest);border-color:var(--cat-rest);color:var(--text-on-dark)}.products-section .product-card[data-cat=clarity]:hover .product-card-btn{background:var(--cat-clarity);border-color:var(--cat-clarity);color:var(--text-on-dark)}.empty-state{grid-column:1 / -1;text-align:center;padding:80px 20px;color:var(--text-secondary);display:none}.empty-state.visible{display:block}.empty-state-icon{font-size:2rem;color:var(--text-tertiary);margin-bottom:10px;font-weight:300}.empty-state-title{font-family:var(--font);font-size:1.3rem;color:var(--charcoal);font-weight:700;letter-spacing:-.01em;margin-bottom:8px}.empty-state-desc{font-size:.95rem;color:var(--text-secondary);font-weight:300}.hub-cta-section{padding:0 0 var(--section-gap)}.hub-cta-card{position:relative;background:var(--charcoal);border-radius:var(--radius-lg);padding:clamp(60px,9vw,110px) clamp(28px,5vw,72px);text-align:center;overflow:hidden}.hub-cta-card:before{content:"";position:absolute;top:-40%;left:50%;transform:translate(-50%);width:720px;height:720px;background:radial-gradient(circle,rgba(45,107,77,.22) 0%,transparent 60%);pointer-events:none}.hub-cta-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 18px;background:#f6f1eb14;border:1px solid rgba(246,241,235,.16);border-radius:var(--radius-pill);font-size:.84rem;font-weight:500;color:#f6f1ebd9;margin-bottom:26px;position:relative}.hub-cta-badge-dot{width:6px;height:6px;background:#7edaa8;border-radius:50%;animation:hubPulse 2s ease infinite}@keyframes hubPulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.25)}}.hub-cta-title{font-family:var(--font);font-size:clamp(2rem,4.2vw,3.4rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:18px;color:var(--text-on-dark);position:relative}.hub-cta-title em{font-style:italic;font-weight:500;color:#4a9dabe6}.hub-cta-desc{font-family:var(--font);font-size:clamp(1.02rem,1.4vw,1.15rem);color:#f6f1ebb8;font-weight:300;max-width:560px;margin:0 auto 38px;line-height:1.8;position:relative}
