:root{--ink: #241c29;--muted: #6e6673;--purple: #5a2b83;--purple-dark: #3b175d;--purple-soft: #efe8f6;--mint: #71d3bd;--cream: #fbf8fc;--line: #e8e1eb;--white: #fff;--shadow: 0 22px 65px rgba(55, 27, 73, .12);--radius: 26px;--page: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--white);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{color:inherit}.page-width{width:min(calc(100% - 48px),var(--page));margin-inline:auto}.section-space{padding:110px 0}.skip-link{position:fixed;top:-100px;left:16px;z-index:9999;padding:12px 18px;background:var(--ink);color:#fff;border-radius:10px}.skip-link:focus{top:16px}.announcement{background:var(--purple-dark);color:#fff;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.announcement__inner{min-height:36px;display:flex;align-items:center;justify-content:center;gap:20px}.announcement__divider{width:3px;height:3px;border-radius:50%;background:var(--mint)}.site-header{position:relative;z-index:50;background:#fffffff5;border-bottom:1px solid rgba(71,43,82,.09);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header__inner{height:82px;display:grid;grid-template-columns:250px 1fr 250px;align-items:center;gap:24px}.wordmark{display:inline-flex;flex-direction:column;width:max-content;line-height:1}.wordmark span{color:var(--purple);font-size:23px;font-weight:900;letter-spacing:.18em}.wordmark small{margin-top:6px;color:var(--muted);font-size:9px;letter-spacing:.23em;text-transform:uppercase}.header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(20px,3vw,42px);font-size:14px;font-weight:650}.header__nav a{position:relative;padding:12px 0}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--purple);transition:right .2s ease}.header__nav a:hover:after{right:0}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.icon-link{font-size:28px;line-height:1;transform:rotate(-18deg)}.cart-link{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:700}.cart-link__count{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--purple);color:#fff}.header__menu{display:none;width:40px;height:40px;padding:9px;border:0;background:transparent}.header__menu span{display:block;height:2px;margin:5px 0;background:currentColor}.mobile-nav{padding:16px 24px 24px;border-top:1px solid var(--line)}.mobile-nav a{display:block;padding:12px 0;font-weight:700;border-bottom:1px solid var(--line)}.eyebrow{color:var(--purple);font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.eyebrow--light{color:#d9bee9}.button{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:0 28px;border:1px solid var(--purple);border-radius:999px;background:var(--purple);color:#fff;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 14px 30px #50237640;background:var(--purple-dark)}.button--secondary{background:#fff;color:var(--purple)}.button--light{background:#fff;border-color:#fff;color:var(--purple-dark)}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--purple);font-weight:800}.text-link span{transition:transform .2s ease}.text-link:hover span{transform:translate(4px)}.hero{position:relative;min-height:720px;overflow:hidden;isolation:isolate}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#f9f6fcf5,#ffffffad),url(frohack-hero-bg.png) center/cover no-repeat}.hero:after{content:"";position:absolute;inset:auto 0 0;height:110px;background:linear-gradient(to bottom,transparent,white);z-index:-1}.hero__grid{min-height:720px;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:44px}.hero__copy{padding:70px 0 90px}.hero h1{max-width:690px;margin:18px 0 22px;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,6.2vw,88px);line-height:.96;letter-spacing:-.055em}.hero__lead{max-width:620px;margin:0 0 32px;color:#514958;font-size:19px;line-height:1.7}.hero__actions{display:flex;align-items:center;gap:26px}.hero__proof{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:650px;margin-top:52px;padding-top:26px;border-top:1px solid rgba(76,47,91,.16)}.hero__proof div{display:flex;flex-direction:column;gap:3px}.hero__proof strong{color:var(--purple);font-size:14px}.hero__proof span{color:var(--muted);font-size:12px}.hero__visual{position:relative;min-height:650px;display:grid;place-items:center}.hero__visual>img{position:relative;z-index:2;width:min(92%,670px);filter:drop-shadow(0 40px 40px rgba(54,26,68,.2))}.hero__halo{position:absolute;width:620px;height:620px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95),rgba(212,188,232,.44) 48%,transparent 69%)}.hero__badge{position:absolute;z-index:3;display:grid;grid-template-columns:36px 1fr;column-gap:10px;width:190px;padding:14px 16px;border:1px solid rgba(255,255,255,.75);border-radius:18px;background:#ffffffd1;box-shadow:0 18px 45px #42225324;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero__badge span{grid-row:span 2;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--purple-soft);color:var(--purple);font-size:11px;font-weight:900}.hero__badge strong{font-size:13px}.hero__badge small{color:var(--muted);font-size:10px}.hero__badge--top{top:16%;right:0}.hero__badge--bottom{bottom:14%;left:1%}.section-heading{max-width:710px;margin-bottom:52px}.section-heading--center{margin-inline:auto;text-align:center}.section-heading h2,.reviews-heading h2,.faq h2,.home-product h2,.product-story__intro h2{margin:12px 0 16px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,4.5vw,62px);line-height:1.05;letter-spacing:-.045em}.section-heading p{margin:0;color:var(--muted);font-size:18px}.benefits{background:var(--white)}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.benefit-card{position:relative;min-height:330px;padding:36px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--cream)}.benefit-card--accent{color:#fff;background:var(--purple);border-color:var(--purple);transform:translateY(-18px);box-shadow:var(--shadow)}.benefit-card__number{position:absolute;top:28px;right:30px;color:#aaa0af;font-size:12px;font-weight:900}.benefit-card--accent .benefit-card__number{color:#d9c9e4}.benefit-card__icon{display:grid;place-items:center;width:62px;height:62px;margin-bottom:54px;border-radius:50%;background:#fff;color:var(--purple);font-size:25px;box-shadow:0 12px 26px #2c153814}.benefit-card--accent .benefit-card__icon{background:#ffffff26;color:#fff}.benefit-card h3{margin:0 0 12px;font-size:23px}.benefit-card p{margin:0;color:var(--muted)}.benefit-card--accent p{color:#e8deed}.home-product{background:#f5eff8}.home-product__grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(55px,8vw,110px)}.home-product__image-card{position:relative;padding:28px;border-radius:38px;background:#fff;box-shadow:var(--shadow)}.home-product__image-card img{width:100%;border-radius:24px}.home-product__tag{position:absolute;top:48px;left:48px;padding:9px 14px;border-radius:999px;background:var(--purple-dark);color:#fff;font-size:11px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.home-product__copy>p{color:var(--muted);font-size:18px}.check-list{display:grid;gap:12px;margin:28px 0;padding:0;list-style:none}.check-list li{display:flex;gap:12px;font-weight:700}.check-list span{display:grid;place-items:center;flex:0 0 22px;height:22px;border-radius:50%;background:#d9f4ec;color:#187961;font-size:12px}.home-product__price{display:flex;align-items:baseline;gap:10px;margin-bottom:22px}.home-product__price span{color:var(--muted)}.home-product__price strong{color:var(--purple);font-size:34px}.micro-trust{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:24px;color:var(--muted);font-size:12px}.micro-trust span:before{content:"\2713";margin-right:6px;color:var(--purple);font-weight:900}.home-reviews{color:#fff;background:linear-gradient(135deg,var(--purple-dark),#6d3795)}.reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:48px}.reviews-heading h2{max-width:690px;margin-bottom:0}.rating-block{min-width:210px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 12px}.rating-block strong{grid-row:span 2;font-family:Georgia,serif;font-size:66px;line-height:1}.rating-block span{color:#ffd979;letter-spacing:.08em}.rating-block small{color:#d7c8df}.review-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.review-feature-grid article{display:flex;min-height:290px;flex-direction:column;padding:30px;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.stars{color:#ffcc68;letter-spacing:.07em}.review-feature-grid blockquote{flex:1;margin:26px 0;font-family:Georgia,serif;font-size:23px;line-height:1.4}.review-feature-grid footer{display:flex;justify-content:space-between;color:#d8cbe0;font-size:12px}.review-feature-grid footer strong{color:#fff;font-size:14px}.reviews__cta{margin-top:38px;text-align:center}.faq__grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:clamp(60px,9vw,130px)}.faq__intro{position:sticky;top:32px;align-self:start}.faq__intro p{color:var(--muted);font-size:17px}.faq__intro a{color:var(--purple);font-weight:800}.faq__item{border-bottom:1px solid var(--line)}.faq__item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 0;border:0;background:transparent;text-align:left;font-size:18px;font-weight:800;cursor:pointer}.faq__item button span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:var(--purple-soft);color:var(--purple)}.faq__answer{padding:0 50px 24px 0;color:var(--muted)}.site-footer{padding:80px 0 26px;color:#e8dfee;background:#211529}.footer__grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:60px}.wordmark--footer span{color:#fff}.wordmark--footer small{color:#aa99b5}.footer__brand p{max-width:340px;color:#ad9fb6}.footer__brand a{color:#fff;font-weight:750}.footer__grid h2{margin:0 0 20px;color:#fff;font-size:13px;letter-spacing:.1em;text-transform:uppercase}.footer__grid>div:not(.footer__brand) a{display:block;margin:12px 0;color:#b8aabd;font-size:13px}.footer__grid a:hover{color:#fff}.footer__bottom{display:flex;justify-content:space-between;gap:30px;margin-top:64px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:#8f8297;font-size:11px}.breadcrumbs{display:flex;gap:9px;padding-top:24px;color:var(--muted);font-size:12px}.breadcrumbs a:hover{color:var(--purple)}.product-shell{padding-bottom:84px;background:#fcfafc}.product-top{display:grid;grid-template-columns:1.08fr .92fr;align-items:start;gap:clamp(40px,6vw,85px);padding-top:26px}.product-gallery{position:sticky;top:24px;align-self:start;min-width:0}.product-gallery__main{position:relative;aspect-ratio:1;overflow:hidden;border-radius:30px;background:#fff;box-shadow:0 12px 38px #30183c14}.product-gallery__main>img{width:100%;height:100%;object-fit:contain;touch-action:pan-y;transition:opacity .2s ease,transform .2s ease}.product-gallery__main>img.is-changing{opacity:.45;transform:scale(.99)}.product-gallery__nav{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid rgba(90,43,131,.14);border-radius:50%;background:#ffffffe6;color:var(--purple);box-shadow:0 7px 22px #36194b1f;cursor:pointer;transform:translateY(-50%);transition:background .2s ease,transform .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-gallery__nav:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.product-gallery__nav--prev{left:16px}.product-gallery__nav--next{right:16px}.sale-pill{position:absolute;top:22px;left:22px;padding:9px 14px;border-radius:999px;background:#bd284b;color:#fff;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.product-gallery__thumbs{display:flex;gap:10px;margin-top:14px;padding:2px 2px 9px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:thin;scrollbar-color:#bda4cd transparent;cursor:grab;touch-action:pan-x;-webkit-user-select:none;user-select:none}.product-gallery__thumbs::-webkit-scrollbar{height:5px}.product-gallery__thumbs::-webkit-scrollbar-track{background:transparent}.product-gallery__thumbs::-webkit-scrollbar-thumb{border-radius:999px;background:#c5add4}.product-gallery__thumbs.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none}.product-gallery__thumb{flex:0 0 calc((100% - 50px) / 6);aspect-ratio:1;padding:4px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer;scroll-snap-align:start;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.product-gallery__thumb:hover{transform:translateY(-1px);border-color:#b695cb}.product-gallery__thumb.is-active{border:2px solid var(--purple);box-shadow:0 0 0 2px #5a2b8317}.product-gallery__thumb:focus-visible{outline:3px solid rgba(90,43,131,.28);outline-offset:2px}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;border-radius:8px}.product-summary{padding:20px 0}.product-detail-column{min-width:0}.product-summary h1{margin:12px 0 14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,4vw,58px);line-height:1.04;letter-spacing:-.045em}.summary-rating{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.summary-rating span{color:#f6a91c;letter-spacing:.05em}.summary-rating strong{color:var(--ink)}.summary-rating small{text-decoration:underline}.product-status{display:flex;align-items:center;gap:7px;margin:20px 0 10px;color:var(--muted);font-size:12px}.status-dot{width:8px;height:8px;border-radius:50%;background:#25a574;box-shadow:0 0 0 5px #25a5741a}.product-price-row{display:flex;align-items:baseline;gap:12px;margin:12px 0 18px}.product-price{color:var(--purple);font-size:35px;font-weight:900}.product-compare{color:#99909d;text-decoration:line-through}.product-intro{color:var(--muted);font-size:16px}.bundle-picker{display:grid;gap:12px;margin:26px 0 18px;padding:0;border:0}.bundle-picker legend{width:100%;margin-bottom:10px;font-size:14px;font-weight:900}.bundle-picker legend span{float:right;color:var(--muted);font-size:11px;font-weight:600}.bundle-card{position:relative;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:14px;min-height:82px;padding:15px 18px;border:1px solid var(--line);border-radius:18px;background:#fff;cursor:pointer;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.bundle-card:hover{transform:translateY(-1px);border-color:#bd9ed0}.bundle-card.is-selected{border:2px solid var(--purple);box-shadow:0 10px 28px #5126711a}.bundle-card.is-disabled{opacity:.45;cursor:not-allowed}.bundle-card input{position:absolute;opacity:0;pointer-events:none}.bundle-card__dot{width:20px;height:20px;border:2px solid #cfc5d4;border-radius:50%;box-shadow:inset 0 0 0 4px #fff}.bundle-card.is-selected .bundle-card__dot{background:var(--purple);border-color:var(--purple)}.bundle-card__content{display:flex;flex-direction:column}.bundle-card__content strong{font-size:13px}.bundle-card__content small{margin-top:3px;color:var(--muted);font-size:10px}.bundle-card__price{display:flex;flex-direction:column;align-items:flex-end}.bundle-card__price strong{color:var(--purple);font-size:17px}.bundle-card__price s{color:#9e96a1;font-size:10px}.bundle-card__flag{position:absolute;top:-9px;right:14px;padding:3px 9px;border-radius:999px;background:var(--purple);color:#fff;font-size:8px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.purchase-row{display:grid;grid-template-columns:118px 1fr;gap:12px}.quantity-picker{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;min-height:56px;border:1px solid var(--line);border-radius:999px;background:#fff}.quantity-picker button{height:100%;border:0;background:transparent;cursor:pointer;font-size:20px}.quantity-picker input{width:100%;border:0;outline:0;background:transparent;text-align:center;font-weight:800;-moz-appearance:textfield}.quantity-picker input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.product-submit{width:100%;border-radius:999px}.delivery-card{display:flex;align-items:center;gap:14px;margin:18px 0;padding:16px 18px;border-radius:16px;background:#edf8f4;color:#185d4b}.delivery-card__icon{display:grid;place-items:center;flex:0 0 40px;height:40px;border-radius:50%;background:#fff;font-size:20px}.delivery-card strong{font-size:12px}.delivery-card p{margin:2px 0 0;font-size:10px}.summary-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0}.summary-trust div{display:flex;min-width:0;flex-direction:column;align-items:center;padding:15px 8px;border:1px solid var(--line);border-radius:14px;text-align:center}.summary-trust div>span{display:grid;place-items:center;margin-bottom:7px;color:var(--purple)}.summary-trust svg{width:22px;height:22px}.summary-trust strong{font-size:10px}.summary-trust small{max-width:100%;overflow:hidden;color:var(--muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.product-notes{border-top:1px solid var(--line)}.product-notes details{border-bottom:1px solid var(--line)}.product-notes summary{padding:17px 0;cursor:pointer;font-weight:800;font-size:13px}.product-notes p{margin:0 0 18px;color:var(--muted);font-size:12px}.product-story{background:#fff}.product-story__intro{max-width:880px;margin-bottom:72px;text-align:center}.product-story__intro p{max-width:760px;margin:0 auto;color:var(--muted);font-size:18px}.product-story__opening{max-width:860px;margin-bottom:48px;text-align:center}.product-story__opening h2{margin:0 0 20px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(30px,3.1vw,42px);font-weight:900;line-height:1.18;letter-spacing:-.035em}.product-story__opening p{max-width:800px;margin:0 auto;color:var(--ink);font-size:clamp(17px,1.6vw,20px);font-weight:750;line-height:1.48}.product-story__opening em{font-weight:900}.story-animation{display:flex;justify-content:center;margin:0 auto 84px;padding:0 16px;background:transparent}.story-animation img{width:auto;max-width:100%;height:auto;border:0;border-radius:0;background:transparent;box-shadow:none}.story-block{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(50px,8vw,110px);margin-bottom:96px}.story-block--reverse .story-block__copy{order:-1}.story-block--hero{padding:60px;border-radius:36px;background:#f7f1fa}.story-block__image{overflow:hidden;border-radius:28px;background:#f7f4f8}.story-block__image img{width:100%}.story-block__copy h3{margin:10px 0 18px;font-family:Georgia,serif;font-size:clamp(35px,4vw,50px);line-height:1.06;letter-spacing:-.035em}.story-block__copy p{color:var(--muted);font-size:17px}.story-kicker{color:var(--purple);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.story-block__copy ul{display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none}.story-block__copy li:before{content:"\2713";display:inline-grid;place-items:center;width:21px;height:21px;margin-right:10px;border-radius:50%;background:var(--purple-soft);color:var(--purple);font-size:11px;font-weight:900}.story-image-full{max-width:760px;margin-top:-52px;margin-bottom:96px}.story-image-full img{width:100%;border-radius:28px}.story-disclaimer{margin-top:20px;padding:12px 16px;border-left:3px solid var(--purple);background:var(--purple-soft);color:var(--muted);font-size:11px}.routine-steps{display:grid;gap:10px;margin-top:24px}.routine-steps span{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:750}.routine-steps strong{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--purple);color:#fff;font-size:11px}.product-promise{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:44px;border-radius:34px;color:#fff;background:var(--purple-dark)}.product-promise>div{padding:12px 24px;border-right:1px solid rgba(255,255,255,.16)}.product-promise>div:last-child{border-right:0}.promise-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#ffffff1f;color:#dbbfeb;font-weight:900}.product-promise h3{margin:20px 0 8px;font-size:18px}.product-promise p{margin:0;color:#d1c3d8;font-size:12px}@media(min-width:801px){.product-detail-column .product-story{padding:72px 0 0;background:transparent}.product-detail-column .page-width{width:100%;max-width:none;margin-right:0;margin-left:0}.product-detail-column .product-story__opening{max-width:none;margin-bottom:36px;text-align:left}.product-detail-column .product-story__opening p{max-width:none;margin:0}.product-detail-column .story-animation{margin-bottom:48px;padding:0}.product-detail-column .story-image-full{max-width:none;margin-top:0;margin-bottom:60px}.product-detail-column .story-block{grid-template-columns:1fr;gap:24px;margin-bottom:64px}.product-detail-column .story-block--reverse .story-block__copy{order:initial}.product-detail-column .story-block__copy h3{font-size:clamp(32px,3.1vw,44px)}.product-detail-column .product-promise{grid-template-columns:1fr;gap:0;padding:28px}.product-detail-column .product-promise>div{padding:20px 8px;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.product-detail-column .product-promise>div:last-child{border-bottom:0}}.product-reviews{background:#faf7fb}.review-summary-panel{display:grid;grid-template-columns:.72fr 1.4fr .9fr;align-items:center;gap:44px;max-width:1000px;margin:0 auto 46px;padding:34px 40px;border:1px solid var(--line);border-radius:24px;background:#fff}.review-score{text-align:center}.review-score strong{display:block;font-family:Georgia,serif;font-size:54px;line-height:1}.review-score span{color:#f4ad24;letter-spacing:.06em}.review-score p{margin:6px 0 0;color:var(--muted);font-size:10px}.review-histogram{display:grid;gap:7px}.review-histogram>div{display:grid;grid-template-columns:12px 72px 1fr 18px;align-items:center;gap:8px;font-size:10px}.review-histogram .stars{font-size:9px}.review-histogram i{height:7px;overflow:hidden;border-radius:99px;background:#eee9ef}.review-histogram b{display:block;height:100%;background:#f4ad24}.review-summary-copy{padding-left:30px;border-left:1px solid var(--line)}.review-summary-copy strong{display:block;color:var(--purple);font-size:32px}.review-summary-copy span{font-weight:800}.review-summary-copy p{color:var(--muted);font-size:9px;line-height:1.4}.review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.review-card{display:flex;min-height:190px;flex-direction:column;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff}.review-card[hidden]{display:none!important}.review-card__top{display:flex;justify-content:space-between;gap:12px;color:#f2a719;font-size:11px}.review-card__top time{color:var(--muted);font-size:9px}.review-card p{flex:1;margin:24px 0;font-size:14px}.review-card__quiet{color:var(--muted)}.review-card footer{display:flex;align-items:center;gap:8px;font-size:12px}.review-card footer:before{content:"";width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#dac7e6,#8f67aa)}.review-pagination{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:34px}.review-pagination__pages{display:flex;align-items:center;gap:5px}.review-pagination button,.review-pagination__ellipsis{display:inline-grid;width:32px;height:32px;place-items:center;border:0;border-radius:8px;background:transparent;color:#5f5265;font:inherit;font-weight:700;line-height:1}.review-pagination button{cursor:pointer}.review-pagination button:hover,.review-pagination button:focus-visible,.review-pagination .is-active{color:var(--purple);background:#f0e7f4;outline:none}.review-pagination button:disabled{opacity:.35;cursor:default}.review-pagination__arrow{font-size:24px!important;font-weight:400!important}.review-pagination__status{margin:10px 0 0;color:var(--muted);font-size:13px;text-align:center}.mobile-buy-bar{display:none}.policy-page{max-width:900px;padding-top:80px;padding-bottom:100px}.policy-page h1,.cart-page h1,.page-404 h1{margin:12px 0 40px;font-family:Georgia,serif;font-size:clamp(42px,6vw,68px);line-height:1.05;letter-spacing:-.04em}.rte{color:#4f4753;font-size:15px}.rte h2,.rte h3{margin-top:34px;color:var(--ink)}.rte a{color:var(--purple);text-decoration:underline}.cart-page{padding-top:70px;padding-bottom:100px}.empty-state{padding:70px 36px;border-radius:26px;background:#f7f1fa;text-align:center}.empty-state h2{margin-top:0;font-family:Georgia,serif;font-size:35px}.empty-state p{color:var(--muted)}.cart-form{display:grid;grid-template-columns:1fr 350px;gap:50px}.cart-item{display:grid;grid-template-columns:120px 1fr auto;align-items:center;gap:24px;padding:20px 0;border-bottom:1px solid var(--line)}.cart-item img{border-radius:15px;background:#f7f4f8}.cart-item__details{display:flex;flex-direction:column;gap:7px}.cart-item__details span{color:var(--muted);font-size:12px}.cart-item__details label{color:var(--muted);font-size:11px}.cart-item__details input{width:60px;margin-left:7px}.cart-summary{align-self:start;display:grid;grid-template-columns:1fr auto;gap:15px;padding:26px;border-radius:20px;background:#f7f1fa}.cart-summary p{grid-column:1 / -1;color:var(--muted);font-size:11px}.cart-summary .button{grid-column:1 / -1}.page-404{margin-top:70px;margin-bottom:100px}@media(max-width:1050px){.header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:none}.header__menu{display:block}.hero__grid{grid-template-columns:1fr 1fr}.hero h1{font-size:58px}.hero__badge{display:none}.product-top{gap:36px}.product-summary h1{font-size:43px}.story-block--hero{padding:38px}.review-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.page-width{width:min(calc(100% - 32px),var(--page))}.section-space{padding:76px 0}.announcement__inner{justify-content:center;text-align:center}.announcement__inner span:last-child,.announcement__divider{display:none}.header__inner{height:68px}.wordmark span{font-size:18px}.wordmark small{font-size:7px}.icon-link,.cart-link__icon{display:none}.hero{min-height:auto}.hero__grid{min-height:auto;grid-template-columns:1fr}.hero__copy{padding:60px 0 20px;text-align:center}.hero h1{margin-inline:auto;font-size:clamp(48px,14vw,66px)}.hero__lead{margin-inline:auto;font-size:16px}.hero__actions{justify-content:center}.hero__proof{margin-inline:auto}.hero__visual{min-height:480px}.hero__visual>img{width:min(100%,560px)}.hero__halo{width:440px;height:440px}.benefit-grid,.review-feature-grid,.product-promise{grid-template-columns:1fr}.benefit-card--accent{transform:none}.home-product__grid,.faq__grid,.product-top,.story-block{grid-template-columns:1fr}.home-product__grid,.faq__grid{gap:48px}.reviews-heading{align-items:flex-start;flex-direction:column}.faq__intro{position:static}.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:1 / -1}.product-gallery{position:relative;top:auto}.product-gallery__thumb{flex-basis:86px}.story-block--reverse .story-block__copy{order:initial}.story-block{margin-bottom:70px}.story-block--hero{padding:28px}.story-image-full{margin-top:-34px;margin-bottom:70px}.product-promise{padding:28px}.product-promise>div{padding:20px 8px;border-right:0;border-bottom:1px solid rgba(255,255,255,.14)}.product-promise>div:last-child{border-bottom:0}.review-summary-panel{grid-template-columns:1fr;gap:26px}.review-summary-copy{padding:0;border-left:0;text-align:center}.cart-form{grid-template-columns:1fr}}@media(max-width:560px){body{padding-bottom:78px}.page-width{width:min(calc(100% - 24px),var(--page))}.header__inner{grid-template-columns:42px 1fr 42px;gap:8px}.wordmark{margin:0 auto}.header__actions{justify-content:center}.hero__copy{padding-top:48px}.hero__actions{align-items:stretch;flex-direction:column}.hero__proof{grid-template-columns:1fr;gap:12px;text-align:left}.hero__proof div{display:grid;grid-template-columns:90px 1fr}.hero__visual{min-height:410px}.hero__visual>img{width:118%;max-width:none}.section-heading h2,.reviews-heading h2,.faq h2,.home-product h2,.product-story__intro h2{font-size:40px}.benefit-card{min-height:auto;padding:28px}.benefit-card__icon{margin-bottom:35px}.home-product__image-card{padding:14px;border-radius:24px}.home-product__tag{top:26px;left:26px}.reviews-heading{gap:24px}.review-feature-grid article{min-height:250px}.footer__grid{grid-template-columns:1fr;gap:32px}.footer__brand{grid-column:auto}.footer__bottom{flex-direction:column}.breadcrumbs{overflow:hidden;white-space:nowrap}.product-shell{padding-bottom:60px}.product-top{padding-top:14px}.product-gallery__main{border-radius:20px}.product-gallery__nav{width:38px;height:38px}.product-gallery__nav--prev{left:10px}.product-gallery__nav--next{right:10px}.product-gallery__thumb{flex-basis:76px}.product-summary{padding-top:6px}.product-summary h1{font-size:38px}.bundle-card{grid-template-columns:20px 1fr auto;padding:14px}.bundle-card__content strong{font-size:11px}.bundle-card__price strong{font-size:15px}.purchase-row{grid-template-columns:100px 1fr}.summary-trust{grid-template-columns:1fr;gap:10px;margin:22px 0 26px}.summary-trust div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;gap:3px 14px;align-items:center;padding:10px 2px;border:0;border-radius:0;text-align:left}.summary-trust div>span{grid-row:1 / 3;width:42px;height:42px;margin:0}.summary-trust svg{width:26px;height:26px}.summary-trust strong{font-size:14px;line-height:1.25}.summary-trust small{overflow:visible;font-size:12px;line-height:1.35;text-overflow:clip;white-space:normal}.product-story__intro,.product-story__opening{margin-bottom:44px}.product-story__opening h2{font-size:27px;line-height:1.22}.product-story__opening p{font-size:16px;line-height:1.45}.story-animation{margin-bottom:64px;padding:0 12px}.story-block{gap:30px}.story-block__copy h3{font-size:36px}.review-summary-panel{padding:28px 20px}.review-grid{grid-template-columns:1fr}.mobile-buy-bar{position:fixed;z-index:90;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;min-height:74px;padding:10px 12px 10px 18px;border-top:1px solid var(--line);background:#fffffff5;box-shadow:0 -10px 30px #2a15341a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.mobile-buy-bar div{display:flex;flex-direction:column}.mobile-buy-bar span{font-size:10px}.mobile-buy-bar strong{color:var(--purple)}.mobile-buy-bar .button{min-height:46px;padding:0 18px;font-size:12px}.cart-item{grid-template-columns:82px 1fr}.cart-item>strong{grid-column:2}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/base.css.map */
