.shelf{--ground:#fff;--tint-lilac:#f5f2f7;--tint-aqua:#edf2f1;--tint-sand:#f6f2ea;--tint-blush:#f6eff1;--teal:#1f7a85;--rose:#c65b8a;--ink:#0e3a46;--ink-soft:color-mix(in srgb, var(--ink) 76%, transparent);--rule:color-mix(in srgb, var(--ink) 18%, transparent);--accent:#7b4b94;--accent-deep:#5f3676;--violet-night:#3f2154;--aventurine:#b5813f;--gold:#f5c451;--gold-soft:#ffd977;--aventurine-deep:#8a5a1c;--wash-violet:#f0e8f4;--wash-aqua:#e2eeec;--wash-rose:#f4e8ec;--on-dark-error:#ffc9c9;--on-dark-ok:#b8f0c8;background:var(--ground);color:var(--ink);font-family:var(--font-ui), system-ui, sans-serif;font-size:1.0625rem;line-height:1.6}.shelf :where(h1,h2,h3){text-wrap:balance;font-family:var(--font-display), "Iowan Old Style", "Palatino Linotype", Georgia, serif;letter-spacing:-.01em;margin:0;font-weight:400;line-height:1.12}.shelf-wrap{box-sizing:border-box;width:100%;max-width:64rem;margin-inline:auto;padding-inline:1.25rem}.shelf-section{padding-block:3.5rem}.shelf-section--lilac{background:var(--tint-lilac)}.shelf-section--aqua{background:var(--tint-aqua)}.shelf-section--sand{background:var(--tint-sand)}.shelf-section--blush{background:var(--tint-blush)}.shelf-section+.shelf-section:not([class*=--]):not(.shelf-newsletter){border-top:1px solid color-mix(in srgb, var(--ink) 8%, transparent)}.shelf-heading{font-size:clamp(1.75rem,3.4vw,2.4rem)}.shelf-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1.5rem;margin-bottom:1.75rem;display:flex}.shelf-link{color:var(--accent);text-underline-offset:.25em;font-size:.95rem;font-weight:600}.shelf-link:hover{color:var(--accent-deep);text-decoration:underline}.shelf-giftfinder-band{background:var(--tint-lilac);padding-block:2rem}.shelf-giftfinder-link{text-align:center;font-family:var(--font-display), "Iowan Old Style", "Palatino Linotype", Georgia, serif;color:var(--accent-deep);justify-content:center;align-items:center;gap:.6rem;font-size:1.15rem;transition:color .2s;display:flex}.shelf-giftfinder-link:hover{color:var(--accent)}.shelf-giftfinder-link .giftfinder-arrow{flex-shrink:0;transition:transform .2s}.shelf-giftfinder-link:hover .giftfinder-arrow{transform:translate(.2em)}[dir=rtl] .shelf-giftfinder-link .giftfinder-arrow{transform:scaleX(-1)}[dir=rtl] .shelf-giftfinder-link:hover .giftfinder-arrow{transform:scaleX(-1)translate(.2em)}@media (prefers-reduced-motion:reduce){.shelf-giftfinder-link,.shelf-giftfinder-link .giftfinder-arrow{transition:none}.shelf-giftfinder-link:hover .giftfinder-arrow{transform:none}[dir=rtl] .shelf-giftfinder-link .giftfinder-arrow{transform:scaleX(-1)}}.shelf-hero{background:radial-gradient(55% 75% at 88% 45%, color-mix(in srgb, var(--wash-violet) 70%, transparent) 0%, transparent 70%), var(--ground);overflow:hidden}.shelf-hero-grid{grid-template-columns:minmax(0,1fr);align-items:center;gap:1rem;padding-block:2.5rem .5rem;display:grid}.shelf-hero-copy{flex-direction:column;align-items:flex-start;gap:1.25rem;max-width:31rem;display:flex}.shelf-title{font-size:clamp(2.75rem,8vw,4.75rem)}.shelf-lede{font-family:var(--font-display), "Iowan Old Style", Georgia, serif;margin:0;font-size:clamp(1.2rem,2.4vw,1.5rem);font-style:italic;line-height:1.4}.shelf-note{color:var(--ink-soft);margin:0;font-size:.92rem}@keyframes hero-rise{0%{opacity:0;transform:translateY(22px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.shelf-hero-copy>*{animation:.7s cubic-bezier(.22,1.12,.36,1) both hero-rise}.shelf-hero-copy>:first-child{animation-delay:0s}.shelf-hero-copy>:nth-child(2){animation-delay:90ms}.shelf-hero-copy>:nth-child(3){animation-delay:.18s}.shelf-hero-copy>:nth-child(4){animation-delay:.26s}.shelf-hero-copy>:nth-child(5){animation-delay:.34s}.shelf-button{--cta:#70458f;--cta-deep:#5e3978;background:var(--cta);color:#fff;letter-spacing:.015em;box-shadow:0 4px 14px color-mix(in srgb, var(--cta) 32%, transparent);border-radius:5px;justify-content:center;align-items:center;padding:.95rem 2.25rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:background-color .15s,transform .15s,box-shadow .15s;display:inline-flex}.shelf-button:hover{background:var(--cta-deep);transform:translateY(-2px)}@keyframes button-glow{0%{opacity:0}to{opacity:1}}.shelf-hero-copy .shelf-button{animation:.7s cubic-bezier(.22,1.12,.36,1) .26s both hero-rise;position:relative}.shelf-hero-copy .shelf-button:after{content:"";border-radius:inherit;box-shadow:0 0 1.1rem .2rem color-mix(in srgb, var(--cta) 42%, transparent);pointer-events:none;animation:2.4s ease-in-out 1.1s infinite alternate both button-glow;position:absolute;inset:0}.shelf-facts{color:var(--ink-soft);flex-wrap:wrap;gap:.25rem 1.5rem;margin:.25rem 0 0;padding:0;font-size:.92rem;list-style:none;display:flex}.shelf-bead{aspect-ratio:1;justify-self:center;width:100%;max-width:34rem;position:relative}.shelf-bead img{object-fit:contain;object-position:50% 50%;mix-blend-mode:multiply;animation:1.2s cubic-bezier(.2,.7,.2,1) both shelf-settle}@keyframes shelf-settle{0%{opacity:0;transform:scale(1.32)translateY(-2%)}to{opacity:1;transform:scale(1.24)}}.shelf-bead:after{content:"";mix-blend-mode:overlay;pointer-events:none;opacity:0;background:linear-gradient(115deg,#0000 42%,#ffffffb3 50%,#0000 58%) -100% -100%/300% 300%;animation:1.3s ease-out 1.15s both shelf-shimmer;position:absolute;inset:0}@keyframes shelf-shimmer{0%{opacity:1;background-position:-100% -100%}to{opacity:0;background-position:100% 100%}}@media (min-width:52rem){.shelf-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:2rem;padding-block:3.5rem 1.5rem}.shelf-bead{justify-self:end;margin-inline-end:-6%}}.shelf-item-photo img,.shelf-category-photo img{object-fit:cover;mix-blend-mode:multiply;filter:brightness(1.05)contrast(1.03);-webkit-mask-composite:source-in;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000),linear-gradient(#0000,#000 3% 97%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000),linear-gradient(#0000,#000 3% 97%,#0000);-webkit-mask-composite:source-in;mask-composite:intersect}.shelf-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.25rem 1rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:48rem){.shelf-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:3rem 1.75rem}}.shelf-item{flex-direction:column;gap:.3rem;display:flex;position:relative}.shelf-item-photo{aspect-ratio:2/3;position:relative}.shelf-item-name{font-family:var(--font-display), "Iowan Old Style", Georgia, serif;overflow-wrap:anywhere;font-size:1.15rem;line-height:1.25}.shelf-item-name a{color:inherit;text-decoration:none}.shelf-item-name a:after{content:"";position:absolute;inset:0}.shelf-item-name a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:.2em}.shelf-item-price{color:var(--accent-deep);font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:600}.shelf-badge{top:.25rem;z-index:1;background:var(--ink);color:var(--ground);border-radius:2px;padding:.1rem .55rem;font-size:.8rem;line-height:1.4;position:absolute;inset-inline-start:0}.shelf-discount-badge{top:.25rem;z-index:1;background:var(--ground);color:var(--accent-deep);border:1px solid color-mix(in srgb, var(--accent-deep) 30%, transparent);border-radius:2px;padding:.1rem .5rem;font-size:.78rem;font-weight:600;line-height:1.4;position:absolute;inset-inline-end:0}.shelf-item-price-compare{color:var(--ink-soft);margin-inline-end:.5rem;font-weight:400;text-decoration:line-through}.shelf-special-subtitle{font-family:var(--font-display), "Iowan Old Style", Georgia, serif;color:var(--ink-soft);max-width:34rem;margin:.5rem 0 0;font-size:1.05rem;font-style:italic}.shelf-special-cta{justify-content:center;margin-top:3rem;display:flex}.shelf-special-cta .shelf-button{text-transform:uppercase;letter-spacing:.09em;padding:.9rem 2.5rem;font-size:.9rem}.shelf-row--special .shelf-item-photo{overflow:hidden}.shelf-row--special .shelf-item-photo img{transition:transform .5s}.shelf-row--special .shelf-item:hover .shelf-item-photo img{transform:scale(1.02)}.shelf-categories{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:2rem 1rem;margin:0;padding:0;list-style:none;display:grid}.shelf-category{text-align:center;flex-direction:column;align-items:center;gap:.4rem;display:flex;position:relative}.shelf-category-photo{aspect-ratio:4/5;width:100%;position:relative}.shelf-category-photo img{object-position:50% 48%}.shelf-category-name{font-family:var(--font-display), "Iowan Old Style", Georgia, serif;font-size:1.5rem;line-height:1.2}.shelf-category-name a{color:inherit;text-decoration:none}.shelf-category-name a:after{content:"";position:absolute;inset:0}.shelf-category-name a:hover{text-decoration:underline;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent);text-underline-offset:.2em}@media (min-width:48rem){.shelf-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem 3rem}.shelf-category:nth-child(3n+2){padding-bottom:3.5rem}}.shelf-points{gap:2rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:48rem){.shelf-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}}.shelf-point{--tone:var(--accent);border-top:4px solid var(--tone);padding-top:1rem}.shelf-point:nth-child(2){--tone:var(--teal)}.shelf-point:nth-child(3){--tone:var(--rose)}.shelf-point h3{margin-bottom:.5rem;font-size:1.35rem}.shelf-point p{max-width:34ch;color:var(--ink-soft);margin:0;font-size:.98rem}.shelf-faq details{border-top:1px solid var(--rule);padding-block:1rem}.shelf-faq details:last-child{border-bottom:1px solid var(--rule)}.shelf-faq summary{cursor:pointer;font-family:var(--font-display), "Iowan Old Style", Georgia, serif;align-items:baseline;gap:.75rem;font-size:1.2rem;line-height:1.3;list-style:none;display:flex}.shelf-faq summary::-webkit-details-marker{display:none}.shelf-faq summary:before{content:"";border-right:2px solid var(--accent);border-bottom:2px solid var(--accent);flex:none;width:.5rem;height:.5rem;transition:transform .15s;transform:translateY(-.12em)rotate(-45deg)}[dir=rtl] .shelf-faq summary:before{transform:translateY(-.12em)rotate(135deg)}.shelf-faq details[open] summary:before{transform:translateY(-.2em)rotate(45deg)}.shelf-faq p{margin:.75rem 0 0;max-width:62ch;color:var(--ink-soft);margin-inline-start:1.25rem}.shelf-quotes{gap:2rem;margin:0;padding:0;list-style:none;display:grid}@media (min-width:48rem){.shelf-quotes{grid-template-columns:repeat(3,minmax(0,1fr));gap:2.5rem}}.shelf-quote{flex-direction:column;gap:.6rem;margin:0;display:flex}.shelf-quote blockquote{font-family:var(--font-display), "Iowan Old Style", Georgia, serif;margin:0;font-size:1.2rem;line-height:1.5}.shelf-quote figcaption{color:var(--ink-soft);font-size:.92rem}.shelf-stars{color:var(--aventurine-deep);letter-spacing:.15em}.shelf-newsletter{background:var(--violet-night);color:#fff}.shelf-newsletter :where(h2){color:#fff}.shelf-newsletter-inner{flex-direction:column;align-items:flex-start;gap:.75rem;max-width:30rem;display:flex}.shelf-newsletter p{color:#ffffffd1;margin:0}.shelf .shelf-newsletter .btn-primary{background:var(--gold);color:var(--violet-night);font-weight:600}.shelf .shelf-newsletter .btn-primary:hover{background:var(--gold-soft);color:var(--violet-night)}.shelf-newsletter a,.shelf-newsletter label{color:inherit}.shelf .shelf-newsletter [role=alert]{color:var(--on-dark-error)}.shelf .shelf-newsletter [role=status]{color:var(--on-dark-ok)}.shelf-newsletter a:focus-visible,.shelf-newsletter button:focus-visible{outline-color:var(--gold)}.shelf .btn-primary{background:var(--accent);color:#fff;border-color:#0000;border-radius:4px}.shelf .btn-primary:hover{background:var(--accent-deep);color:#fff;box-shadow:none;border-color:#0000;transform:none}.shelf .field{border-color:color-mix(in srgb, var(--ink) 35%, transparent);background:#fff;border-radius:4px}.shelf .field:hover{border-color:var(--accent);box-shadow:none}.shelf .field:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 28%, transparent);transform:none}.shelf a:focus-visible,.shelf button:focus-visible,.shelf summary:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.shelf-home .shelf-section{padding-block:4.5rem}.shelf-home .shelf-heading-row{margin-bottom:3rem}.shelf-home .shelf-hero-grid{padding-block:3.5rem 1.5rem}.shelf-home .shelf-hero-copy{gap:1.75rem}.shelf-home .shelf-row,.shelf-home .shelf-categories{gap:3rem 1.25rem}.shelf-home .shelf-points,.shelf-home .shelf-quotes{gap:2.5rem}.shelf-home .shelf-faq details{padding-block:1.25rem}.shelf-home .shelf-faq p{margin-top:1rem}@media (min-width:48rem){.shelf-home .shelf-section{padding-block:6.5rem}.shelf-home .shelf-row{gap:4.25rem 2.25rem}.shelf-home .shelf-categories{gap:3rem 4rem}.shelf-home .shelf-points,.shelf-home .shelf-quotes{gap:3.5rem}}@media (min-width:52rem){.shelf-home .shelf-hero-grid{gap:3rem;padding-block:5.5rem 3.5rem}}@media (max-width:47.99rem){.shelf-row--two-rows>:nth-child(n+5){display:none}}.category-dots{justify-content:center;gap:.5rem;margin-top:.75rem;display:none}.category-dot{background:color-mix(in srgb, var(--foreground) 22%, transparent);border-radius:999px;width:.5rem;height:.5rem;transition:background-color .25s,width .25s cubic-bezier(.34,1.56,.64,1)}.category-dot.is-active{background:var(--color-primary);width:1.5rem}@media (max-width:47.99rem){.shelf-categories{padding-inline:1.25rem;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.25rem;padding-bottom:.5rem;display:flex;position:relative;overflow-x:auto}.shelf-categories::-webkit-scrollbar{display:none}.shelf-category{scroll-snap-align:center;scroll-snap-stop:always;flex:0 0 100%}.shelf-category-photo img{transition:transform .2s}.shelf-category:active .shelf-category-photo img{transform:scale(.96)}.category-dots{display:flex}}.shelf-hero-mobile{display:none}@media (max-width:51.99rem){.shelf-hero-desktop{display:none}.shelf-hero-mobile{display:inline}.shelf-home .shelf-hero-grid{gap:1.25rem;padding-block:.75rem .5rem}.shelf-hero .shelf-bead{aspect-ratio:4/3;order:-1;max-width:30rem;max-height:46svh}.shelf-hero .shelf-bead img{object-fit:cover;object-position:50% 82%;animation:.9s cubic-bezier(.2,.7,.2,1) both shelf-settle-mobile;-webkit-mask-image:linear-gradient(#000 82%,#0000);mask-image:linear-gradient(#000 82%,#0000)}.shelf-home .shelf-hero-copy{text-align:center;align-items:center;gap:1rem;max-width:24rem;margin-inline:auto}.shelf-hero .shelf-title{font-size:clamp(2rem,9vw,2.6rem);line-height:1.1}.shelf-hero .shelf-lede{text-wrap:balance;font-size:clamp(1.05rem,4.4vw,1.2rem)}.shelf-hero-copy>.shelf-note,.shelf-hero-copy>.shelf-facts{display:none}.shelf-hero-copy .shelf-button{width:100%;min-height:3.25rem;margin-top:.25rem}.shelf-home .shelf-hero+.shelf-section{padding-top:2.5rem}}@keyframes shelf-settle-mobile{0%{transform:scale(1.05)}to{transform:scale(1)}}
