.cgr{--ink:#172126;--paper:#ffffff;--soft:#f4fbf9;--mint:#28cdb2;--mint-dark:#0f8f7c;--muted:#647177;--line:#dce8e5;background:#fff;color:var(--ink);font-family:var(--font-body-family),sans-serif;overflow:hidden}.cgr *{box-sizing:border-box}.cgr a{text-decoration:none;color:inherit}.cgr h1,.cgr h2,.cgr h3,.cgr p{margin:0}.cgr h1,.cgr h2,.cgr h3{font-family:var(--font-heading-family),sans-serif}.cgr-announcement{min-height:38px;padding:9px 4vw;background:var(--mint);color:#10211e;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:10px;font-weight:800;letter-spacing:.13em}.cgr-header{height:88px;padding:0 4.5vw;border-bottom:1px solid var(--line);display:grid;grid-template-columns:220px 1fr 220px;align-items:center;position:relative;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}.cgr-brand{display:flex;align-items:center;width:186px;height:58px;overflow:hidden;border-radius:8px}.cgr-brand img{display:block;width:100%;height:100%;object-fit:cover}.cgr-nav{display:flex;justify-content:center;gap:34px}.cgr-nav a{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#536167;font-weight:700}.cgr-nav a:hover{color:var(--mint-dark)}.cgr-header__actions{display:flex;justify-content:flex-end;align-items:center}.cgr-cart{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:.11em;text-transform:uppercase}.cgr-cart svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6}.cgr-cart b{min-width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:#10211e;font-size:10px}.cgr-hero{min-height:720px;display:grid;grid-template-columns:48% 52%;background:linear-gradient(135deg,#f7fffd,#eefaf7);border-bottom:1px solid var(--line)}.cgr-hero__copy{padding:100px 6vw 90px 7vw;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.cgr-eyebrow{color:var(--mint-dark);font-size:11px;font-weight:850;letter-spacing:.2em;text-transform:uppercase}.cgr-hero h1{font-size:clamp(62px,7vw,112px);line-height:.88;letter-spacing:-.055em;max-width:720px;margin:22px 0 30px;text-transform:uppercase}.cgr-hero__body{max-width:520px;color:var(--muted);font-size:18px;line-height:1.65}.cgr-hero__buttons{display:flex;align-items:center;gap:30px;margin-top:36px}.cgr-button{min-height:56px;padding:0 24px;display:inline-flex;align-items:center;justify-content:space-between;gap:28px;font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;border-radius:5px}.cgr-button--primary{background:var(--ink);color:#fff}.cgr-button--primary:hover{background:var(--mint-dark)}.cgr-button--dark{background:var(--ink);color:#fff}.cgr-text-link{font-size:11px;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid #9ba8ad;padding-bottom:7px}.cgr-hero__proof{display:flex;align-items:center;gap:20px;margin-top:48px;padding-top:25px;border-top:1px solid var(--line);max-width:560px}.cgr-hero__proof>div{display:flex;flex-direction:column}.cgr-hero__proof strong{font-size:24px}.cgr-hero__proof span,.cgr-stars{color:var(--mint-dark);letter-spacing:.13em;font-size:12px}.cgr-hero__proof p{color:#748086;font-size:12px;line-height:1.5;max-width:280px}.cgr-hero__visual{position:relative;min-height:720px;background:#fff;overflow:hidden;padding:36px}.cgr-hero__visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:18px;box-shadow:0 26px 70px rgba(23,33,38,.16)}.cgr-proofbar{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--line);background:#fff}.cgr-proofbar>div{padding:28px;border-right:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;column-gap:13px}.cgr-proofbar>div:last-child{border-right:0}.cgr-proofbar span{grid-row:1/3;color:var(--mint-dark);font-size:10px;letter-spacing:.12em}.cgr-proofbar strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.cgr-proofbar small{color:#7d898e;font-size:11px;margin-top:4px}.cgr-section{padding:110px 6vw}.cgr-section-heading{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:50px}.cgr-section-heading h2,.cgr-faq h2{font-size:clamp(46px,5vw,78px);line-height:.95;letter-spacing:-.045em;margin-top:14px}.cgr-section-heading>p{max-width:470px;color:var(--muted);line-height:1.65;font-size:15px}.cgr-shop{background:#fff}.cgr-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.cgr-product-card{border:1px solid var(--line);background:#fff;border-radius:16px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.cgr-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(23,33,38,.1)}.cgr-product-card__media{display:block;position:relative;background:#f5f8f7;aspect-ratio:1;overflow:hidden}.cgr-product-card__media img,.cgr-product-card__media svg{width:100%;height:100%;object-fit:contain;display:block;transition:transform .45s ease;padding:18px}.cgr-product-card:hover .cgr-product-card__media img{transform:scale(1.035)}.cgr-badge{position:absolute;left:14px;top:14px;background:var(--mint);color:#12221e;padding:8px 10px;font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;border-radius:4px}.cgr-product-card__body{padding:22px}.cgr-product-card__top{display:flex;justify-content:space-between;gap:20px;align-items:start}.cgr-product-card h3{font-size:21px;line-height:1.08}.cgr-product-card__top strong{color:var(--mint-dark);white-space:nowrap;font-size:14px}.cgr-product-card__body>p{color:#758187;font-size:12px;line-height:1.55;min-height:56px;margin:14px 0 18px}.cgr-quick-add button,.cgr-card-link{width:100%;min-height:49px;padding:0 15px;border:1px solid var(--ink);background:var(--ink);color:#fff;display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:800;cursor:pointer;border-radius:4px}.cgr-quick-add button:hover,.cgr-card-link:hover{background:var(--mint);color:#10211e;border-color:var(--mint)}.cgr-card-link.is-disabled{opacity:.45}.cgr-view-all{display:flex;width:max-content;margin:38px auto 0;padding-bottom:7px;border-bottom:1px solid #9da8ac;text-transform:uppercase;letter-spacing:.12em;font-size:11px;gap:10px}.cgr-system{display:grid;grid-template-columns:36% 64%;background:var(--mint);color:#10211e}.cgr-system__intro{padding:110px 6vw}.cgr-system__intro h2{font-size:clamp(52px,5.3vw,84px);line-height:.92;letter-spacing:-.04em;margin:16px 0 25px}.cgr-system__intro>p:last-child{color:#24564e;line-height:1.65;max-width:430px}.cgr-system__intro .cgr-eyebrow{color:#155f53}.cgr-system__steps{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid rgba(16,33,30,.18)}.cgr-system__steps article{padding:105px 34px 60px;border-right:1px solid rgba(16,33,30,.18);display:flex;flex-direction:column}.cgr-system__steps article>span{font-size:10px;letter-spacing:.16em}.cgr-step-icon{font-size:48px;margin:65px 0 50px}.cgr-system__steps h3{font-size:28px}.cgr-system__steps p{color:#275f55;font-size:13px;line-height:1.7;margin-top:14px}.cgr-editorial{display:grid;grid-template-columns:56% 44%;min-height:720px;background:#f3faf8}.cgr-editorial__media{position:relative;background:#eef4f2;overflow:hidden;padding:34px}.cgr-editorial__media img{width:100%;height:100%;object-fit:cover;display:block;border-radius:16px}.cgr-editorial__copy{background:#f3faf8;color:var(--ink);padding:95px 6vw;display:flex;flex-direction:column;justify-content:center}.cgr-editorial__copy h2{font-size:clamp(46px,4.8vw,72px);line-height:.95;letter-spacing:-.04em;margin:18px 0 25px}.cgr-editorial__copy>p:not(.cgr-eyebrow){font-size:15px;line-height:1.7;max-width:560px;color:var(--muted)}.cgr-editorial__copy ul{list-style:none;padding:0;margin:35px 0;display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.cgr-editorial__copy li{padding:16px 0;border-bottom:1px solid var(--line);font-size:12px;text-transform:uppercase;letter-spacing:.06em}.cgr-editorial__copy li:nth-child(odd){padding-right:18px}.cgr-editorial__copy li span{font-size:9px;margin-right:9px;color:var(--mint-dark)}.cgr-editorial__copy .cgr-button{width:max-content}.cgr-reviews{background:#fff}.cgr-review-score{display:flex;flex-direction:column;align-items:flex-end}.cgr-review-score strong{font-size:34px}.cgr-review-score span{color:var(--mint-dark);letter-spacing:.14em}.cgr-review-score small{color:#7e8983;margin-top:6px}.cgr-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cgr-review-grid article{min-height:300px;padding:30px;border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;background:#fbfdfc}.cgr-review-grid blockquote{font-size:18px;line-height:1.65;margin:35px 0;flex:1}.cgr-review-grid footer{display:flex;flex-direction:column;border-top:1px solid var(--line);padding-top:18px}.cgr-review-grid footer strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.cgr-review-grid footer span{color:#737e78;font-size:11px;margin-top:4px}.cgr-faq{display:grid;grid-template-columns:40% 60%;gap:7vw;border-top:1px solid var(--line);background:#fff}.cgr-faq__list details{border-top:1px solid var(--line)}.cgr-faq__list details:last-child{border-bottom:1px solid var(--line)}.cgr-faq summary{list-style:none;cursor:pointer;padding:25px 0;display:flex;justify-content:space-between;gap:20px;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.cgr-faq summary::-webkit-details-marker{display:none}.cgr-faq summary span{font-size:20px;transition:transform .25s}.cgr-faq details[open] summary span{transform:rotate(45deg)}.cgr-faq details p{color:#778388;font-size:13px;line-height:1.7;padding:0 50px 25px 0}.cgr-final-cta{text-align:center;padding:125px 24px;background:var(--mint);color:#10211e}.cgr-final-cta .cgr-eyebrow{color:#155f53}.cgr-final-cta h2{font-size:clamp(58px,8vw,116px);line-height:.86;letter-spacing:-.045em;margin:22px 0 38px}.cgr-final-cta h2 em{font-style:normal;color:#fff}.cgr-footer{padding:68px 6vw 25px;border-top:1px solid var(--line);background:#fff}.cgr-footer__main{display:grid;grid-template-columns:1fr 1fr;gap:70px}.cgr-footer__brand img{width:205px;height:76px;object-fit:cover;border-radius:7px}.cgr-footer__brand p{color:#778287;font-size:13px;line-height:1.65;max-width:360px;margin-top:18px}.cgr-footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.cgr-footer__links strong{display:block;color:var(--mint-dark);font-size:10px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:17px}.cgr-footer__links a{display:block;color:#536066;font-size:12px;margin:11px 0}.cgr-footer__bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:22px;margin-top:55px;color:#7b878b;font-size:9px;letter-spacing:.12em;text-transform:uppercase}
@media(max-width:1100px){.cgr-header{grid-template-columns:190px 1fr 160px}.cgr-nav{gap:20px}.cgr-product-grid{grid-template-columns:repeat(2,1fr)}.cgr-system{grid-template-columns:1fr}.cgr-system__steps{border-left:0;border-top:1px solid rgba(16,33,30,.18)}.cgr-editorial{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.cgr-announcement{justify-content:center;text-align:center}.cgr-announcement__secondary{display:none}.cgr-header{height:74px;padding:0 20px;grid-template-columns:1fr auto}.cgr-brand{width:155px;height:48px}.cgr-nav{display:none}.cgr-cart span{display:none}.cgr-header__actions{gap:8px}.cgr-hero{grid-template-columns:1fr;min-height:auto}.cgr-hero__copy{padding:68px 22px 48px}.cgr-hero h1{font-size:58px}.cgr-hero__body{font-size:16px}.cgr-hero__buttons{align-items:flex-start;flex-direction:column;gap:22px}.cgr-hero__visual{min-height:610px;padding:18px}.cgr-proofbar{grid-template-columns:1fr 1fr}.cgr-proofbar>div:nth-child(2){border-right:0}.cgr-proofbar>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.cgr-section{padding:78px 22px}.cgr-section-heading{align-items:flex-start;flex-direction:column;gap:25px}.cgr-section-heading h2,.cgr-faq h2{font-size:48px}.cgr-product-grid{grid-template-columns:1fr}.cgr-system__intro{padding:78px 22px}.cgr-system__steps{grid-template-columns:1fr}.cgr-system__steps article{padding:38px 22px;border-right:0;border-bottom:1px solid rgba(16,33,30,.18)}.cgr-step-icon{margin:30px 0}.cgr-editorial{grid-template-columns:1fr;min-height:0}.cgr-editorial__media{min-height:450px;padding:18px}.cgr-editorial__copy{padding:74px 22px}.cgr-editorial__copy ul{grid-template-columns:1fr}.cgr-review-score{align-items:flex-start}.cgr-review-grid{grid-template-columns:1fr}.cgr-faq{grid-template-columns:1fr;gap:45px}.cgr-final-cta{padding:95px 20px}.cgr-footer__main{grid-template-columns:1fr}.cgr-footer__links{grid-template-columns:1fr 1fr}.cgr-footer__bottom{flex-direction:column}}
@media(prefers-reduced-motion:reduce){.cgr *{scroll-behavior:auto!important;transition:none!important}}
