.ProductCard-module__VUDjPa__card{color:inherit;display:block}.ProductCard-module__VUDjPa__imageWrap{aspect-ratio:3/4;background:var(--border);border-radius:6px;position:relative;overflow:hidden}.ProductCard-module__VUDjPa__image{object-fit:cover;transition:transform .4s}.ProductCard-module__VUDjPa__card:hover .ProductCard-module__VUDjPa__image{transform:scale(1.04)}.ProductCard-module__VUDjPa__badges{z-index:2;flex-direction:column;gap:.35rem;display:flex;position:absolute;top:.5rem;left:.5rem}.ProductCard-module__VUDjPa__badgeNew,.ProductCard-module__VUDjPa__badgeSale{letter-spacing:.04em;text-transform:uppercase;background:var(--surface);color:var(--ink);border-radius:3px;width:fit-content;padding:.28rem .55rem;font-size:.62rem}.ProductCard-module__VUDjPa__badgeSale{background:var(--accent);color:var(--bg)}.ProductCard-module__VUDjPa__wishlistBtn{background:var(--surface);width:30px;height:30px;color:var(--ink);opacity:.95;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s,color .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.ProductCard-module__VUDjPa__wishlistBtn:active{transform:scale(.9)}.ProductCard-module__VUDjPa__wishlistBtnActive{color:var(--accent)}.ProductCard-module__VUDjPa__quickView{text-align:center;letter-spacing:.06em;text-transform:uppercase;background:var(--nav-glass);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--ink);opacity:0;padding:.6rem;font-size:.72rem;transition:opacity .25s,transform .25s;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.ProductCard-module__VUDjPa__card:hover .ProductCard-module__VUDjPa__quickView{opacity:1;transform:translateY(0)}.ProductCard-module__VUDjPa__mobileAddBtn{display:none}@media (hover:none){.ProductCard-module__VUDjPa__quickView{display:none}.ProductCard-module__VUDjPa__mobileAddBtn{background:var(--accent);width:34px;height:34px;color:var(--bg);z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:.5rem;right:.5rem}.ProductCard-module__VUDjPa__mobileAddBtn:active{transform:scale(.92)}}.ProductCard-module__VUDjPa__info{flex-direction:column;min-height:78px;padding-top:.65rem;display:flex}.ProductCard-module__VUDjPa__name{font-family:var(--font-body);-webkit-line-clamp:1;-webkit-box-orient:vertical;min-height:1.35em;margin:0;font-size:.85rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.ProductCard-module__VUDjPa__priceRow{flex-wrap:wrap;align-items:center;gap:.45rem;margin-top:.3rem;display:flex}.ProductCard-module__VUDjPa__price{font-size:.88rem;font-weight:600}.ProductCard-module__VUDjPa__compareAtPrice{opacity:.5;font-size:.76rem;text-decoration:line-through}.ProductCard-module__VUDjPa__discountTag{color:#4a7c59;min-height:1.2em;margin-top:.2rem;font-size:.72rem;font-weight:500;display:inline-block}@media (min-width:640px){.ProductCard-module__VUDjPa__name,.ProductCard-module__VUDjPa__price{font-size:.9rem}}
.Hero-module__V3_HcG__hero{max-width:1280px;margin:0 auto;padding:2rem 0 2.5rem}.Hero-module__V3_HcG__heroHeader{flex-direction:column;gap:1.1rem;margin-bottom:1.25rem;padding-left:1rem;padding-right:1.25rem;display:flex}.Hero-module__V3_HcG__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:.5rem;font-size:.7rem;display:inline-block}.Hero-module__V3_HcG__headline{font-size:clamp(1.75rem,7vw,3rem);font-weight:500;line-height:1.12}.Hero-module__V3_HcG__headline em{color:var(--accent);font-style:italic}.Hero-module__V3_HcG__ctaLink{border:1px solid var(--border);letter-spacing:.05em;text-transform:uppercase;width:100%;color:var(--ink);border-radius:999px;justify-content:center;align-items:center;gap:.4rem;padding:.85rem 1.25rem;font-size:.82rem;transition:border-color .2s,background-color .2s;display:flex}.Hero-module__V3_HcG__ctaLink:hover{border-color:var(--accent-soft);background:var(--surface)}.Hero-module__V3_HcG__ctaLink span{transition:transform .2s}.Hero-module__V3_HcG__ctaLink:hover span{transform:translate(3px)}.Hero-module__V3_HcG__threadDivider{width:100%;margin-bottom:1.75rem;padding-left:1rem;padding-right:1.25rem}.Hero-module__V3_HcG__threadPath{stroke:var(--accent-soft);stroke-width:1.5px;stroke-dasharray:1400;stroke-dashoffset:1400px;animation:1.8s .2s forwards Hero-module__V3_HcG__draw-thread}.Hero-module__V3_HcG__swipeHint{letter-spacing:.05em;text-transform:uppercase;color:var(--ink);opacity:.5;margin-bottom:.75rem;padding-left:1rem;font-size:.7rem;animation:.6s 1.6s both Hero-module__V3_HcG__fade-hint;display:inline-block}@keyframes Hero-module__V3_HcG__fade-hint{0%{opacity:.5;transform:translate(0)}50%{transform:translate(4px)}to{opacity:.35;transform:translate(0)}}.Hero-module__V3_HcG__indicators{justify-content:center;align-items:center;gap:6px;margin-top:1rem;display:flex}.Hero-module__V3_HcG__indicatorDash{background:var(--border);border-radius:1px;width:14px;height:2px;transition:width .3s,background-color .3s}.Hero-module__V3_HcG__indicatorActive{background:var(--accent);width:26px}@media (min-width:640px){.Hero-module__V3_HcG__swipeHint,.Hero-module__V3_HcG__indicators{display:none}}@keyframes Hero-module__V3_HcG__draw-thread{to{stroke-dashoffset:0}}.Hero-module__V3_HcG__productScroller{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:1rem;padding:.5rem 15vw 1rem;display:flex;overflow-x:auto}.Hero-module__V3_HcG__productScroller::-webkit-scrollbar{display:none}.Hero-module__V3_HcG__scrollItem{scroll-snap-align:center;scroll-snap-stop:always;width:68vw;opacity:calc(1 - var(--proximity,0) * .6);transform:scale(calc(1 - var(--proximity,0) * .14));filter:blur(calc(var(--proximity,0) * 3.5px));flex:none;transition:opacity .12s linear,transform .12s linear,filter .12s linear}@media (max-width:380px){.Hero-module__V3_HcG__scrollItem{width:72vw}}@media (min-width:640px){.Hero-module__V3_HcG__heroHeader{flex-direction:row;justify-content:space-between;align-items:flex-end;padding:0 2rem}.Hero-module__V3_HcG__ctaLink{border:none;border-radius:0;width:auto;padding:0}.Hero-module__V3_HcG__ctaLink:hover{background:0 0}.Hero-module__V3_HcG__threadDivider{padding:0 2rem}.Hero-module__V3_HcG__productScroller{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem;padding:0 2rem;display:grid;overflow:visible}.Hero-module__V3_HcG__scrollItem{opacity:1;filter:none;width:auto;transform:none}@media (min-width:1024px){.Hero-module__V3_HcG__productScroller{grid-template-columns:repeat(4,1fr)}}@media (prefers-reduced-motion:reduce){.Hero-module__V3_HcG__threadPath{stroke-dashoffset:0;animation:none}}}
.TrustBar-module__m__r1W__section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--surface)}.TrustBar-module__m__r1W__list{scrollbar-width:none;max-width:1280px;margin:0 auto;padding:0;list-style:none;display:flex;overflow-x:auto}.TrustBar-module__m__r1W__list::-webkit-scrollbar{display:none}.TrustBar-module__m__r1W__item{border-right:1px solid var(--border);flex:none;align-items:center;gap:.75rem;padding:1.1rem 1.5rem;display:flex}.TrustBar-module__m__r1W__item:last-child{border-right:none}.TrustBar-module__m__r1W__icon{color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.TrustBar-module__m__r1W__text{white-space:nowrap;flex-direction:column;display:flex}.TrustBar-module__m__r1W__label{letter-spacing:.01em;font-size:.82rem;font-weight:500}.TrustBar-module__m__r1W__sublabel{opacity:.6;margin-top:.1rem;font-size:.72rem}@media (min-width:900px){.TrustBar-module__m__r1W__list{justify-content:space-between}.TrustBar-module__m__r1W__item{flex:1;justify-content:center;padding:1.4rem 1rem}.TrustBar-module__m__r1W__label{font-size:.85rem}.TrustBar-module__m__r1W__sublabel{font-size:.74rem}}
.FilterSidebar-module__kFE5yG__sidebar{flex-direction:column;gap:1.75rem;display:flex}.FilterSidebar-module__kFE5yG__group{border-bottom:1px solid var(--border);padding-bottom:1.5rem}.FilterSidebar-module__kFE5yG__group:last-of-type{border-bottom:none}.FilterSidebar-module__kFE5yG__groupTitle{letter-spacing:.06em;text-transform:uppercase;margin-bottom:.9rem;font-size:.82rem}.FilterSidebar-module__kFE5yG__optionList{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.FilterSidebar-module__kFE5yG__option{opacity:.75;align-items:center;gap:.6rem;font-size:.88rem;transition:opacity .2s,color .2s;display:flex}.FilterSidebar-module__kFE5yG__option:hover{opacity:1}.FilterSidebar-module__kFE5yG__checkbox{border:1px solid var(--border);border-radius:3px;flex-shrink:0;width:16px;height:16px;transition:border-color .2s,background-color .2s;position:relative}.FilterSidebar-module__kFE5yG__optionActive{opacity:1;color:var(--accent);font-weight:500}.FilterSidebar-module__kFE5yG__optionActive .FilterSidebar-module__kFE5yG__checkbox{background:var(--accent);border-color:var(--accent)}.FilterSidebar-module__kFE5yG__optionActive .FilterSidebar-module__kFE5yG__checkbox:after{content:"";border:solid var(--bg);border-width:0 1.5px 1.5px 0;width:4px;height:8px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.FilterSidebar-module__kFE5yG__clearLink{color:var(--accent);text-underline-offset:2px;align-self:flex-start;font-size:.82rem;text-decoration:underline}
.CategoryRail-module__Cmrtqa__section{max-width:1280px;margin:0 auto;padding:3rem 1.25rem}.CategoryRail-module__Cmrtqa__header{margin-bottom:1.5rem}.CategoryRail-module__Cmrtqa__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:.4rem;font-size:.72rem;display:block}.CategoryRail-module__Cmrtqa__title{font-size:1.5rem;font-weight:500}.CategoryRail-module__Cmrtqa__layout{flex-direction:column;gap:1.25rem;display:flex}.CategoryRail-module__Cmrtqa__featured{aspect-ratio:4/3;border-radius:4px;display:block;position:relative;overflow:hidden}.CategoryRail-module__Cmrtqa__featuredImage{object-fit:cover;transition:transform .5s}.CategoryRail-module__Cmrtqa__featured:hover .CategoryRail-module__Cmrtqa__featuredImage{transform:scale(1.03)}.CategoryRail-module__Cmrtqa__featuredOverlay{background:linear-gradient(#0000 35%,#00000026 60%,#0009 100%);position:absolute;inset:0}.CategoryRail-module__Cmrtqa__featuredContent{padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.CategoryRail-module__Cmrtqa__featuredTagline{font-family:var(--font-display), serif;color:#fff;max-width:22ch;margin:0 0 .9rem;font-size:1.3rem;font-style:italic;line-height:1.3}.CategoryRail-module__Cmrtqa__featuredLabel{letter-spacing:.06em;text-transform:uppercase;color:#fff;border-bottom:1px solid #ffffff80;align-items:center;gap:.4rem;padding-bottom:.3rem;font-size:.78rem;display:inline-flex}.CategoryRail-module__Cmrtqa__featuredLabel span{transition:transform .2s}.CategoryRail-module__Cmrtqa__featured:hover .CategoryRail-module__Cmrtqa__featuredLabel span{transform:translate(3px)}.CategoryRail-module__Cmrtqa__list{border-top:1px solid var(--border);margin:0;padding:0;list-style:none}.CategoryRail-module__Cmrtqa__listItem{border-bottom:1px solid var(--border)}.CategoryRail-module__Cmrtqa__listLink{align-items:center;gap:1rem;padding:.9rem .25rem;transition:padding-left .2s;display:flex}.CategoryRail-module__Cmrtqa__listLink:hover{padding-left:.5rem}.CategoryRail-module__Cmrtqa__thumbWrap{background:var(--border);border-radius:4px;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.CategoryRail-module__Cmrtqa__thumb{object-fit:cover}.CategoryRail-module__Cmrtqa__listLabel{font-family:var(--font-display), serif;flex:1;font-size:1.05rem}.CategoryRail-module__Cmrtqa__listArrow{opacity:.4;transition:transform .2s,opacity .2s}.CategoryRail-module__Cmrtqa__listLink:hover .CategoryRail-module__Cmrtqa__listArrow{opacity:1;color:var(--accent);transform:translate(3px)}@media (min-width:900px){.CategoryRail-module__Cmrtqa__section{padding:4rem 2rem}.CategoryRail-module__Cmrtqa__title{font-size:1.75rem}.CategoryRail-module__Cmrtqa__layout{flex-direction:row;align-items:stretch;gap:2rem}.CategoryRail-module__Cmrtqa__featured{aspect-ratio:auto;flex:1.4}.CategoryRail-module__Cmrtqa__list{border-top:none;flex-direction:column;flex:1;display:flex}.CategoryRail-module__Cmrtqa__listItem{flex:1;display:flex}.CategoryRail-module__Cmrtqa__listLink{flex:1;padding:0 .5rem}.CategoryRail-module__Cmrtqa__thumbWrap{width:72px;height:72px}.CategoryRail-module__Cmrtqa__listLabel{font-size:1.15rem}}
.MobileFilterDrawer-module__uaj8oW__triggerBtn{border:1px solid var(--border);background:var(--surface);letter-spacing:.03em;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.82rem;display:flex}.MobileFilterDrawer-module__uaj8oW__overlay{background:var(--overlay);opacity:0;pointer-events:none;z-index:55;transition:opacity .3s;position:fixed;inset:0}.MobileFilterDrawer-module__uaj8oW__overlayVisible{opacity:1;pointer-events:auto}.MobileFilterDrawer-module__uaj8oW__drawer{background:var(--surface);border-right:1px solid var(--border);width:min(85vw,340px);height:100vh;box-shadow:var(--shadow);z-index:60;transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.MobileFilterDrawer-module__uaj8oW__drawerOpen{transform:translate(0)}.MobileFilterDrawer-module__uaj8oW__drawerHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.MobileFilterDrawer-module__uaj8oW__drawerTitle{font-family:var(--font-display), serif;font-size:1.05rem}.MobileFilterDrawer-module__uaj8oW__closeBtn{border:1px solid var(--border);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.MobileFilterDrawer-module__uaj8oW__drawerBody{padding:1.5rem}@media (min-width:900px){.MobileFilterDrawer-module__uaj8oW__triggerBtn{display:none}}
.TrendingSection-module__Nm88va__section{max-width:1280px;margin:0 auto;padding:3rem 1.25rem}.TrendingSection-module__Nm88va__header{margin-bottom:1.5rem}.TrendingSection-module__Nm88va__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:.4rem;font-size:.72rem;display:block}.TrendingSection-module__Nm88va__title{font-size:1.5rem;font-weight:500}.TrendingSection-module__Nm88va__grid{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.25rem;margin:0 -1.25rem;padding:0 1.25rem;display:flex;overflow-x:auto}.TrendingSection-module__Nm88va__grid::-webkit-scrollbar{display:none}.TrendingSection-module__Nm88va__card{scroll-snap-align:start;width:72%;color:inherit;flex:none;position:relative}.TrendingSection-module__Nm88va__rank{z-index:1;font-family:var(--font-display), serif;color:var(--bg);-webkit-text-stroke:1.5px var(--accent-soft);opacity:.9;font-size:3.2rem;font-weight:600;line-height:1;position:absolute;top:-.4rem;left:-.3rem}.TrendingSection-module__Nm88va__imageWrap{aspect-ratio:3/4;background:var(--border);border-radius:4px;position:relative;overflow:hidden}.TrendingSection-module__Nm88va__image{object-fit:cover;transition:transform .4s}.TrendingSection-module__Nm88va__card:hover .TrendingSection-module__Nm88va__image{transform:scale(1.04)}.TrendingSection-module__Nm88va__info{padding-top:.75rem}.TrendingSection-module__Nm88va__name{margin:0;font-size:.92rem;font-weight:500}.TrendingSection-module__Nm88va__priceRow{align-items:center;gap:.5rem;margin-top:.3rem;display:flex}.TrendingSection-module__Nm88va__price{font-size:.9rem;font-weight:500}.TrendingSection-module__Nm88va__compareAtPrice{opacity:.5;font-size:.8rem;text-decoration:line-through}.TrendingSection-module__Nm88va__soldCount{color:var(--accent);margin-top:.35rem;font-size:.74rem;display:block}@media (min-width:640px){.TrendingSection-module__Nm88va__section{padding:4rem 2rem}.TrendingSection-module__Nm88va__title{font-size:1.75rem}.TrendingSection-module__Nm88va__grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;margin:0;padding:0;display:grid;overflow:visible}.TrendingSection-module__Nm88va__card{width:auto}.TrendingSection-module__Nm88va__rank{font-size:3.8rem}}
.SortBar-module__-cb1dq__sortBar{scrollbar-width:none;border-bottom:1px solid var(--border);align-items:center;gap:.75rem;padding:1rem 0;display:flex;overflow-x:auto}.SortBar-module__-cb1dq__sortBar::-webkit-scrollbar{display:none}.SortBar-module__-cb1dq__sortLabel{opacity:.6;flex-shrink:0;font-size:.82rem}.SortBar-module__-cb1dq__sortOptions{gap:.5rem;display:flex}.SortBar-module__-cb1dq__sortBtn{border:1px solid var(--border);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.45rem .9rem;font-size:.8rem;transition:border-color .2s,background-color .2s}.SortBar-module__-cb1dq__sortBtn:hover{border-color:var(--accent-soft)}.SortBar-module__-cb1dq__sortBtnActive{background:var(--accent);border-color:var(--accent);color:var(--bg)}
.AboutSection-module__csj2ga__section{max-width:1280px;margin:0 auto;padding:3.5rem 1.25rem}.AboutSection-module__csj2ga__layout{flex-direction:column;gap:2.5rem;display:flex}.AboutSection-module__csj2ga__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:.6rem;font-size:.72rem;display:block}.AboutSection-module__csj2ga__title{max-width:14ch;font-size:1.75rem;font-weight:500;line-height:1.15}.AboutSection-module__csj2ga__story{font-family:var(--font-display), serif;opacity:.85;max-width:40ch;margin-top:1.1rem;font-size:1.15rem;font-style:italic;line-height:1.55}.AboutSection-module__csj2ga__valuesList{border-top:1px solid var(--border);margin:0;padding:0;list-style:none}.AboutSection-module__csj2ga__valueItem{border-bottom:1px solid var(--border);gap:1.25rem;padding:1.5rem 0;display:flex}.AboutSection-module__csj2ga__valueIndex{font-family:var(--font-display), serif;color:var(--accent-soft);flex-shrink:0;padding-top:.15rem;font-size:.95rem}.AboutSection-module__csj2ga__valueTitle{margin:0 0 .4rem;font-size:1rem;font-weight:500}.AboutSection-module__csj2ga__valueDescription{opacity:.7;max-width:42ch;font-size:.88rem;line-height:1.55}@media (min-width:900px){.AboutSection-module__csj2ga__section{padding:5rem 2rem}.AboutSection-module__csj2ga__layout{flex-direction:row;gap:4rem}.AboutSection-module__csj2ga__storyCol{flex:0 0 34%;align-self:flex-start;position:sticky;top:6rem}.AboutSection-module__csj2ga__title{font-size:2.1rem}.AboutSection-module__csj2ga__story{font-size:1.25rem}.AboutSection-module__csj2ga__valuesList{border-top:none;flex:1}.AboutSection-module__csj2ga__valueItem{padding:1.75rem 0}.AboutSection-module__csj2ga__valueTitle{font-size:1.1rem}.AboutSection-module__csj2ga__valueDescription{font-size:.92rem}}
.Pagination-module__bgtlSa__pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}.Pagination-module__bgtlSa__navBtn{border:1px solid var(--border);border-radius:4px;padding:.6rem 1rem;font-size:.85rem;transition:border-color .2s}.Pagination-module__bgtlSa__navBtn:hover{border-color:var(--accent-soft)}.Pagination-module__bgtlSa__navBtnDisabled{opacity:.35;pointer-events:none}.Pagination-module__bgtlSa__pageNumbers{gap:.4rem;display:flex}.Pagination-module__bgtlSa__pageBtn{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;transition:background-color .2s;display:flex}.Pagination-module__bgtlSa__pageBtn:hover{background:var(--border)}.Pagination-module__bgtlSa__pageBtnActive{background:var(--accent);color:var(--bg)}@media (max-width:480px){.Pagination-module__bgtlSa__pageNumbers{display:none}}
.page-module__-msXra__page{max-width:1280px;margin:0 auto;padding:2rem 1.25rem 4rem}.page-module__-msXra__header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.5rem;display:flex}.page-module__-msXra__title{font-size:1.75rem;font-weight:500}.page-module__-msXra__count{opacity:.6;margin-top:.35rem;font-size:.85rem}.page-module__-msXra__layout{gap:2.5rem;margin-top:1.5rem;display:flex}.page-module__-msXra__desktopSidebar{display:none}.page-module__-msXra__grid{grid-template-columns:repeat(2,1fr);align-items:start;gap:1.5rem 1rem;display:grid}.page-module__-msXra__empty{text-align:center;opacity:.6;padding:3rem 0;font-size:.9rem}@media not (min-width:900px){.page-module__-msXra__layout{justify-content:center;align-items:center;display:flex}}@media (min-width:640px){.page-module__-msXra__page{padding:2.5rem 2rem 5rem}.page-module__-msXra__grid{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}}@media (min-width:900px){.page-module__-msXra__desktopSidebar{flex:0 0 220px;display:block}.page-module__-msXra__results{flex:1}.page-module__-msXra__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.page-module__-msXra__grid{grid-template-columns:repeat(4,1fr)}}
.TestimonialSpotlight-module__4nZjjG__section{text-align:center;max-width:900px;margin:0 auto;padding:3.5rem 1.25rem}.TestimonialSpotlight-module__4nZjjG__header{margin-bottom:2rem}.TestimonialSpotlight-module__4nZjjG__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-soft);margin-bottom:.4rem;font-size:.72rem;display:block}.TestimonialSpotlight-module__4nZjjG__title{font-size:1.5rem;font-weight:500}.TestimonialSpotlight-module__4nZjjG__spotlight{flex-direction:column;align-items:center;display:flex;position:relative}.TestimonialSpotlight-module__4nZjjG__quoteMark{font-family:var(--font-display), serif;color:var(--accent);opacity:.25;margin-bottom:-1rem;font-size:4.5rem;line-height:1}.TestimonialSpotlight-module__4nZjjG__quote{font-family:var(--font-display), serif;max-width:34ch;margin:0;font-size:1.3rem;font-style:italic;line-height:1.5}.TestimonialSpotlight-module__4nZjjG__stars{color:var(--accent-soft);gap:.2rem;margin-top:1.5rem;display:flex}.TestimonialSpotlight-module__4nZjjG__attribution{flex-direction:column;margin-top:1rem;display:flex}.TestimonialSpotlight-module__4nZjjG__name{font-size:.92rem;font-weight:500}.TestimonialSpotlight-module__4nZjjG__location{opacity:.6;margin-top:.15rem;font-size:.8rem}.TestimonialSpotlight-module__4nZjjG__selector{justify-content:center;gap:.75rem;margin-top:2.25rem;display:flex}.TestimonialSpotlight-module__4nZjjG__selectorBtn{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--ink);opacity:.5;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s,border-color .2s,transform .2s;display:flex}.TestimonialSpotlight-module__4nZjjG__selectorBtn:hover{opacity:.85;transform:translateY(-1px)}.TestimonialSpotlight-module__4nZjjG__selectorBtnActive{opacity:1;border-color:var(--accent);color:var(--accent)}.TestimonialSpotlight-module__4nZjjG__selectorInitial{font-family:var(--font-display), serif;font-size:.85rem;font-weight:500}@media (min-width:640px){.TestimonialSpotlight-module__4nZjjG__section{padding:4.5rem 2rem}.TestimonialSpotlight-module__4nZjjG__title{font-size:1.75rem}.TestimonialSpotlight-module__4nZjjG__quote{max-width:40ch;font-size:1.55rem}}
