@font-face{font-family:Onest;src:url("assets/fonts/Onest-Cyrillic-Variable.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:Onest;src:url("assets/fonts/Onest-Latin-Variable.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:Mazzard;src:url("assets/fonts/MazzardH-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:Mazzard;src:url("assets/fonts/MazzardH-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Mazzard;src:url("assets/fonts/MazzardH-Medium.woff2") format("woff2");font-weight:500 700;font-style:normal;font-display:swap}

:root{
  --ink:#434865;
  --ink-2:#59607c;
  --cream:#f4f0e6;
  --paper:#fffdf9;
  --line:rgba(67,72,101,.16);
  --rose:#ecb0b5;
  --rose-light:#f4d5d7;
  --lilac:#9fb6de;
  --blue:#9fb6de;
  --lime:#eab6a8;
  --yellow:#eab6a8;
  --radius:24px;
  --shadow:0 20px 60px rgba(39,42,66,.10);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Onest,Arial,sans-serif;font-weight:400;line-height:1.35}
body.is-locked{overflow:hidden}
button,input{font:inherit;color:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{border:0;background:none;cursor:pointer}
p,h1,h2,h3,blockquote{margin:0}
h1,h2,h3{font-weight:400!important}
.shell{width:min(1440px,calc(100% - 56px));margin-inline:auto}
.section{padding-block:104px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.eyebrow{font-size:14px;font-weight:500;letter-spacing:0;text-transform:none}
.button{display:inline-flex;min-height:54px;align-items:center;justify-content:center;padding:0 28px;border-radius:999px;font-size:14px;font-weight:500;letter-spacing:0;text-transform:none;transition:transform .2s,background .2s,color .2s,border-color .2s}
.button:hover{transform:translateY(-2px)}
.button--dark{background:var(--ink);color:#fff}
.button--dark:hover{background:#25345d}
.button--soft{background:rgba(255,255,255,.66);border:1px solid rgba(22,36,73,.15);backdrop-filter:blur(10px)}
.button--light{background:#fff;color:var(--ink)}
.button--outline{border:1px solid var(--ink);background:transparent}
.text-link{display:inline-flex;align-items:center;gap:10px;padding-bottom:6px;border-bottom:1px solid var(--ink);font-size:13px;font-weight:500}
.text-link span{font-size:17px}

.promo-bar{min-height:34px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;position:relative;padding:7px 48px}
.promo-bar p{display:flex;align-items:center;gap:12px;font-size:12px}
.promo-bar strong{font-weight:600}.promo-bar span{opacity:.75}
.promo-close{position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#fff;font-size:20px;line-height:1}

.site-header{position:relative;background:rgba(255,253,249,.96);z-index:30;border-bottom:1px solid var(--line)}
.header-main{height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;position:relative}
.desktop-main-nav{display:flex;align-items:center;gap:34px;font-size:13px;font-weight:500}
.desktop-main-nav{grid-column:1}
.desktop-main-nav a,.category-nav a{position:relative;white-space:nowrap}
.desktop-main-nav a:after,.category-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:right .25s}
.desktop-main-nav a:hover:after,.category-nav a:hover:after{right:0}
.brand-logo{width:155px;position:absolute;left:50%;transform:translateX(-50%)}
.brand-logo img{width:100%;height:auto}
.header-actions{grid-column:3;justify-self:end;display:flex;align-items:center;gap:18px}
.about-header-action{grid-column:3;justify-self:end;white-space:nowrap}
.header-action{display:flex;align-items:center;gap:7px;padding:8px 0;font-size:13px;font-weight:500}
.header-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 0 1px;border-radius:50%;background:var(--rose);font-size:10px;line-height:1;text-align:center}
.menu-toggle{display:none;width:40px;height:40px}
.menu-lines,.menu-lines:before,.menu-lines:after{display:block;width:20px;height:1px;background:var(--ink);content:"";transition:.2s}
.menu-lines:before{transform:translateY(-6px)}.menu-lines:after{transform:translateY(5px)}
.category-nav{display:none}
.mobile-nav{display:none}

.hero{display:grid;grid-template-columns:1fr;height:clamp(620px,72svh,760px);min-height:0;max-height:none;margin-top:24px;background:#f4f0e6;border-radius:32px;overflow:hidden;position:relative;isolation:isolate}
.hero-copy{padding:clamp(54px,6vw,96px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3}
.hero-copy .eyebrow{margin-bottom:24px}
.hero h1{font-size:clamp(50px,5.1vw,88px);line-height:.94;font-weight:400;letter-spacing:-.055em;max-width:680px;text-wrap:balance}
.hero h1 span{display:block;white-space:nowrap}
.hero-text{max-width:520px;margin-top:28px;font-size:17px;line-height:1.55;color:var(--ink-2)}
.hero-actions{display:flex;gap:12px;margin-top:34px;flex-wrap:wrap}
.hero-stage{position:absolute;inset:0;background:url("assets/media/hero-shop-v2-4k.jpg") center/cover no-repeat;z-index:0}
.hero-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,240,230,.72) 0%,rgba(244,240,230,.32) 31%,rgba(244,240,230,0) 51%);pointer-events:none}

.benefits{padding-block:28px;border-bottom:1px solid var(--line)}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefits-grid>div{min-height:56px;display:grid;grid-template-columns:36px 1fr;align-items:center;padding:0 28px;border-right:1px solid var(--line)}
.benefits-grid>div:first-child{padding-left:0}.benefits-grid>div:last-child{border:0}
.benefits-grid span{font-size:11px;opacity:.55}.benefits-grid p{font-size:13px;line-height:1.45}.benefits-grid strong{display:block;font-size:14px;font-weight:500}

.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:44px}
.section-head .eyebrow{margin-bottom:14px}
.section-head h2{font-size:clamp(36px,4vw,62px);font-weight:400;line-height:1;letter-spacing:-.045em}
.section-intro{max-width:400px;font-size:14px;line-height:1.55;color:#69718a}
.category-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.category-card{display:flex;flex-direction:column;height:100%;border-radius:var(--radius);overflow:hidden;transition:transform .25s,box-shadow .25s}
.category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.category-card--rose{background:#ecb0b5}.category-card--lilac{background:#f4f0e6}.category-card--blue{background:#9fb6de}.category-card--lime{background:#eab6a8}
.category-visual{height:360px;flex:0 0 360px;position:relative}
.category-visual:before{content:"";position:absolute;width:62%;aspect-ratio:1;border-radius:50%;background:rgba(255,255,255,.36);left:19%;top:16%}
.category-visual img{height:72%;width:80%;object-fit:contain;object-position:center bottom;position:absolute;left:10%;bottom:16%;filter:drop-shadow(0 18px 14px rgba(31,36,52,.15))}
.category-visual--photo{padding:0;background:#f8f1e5}.category-visual--photo:before{display:none}.category-visual--photo img{inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:none;border-radius:0;transform:none}
.category-visual--scene:before{display:none}
.category-visual--scene img{inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:none;transform:none}
.category-meta{flex:1;padding:24px 24px 26px;background:rgba(255,255,255,.25);position:relative}
.category-meta span{font-size:11px;opacity:.6}.category-meta h3{font-size:23px;font-weight:400;margin:7px 0 8px}.category-meta p{font-size:13px;color:#6c7284;min-height:30px}

.catalog-section{background:var(--cream)}
.catalog-heading{align-items:center}
.catalog-tools{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:15px;margin-bottom:28px}
.filters{display:flex;gap:7px;flex-wrap:wrap}
.filter{padding:10px 17px;border-radius:999px;font-size:14px;color:#69718a;transition:.2s}
.filter:hover{background:#fff}.filter.is-active{background:var(--ink);color:#fff}
.sort-button{font-size:12px;display:flex;gap:12px;align-items:center}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px 16px}
.product-card{min-width:0;position:relative}
.product-media{height:420px;border-radius:20px;position:relative;overflow:hidden;background:#ebe7de;cursor:pointer}
.product-media:before{display:none}
.product-media img{width:calc(100% - 52px);height:calc(100% - 104px);object-fit:contain;object-position:center center;position:absolute;left:26px;top:20px;filter:drop-shadow(0 16px 14px rgba(28,32,51,.14))}
.favorite{position:absolute;right:14px;top:14px;width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.9);display:grid;place-items:center;z-index:2;transition:.2s}
.favorite svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linejoin:round}
.favorite.is-active svg{fill:currentColor}
.favorite:hover,.favorite.is-active{background:var(--ink);color:#fff}
.product-buy{position:absolute;left:12px;right:12px;bottom:12px;min-height:48px;border-radius:999px;background:var(--ink);color:#fff;font-size:13px;font-weight:500;z-index:3}
.product-copy{padding:16px 4px 0}
.product-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-top:0}
.product-title-row h3{font-size:19px;font-weight:400;line-height:1.2}.product-title-row strong{font-size:16px;white-space:nowrap;font-weight:500}
.product-description{font-size:13px;color:#798097;margin-top:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-more{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:52px}.product-count{font-size:13px;color:#7c8295}

.finder.shell{display:block;width:100%;max-width:none;margin-inline:0;padding-block:0;background:radial-gradient(ellipse 78% 140% at 100% 100%,rgba(234,182,168,.92) 0%,rgba(196,168,194,.66) 34%,rgba(159,182,222,.4) 58%,rgba(67,72,101,0) 82%),linear-gradient(115deg,#434865 0%,#434865 40%,#56607f 70%,#d5a5aa 100%)}
.finder-card{border-radius:0;overflow:hidden;min-height:540px}
.finder-card--main{position:relative;isolation:isolate;display:flex;align-items:center;justify-content:flex-start;width:min(1440px,calc(100% - 56px));margin-inline:auto;color:#fff;padding:64px 0;background:transparent}
.finder-card--main:before,.finder-card--main:after{display:none}
.finder-copy{width:min(43%,540px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;margin-left:0}
.finder-card--main h2{font-size:clamp(48px,4.6vw,72px);line-height:.98;font-weight:400;letter-spacing:-.05em;max-width:520px;margin:0 0 24px}
.finder-card--main p{font-size:16px;line-height:1.55;max-width:500px;color:rgba(255,255,255,.78);margin-bottom:32px}
.finder-card--main .button--light{min-width:190px}

.sets{background:#f4f0e6}
.set-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.set-card{min-height:480px;border-radius:28px;display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;position:relative}
.set-card--home{background:linear-gradient(135deg,#eab6a8,#f4d7cf)}.set-card--self{background:#f4f0e6;border:1px solid rgba(67,72,101,.14)}
.set-copy{padding:50px 0 50px 50px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;z-index:2}
.set-copy h3{font-size:44px;font-weight:400;margin:0 0 8px}.set-copy p{font-size:14px;color:#666e84;max-width:230px}.set-copy strong{font-size:18px;font-weight:500;margin:22px 0}
.set-buy{padding-bottom:6px;border-bottom:1px solid var(--ink);font-size:14px;font-weight:500}
.set-products{position:relative}.set-products img{position:absolute;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(38,39,54,.18))}
.set-products img:first-child{width:64%;height:82%;left:-4%;bottom:2%;z-index:2}.set-products img:last-child{width:57%;height:70%;right:2%;bottom:2%}
.set-card--self .set-products img:first-child{width:62%;height:84%;left:-2%;mix-blend-mode:multiply;filter:none}.set-card--self .set-products img:last-child{width:58%;right:0}

.about{display:grid;grid-template-columns:1.12fr .88fr;gap:clamp(44px,6vw,96px);align-items:center}
.about-visual{height:440px;border-radius:24px;position:relative;overflow:hidden;background:#ebe7de}
.about-visual img{width:100%;height:100%;object-fit:cover;object-position:center 56%}
.about-copy{padding-right:4vw}.about-copy h2{font-size:clamp(42px,4vw,62px);font-weight:400;line-height:1;letter-spacing:-.05em;margin:0 0 24px}
.about-copy>p:not(.eyebrow){font-size:16px;line-height:1.65;color:#657087;max-width:540px;margin-bottom:34px}

.about-page{padding-bottom:110px}.about-page-hero{display:grid;grid-template-columns:.78fr 1.22fr;min-height:650px;align-items:stretch;margin-top:28px;background:#f4f0e6;overflow:hidden}.about-page-copy{padding:clamp(50px,7vw,110px);display:flex;flex-direction:column;justify-content:center}.about-page-copy h1{font-size:clamp(58px,7vw,108px);line-height:.92;letter-spacing:-.055em;margin-bottom:34px}.about-page-copy p{font-size:18px;line-height:1.6;color:#626b82;max-width:500px}.about-page-hero>img{width:100%;height:100%;object-fit:cover;object-position:center}.about-page-story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(50px,8vw,140px);padding-block:110px;border-bottom:1px solid var(--line)}.about-page-story h2{font-size:clamp(44px,5vw,72px);line-height:1;letter-spacing:-.05em}.about-page-story p{font-size:17px;line-height:1.7;color:#626b82;margin-bottom:24px}.about-page-gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:64px}.about-page-gallery img{width:100%;height:480px;object-fit:cover}

.voices{background:#f4f0e6}
.voices-head{margin-bottom:38px}
.voices-head h2{font-size:clamp(44px,4.4vw,70px);line-height:.98;letter-spacing:-.05em}
.voices-grid{display:grid;grid-template-columns:1.08fr 1fr 1fr;grid-template-rows:306px 300px;gap:16px}
.voices-card{position:relative;min-width:0;border-radius:24px;overflow:hidden}
.voices-card--expert{grid-column:1;grid-row:1/3}
.voices-card--event{grid-column:2;grid-row:1}
.voices-card--blue{grid-column:2;grid-row:2}
.voices-card--rose{grid-column:3;grid-row:1}
.voices-card--collaboration{grid-column:3;grid-row:2}
.voices-card--photo{background:#ded8cf}
.voices-card--photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.voices-card--expert img{object-position:55% center}
.voices-card--event img{object-position:center 52%}
.voices-card--collaboration img{object-position:center 52%}
.voices-card--photo:after{content:"";position:absolute;inset:46% 0 0;background:linear-gradient(180deg,transparent,rgba(22,26,45,.34));pointer-events:none}
.voices-card--photo:hover img{transform:scale(1.025)}
.voices-caption{position:absolute;z-index:1;left:20px;bottom:20px;display:grid;grid-template-columns:80px minmax(0,1fr);align-items:center;width:min(410px,calc(100% - 40px));height:84px;border-radius:999px;background:rgba(67,72,101,.92);color:#fff;overflow:hidden;box-shadow:0 12px 30px rgba(28,31,50,.14)}
.voices-caption>span:last-child{padding:12px 18px 12px 12px;min-width:0}
.voices-caption strong{display:block;font-size:14px;line-height:1.35;font-weight:500;letter-spacing:0;white-space:nowrap}
.voices-caption small{display:block;margin-top:5px;font-size:11px;line-height:1.4;letter-spacing:0;color:rgba(255,255,255,.78)}
.voices-caption-icon{display:grid;place-items:center;border-radius:50%;width:80px;height:80px;justify-self:start;align-self:center;flex:0 0 80px}
.voices-caption-icon--rose{background:#ecb0b5}.voices-caption-icon--blue{background:#9fb6de}
.voices-caption-icon svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.voices-card--statement{padding:30px 32px 28px;display:flex;flex-direction:column;justify-content:space-between;color:var(--ink)}
.voices-card--blue{background:#9fb6de}
.voices-card--rose{background:#ecb0b5}
.voices-mark{width:48px;height:48px;min-width:48px;min-height:48px;flex:0 0 48px;border-radius:50%;display:grid;place-items:center;background:rgba(255,253,249,.76)}
.voices-mark svg{width:28px;height:28px;fill:#9aa6cf}
.voices-card--statement p{font-size:clamp(21px,1.62vw,27px);line-height:1.38;letter-spacing:0;max-width:380px;margin:28px 0 auto}
.voices-source{font-size:13px;line-height:1.5;letter-spacing:0;color:rgba(67,72,101,.7);margin-top:24px}

.newsletter{background:var(--rose);padding-block:72px}
.newsletter-grid{display:grid;grid-template-columns:1fr .9fr;gap:80px;align-items:end}
.newsletter h2{font-size:clamp(38px,4vw,62px);font-weight:400;letter-spacing:-.045em;line-height:1;max-width:800px;margin-top:15px}
.subscribe-form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--ink);padding-bottom:10px}
.subscribe-form input{border:0;background:transparent;outline:0;font-size:16px;min-width:0}.subscribe-form input::placeholder{color:rgba(22,36,73,.55)}
.subscribe-form button{font-size:14px;font-weight:500;padding:10px}

.footer{background:var(--ink);color:#fff;padding:70px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:80px;padding-bottom:60px}
.footer-brand img{width:180px;margin-bottom:20px}.footer-brand p{font-size:13px;color:rgba(255,255,255,.58)}
.footer h3{font-size:15px;margin-bottom:20px}.footer a,.footer>p{display:block;font-size:14px;color:rgba(255,255,255,.64);margin:10px 0}.footer a:hover{color:#fff}.footer-social{display:flex;gap:16px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding-top:22px;display:flex;justify-content:space-between;font-size:10px;color:rgba(255,255,255,.45)}

.search-panel,.cart-panel,.quick-view{position:fixed;background:var(--paper);z-index:80;visibility:hidden;opacity:0;transition:.28s}
.search-panel{inset:0 0 auto 0;min-height:390px;transform:translateY(-30px);padding:68px 0;box-shadow:var(--shadow)}
.search-panel.is-open{visibility:visible;opacity:1;transform:none}
.panel-inner{width:min(820px,calc(100% - 48px));margin:auto}.panel-inner h2{font-size:48px;font-weight:400;margin:14px 0 30px}
.search-form{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--ink);padding-bottom:10px}.search-form input{border:0;background:transparent;outline:0;font-size:22px}.search-form button{background:var(--ink);color:#fff;border-radius:999px;padding:12px 22px;font-size:13px}.search-hint{font-size:13px;margin-top:14px;color:#808598}
.panel-close{font-size:30px;line-height:1;width:42px;height:42px;display:grid;place-items:center}.search-panel>.panel-close{position:absolute;right:28px;top:24px}
.cart-panel{top:0;right:0;bottom:0;width:min(480px,100%);transform:translateX(100%);padding:28px;display:grid;grid-template-rows:auto 1fr auto}
.cart-panel.is-open{visibility:visible;opacity:1;transform:none}.cart-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--line)}.cart-head h2{font-size:32px;font-weight:400}
.cart-items{overflow:auto;padding:20px 0}.cart-empty{height:100%;display:grid;place-items:center;text-align:center;color:#7a8092;font-size:13px}
.cart-item{display:grid;grid-template-columns:86px 1fr auto;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item img{width:86px;height:102px;object-fit:contain;background:#f0ece6;border-radius:12px}.cart-item h3{font-size:14px;font-weight:400}.cart-item p{font-size:11px;color:#7b8193;margin-top:5px}.cart-remove{font-size:20px;color:#8b90a0}
.cart-footer{border-top:1px solid var(--line);padding-top:22px}.cart-footer>div{display:flex;justify-content:space-between;margin-bottom:20px}.cart-footer strong{font-size:21px}.checkout-button{width:100%}
.panel-backdrop{position:fixed;inset:0;background:rgba(13,20,42,.38);backdrop-filter:blur(4px);z-index:70;visibility:hidden;opacity:0;transition:.25s}.panel-backdrop.is-open{visibility:visible;opacity:1}
.quick-view{left:50%;top:50%;width:min(980px,calc(100% - 40px));max-height:calc(100vh - 40px);transform:translate(-50%,-46%);border-radius:28px;overflow:auto}.quick-view.is-open{visibility:visible;opacity:1;transform:translate(-50%,-50%)}.quick-view>.quick-close{position:absolute;right:16px;top:16px;z-index:3;background:#fff;border-radius:50%}
.quick-content{display:grid;grid-template-columns:1fr 1fr}.quick-image{min-height:600px;background:var(--quick-bg);display:flex;align-items:center;justify-content:center;padding:60px}.quick-image img{max-height:470px;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(31,33,48,.16))}.quick-copy{padding:70px 56px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.quick-copy h2{font-size:52px;font-weight:400;line-height:1;margin:16px 0}.quick-copy .quick-desc{font-size:14px;line-height:1.6;color:#6d7488;margin:16px 0 24px}.quick-price{font-size:22px;font-weight:500;margin-bottom:28px}.quick-meta{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-bottom:28px}.quick-meta div{border-top:1px solid var(--line);padding-top:10px}.quick-meta span{display:block;font-size:12px;color:#858a99}.quick-meta strong{font-size:14px;font-weight:400}.quick-add{width:100%}
.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%,30px);background:var(--ink);color:#fff;padding:13px 20px;border-radius:999px;font-size:12px;z-index:100;opacity:0;visibility:hidden;transition:.25s}.toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}
.no-results{grid-column:1/-1;padding:80px;text-align:center;color:#73798c;background:#fff;border-radius:20px}

@media(max-width:1180px){
  .desktop-main-nav{gap:18px}.header-action span{display:none}.category-nav{gap:26px}
  .hero{grid-template-columns:1fr}.hero-copy{padding:54px}
  .category-visual{height:300px;flex-basis:300px}.product-media{height:340px}
  .finder-card--main{padding:48px 0}.finder-copy{width:min(47%,500px);margin-left:0}
  .set-copy{padding-left:34px}.voices-grid{grid-template-rows:280px 274px}
}

@media(max-width:900px){
  .shell{width:min(100% - 32px,720px)}.section{padding-block:76px}
  .menu-toggle{display:grid;place-items:center}.desktop-main-nav,.category-nav{display:none}.header-main{height:72px}.brand-logo{width:132px}
  .mobile-nav{display:flex;position:absolute;left:0;right:0;top:72px;background:var(--paper);padding:24px;flex-direction:column;gap:16px;border-bottom:1px solid var(--line);transform:translateY(-10px);opacity:0;visibility:hidden;transition:.2s}.mobile-nav.is-open{opacity:1;visibility:visible;transform:none}.mobile-nav hr{width:100%;border:0;border-top:1px solid var(--line)}
  .hero{grid-template-columns:1fr;min-height:720px;max-height:none}.hero-copy{padding:54px 44px 30px;justify-content:flex-start}.hero h1{max-width:680px}.hero-stage{height:auto;background-size:auto 58%;background-position:center bottom;background-color:#f4f0e6}.hero-stage:after{background:linear-gradient(180deg,rgba(244,240,230,.96) 0%,rgba(244,240,230,.82) 42%,rgba(244,240,230,.04) 68%)}
  .benefits-grid{grid-template-columns:1fr 1fr;gap:20px 0}.benefits-grid>div:nth-child(2){border:0}.benefits-grid>div:nth-child(3){padding-left:0}
  .category-cards{grid-template-columns:1fr 1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.product-media{height:410px}
  .finder-card--main{min-height:540px}.finder-copy{width:50%}
  .set-grid{grid-template-columns:1fr}.about{grid-template-columns:1fr}.about-copy{padding:0}.about-visual{height:460px}.newsletter-grid{grid-template-columns:1fr;gap:40px}
  .voices-grid{grid-template-columns:1.08fr 1fr;grid-template-rows:320px 250px 280px}.voices-card--expert{grid-column:1;grid-row:1/3}.voices-card--event{grid-column:2;grid-row:1}.voices-card--blue{grid-column:2;grid-row:2}.voices-card--rose{grid-column:1;grid-row:3}.voices-card--collaboration{grid-column:2;grid-row:3}.voices-caption{width:calc(100% - 40px)}.voices-caption strong{white-space:normal}
  .about-page-hero{grid-template-columns:1fr;min-height:0}.about-page-copy{min-height:420px}.about-page-hero>img{height:520px}.about-page-story{grid-template-columns:1fr;padding-block:76px}.about-page-gallery{grid-template-columns:1fr}.about-page-gallery img{height:420px}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:50px}.footer-brand{grid-column:1/-1}.quick-content{grid-template-columns:1fr}.quick-image{min-height:420px}.quick-copy{padding:42px}.quick-view{max-height:calc(100vh - 20px)}
}

@media(max-width:600px){
  .shell{width:calc(100% - 24px)}.section{padding-block:62px}.promo-bar p{font-size:9px}.promo-bar p span{display:none}
  .header-actions{gap:12px}.favorite-open{display:none}.hero{height:calc(100svh - 164px);min-height:680px;max-height:720px;margin-top:12px;border-radius:22px}.hero-copy{padding:40px 24px 18px}.hero h1{font-size:43px}.hero-text{font-size:14px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-stage{background-size:auto 47%;background-position:62% bottom}
  .benefits-grid{grid-template-columns:1fr}.benefits-grid>div{border-right:0;border-bottom:1px solid var(--line);padding:13px 0}.benefits-grid>div:last-child{border:0}
  .section-head{align-items:flex-start;flex-direction:column;margin-bottom:30px}.section-head .text-link{align-self:flex-end}.section-head h2{font-size:40px}.category-cards{grid-template-columns:1fr 1fr;grid-auto-rows:1fr;gap:8px}.category-visual{height:230px;flex-basis:230px}.category-meta{min-height:172px;padding:16px}.category-meta h3{font-size:17px}.category-meta p{font-size:10px}
  .catalog-tools{align-items:flex-end;gap:18px}.filters{display:flex;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.filter{white-space:nowrap}.sort-button{display:none}.product-grid{gap:34px 9px}.product-media{height:260px;border-radius:16px}.product-media img{width:calc(100% - 28px);height:calc(100% - 68px);left:14px;top:8px}.product-badge{left:10px;top:10px;padding:5px 7px;font-size:7px}.favorite{right:9px;top:9px;width:32px;height:32px}.product-buy{transform:none;bottom:8px;left:8px;right:8px;min-height:38px}.product-title-row{display:block}.product-title-row h3{font-size:14px;min-height:34px}.product-title-row strong{display:block;margin-top:5px}.product-description{display:none}
  .finder-card{border-radius:0}.finder-card--main{width:calc(100% - 24px);padding:34px 0;min-height:520px;align-items:flex-end;background:transparent}.finder-copy{width:100%;margin:0;position:relative;z-index:2}.finder-card--main h2{font-size:44px;max-width:340px}.finder-card--main p{font-size:14px;max-width:420px}.set-card{min-height:520px;grid-template-columns:1fr}.set-copy{padding:34px;justify-content:flex-start}.set-products{position:absolute;inset:180px 0 0}.set-copy h3{font-size:36px}.set-products img:first-child{width:58%}.set-products img:last-child{width:52%}
  .about-visual{height:320px;border-radius:18px}.about-copy h2{font-size:42px}.voices-head{margin-bottom:28px}.voices-head h2{font-size:40px}.voices-head p{font-size:14px}.voices-grid{grid-template-columns:1fr;grid-template-rows:380px 220px 240px 220px 240px;gap:9px}.voices-card{border-radius:18px}.voices-card--expert{grid-column:1;grid-row:1}.voices-card--event{grid-column:1;grid-row:2}.voices-card--blue{grid-column:1;grid-row:3}.voices-card--rose{grid-column:1;grid-row:4}.voices-card--collaboration{grid-column:1;grid-row:5}.voices-card--statement{padding:24px}.voices-card--statement p{font-size:23px}.about-page-hero{margin-top:12px}.about-page-copy{padding:42px 24px;min-height:350px}.about-page-copy p{font-size:15px}.about-page-hero>img{height:340px}.about-page-story{gap:30px;padding-block:62px}.about-page-story p{font-size:15px}.about-page-gallery img{height:280px}
  .newsletter{padding-block:52px}.newsletter h2{font-size:38px}.subscribe-form{grid-template-columns:1fr}.subscribe-form button{background:var(--ink);color:#fff;border-radius:999px;margin-top:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 24px}.footer-brand{grid-column:1/-1}.footer-bottom{gap:20px;flex-direction:column}
  .quick-image{min-height:330px;padding:40px}.quick-image img{max-height:280px}.quick-copy{padding:32px 24px}.quick-copy h2{font-size:40px}.quick-meta{grid-template-columns:1fr}.panel-inner h2{font-size:36px}.search-form{grid-template-columns:1fr}.search-form button{margin-top:14px}
}

@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Use restrained tracking while preserving Onest Variable's character. */
h1,h2,h3{letter-spacing:-.02em!important}
