.home-rd{--bg: #ffffff;--bg-soft: #f5f4fb;--surface: #ffffff;--ink: #0e0e10;--ink-2: rgba(0,0,0,.82);--muted: rgba(0,0,0,.55);--line: rgba(0,0,0,.1);--accent: #685bf8;--accent-ink: #ffffff;--accent-soft: #efedfe;--dark: #141417;--dark-ink: #ffffff;--dark-eyebrow: #b7afff;--gold-soft: #b7afff;--radius: 14px;--font-display: var(--font-heading--family);--font-body: var(--font-body--family);--r-sm: 4px;--r-md: 10px;--r-lg: var(--radius);--r-pill: 999px;--shadow-sm: 0 1px 2px rgba(20,16,40,.05), 0 4px 14px rgba(20,16,40,.05);--shadow-md: 0 6px 26px rgba(20,16,40,.1);--shadow-lg: 0 24px 60px rgba(20,16,40,.16);--ease: cubic-bezier(.22,.61,.36,1);--maxw: 1280px;font-family:var(--font-body);color:var(--ink-2);background:var(--bg);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.home-rd *{box-sizing:border-box}.home-rd img{display:block;max-width:100%}.home-rd a{color:inherit;text-decoration:none}.home-rd button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.home-rd h1,.home-rd h2,.home-rd h3,.home-rd h4,.home-rd p{margin:0}.home-rd ::selection{background:var(--accent-soft);color:var(--ink)}.home-rd .wrap{max-width:var(--maxw);margin:0 auto;padding:0 32px}.home-rd .eyebrow{font-size:12px;letter-spacing:.24em;text-transform:uppercase;font-weight:600;color:var(--accent)}.home-rd .h-display{font-family:var(--font-display);font-weight:600;font-size:clamp(44px,7vw,104px);line-height:.96;letter-spacing:-.01em;color:var(--ink)}.home-rd .h-section{font-family:var(--font-display);font-weight:600;font-size:clamp(32px,4vw,54px);line-height:1.02;letter-spacing:-.005em;color:var(--ink)}.home-rd .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--font-body);font-weight:600;font-size:15px;letter-spacing:.01em;padding:15px 28px;border-radius:var(--r-pill);transition:transform .25s var(--ease),background .25s,color .25s,box-shadow .25s;white-space:nowrap}.home-rd .btn:active{transform:translateY(1px) scale(.99)}.home-rd .btn-ink{background:var(--ink);color:#fff}.home-rd .btn-ink:hover{background:#000;box-shadow:var(--shadow-md)}.home-rd .btn-rouge{background:var(--accent);color:var(--accent-ink)}.home-rd .btn-rouge:hover{background:#5346e6;box-shadow:0 10px 26px #685bf852}.home-rd .btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line)}.home-rd .btn-ghost:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.home-rd .btn-gold{background:var(--ink);color:#fff}.home-rd .btn-gold:hover{background:#000;box-shadow:var(--shadow-md)}.home-rd .btn-block{width:100%}.home-rd .btn-lg{padding:18px 36px;font-size:16px}.home-rd .chip{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:var(--r-pill);border:1.5px solid var(--line);background:var(--surface);font-size:13.5px;font-weight:500;color:var(--ink);transition:all .2s var(--ease);-webkit-user-select:none;user-select:none}.home-rd .chip:hover{border-color:var(--accent);color:var(--accent)}.home-rd .chip[aria-pressed=true],.home-rd .chip.is-on{background:var(--ink);color:#fff;border-color:var(--ink)}.home-rd .tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;padding:5px 10px;border-radius:var(--r-pill)}.home-rd .tag-family{background:var(--accent-soft);color:var(--accent)}.home-rd .tag-deal{background:var(--accent);color:var(--accent-ink)}.home-rd .tag-new{background:var(--accent-soft);color:var(--accent)}.home-rd .tag-soft{background:var(--bg-soft);color:var(--muted)}.home-rd .stars{display:inline-flex;gap:2px;color:var(--accent);font-size:14px;letter-spacing:1px}.home-rd .stars.sm{font-size:12px}.home-rd section{position:relative}.home-rd .sec{padding:84px 0}.home-rd .sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:38px}.home-rd .sec-head .link{font-size:14px;font-weight:600;color:var(--accent);display:inline-flex;gap:6px;align-items:center}.home-rd .sec-head .link:hover{gap:10px}.home-rd .sub{color:var(--muted);font-size:16px;max-width:54ch}.home-rd .grid{display:grid;gap:22px}.home-rd .cards-4{grid-template-columns:repeat(4,1fr)}.home-rd .cards-3{grid-template-columns:repeat(3,1fr)}.home-rd .card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s;display:flex;flex-direction:column;position:relative}.home-rd .card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--accent)}.home-rd .card-media{position:relative;aspect-ratio:1/1;background:radial-gradient(120% 90% at 50% 8%,#fff 0%,var(--bg-soft) 100%);display:grid;place-items:center;padding:18px}.home-rd .card-media img{max-height:86%;width:auto;object-fit:contain;filter:drop-shadow(0 14px 22px rgba(20,16,40,.16));transition:transform .5s var(--ease)}.home-rd .card:hover .card-media img{transform:scale(1.05) translateY(-3px)}.home-rd .card-badges{position:absolute;top:12px;left:12px;z-index:3;display:flex;flex-direction:column;gap:6px}.home-rd .card-fav{position:absolute;top:12px;right:12px;z-index:3;width:34px;height:34px;border-radius:var(--r-pill);background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;color:var(--muted)}.home-rd .card-fav:hover{color:var(--accent)}.home-rd .card-body{padding:16px 17px 18px;display:flex;flex-direction:column;gap:7px;flex:1}.home-rd .card-fam{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--accent)}.home-rd .card-name{font-family:var(--font-display);font-size:20px;font-weight:600;line-height:1.08;color:var(--ink)}.home-rd .card-insp{font-size:12.5px;color:var(--muted)}.home-rd .card-notes{font-size:12.5px;color:var(--muted);margin-top:1px}.home-rd .card-rate{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.home-rd .card-foot{margin-top:auto;padding-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.home-rd .price{font-weight:700;font-size:18px;color:var(--ink)}.home-rd .price .was{color:var(--muted);font-weight:500;text-decoration:line-through;font-size:13px;margin-left:6px}.home-rd .quick-add{width:42px;height:42px;border-radius:var(--r-pill);background:var(--ink);color:#fff;display:grid;place-items:center;flex:none;transition:background .2s,transform .2s}.home-rd .quick-add:hover{background:var(--accent);transform:scale(1.06)}.home-rd .card-cta{flex:1}.home-rd .trust-row{display:flex;flex-wrap:wrap;gap:10px 26px}.home-rd .trust{display:flex;align-items:center;gap:9px;font-size:13.5px;font-weight:500;color:var(--muted)}.home-rd .trust svg{color:var(--accent);flex:none}.home-rd .reveal{opacity:1}.home-rd .hero{position:relative;overflow:hidden;background:radial-gradient(120% 100% at 88% 0%,var(--accent-soft) 0%,transparent 55%),linear-gradient(180deg,var(--bg),var(--bg-soft))}.home-rd .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;min-height:min(82vh,720px);padding:54px 0 70px}.home-rd .hero-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:22px}.home-rd .hero-eyebrow .dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}.home-rd .hero h1{margin-bottom:22px}.home-rd .hero h1 em{font-style:normal;color:var(--accent)}.home-rd .hero-sub{font-size:19px;color:var(--ink-2);max-width:46ch;margin-bottom:30px;line-height:1.5}.home-rd .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}.home-rd .hero-trust{display:flex;flex-wrap:wrap;gap:14px 28px;padding-top:26px;border-top:1px solid var(--line)}.home-rd .hero-trust .trust{font-size:13.5px}.home-rd .hero-trust .rev b{color:var(--ink)}.home-rd .hero-visual{position:relative;height:100%;min-height:440px;display:grid;place-items:center}.home-rd .hero-disc{position:absolute;width:min(78%,440px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 38% 32%,#fff,var(--accent-soft) 78%);filter:blur(.3px);box-shadow:inset 0 0 60px #685bf859}.home-rd .hero-disc:after{content:"";position:absolute;top:-7%;right:-7%;bottom:-7%;left:-7%;border-radius:50%;border:1px solid var(--gold-soft)}.home-rd .hero-bottle{position:relative;max-height:560px;width:auto;z-index:2;filter:drop-shadow(0 36px 50px rgba(20,16,40,.3));animation:home-rd-floaty 6s ease-in-out infinite}@keyframes home-rd-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.home-rd .hero-seal{position:absolute;z-index:3;right:4%;top:8%;width:128px;height:128px;border-radius:50%;background:var(--accent);color:var(--accent-ink);display:grid;place-items:center;text-align:center;box-shadow:0 18px 40px #685bf866;transform:rotate(-8deg)}.home-rd .hero-seal b{font-family:var(--font-display);font-size:34px;line-height:.9;display:block;font-weight:600}.home-rd .hero-seal span{font-size:10px;letter-spacing:.18em;text-transform:uppercase;font-weight:700;opacity:.9}.home-rd .hero-quote{position:absolute;bottom:6%;left:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:13px 16px;box-shadow:var(--shadow-md);max-width:230px;z-index:3}.home-rd .hero-quote .stars{margin-bottom:4px}.home-rd .hero-quote p{font-size:13px;color:var(--muted)}.home-rd .hero-quote .who{font-size:12px;font-weight:700;color:var(--ink);margin-top:5px}.home-rd .finder{background:linear-gradient(180deg,var(--bg-soft),var(--bg))}.home-rd .finder-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-md);overflow:hidden}.home-rd .finder-top{display:grid;grid-template-columns:1.1fr 1fr;gap:30px;padding:40px 44px 30px;align-items:start;border-bottom:1px solid var(--line)}.home-rd .finder-q{margin-bottom:26px}.home-rd .finder-q:last-child{margin-bottom:0}.home-rd .finder-q .ql{display:flex;align-items:center;gap:10px;margin-bottom:14px}.home-rd .finder-q .qn{width:24px;height:24px;border-radius:50%;background:var(--ink);color:#fff;font-size:12px;font-weight:700;display:grid;place-items:center;font-family:var(--font-body)}.home-rd .finder-q .qt{font-family:var(--font-display);font-size:23px;font-weight:600;color:var(--ink)}.home-rd .chips-row{display:flex;flex-wrap:wrap;gap:9px}.home-rd .finder-gender{padding-bottom:22px;margin-bottom:24px;border-bottom:1px solid var(--line)}.home-rd .fg-seg{display:inline-flex;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--r-pill);padding:4px;gap:2px}.home-rd .fg-seg button{padding:9px 22px;border-radius:var(--r-pill);font-size:14px;font-weight:600;color:var(--muted);white-space:nowrap;transition:all .25s var(--ease)}.home-rd .fg-seg button:hover{color:var(--ink)}.home-rd .fg-seg button.is-on{background:var(--ink);color:#fff;box-shadow:var(--shadow-sm)}.home-rd .finder-aside{background:var(--bg-soft);border-radius:18px;padding:26px;align-self:stretch}.home-rd .finder-aside .eyebrow{margin-bottom:10px}.home-rd .finder-aside h3{font-family:var(--font-display);font-size:30px;font-weight:600;line-height:1.04;margin-bottom:12px;color:var(--ink)}.home-rd .finder-aside p{font-size:15px;color:var(--ink-2)}.home-rd .finder-reset{margin-top:18px;font-size:13px;font-weight:600;color:var(--accent);display:inline-flex;gap:6px}.home-rd .finder-results-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px 44px 14px}.home-rd .finder-results-head #finder-count{font-family:var(--font-display);font-size:24px;font-weight:600;color:var(--ink)}.home-rd .finder-results{padding:6px 44px 40px}.home-rd .cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.home-rd .cat-tile{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:3/4;display:flex;flex-direction:column;justify-content:flex-end;padding:24px;color:#fff;border:1px solid var(--line);transition:transform .35s var(--ease),box-shadow .35s}.home-rd .cat-tile:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.home-rd .cat-tile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg,#caa)}.home-rd .cat-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a081400 30%,#0a08149e)}.home-rd .cat-tile>*{position:relative;z-index:2}.home-rd .cat-tile .ce{font-size:11px;letter-spacing:.16em;text-transform:uppercase;font-weight:700;opacity:.85}.home-rd .cat-tile h3{font-family:var(--font-display);font-size:28px;font-weight:600;line-height:1;margin-top:4px}.home-rd .cat-tile .cl{margin-top:12px;font-size:13px;font-weight:600;display:inline-flex;gap:6px;align-items:center;opacity:.95}.home-rd .best-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:22px;align-items:stretch}.home-rd .best-rows{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.home-rd .best-hero{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s,border-color .35s}.home-rd .best-hero:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--accent)}.home-rd .best-hero-media{position:relative;flex:1;min-height:320px;padding:34px;background:radial-gradient(120% 90% at 50% 6%,#fff 0%,var(--bg-soft) 100%);display:grid;place-items:center}.home-rd .best-hero-media img{max-height:420px;width:auto;object-fit:contain;filter:drop-shadow(0 22px 32px rgba(20,16,40,.2));transition:transform .5s var(--ease)}.home-rd .best-hero:hover .best-hero-media img{transform:scale(1.04) translateY(-3px)}.home-rd .best-hero-body{padding:24px 28px 28px;display:flex;flex-direction:column;gap:7px}.home-rd .best-hero-name{font-family:var(--font-display);font-size:30px;font-weight:600;line-height:1.04;color:var(--ink)}.home-rd .best-hero-blurb{font-size:14px;color:var(--ink-2);line-height:1.55;margin-top:3px;max-width:42ch}.home-rd .best-hero-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}.home-rd .best-hero-foot .price{font-size:22px}@media(max-width:980px){.home-rd .best-layout{grid-template-columns:1fr}.home-rd .best-hero-media{min-height:300px}}@media(max-width:560px){.home-rd .best-rows{grid-template-columns:1fr}}.home-rd .house-band{background:var(--dark);color:var(--dark-ink)}.home-rd .house-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.home-rd .house{border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:22px 14px;text-align:center;min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;transition:all .3s var(--ease);background:#ffffff0a}.home-rd .house:hover{background:#ffffff14;border-color:var(--accent);transform:translateY(-3px)}.home-rd .house .hn{font-family:var(--font-display);font-size:20px;font-weight:600;line-height:1.06}.home-rd .house .hc{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--dark-eyebrow);font-weight:600}.home-rd .house-head{text-align:center;max-width:640px;margin:0 auto 40px}.home-rd .house-head h2{color:var(--dark-ink)}.home-rd .house-head .sub{color:#ffffffb3;margin:14px auto 0}.home-rd .fam-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.home-rd .fam{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid var(--line);border-radius:var(--r-lg);background:var(--surface);transition:all .3s var(--ease)}.home-rd .fam:hover{border-color:var(--accent);box-shadow:var(--shadow-sm);transform:translateY(-3px)}.home-rd .fam .sw{width:54px;height:54px;border-radius:50%;flex:none;box-shadow:inset 0 0 0 3px #fff9,0 6px 14px #1410282e}.home-rd .fam .fnm{font-family:var(--font-display);font-size:21px;font-weight:600;line-height:1.05;color:var(--ink)}.home-rd .fam .fh{font-size:13px;color:var(--muted)}.home-rd .bundle{background:linear-gradient(160deg,#1d1b30,var(--dark));color:var(--dark-ink);overflow:hidden;position:relative}.home-rd .bundle:before{content:"";position:absolute;right:-10%;top:-30%;width:55%;height:160%;background:radial-gradient(circle,rgba(104,91,248,.34),transparent 62%)}.home-rd .bundle-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center;position:relative}.home-rd .bundle-info h2{color:var(--dark-ink)}.home-rd .bundle-info .eyebrow{color:var(--dark-eyebrow)}.home-rd .bundle-info .sub{color:#ffffffb8;margin:16px 0 26px}.home-rd .bundle-slots{display:flex;gap:14px;margin-bottom:18px}.home-rd .bslot{flex:1;aspect-ratio:3/4;border-radius:14px;border:2px dashed rgba(255,255,255,.28);display:grid;place-items:center;background:#ffffff08;position:relative}.home-rd .bslot span{font-family:var(--font-display);font-size:30px;color:#ffffff47}.home-rd .bslot.filled{border:2px solid var(--accent);background:#fff}.home-rd .bslot.filled img{width:100%;height:100%;object-fit:contain;padding:12px}.home-rd .bslot-x{position:absolute;top:-8px;right:-8px;width:24px;height:24px;border-radius:50%;background:var(--accent);color:#fff;font-size:16px;line-height:1;display:grid;place-items:center;box-shadow:0 4px 10px #0000004d}.home-rd .bundle-progress{height:8px;border-radius:999px;background:#ffffff1f;overflow:hidden;margin-bottom:14px}.home-rd #bundle-bar{height:100%;width:0;background:linear-gradient(90deg,var(--accent),#a99dff);transition:width .4s var(--ease)}.home-rd #bundle-msg{font-size:15px;color:#ffffffd9;margin-bottom:22px}.home-rd #bundle-msg b{color:var(--dark-ink)}.home-rd #bundle-msg .save{color:#7fd29a;font-weight:700}.home-rd .bundle-foot{display:flex;align-items:center;gap:18px}.home-rd .bundle-foot .lbl{font-size:13px;color:#ffffffa6}.home-rd .bundle-foot #bundle-total{font-family:var(--font-display);font-size:36px;font-weight:600}.home-rd #bundle-add{margin-left:auto}.home-rd #bundle-add:disabled{opacity:.45;cursor:not-allowed}.home-rd #bundle-add.is-ready{box-shadow:0 0 0 4px #685bf84d}.home-rd .bundle-picks{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.home-rd .bpick{background:#ffffff0d;border:1.5px solid transparent;border-radius:12px;padding:10px 8px;display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;transition:all .25s var(--ease)}.home-rd .bpick:hover{background:#ffffff1a}.home-rd .bpick.picked{border-color:var(--accent);background:#685bf829}.home-rd .bpick-img{width:100%;aspect-ratio:1;background:#fff;border-radius:8px;display:grid;place-items:center;padding:6px}.home-rd .bpick-img img{max-height:100%;object-fit:contain}.home-rd .bpick-name{font-size:12px;font-weight:700;color:var(--dark-ink);line-height:1.1}.home-rd .bpick-fam{font-size:10px;color:#ffffffa6;letter-spacing:.04em}.home-rd .proof{background:var(--bg-soft)}.home-rd .proof-head{text-align:center;max-width:640px;margin:0 auto 44px}.home-rd .proof-head .big{font-family:var(--font-display);font-size:64px;font-weight:600;color:var(--accent);line-height:1}.home-rd .proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home-rd .review{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:26px;display:flex;flex-direction:column;gap:12px}.home-rd .review .stars{font-size:16px}.home-rd .review .rq{font-family:var(--font-display);font-size:21px;line-height:1.25;font-weight:600;color:var(--ink)}.home-rd .review p{font-size:14.5px;color:var(--ink-2)}.home-rd .review .who{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:8px}.home-rd .review .av{width:38px;height:38px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-weight:700;font-size:15px}.home-rd .review .nm{font-weight:700;font-size:14px;color:var(--ink)}.home-rd .review .vf{font-size:11px;color:var(--accent);font-weight:600}.home-rd .why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home-rd .why{text-align:center;padding:8px}.home-rd .why .ic{width:58px;height:58px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;margin:0 auto 16px}.home-rd .why h3{font-family:var(--font-display);font-size:21px;font-weight:600;margin-bottom:6px;color:var(--ink)}.home-rd .why p{font-size:14px;color:var(--ink-2)}.home-rd .seo{background:var(--dark);color:#ffffffc7}.home-rd .seo-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:50px;align-items:center}.home-rd .seo h2{color:var(--dark-ink);margin-bottom:18px}.home-rd .seo p{font-size:15.5px;line-height:1.7;margin-bottom:16px}.home-rd .seo-links{display:flex;flex-wrap:wrap;gap:10px}.home-rd .seo-links a{font-size:13px;padding:9px 16px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:var(--dark-eyebrow);transition:all .2s}.home-rd .seo-links a:hover{background:#ffffff0f;border-color:var(--accent)}.home-rd .news{background:linear-gradient(135deg,var(--accent-soft),var(--gold-soft))}.home-rd .news-card{text-align:center;max-width:560px;margin:0 auto}.home-rd .news-card h2{margin-bottom:12px;color:var(--ink)}.home-rd .news-card p{color:var(--ink-2);margin-bottom:24px}.home-rd .news-form{display:flex;gap:10px;max-width:440px;margin:0 auto}.home-rd .news-form input{flex:1;padding:15px 20px;border-radius:999px;border:1px solid rgba(0,0,0,.18);background:#ffffffb3;font-family:inherit;font-size:15px}@media(max-width:1024px){.home-rd .cards-4{grid-template-columns:repeat(3,1fr)}}@media(max-width:980px){.home-rd .finder-top{grid-template-columns:1fr}.home-rd .finder-aside{order:-1}.home-rd .bundle-grid{grid-template-columns:1fr;gap:30px}.home-rd .seo-grid{grid-template-columns:1fr;gap:26px}.home-rd .house-grid{grid-template-columns:repeat(4,1fr)}.home-rd .cat-grid{grid-template-columns:repeat(2,1fr)}.home-rd .proof-grid{grid-template-columns:1fr}.home-rd .why-grid,.home-rd .fam-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:880px){.home-rd .wrap{padding:0 20px}.home-rd .sec{padding:60px 0}.home-rd .cards-4,.home-rd .cards-3{grid-template-columns:repeat(2,1fr)}.home-rd .sec-head{flex-direction:column;align-items:flex-start;gap:12px}.home-rd .hero-grid{grid-template-columns:1fr;min-height:0;padding:30px 0 50px;text-align:center}.home-rd .hero-eyebrow,.home-rd .hero-cta,.home-rd .hero-trust{justify-content:center}.home-rd .hero-sub{margin-left:auto;margin-right:auto}.home-rd .hero-visual{min-height:380px;order:-1}.home-rd .finder-top,.home-rd .finder-results,.home-rd .finder-results-head{padding-left:22px;padding-right:22px}.home-rd .bundle-picks{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.home-rd .wrap{padding:0 16px}.home-rd .card-name{font-size:17px}.home-rd .house-grid{grid-template-columns:repeat(2,1fr)}.home-rd .news-form{flex-direction:column}.home-rd .proof-head .big{font-size:48px}.home-rd .bundle-foot{flex-wrap:wrap}.home-rd #bundle-add{margin-left:0;width:100%}}.home-rd .breadcrumb{display:flex;gap:8px;align-items:center;font-size:13px;color:var(--ink-2);padding:22px 0 8px;flex-wrap:wrap}.home-rd .breadcrumb a:hover{color:var(--accent)}.home-rd .breadcrumb .sep{color:var(--muted)}.home-rd .breadcrumb .cur{color:var(--ink);font-weight:600}.home-rd .pdp{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;padding:14px 0 80px;align-items:start}.home-rd .gallery{position:sticky;top:96px}.home-rd .gal-main{position:relative;background:radial-gradient(120% 90% at 50% 10%,#fff,var(--bg-soft));border:1px solid var(--line);border-radius:var(--r-lg);aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;padding:34px}.home-rd .gal-main img{max-height:88%;width:auto;object-fit:contain;filter:drop-shadow(0 24px 34px rgba(20,16,40,.22))}.home-rd .gal-ribbon{position:absolute;top:0;left:0;right:0;padding:13px 20px;display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,var(--accent-soft),color-mix(in srgb,var(--accent-soft) 60%,var(--surface)))}.home-rd .gal-ribbon .seal{width:30px;height:30px;border-radius:50%;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:13px;flex:none}.home-rd .gal-ribbon b{font-size:13px;color:var(--accent)}.home-rd .gal-ribbon span{font-size:12px;color:var(--ink-2)}.home-rd .gal-thumbs{display:flex;gap:12px;margin-top:14px}.home-rd .gal-thumb{width:84px;height:84px;border-radius:12px;border:1.5px solid var(--line);background:var(--surface);display:grid;place-items:center;padding:8px;cursor:pointer;transition:border-color .2s}.home-rd .gal-thumb img{max-height:100%;object-fit:contain}.home-rd .gal-thumb.on,.home-rd .gal-thumb:hover{border-color:var(--gold-soft)}.home-rd .buy .fam{font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--accent)}.home-rd .buy h1{font-family:var(--font-display);font-weight:600;font-size:clamp(34px,4vw,50px);line-height:1.02;margin:8px 0 6px;color:var(--ink)}.home-rd .buy h1 .sz{font-size:.5em;color:var(--muted);font-weight:500;font-family:var(--font-body);letter-spacing:.02em}.home-rd .buy .insp{font-size:16px;color:var(--ink-2)}.home-rd .buy .insp b{color:var(--ink)}.home-rd .buy-rate{display:flex;align-items:center;gap:10px;margin:16px 0}.home-rd .buy-rate .stars{font-size:18px}.home-rd .buy-rate a{font-size:14px;color:var(--ink-2);text-decoration:underline;text-underline-offset:3px}.home-rd .buy-price{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:6px}.home-rd .buy-price .amt{font-family:var(--font-display);font-size:42px;font-weight:600;line-height:1;color:var(--ink)}.home-rd .afterpay{font-size:13px;color:var(--ink-2);margin-bottom:20px}.home-rd .afterpay b{color:var(--ink)}.home-rd .buy-blurb{font-size:16px;line-height:1.6;color:var(--ink-2);margin-bottom:22px;max-width:46ch}.home-rd .buy-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px}.home-rd .pill{display:inline-flex;align-items:center;gap:7px;padding:9px 15px;border-radius:var(--r-pill);background:var(--bg-soft);border:1px solid var(--line);font-size:13px;font-weight:600;color:var(--ink)}.home-rd .pill .pl{color:var(--muted);font-weight:500}.home-rd .buy-actions{display:flex;gap:12px;align-items:stretch;margin-bottom:14px}.home-rd .qty{display:flex;align-items:center;border:1.5px solid var(--ink);border-radius:var(--r-pill);overflow:hidden}.home-rd .qty button{width:46px;height:100%;font-size:18px;color:var(--ink)}.home-rd .qty button:hover{background:var(--accent-soft)}.home-rd .qty input{width:40px;text-align:center;border:none;background:none;font-family:inherit;font-size:16px;font-weight:700}.home-rd .buy-actions .btn{flex:1}.home-rd .buy-bundle{margin-bottom:24px}.home-rd .buy-bundle .btn{width:100%}.home-rd .buy-bundle small{display:block;text-align:center;margin-top:8px;font-size:13px;color:var(--ink-2)}.home-rd .buy-trust{border-top:1px solid var(--line);padding-top:20px;display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}.home-rd .buy-trust .trust{font-size:13.5px;align-items:flex-start}.home-rd .pdp-sec{padding:64px 0;border-top:1px solid var(--line)}.home-rd .pdp-sec .ph{text-align:center;max-width:600px;margin:0 auto 44px}.home-rd .pdp-sec .ph .eyebrow{margin-bottom:10px}.home-rd .notes{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:980px;margin:0 auto}.home-rd .note{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px;text-align:center;position:relative}.home-rd .note .nl{font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--accent);margin-bottom:14px}.home-rd .note .nd{width:46px;height:46px;border-radius:50%;margin:0 auto 16px;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent)}.home-rd .note ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.home-rd .note li{font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--ink)}.home-rd .profile{max-width:620px;margin:0 auto;display:flex;flex-direction:column;gap:18px}.home-rd .prow{display:grid;grid-template-columns:120px 1fr 36px;align-items:center;gap:16px}.home-rd .prow .pn{font-size:14px;font-weight:600;color:var(--ink)}.home-rd .ptrack{height:9px;border-radius:999px;background:var(--bg-soft);overflow:hidden;border:1px solid var(--line)}.home-rd .pfill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold-soft),var(--accent));width:0}.home-rd .prow .pv{font-size:13px;color:var(--muted);text-align:right;font-variant-numeric:tabular-nums}.home-rd .bestfor{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.home-rd .bestfor .chip{pointer-events:none}.home-rd .disclaimer{max-width:680px;margin:36px auto 0;text-align:center;font-size:13.5px;color:var(--muted);font-style:italic}.home-rd .rev-wrap{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:start}.home-rd .rev-summary{position:sticky;top:96px;text-align:center;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--r-lg);padding:30px}.home-rd .rev-summary .big{font-family:var(--font-display);font-size:64px;font-weight:600;line-height:1;color:var(--ink)}.home-rd .rev-summary .stars{font-size:18px;margin:6px 0}.home-rd .rev-summary .cnt{font-size:13px;color:var(--ink-2)}.home-rd .rev-dist{margin-top:20px;display:flex;flex-direction:column;gap:7px}.home-rd .rev-dist .dr{display:grid;grid-template-columns:30px 1fr 24px;align-items:center;gap:8px;font-size:12px;color:var(--ink-2)}.home-rd .dtrack{height:7px;border-radius:999px;background:var(--surface);overflow:hidden;border:1px solid var(--line)}.home-rd .dfill{height:100%;background:var(--gold-soft)}.home-rd .rev-mentions{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);text-align:left}.home-rd .rev-mentions .ml{font-size:11px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--ink-2);margin-bottom:10px}.home-rd .rev-mentions .mc{display:flex;flex-wrap:wrap;gap:7px}.home-rd .rev-mentions .mc span{font-size:12px;padding:5px 11px;border-radius:999px;background:var(--surface);border:1px solid var(--line)}.home-rd .rev-filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:22px}.home-rd .rev-list{display:flex;flex-direction:column;gap:0}.home-rd .rev-item{padding:22px 0;border-bottom:1px solid var(--line)}.home-rd .rev-head{display:flex;align-items:center;gap:11px;margin-bottom:8px}.home-rd .rev-head .av{width:40px;height:40px;border-radius:50%;background:var(--accent-soft);color:var(--accent);display:grid;place-items:center;font-weight:700}.home-rd .rev-head .nm{font-weight:700;font-size:14.5px;color:var(--ink)}.home-rd .rev-head .vf{font-size:11px;color:var(--accent);font-weight:600}.home-rd .rev-head .dt{font-size:12px;color:var(--muted);margin-left:auto}.home-rd .rev-item .stars{font-size:13px;margin-bottom:6px}.home-rd .rev-item .rt{font-weight:700;font-size:15px;margin-bottom:4px;color:var(--ink)}.home-rd .rev-item p{font-size:14.5px;color:var(--ink-2)}.home-rd .rev-reply{margin:14px 0 0 51px;padding:14px 18px;background:var(--bg-soft);border-radius:12px;border-left:3px solid var(--gold-soft)}.home-rd .rev-reply .rr{font-size:12px;font-weight:700;color:var(--accent);margin-bottom:4px;display:flex;align-items:center;gap:7px}.home-rd .rev-reply p{font-size:13.5px}.home-rd .yml .grid{margin-top:8px}.home-rd .sticky-buy{position:fixed;left:0;right:0;bottom:0;z-index:80;background:var(--bg);border-top:1px solid var(--line);padding:12px 16px calc(12px + env(safe-area-inset-bottom));display:none;gap:12px;align-items:center;box-shadow:0 -8px 24px #1410281a}.home-rd .sticky-buy .sp{display:flex;flex-direction:column;line-height:1.1}.home-rd .sticky-buy .sp .amt{font-family:var(--font-display);font-size:24px;font-weight:600;color:var(--ink)}.home-rd .sticky-buy .sp .sm{font-size:11px;color:var(--ink-2)}.home-rd .sticky-buy .btn{flex:1}@media(max-width:980px){.home-rd .pdp{grid-template-columns:1fr;gap:30px}.home-rd .gallery{position:static}.home-rd .gal-main{display:flex;flex-direction:column;padding:0}.home-rd .gal-ribbon{position:static}.home-rd .gal-main img{flex:1 1 auto;min-height:0;width:100%;max-height:none;object-fit:contain;padding:16px}.home-rd .gal-thumbs{flex-wrap:wrap}.home-rd .rev-wrap{grid-template-columns:1fr;gap:26px}.home-rd .rev-summary{position:static}.home-rd .notes{grid-template-columns:1fr;gap:12px;max-width:560px}.home-rd .note{display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center;text-align:left;padding:16px 18px}.home-rd .note .nd{grid-column:1;grid-row:1 / span 2;width:40px;height:40px;margin:0}.home-rd .note .nl{grid-column:2;margin-bottom:4px}.home-rd .note ul{grid-column:2;flex-direction:row;flex-wrap:wrap;gap:6px 8px}.home-rd .note li{font-family:var(--font-body);font-size:13.5px;font-weight:600;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--r-pill);padding:6px 12px}}@media(max-width:880px){.home-rd .pdp-sec{padding:48px 0}}@media(max-width:560px){.home-rd .buy-trust{grid-template-columns:1fr}.home-rd .prow{grid-template-columns:90px 1fr 30px;gap:10px}.home-rd .sticky-buy{display:flex}.home-rd.has-sticky{padding-bottom:78px}}
/*# sourceMappingURL=/cdn/shop/t/860/assets/home-redesign.css.map */
