.Header-module__Af2_WG__header{z-index:1000;padding:0 var(--spacing-sm);background-color:#f7f4effa;border-bottom:1px solid #0000000d;position:sticky;top:0}.Header-module__Af2_WG__navContainer{max-width:var(--max-width);height:80px;padding:0 var(--spacing-md);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__Af2_WG__leftGroup{align-items:center;gap:clamp(1rem,3vw,3rem);display:flex}.Header-module__Af2_WG__logo{font-family:var(--font-heading);letter-spacing:.5px;color:var(--color-text-primary);text-transform:uppercase;white-space:nowrap;font-size:clamp(1.1rem,2.5vw,1.8rem);font-weight:700}.Header-module__Af2_WG__links{align-items:center;gap:clamp(.75rem,2vw,2rem);display:none}.Header-module__Af2_WG__link{font-family:var(--font-body);color:var(--color-text-primary);cursor:pointer;white-space:nowrap;align-items:center;gap:4px;font-size:clamp(.75rem,1.2vw,.9rem);font-weight:500;display:flex}.Header-module__Af2_WG__link:hover{color:var(--color-accent)}.Header-module__Af2_WG__chevron{pointer-events:none;transition:transform .3s}.Header-module__Af2_WG__dropdown[data-active=true] .Header-module__Af2_WG__chevron{transform:rotate(180deg)}.Header-module__Af2_WG__dropdown{align-items:center;height:100%;display:flex;position:relative}.Header-module__Af2_WG__dropdownToggle{cursor:pointer;background:0 0;border:none;width:auto;padding:0;}.Header-module__Af2_WG__dropdownContent{background-color:var(--color-white);border:1px solid var(--color-surface);flex-direction:column;min-width:200px;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 4px 12px #0000000d}.Header-module__Af2_WG__dropdown:hover .Header-module__Af2_WG__dropdownContent{display:flex}.Header-module__Af2_WG__dropdownContent a{color:var(--color-text-secondary);padding:10px 20px;font-size:.85rem}.Header-module__Af2_WG__dropdownContent a:hover{background-color:var(--color-surface);color:var(--color-text-primary)}.Header-module__Af2_WG__actions{align-items:center;gap:clamp(1rem,2vw,1.5rem);display:flex}.Header-module__Af2_WG__actions .btn{white-space:nowrap;padding:10px 20px;font-size:.85rem}.Header-module__Af2_WG__mobileToggle{color:var(--color-text-primary);z-index:1001;margin-left:-12px;margin-right:1rem;padding:8px;display:block}.Header-module__Af2_WG__searchBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:8px;transition:background-color .2s;display:flex}.Header-module__Af2_WG__searchBtn:hover{background-color:var(--color-surface)}.Header-module__Af2_WG__searchForm{background-color:var(--color-surface);border-radius:20px;align-items:center;height:36px;padding:0 15px;animation:.3s ease-out Header-module__Af2_WG__slideIn;display:flex}@keyframes Header-module__Af2_WG__slideIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.Header-module__Af2_WG__searchInput{font-family:var(--font-body);color:var(--color-text-primary);background:0 0;border:none;outline:none;width:150px;font-size:.85rem}@media (min-width:900px){.Header-module__Af2_WG__links{display:flex}.Header-module__Af2_WG__mobileToggle{display:none}}@media (max-width:899px){.Header-module__Af2_WG__links{background-color:var(--color-background);width:100%;padding:0 var(--spacing-md)40px;z-index:999;border-top:1px solid #0000000d;flex-direction:column;gap:0;max-height:calc(100vh - 80px);display:none;position:absolute;top:100%;left:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a}.Header-module__Af2_WG__mobileOpen{animation:.3s forwards Header-module__Af2_WG__fadeInDown;display:flex!important}@keyframes Header-module__Af2_WG__fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__link,.Header-module__Af2_WG__dropdownToggle{border-bottom:1px solid var(--color-surface);text-align:left;justify-content:space-between;align-items:center;width:100%;min-height:56px;padding:.75rem 0;font-size:1.25rem;line-height:1.2;display:flex}.Header-module__Af2_WG__dropdown{flex-direction:column;align-items:flex-start;width:100%;height:auto}.Header-module__Af2_WG__dropdownContent{width:100%;box-shadow:none;background:0 0;border:none;max-height:0;padding:0 0 0 1rem;transition:max-height .4s cubic-bezier(.4,0,.2,1);display:flex;position:static;overflow:hidden}.Header-module__Af2_WG__dropdown[data-active=true] .Header-module__Af2_WG__dropdownContent{max-height:500px;margin-bottom:1rem;padding-top:.5rem}.Header-module__Af2_WG__actions .btn{white-space:normal;text-align:center;max-width:80px;padding:6px 10px;font-size:.75rem;line-height:1.2}}
.Footer-module__EZoWya__footer{background-color:var(--color-text-primary);color:var(--color-surface);padding:var(--spacing-lg)0 var(--spacing-md);margin-top:auto}.Footer-module__EZoWya__container{max-width:var(--max-width);padding:0 var(--spacing-md);margin:0 auto}.Footer-module__EZoWya__topSection{gap:var(--spacing-md);margin-bottom:var(--spacing-lg);flex-direction:column;display:flex}.Footer-module__EZoWya__logo{color:var(--color-white);margin-bottom:.5rem}.Footer-module__EZoWya__bio{color:#ccc;max-width:300px;font-size:.9rem}.Footer-module__EZoWya__socials{color:var(--color-surface);gap:1rem;margin-top:1rem;display:flex}.Footer-module__EZoWya__links{flex-direction:column;gap:.8rem;display:flex}.Footer-module__EZoWya__links a{color:#ccc;font-size:.9rem}.Footer-module__EZoWya__links a:hover{color:var(--color-white)}.Footer-module__EZoWya__bottomSection{padding-top:var(--spacing-md);text-align:center;color:#888;border-top:1px solid #ffffff1a;font-size:.8rem}@media (min-width:768px){.Footer-module__EZoWya__topSection{flex-direction:row;justify-content:space-between}}
.DealHighlight-module__3QQATa__section{background-color:var(--color-surface);padding:var(--spacing-xl)0}.DealHighlight-module__3QQATa__container{max-width:var(--max-width);padding:0 var(--spacing-md);margin:0 auto}.DealHighlight-module__3QQATa__title{text-align:center;margin-bottom:var(--spacing-lg)}.DealHighlight-module__3QQATa__grid{gap:var(--spacing-md);grid-template-columns:1fr;display:grid}.DealHighlight-module__3QQATa__block{background-color:var(--color-white);padding:var(--spacing-lg)var(--spacing-md);text-align:center;border:1px solid #0000000d;flex-direction:column;justify-content:center;align-items:center;display:flex}.DealHighlight-module__3QQATa__accentBlock{background-color:var(--color-card);border-color:var(--color-card)}.DealHighlight-module__3QQATa__label{text-transform:uppercase;letter-spacing:1px;color:var(--color-accent);margin-bottom:1rem;font-size:.8rem;display:block}.DealHighlight-module__3QQATa__blockTitle{margin-bottom:1rem;font-size:2rem}.DealHighlight-module__3QQATa__desc{color:var(--color-text-secondary);margin-bottom:2rem}.DealHighlight-module__3QQATa__link{border-bottom:1px solid;align-items:center;gap:8px;padding-bottom:2px;font-weight:500;display:inline-flex}@media (min-width:768px){.DealHighlight-module__3QQATa__grid{grid-template-columns:1fr 1fr}}
.Hero-module__Z8hQ_W__heroSection{text-align:center;padding:var(--spacing-xl)0;background-color:var(--color-background);max-width:800px;margin:0 auto}.Hero-module__Z8hQ_W__headline{color:var(--color-text-primary);margin-bottom:var(--spacing-sm);font-size:3rem;font-weight:600;line-height:1.3}.Hero-module__Z8hQ_W__italic{color:var(--color-accent);font-style:italic;font-weight:400}.Hero-module__Z8hQ_W__subheadline{color:var(--color-text-secondary);max-width:600px;margin:0 auto var(--spacing-md);font-size:1.1rem}.Hero-module__Z8hQ_W__ctaGroup{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:768px){.Hero-module__Z8hQ_W__headline{font-size:4rem}}
.Newsletter-module__2Pl5Qq__newsletter{background-color:var(--color-accent);color:var(--color-white);padding:var(--spacing-xl)var(--spacing-md);margin-top:var(--spacing-lg)}.Newsletter-module__2Pl5Qq__container{text-align:center;max-width:800px;margin:0 auto}.Newsletter-module__2Pl5Qq__heading{font-family:var(--font-heading);margin-bottom:var(--spacing-sm);color:var(--color-white);font-size:clamp(2rem,8vw,3rem)}.Newsletter-module__2Pl5Qq__text{margin-bottom:var(--spacing-md);opacity:.9;font-size:1.1rem;line-height:1.8}.Newsletter-module__2Pl5Qq__form{flex-direction:column;gap:1rem;max-width:500px;margin:0 auto;display:flex}.Newsletter-module__2Pl5Qq__input{color:var(--color-white);font-family:var(--font-body);border-radius:var(--border-radius);background:#ffffff1a;border:1px solid #ffffff4d;padding:16px;font-size:1rem}.Newsletter-module__2Pl5Qq__input::placeholder{color:#fff9}@media (min-width:600px){.Newsletter-module__2Pl5Qq__form{flex-direction:row}.Newsletter-module__2Pl5Qq__input{flex:1}}.Newsletter-module__2Pl5Qq__honeypot{opacity:0;z-index:-1;width:0;height:0;position:absolute;top:0;left:0}
.ScrollReveal-module__0uU3eW__reveal{opacity:0;will-change:opacity,transform;transition:opacity 1.2s cubic-bezier(.2,.8,.2,1),transform 1.2s cubic-bezier(.2,.8,.2,1)}.ScrollReveal-module__0uU3eW__reveal.ScrollReveal-module__0uU3eW__visible{opacity:1;transform:translate(0)}.ScrollReveal-module__0uU3eW__up{transform:translateY(30px)}.ScrollReveal-module__0uU3eW__down{transform:translateY(-30px)}.ScrollReveal-module__0uU3eW__left{transform:translate(30px)}.ScrollReveal-module__0uU3eW__right{transform:translate(-30px)}
.CurrentFavorites-module__SM7-MW__section{padding:var(--spacing-xl)0;background-color:var(--color-surface)}.CurrentFavorites-module__SM7-MW__header{text-align:left;margin-bottom:var(--spacing-lg);max-width:600px}.CurrentFavorites-module__SM7-MW__title{margin-bottom:.5rem;font-size:3rem}.CurrentFavorites-module__SM7-MW__subtitle{color:var(--color-text-secondary);font-family:var(--font-body);font-size:1.1rem}.CurrentFavorites-module__SM7-MW__grid{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}.CurrentFavorites-module__SM7-MW__card{flex-direction:column;display:flex}.CurrentFavorites-module__SM7-MW__imagePlaceholder{aspect-ratio:4/5;background-color:var(--color-card);margin-bottom:1rem;position:relative}.CurrentFavorites-module__SM7-MW__category{background-color:var(--color-white);font-size:.7rem;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;padding:4px 10px;position:absolute;bottom:1rem;left:1rem}.CurrentFavorites-module__SM7-MW__itemTitle{font-family:var(--font-heading);font-size:1.5rem}@media (min-width:600px){.CurrentFavorites-module__SM7-MW__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.CurrentFavorites-module__SM7-MW__grid{grid-template-columns:repeat(4,1fr)}}
.ProductCard-module__9j1fXa__card{background-color:var(--color-white);border:1px solid var(--color-surface);flex-direction:column;height:100%;transition:transform .2s,box-shadow .2s;display:flex}.ProductCard-module__9j1fXa__card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000000d}.ProductCard-module__9j1fXa__imageWrapper{aspect-ratio:1;background-color:var(--color-background);position:relative;overflow:hidden}.ProductCard-module__9j1fXa__image{object-fit:cover;width:100%;height:100%;display:block}.ProductCard-module__9j1fXa__placeholder{background-color:var(--color-card);width:100%;height:100%}.ProductCard-module__9j1fXa__content{padding:var(--spacing-sm);flex-direction:column;flex-grow:1;display:flex}.ProductCard-module__9j1fXa__retailer{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-secondary);margin-bottom:.5rem;font-size:.7rem;display:block}.ProductCard-module__9j1fXa__title{margin-bottom:.5rem;font-size:1.25rem;line-height:1.4}.ProductCard-module__9j1fXa__description{color:var(--color-text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.ProductCard-module__9j1fXa__productBtn{text-align:center;background-color:var(--color-text-primary);color:#fff;width:100%;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;margin-top:auto;padding:12px;font-size:.85rem;font-weight:600;transition:background-color .2s;display:block}.ProductCard-module__9j1fXa__productBtn:hover{background-color:var(--color-accent)}
.ExploreTiles-module__GcSXfa__section{padding:var(--spacing-xl)0;background-color:var(--color-background)}.ExploreTiles-module__GcSXfa__title{text-align:center;margin-bottom:var(--spacing-lg);font-size:3rem;font-family:var(--font-heading)}.ExploreTiles-module__GcSXfa__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (min-width:768px){.ExploreTiles-module__GcSXfa__grid{grid-template-columns:repeat(4,1fr)}}.ExploreTiles-module__GcSXfa__tile{aspect-ratio:4/5;text-decoration:none;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:block;position:relative;overflow:hidden}.ExploreTiles-module__GcSXfa__tile:hover{transform:translateY(-5px)}.ExploreTiles-module__GcSXfa__imageWrapper{width:100%;height:100%;position:relative}.ExploreTiles-module__GcSXfa__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.ExploreTiles-module__GcSXfa__tile:hover .ExploreTiles-module__GcSXfa__image{transform:scale(1.05)}.ExploreTiles-module__GcSXfa__overlay{background:linear-gradient(#0000 40%,#00000080);width:100%;height:100%;position:absolute;top:0;left:0}.ExploreTiles-module__GcSXfa__tileTitle{color:#fff;text-align:center;font-family:var(--font-heading);letter-spacing:.5px;z-index:2;font-size:1.25rem;position:absolute;bottom:1.5rem;left:0;right:0}
.hub-module__JSJBIq__main{flex-direction:column;min-height:100vh;display:flex}.hub-module__JSJBIq__hero{background-color:var(--color-background);padding:var(--spacing-xl)0 var(--spacing-lg);text-align:center}.hub-module__JSJBIq__subtitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--color-accent);margin-bottom:1rem;font-size:.9rem;display:block}.hub-module__JSJBIq__title{margin-bottom:var(--spacing-md)}.hub-module__JSJBIq__blurb{max-width:600px;color:var(--color-text-secondary);margin:0 auto;font-size:1.1rem;line-height:1.6}.hub-module__JSJBIq__dealsSection{padding-top:var(--spacing-lg)}
.page-module__E0kJGG__main{flex-direction:column;min-height:100vh;display:flex}.page-module__E0kJGG__newsletterSection{background-color:var(--color-surface);padding:0}
.BlogCard-module__TlS7bq__card{background-color:#0000;flex-direction:column;width:100%;display:flex}.BlogCard-module__TlS7bq__imageLink{width:100%;margin-bottom:var(--spacing-sm);display:block}.BlogCard-module__TlS7bq__imagePlaceholder{aspect-ratio:2/3;background-color:var(--color-card);transition:opacity .3s;position:relative;overflow:hidden}.BlogCard-module__TlS7bq__card:hover .BlogCard-module__TlS7bq__imagePlaceholder{opacity:.9}.BlogCard-module__TlS7bq__category{background-color:var(--color-white);font-size:.75rem;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;padding:4px 10px;position:absolute;top:1rem;left:1rem}.BlogCard-module__TlS7bq__content{padding:0}.BlogCard-module__TlS7bq__title{font-family:var(--font-heading);margin-bottom:.75rem;font-size:1.5rem;line-height:1.3}.BlogCard-module__TlS7bq__title a:hover{color:var(--color-accent)}.BlogCard-module__TlS7bq__excerpt{color:var(--color-text-secondary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.9rem;display:-webkit-box;overflow:hidden}.BlogCard-module__TlS7bq__readMore{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;border-bottom:1px solid;padding-bottom:2px;font-size:.85rem;font-weight:600}
.category-module__LCUAlG__main{flex-direction:column;min-height:100vh;display:flex}.category-module__LCUAlG__pageHeader{gap:var(--spacing-lg);padding:var(--spacing-xl)0;grid-template-columns:1fr;align-items:center;display:grid}.category-module__LCUAlG__heroContent{text-align:left}.category-module__LCUAlG__title{margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.category-module__LCUAlG__blurb{color:var(--color-text-secondary);max-width:600px;font-size:1.15rem;line-height:1.8}.category-module__LCUAlG__heroImagePlaceholder{aspect-ratio:3/2;background-color:var(--color-card);width:100%}.category-module__LCUAlG__archiveGrid{gap:var(--spacing-lg)var(--spacing-md);margin-bottom:var(--spacing-xl);padding-top:var(--spacing-lg);border-top:1px solid var(--color-surface);grid-template-columns:repeat(1,1fr);display:grid}@media (min-width:768px){.category-module__LCUAlG__pageHeader{grid-template-columns:1fr 1fr}.category-module__LCUAlG__archiveGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.category-module__LCUAlG__archiveGrid{grid-template-columns:repeat(3,1fr)}}
.post-module__ZAXO3W__main{flex-direction:column;min-height:100vh;display:flex}.post-module__ZAXO3W__header{text-align:center;padding:var(--spacing-xl)0 var(--spacing-md)}.post-module__ZAXO3W__category{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--color-accent);margin-bottom:1rem;font-size:.8rem;display:block}.post-module__ZAXO3W__title{word-wrap:break-word;max-width:800px;margin:0 auto 1.5rem;font-size:2rem;line-height:1.2}@media (min-width:768px){.post-module__ZAXO3W__title{font-size:3.5rem}}.post-module__ZAXO3W__meta{font-family:var(--font-body);color:var(--color-text-secondary);font-size:.9rem}.post-module__ZAXO3W__featuredImagePlaceholder{max-width:800px;margin:0 auto var(--spacing-xl);aspect-ratio:16/9;border-radius:var(--border-radius);background-color:var(--color-card);overflow:hidden}.post-module__ZAXO3W__contentWrapper{gap:var(--spacing-lg);max-width:1000px;margin-bottom:var(--spacing-xl);grid-template-columns:1fr;display:grid;position:relative}.post-module__ZAXO3W__shareSidebar{display:none}.post-module__ZAXO3W__contentBody{color:var(--color-text-primary);overflow-wrap:break-word;word-wrap:break-word;font-size:1.15rem;line-height:1.8}.post-module__ZAXO3W__contentBody img,.post-module__ZAXO3W__contentBody figure,.post-module__ZAXO3W__contentBody iframe,.post-module__ZAXO3W__contentBody video{max-width:100%!important;height:auto!important}.post-module__ZAXO3W__contentBody pre,.post-module__ZAXO3W__contentBody code{white-space:pre-wrap;word-wrap:break-word}.post-module__ZAXO3W__contentBody a{color:var(--color-accent);text-underline-offset:2px;font-weight:500;text-decoration:underline;transition:color .2s,text-decoration-thickness .2s}.post-module__ZAXO3W__contentBody a:hover{color:var(--color-text-primary);text-decoration-thickness:2px}.post-module__ZAXO3W__contentBody p{margin-bottom:2rem}.post-module__ZAXO3W__contentBody h2{word-wrap:break-word;margin:2rem 0 1rem;font-size:1.75rem}@media (min-width:768px){.post-module__ZAXO3W__contentBody h2{margin:3rem 0 1.5rem;font-size:2.5rem}}.post-module__ZAXO3W__inlineOptin{background-color:var(--color-surface);margin:4rem 0;padding:1rem}@media (min-width:1024px){.post-module__ZAXO3W__contentWrapper{grid-template-columns:80px 1fr;padding-left:0}.post-module__ZAXO3W__shareSidebar{display:block}.post-module__ZAXO3W__shareSticky{flex-direction:column;align-items:center;gap:1.5rem;display:flex;position:sticky;top:120px}.post-module__ZAXO3W__shareSticky p{text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:600}.post-module__ZAXO3W__shareSticky a{cursor:pointer;color:var(--color-text-secondary);background:0 0;border:none;transition:color .2s}.post-module__ZAXO3W__shareSticky a:hover{color:var(--color-accent)}}
.blog-module__3rPSzG__main{flex-direction:column;min-height:100vh;display:flex}.blog-module__3rPSzG__pageHeader{text-align:center;padding:var(--spacing-xl)0 var(--spacing-lg)}.blog-module__3rPSzG__title{margin-bottom:1rem;font-size:4rem}.blog-module__3rPSzG__subtitle{color:var(--color-text-secondary);margin-bottom:var(--spacing-lg);font-size:1.1rem}.blog-module__3rPSzG__filterNav{border-top:1px solid var(--color-surface);border-bottom:1px solid var(--color-surface);justify-content:center;gap:2rem;padding:1rem 0;display:flex}.blog-module__3rPSzG__filterBtn{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:500;transition:color .2s}.blog-module__3rPSzG__filterBtn:hover,.blog-module__3rPSzG__filterBtn.blog-module__3rPSzG__active{color:var(--color-text-primary)}.blog-module__3rPSzG__blogGrid{gap:var(--spacing-lg)var(--spacing-md);margin-bottom:var(--spacing-xl);grid-template-columns:repeat(1,1fr);display:grid}@media (min-width:600px){.blog-module__3rPSzG__blogGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.blog-module__3rPSzG__blogGrid{grid-template-columns:repeat(3,1fr)}}.blog-module__3rPSzG__pagination{margin-top:var(--spacing-xl);padding-top:var(--spacing-lg);border-top:1px solid var(--color-surface);justify-content:center;align-items:center;gap:1rem;display:flex}.blog-module__3rPSzG__pageBtn{background-color:var(--color-surface);color:var(--color-text-primary);border-radius:var(--border-radius);padding:.5rem 1.5rem;font-weight:500;transition:all .2s}.blog-module__3rPSzG__pageBtn:hover{background-color:var(--color-accent);color:var(--color-white)}.blog-module__3rPSzG__pageBtn.blog-module__3rPSzG__disabled{opacity:.5;pointer-events:none;border:1px solid var(--color-surface);background-color:#0000}.blog-module__3rPSzG__pageInfo{color:var(--color-text-secondary);font-size:.95rem}
.Contact-module__x2Jx8a__main{flex-direction:column;min-height:100vh;display:flex}.Contact-module__x2Jx8a__hero{text-align:center;padding:var(--spacing-xl)0;background-color:var(--color-background)}.Contact-module__x2Jx8a__title{margin-bottom:1rem;font-size:4rem;line-height:1.1}.Contact-module__x2Jx8a__subtitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--color-accent);margin-bottom:2rem;font-size:1.1rem;display:block}.Contact-module__x2Jx8a__blurb{max-width:700px;color:var(--color-text-secondary);margin:0 auto;font-size:1.2rem;line-height:1.8}.Contact-module__x2Jx8a__statsSection{background-color:var(--color-surface);padding:var(--spacing-lg)0}.Contact-module__x2Jx8a__statsGrid{text-align:center;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto;display:grid}.Contact-module__x2Jx8a__statValue{font-family:var(--font-heading);color:var(--color-text-primary);font-size:3rem;display:block}.Contact-module__x2Jx8a__statLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-secondary);font-size:.85rem}.Contact-module__x2Jx8a__servicesSection{padding:var(--spacing-xl)0}.Contact-module__x2Jx8a__sectionTitle{text-align:center;margin-bottom:var(--spacing-lg);font-size:2.5rem}.Contact-module__x2Jx8a__servicesGrid{grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}.Contact-module__x2Jx8a__serviceCard{border-bottom:1px solid var(--color-surface);padding:2rem}.Contact-module__x2Jx8a__serviceHeader{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.Contact-module__x2Jx8a__serviceName{font-size:1.8rem}.Contact-module__x2Jx8a__connectSection{text-align:center;padding:var(--spacing-xl)0;background-color:var(--color-card)}.Contact-module__x2Jx8a__socialLinks{justify-content:center;gap:2rem;margin:2rem 0;display:flex}.Contact-module__x2Jx8a__socialLink{color:var(--color-text-primary);transition:color .2s}.Contact-module__x2Jx8a__socialLink:hover{color:var(--color-accent)}.Contact-module__x2Jx8a__contactBox{max-width:500px;margin:0 auto}@media (min-width:768px){.Contact-module__x2Jx8a__statsGrid{grid-template-columns:repeat(4,1fr)}.Contact-module__x2Jx8a__servicesGrid{grid-template-columns:1fr 1fr}}
.Legal-module__AZOdsW__main{flex-direction:column;min-height:100vh;display:flex}.Legal-module__AZOdsW__legalContent{max-width:800px;padding:var(--spacing-xl)var(--spacing-md);margin:0 auto}.Legal-module__AZOdsW__title{font-size:3.5rem;font-family:var(--font-heading);margin-bottom:.5rem}.Legal-module__AZOdsW__lastUpdated{color:var(--color-text-secondary);margin-bottom:var(--spacing-lg);font-size:.9rem;font-style:italic}.Legal-module__AZOdsW__section{margin-bottom:2.5rem;line-height:1.8}.Legal-module__AZOdsW__section h2{margin-bottom:1rem;font-size:1.5rem}.Legal-module__AZOdsW__section ul{margin:1rem 0;padding-left:1.5rem}.Legal-module__AZOdsW__section li{margin-bottom:.5rem}
.Resources-module__iLt7Jq__main{flex-direction:column;min-height:100vh;display:flex}.Resources-module__iLt7Jq__hero{padding:var(--spacing-xl)0;text-align:center;background-color:var(--color-background)}.Resources-module__iLt7Jq__title{font-size:4rem;font-family:var(--font-heading);margin-bottom:1rem}.Resources-module__iLt7Jq__subtitle{color:var(--color-text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.Resources-module__iLt7Jq__grid{margin:var(--spacing-xl)0;grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Resources-module__iLt7Jq__grid{grid-template-columns:repeat(3,1fr)}}.Resources-module__iLt7Jq__card{background-color:var(--color-surface);text-align:center;border:1px solid #0000000d;padding:3rem 2rem;transition:transform .3s,box-shadow .3s}.Resources-module__iLt7Jq__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000000d}.Resources-module__iLt7Jq__cardIcon{color:var(--color-accent);margin-bottom:1.5rem}.Resources-module__iLt7Jq__cardTitle{font-size:1.5rem;font-family:var(--font-heading);margin-bottom:1rem}.Resources-module__iLt7Jq__cardText{color:var(--color-text-secondary);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.Resources-module__iLt7Jq__disclosure{margin:var(--spacing-xl)auto;text-align:center;max-width:700px;color:var(--color-text-secondary);opacity:.7;font-size:.85rem;font-style:italic}.Resources-module__iLt7Jq__accent{background-color:var(--color-card)}
.WorkWithMe-module__mBoGSG__main{flex-direction:column;min-height:100vh;display:flex}.WorkWithMe-module__mBoGSG__hero{text-align:center;padding:var(--spacing-xl)0;background-color:var(--color-background)}.WorkWithMe-module__mBoGSG__title{margin-bottom:1rem;font-size:4rem;line-height:1.1}.WorkWithMe-module__mBoGSG__subtitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:2px;color:var(--color-accent);margin-bottom:2rem;font-size:1.1rem;display:block}.WorkWithMe-module__mBoGSG__blurb{max-width:700px;color:var(--color-text-secondary);margin:0 auto;font-size:1.2rem;line-height:1.8}.WorkWithMe-module__mBoGSG__statsSection{background-color:var(--color-surface);padding:var(--spacing-lg)0}.WorkWithMe-module__mBoGSG__statsGrid{text-align:center;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:800px;margin:0 auto;display:grid}.WorkWithMe-module__mBoGSG__statValue{font-family:var(--font-heading);color:var(--color-text-primary);font-size:3rem;display:block}.WorkWithMe-module__mBoGSG__statLabel{font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px;color:var(--color-text-secondary);font-size:.85rem}.WorkWithMe-module__mBoGSG__servicesSection{padding:var(--spacing-xl)0}.WorkWithMe-module__mBoGSG__sectionTitle{text-align:center;margin-bottom:var(--spacing-lg);font-size:2.5rem}.WorkWithMe-module__mBoGSG__servicesGrid{grid-template-columns:1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}.WorkWithMe-module__mBoGSG__serviceCard{border-bottom:1px solid var(--color-surface);padding:2rem}.WorkWithMe-module__mBoGSG__serviceHeader{justify-content:space-between;align-items:baseline;margin-bottom:1rem;display:flex}.WorkWithMe-module__mBoGSG__serviceName{font-size:1.8rem}.WorkWithMe-module__mBoGSG__connectSection{text-align:center;padding:var(--spacing-xl)0;background-color:var(--color-card)}.WorkWithMe-module__mBoGSG__socialLinks{justify-content:center;gap:2rem;margin:2rem 0;display:flex}.WorkWithMe-module__mBoGSG__socialLink{color:var(--color-text-primary);transition:color .2s}.WorkWithMe-module__mBoGSG__socialLink:hover{color:var(--color-accent)}.WorkWithMe-module__mBoGSG__contactBox{max-width:500px;margin:0 auto}@media (min-width:768px){.WorkWithMe-module__mBoGSG__statsGrid{grid-template-columns:repeat(4,1fr)}.WorkWithMe-module__mBoGSG__servicesGrid{grid-template-columns:1fr 1fr}}
.CuratedGrid-module__6QLC9a__gridSection{max-width:1400px;padding:var(--spacing-lg)var(--spacing-md);margin:0 auto}.CuratedGrid-module__6QLC9a__header{margin-bottom:var(--spacing-md);border-bottom:2px solid var(--color-surface);padding-bottom:var(--spacing-sm);justify-content:space-between;align-items:flex-end;display:flex}.CuratedGrid-module__6QLC9a__heading{color:var(--color-primary);font-size:2.5rem}.CuratedGrid-module__6QLC9a__grid{gap:var(--spacing-md);grid-template-columns:1fr;display:grid}.CuratedGrid-module__6QLC9a__card{cursor:pointer;flex-direction:column;transition:transform .3s;display:flex}.CuratedGrid-module__6QLC9a__card:hover{transform:translateY(-5px)}.CuratedGrid-module__6QLC9a__imagePlaceholder{aspect-ratio:4/5;background-color:var(--color-surface);margin-bottom:var(--spacing-sm);border-radius:var(--border-radius);position:relative;overflow:hidden}.CuratedGrid-module__6QLC9a__cardContent{padding:0 var(--spacing-xs)}.CuratedGrid-module__6QLC9a__categoryTag{text-transform:uppercase;letter-spacing:1px;background-color:#fff;border-radius:2px;padding:4px 8px;font-size:.7rem;position:absolute;top:10px;left:10px}.CuratedGrid-module__6QLC9a__cardTitle{font-family:var(--font-playfair);margin-bottom:.5rem;font-size:1.4rem}.CuratedGrid-module__6QLC9a__cardLink{color:var(--color-secondary);font-size:.9rem;text-decoration:underline}@media (min-width:600px){.CuratedGrid-module__6QLC9a__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.CuratedGrid-module__6QLC9a__grid{grid-template-columns:repeat(4,1fr)}}
.ProductGrid-module__blnusG__section{margin:4rem 0}.ProductGrid-module__blnusG__title{font-size:2rem;font-family:var(--font-heading);color:var(--color-primary);text-align:center;margin-bottom:2rem}.ProductGrid-module__blnusG__grid{gap:var(--spacing-sm);grid-template-columns:repeat(2,1fr);display:grid}@media (min-width:600px){.ProductGrid-module__blnusG__grid{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.ProductGrid-module__blnusG__grid{grid-template-columns:repeat(4,1fr)}}
