:root[data-mood="warm"]{
  --hero-a:rgba(255,214,163,.55); --hero-b:rgba(120,84,60,.75); --hero-1:#3B2E24; --hero-2:#7A5B42; --hero-3:#2A211A;
  --bg:#FBF8F4;   --surface:#FFFFFF; --raise:#F3EDE5;
  --ink:#1F1B16;  --ink-2:#6B6259;   --line:#E6DED3;
  --accent:#B5613C; --accent-2:#D89B6A; --on-accent:#FFF9F4;
  --display:Georgia,"Times New Roman",serif; --display-w:400; --tracking:-.02em;
  --radius:14px;
}
:root[data-mood="elegant"]{
  --hero-a:rgba(238,226,198,.42); --hero-b:rgba(74,66,52,.72); --hero-1:#24211B; --hero-2:#4C4436; --hero-3:#131210;
  --bg:#FAFAF9;   --surface:#FFFFFF; --raise:#F1F0EE;
  --ink:#12100E;  --ink-2:#78736C;   --line:#E3E1DD;
  --accent:#9A7B45; --accent-2:#C9AE79; --on-accent:#FFFDF8;
  --display:Georgia,"Times New Roman",serif; --display-w:300; --tracking:-.01em;
  --radius:2px;
}
:root[data-mood="bold"]{
  --hero-a:rgba(255,158,116,.46); --hero-b:rgba(186,52,30,.62); --hero-1:#26160F; --hero-2:#7A2A1B; --hero-3:#140B08;
  --bg:#FFFFFF;   --surface:#FFFFFF; --raise:#F4F4F5;
  --ink:#0B0B0C;  --ink-2:#6E6E76;   --line:#E4E4E8;
  --accent:#E8442B; --accent-2:#FF8A5B; --on-accent:#FFFFFF;
  --display:Arial,system-ui,sans-serif; --display-w:600; --tracking:-.035em;
  --radius:20px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
  margin:0; background:var(--bg); color:var(--ink);
  font:400 16px/1.6 Arial,system-ui,-apple-system,"Segoe UI",sans-serif;
  -webkit-font-smoothing:antialiased; overflow-x:hidden;
  transition:background-color .5s ease,color .5s ease;
}
img,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}
h1,h2,h3{font-family:var(--display);font-weight:var(--display-w);
  letter-spacing:var(--tracking);line-height:1.08;margin:0}
h1{font-size:clamp(2.6rem,7vw,5.2rem)}
h2{font-size:clamp(1.9rem,4.2vw,3.3rem)}
h3{font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.32}
p{margin:0}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}

.wrap{width:100%;padding-inline:24px}
.eyebrow{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--ink-2);font-weight:500}
.lead{color:var(--ink-2);font-size:clamp(1rem,1.5vw,1.1rem);max-width:56ch}
.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}
.section{padding:clamp(4.5rem,10vw,8rem) 0}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  padding:.95rem 1.7rem;border-radius:calc(var(--radius) * 3);
  font-weight:500;font-size:.94rem;white-space:nowrap;
  transition:transform .25s cubic-bezier(.2,.8,.2,1),background-color .25s,
             color .25s,box-shadow .25s,border-color .25s}
.btn:hover{transform:translateY(-2px)}
.btn:active{transform:translateY(0)}
.btn--solid{background:var(--accent);color:var(--on-accent);
  box-shadow:0 6px 24px -8px color-mix(in srgb,var(--accent) 70%,transparent)}
.btn--solid:hover{box-shadow:0 14px 34px -10px color-mix(in srgb,var(--accent) 85%,transparent)}
.btn--ghost{border:1px solid var(--line);background:var(--surface)}
.btn--ghost:hover{border-color:var(--ink)}
.btn--light{background:rgba(255,255,255,.14);color:#fff;
  border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(14px)}
.btn--light:hover{background:rgba(255,255,255,.24)}

.ph{position:relative;overflow:hidden;background:var(--raise)}

.ph--1{background:linear-gradient(155deg,#DFCDB6,#B08968)}
.ph--2{background:linear-gradient(155deg,#CFD8CE,#8FA391)}
.ph--3{background:linear-gradient(155deg,#EDD9C4,#D2A679)}
.ph--4{background:linear-gradient(155deg,#E3DAD0,#A99686)}
.ph--5{background:linear-gradient(155deg,#D6DCE3,#93A3B5)}
.ph--6{background:linear-gradient(155deg,#EFE3D5,#C4A98C)}
.ph--7{background:linear-gradient(155deg,#DED5CC,#9E8C7C)}
.ph--8{background:linear-gradient(155deg,#E8DCCB,#BE9C74)}

.ph--room{background:
  radial-gradient(70% 55% at 50% 118%,rgba(60,40,26,.32),transparent 70%),
  radial-gradient(46% 62% at 78% -8%,rgba(255,247,226,.92),transparent 66%),
  linear-gradient(to bottom,transparent 0 61%,rgba(96,68,44,.22) 61.4%,transparent 62%),
  linear-gradient(to bottom,#EFE6D8 0%,#E4D6C2 58%,#C7AC8B 61.5%,#A98D6C 100%)}
.ph--room::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(112deg,transparent 44%,rgba(255,246,222,.5) 56%,transparent 72%)}

.ticker{background:var(--ink);color:var(--bg);font-size:.78rem;letter-spacing:.04em;
  padding:.6rem 0;overflow:hidden}
.ticker__row{display:flex;gap:2.5rem;justify-content:center;flex-wrap:wrap;
  align-items:center;text-align:center}
.ticker__row span{display:inline-flex;align-items:center;gap:.45rem;opacity:.9}

.nav{position:sticky;top:0;z-index:60;background:color-mix(in srgb,var(--bg) 82%,transparent);
  backdrop-filter:blur(18px) saturate(1.4);border-bottom:1px solid transparent;
  transition:border-color .3s,background-color .3s}
.nav[data-stuck="true"]{border-bottom-color:var(--line)}
.nav__inner{display:flex;align-items:center;gap:1.6rem;
  height:clamp(62px,7vw,76px)}
.brand{font-family:var(--display);font-weight:var(--display-w);
  font-size:1.42rem;letter-spacing:-.02em;margin-right:auto}
.brand em{font-style:normal;color:var(--accent)}
.nav__links{display:flex;gap:1.7rem;font-size:.92rem}
.nav__links a{position:relative;padding:.3rem 0;color:var(--ink-2);transition:color .2s}
.nav__links a::after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;
  background:var(--accent);transition:width .3s cubic-bezier(.2,.8,.2,1)}
.nav__links a:hover{color:var(--ink)}
.nav__links a[aria-current="page"]{color:var(--ink)}
.nav__links a[aria-current="page"]::after{width:100%}
.nav__links a:hover::after{width:100%}
.nav__tools{display:flex;align-items:center;gap:.35rem}
.icon-btn{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;
  position:relative;transition:background-color .2s}
.icon-btn:hover{background:var(--raise)}
.icon-btn svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.5;fill:none}
.badge{position:absolute;top:4px;right:3px;min-width:18px;height:18px;padding:0 4px;
  border-radius:9px;background:var(--accent);color:var(--on-accent);
  font-size:.68rem;font-weight:600;display:grid;place-items:center;
  transform:scale(0);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}
.badge[data-show="true"]{transform:scale(1)}

.hero{position:relative;min-height:min(92svh,940px);display:flex;align-items:flex-end;
  overflow:hidden;isolation:isolate;color:#fff}
.hero__media{position:absolute;inset:0;z-index:-2}

.hero__media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

.hero__fallback{position:absolute;inset:0;
  background:
    radial-gradient(90% 70% at 24% 22%,var(--hero-a),transparent 60%),
    radial-gradient(80% 80% at 82% 76%,var(--hero-b),transparent 62%),
    linear-gradient(150deg,var(--hero-1) 0%,var(--hero-2) 48%,var(--hero-3) 100%);
  transition:background .6s ease;
  animation:drift 26s ease-in-out infinite alternate}
@keyframes drift{
  0%{transform:scale(1.06) translate3d(0,0,0)}
  100%{transform:scale(1.16) translate3d(-2.5%,-2%,0)}
}
.hero__scrim{position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(to right,rgba(14,10,7,.72) 0%,rgba(14,10,7,.34) 42%,transparent 68%),
    linear-gradient(to top,rgba(14,10,7,.78) 0%,rgba(14,10,7,.28) 46%,rgba(14,10,7,.10) 100%)}
.hero__content{padding:clamp(2.5rem,6vw,5rem) 0 clamp(3.2rem,7vw,5.5rem);
  max-width:clamp(28rem,56vw,64rem);padding-inline:0}
@media (min-width:640px){
  .hero__content{padding-inline:clamp(16px,4vw,112px)}
  .scroll-cue{right:clamp(40px,5vw,128px)}
}

.hero .eyebrow{color:rgba(255,255,255,.72)}

.hero h1{font-size:clamp(2.75rem,6.2vw,7.5rem);margin:1.1rem 0 1.5rem;text-wrap:balance}
.hero .eyebrow{font-size:clamp(.72rem,.85vw,.9rem);letter-spacing:.18em}
.hero__sub{color:rgba(255,255,255,.84);font-size:clamp(1rem,1.35vw,1.5rem);max-width:46ch;line-height:1.5}
.hero__cta{display:flex;gap:.85rem;flex-wrap:wrap;margin-top:clamp(2rem,3vw,3rem)}
.hero__cta .btn{padding:clamp(.95rem,1.15vw,1.3rem) clamp(1.7rem,2.4vw,2.6rem);
  font-size:clamp(.94rem,1vw,1.12rem)}
.hero__note{margin-top:clamp(1.5rem,2vw,2.2rem);font-size:clamp(.83rem,.9vw,.98rem);color:rgba(255,255,255,.62)}
.scroll-cue{position:absolute;right:24px;bottom:2.4rem;
  writing-mode:vertical-rl;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,255,255,.6);display:flex;align-items:center;gap:.9rem}
.scroll-cue::after{content:"";width:1px;height:52px;background:linear-gradient(rgba(255,255,255,.7),transparent);
  animation:cue 2.2s ease-in-out infinite}
@keyframes cue{0%,100%{opacity:.25;transform:scaleY(.55);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}

.trust{border-bottom:1px solid var(--line);background:var(--surface)}
.trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust__item{padding:1.9rem 1.4rem;display:flex;gap:.9rem;align-items:flex-start;
  border-right:1px solid var(--line)}
.trust__item:last-child{border-right:0}
.trust__item svg{width:22px;height:22px;flex:none;stroke:var(--accent);
  stroke-width:1.5;fill:none;margin-top:2px}
.trust__item strong{display:block;font-size:.92rem;font-weight:600;margin-bottom:.15rem}
.trust__item span{font-size:.82rem;color:var(--ink-2);line-height:1.45}

.look{display:grid;grid-template-columns:1.35fr .65fr;gap:clamp(1.5rem,3vw,3rem);
  align-items:center}
.stage-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.look__stage{position:relative;aspect-ratio:4/3;border-radius:var(--radius);
  overflow:hidden;box-shadow:0 30px 70px -40px rgba(40,28,18,.55)}
.hotspot{position:absolute;transform:translate(-50%,-50%)}
.hotspot__dot{width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.94);display:grid;place-items:center;position:relative;
  box-shadow:0 4px 16px rgba(0,0,0,.28);
  transition:transform .3s cubic-bezier(.34,1.56,.64,1)}
.hotspot__dot::before{content:"";position:absolute;inset:-6px;border-radius:50%;
  border:1px solid rgba(255,255,255,.75);animation:pulse 2.6s ease-out infinite}
@keyframes pulse{0%{transform:scale(.85);opacity:.9}100%{transform:scale(1.5);opacity:0}}
.hotspot__dot i{width:9px;height:9px;border-radius:50%;background:var(--accent)}
.hotspot__dot:hover,.hotspot.is-open .hotspot__dot{transform:scale(1.18)}
.hotspot__card{position:absolute;left:50%;bottom:calc(100% + 16px);
  transform:translateX(-50%) translateY(6px);
  width:206px;background:var(--surface);border-radius:var(--radius);padding:.85rem;
  box-shadow:0 18px 44px -18px rgba(0,0,0,.45);opacity:0;visibility:hidden;
  transition:opacity .25s,transform .25s,visibility .25s;text-align:left}
.hotspot.is-open{z-index:5}
.hotspot.is-open .hotspot__card{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.hotspot__card b{display:block;font-size:.85rem;font-weight:600;margin-bottom:.1rem}
.hotspot__card i{font-style:normal;font-size:.85rem;color:var(--accent);font-weight:600}
.hotspot__card .btn{width:100%;padding:.5rem;font-size:.8rem;margin-top:.6rem}
.look__copy h2{margin-bottom:1.1rem;max-width:18ch}
.look__copy .lead,.look__list{max-width:46ch}
.look__list{list-style:none;padding:0;margin:1.6rem 0 0;display:grid;gap:.75rem}
.look__list li{display:flex;gap:.7rem;font-size:.92rem;color:var(--ink-2);align-items:flex-start}
.look__list li::before{content:"";width:6px;height:6px;border-radius:50%;
  background:var(--accent);margin-top:.55rem;flex:none}

.sec-head{display:flex;justify-content:space-between;align-items:flex-end;
  gap:1.5rem;margin-bottom:2.6rem;flex-wrap:wrap}
.sec-head h2{text-wrap:balance;max-width:20ch}
.grid-p{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.6rem)}
.card{position:relative}
.card__media{position:relative;aspect-ratio:4/5;border-radius:var(--radius);
  overflow:hidden;margin-bottom:.95rem;background:var(--raise)}
.card__media .ph,.card__img{position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.card:hover .card__media .ph,.card:hover .card__img{transform:scale(1.06)}
.card__tag{position:absolute;top:.75rem;left:.75rem;z-index:2;
  background:var(--surface);color:var(--ink);font-size:.68rem;font-weight:600;
  letter-spacing:.08em;text-transform:uppercase;padding:.35rem .6rem;border-radius:100px}
.card__add{position:absolute;left:.7rem;right:.7rem;bottom:.7rem;z-index:2;
  padding:.8rem;border-radius:calc(var(--radius) - 2px);
  background:var(--surface);color:var(--ink);font-size:.86rem;font-weight:600;
  opacity:0;transform:translateY(10px);transition:opacity .3s,transform .3s,background-color .2s}
.card:hover .card__add,.card:focus-within .card__add{opacity:1;transform:translateY(0)}
.card__add:hover{background:var(--accent);color:var(--on-accent)}
.card h3{margin-bottom:.2rem}
.card__meta{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}
.card__cat{font-size:.8rem;color:var(--ink-2)}
.card__price{font-weight:600;font-size:.95rem}
.card__price s{color:var(--ink-2);font-weight:400;margin-right:.4rem;font-size:.85rem}

.loop{position:relative;overflow:hidden;border-radius:var(--radius);
  background:var(--ink);color:var(--bg);
  padding:clamp(2.5rem,6vw,4.5rem);display:grid;
  grid-template-columns:1.1fr .9fr;gap:clamp(2rem,4vw,4rem);align-items:center}
.loop::before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;
  right:-160px;top:-200px;pointer-events:none;
  background:radial-gradient(circle,color-mix(in srgb,var(--accent) 55%,transparent),transparent 68%);
  filter:blur(20px)}
.loop h2{position:relative;margin-bottom:1rem}
.loop p{position:relative;color:color-mix(in srgb,var(--bg) 72%,transparent);max-width:46ch}
.loop .btn{position:relative;margin-top:1.9rem}
.steps{position:relative;display:grid;gap:.85rem}
.step{display:flex;gap:1rem;align-items:center;padding:1.05rem 1.25rem;
  border-radius:calc(var(--radius) - 2px);
  background:color-mix(in srgb,var(--bg) 9%,transparent);
  border:1px solid color-mix(in srgb,var(--bg) 15%,transparent)}
.step b{width:30px;height:30px;flex:none;border-radius:50%;display:grid;place-items:center;
  background:var(--accent);color:var(--on-accent);font-size:.82rem;font-weight:600}
.step span{font-size:.9rem;line-height:1.45}

.moods{text-align:center}
.moods__btns{display:inline-flex;gap:.4rem;padding:.4rem;border-radius:100px;
  background:var(--raise);margin-top:1.8rem;flex-wrap:wrap;justify-content:center}
.mood-btn{padding:.7rem 1.5rem;border-radius:100px;font-size:.88rem;font-weight:500;
  color:var(--ink-2);transition:background-color .3s,color .3s,box-shadow .3s}
.mood-btn[aria-pressed="true"]{background:var(--surface);color:var(--ink);
  box-shadow:0 2px 10px -4px rgba(0,0,0,.25)}
.moods__hint{margin-top:1.2rem;font-size:.85rem;color:var(--ink-2)}
.swatches{display:flex;gap:.5rem;justify-content:center;margin-top:1.6rem}
.swatches i{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);
  transition:background-color .5s}
.swatches i:nth-child(1){background:var(--accent)}
.swatches i:nth-child(2){background:var(--accent-2)}
.swatches i:nth-child(3){background:var(--raise)}
.swatches i:nth-child(4){background:var(--ink)}

.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.6rem)}
.quote{padding:1.9rem;border:1px solid var(--line);border-radius:var(--radius);
  background:var(--surface);display:flex;flex-direction:column;gap:1rem}
.quote p{font-size:.96rem;line-height:1.65}
.stars{display:flex;gap:2px;color:var(--accent)}
.stars svg{width:15px;height:15px;fill:currentColor}
.quote footer{margin-top:auto;font-size:.83rem;color:var(--ink-2)}
.quote footer b{display:block;color:var(--ink);font-weight:600;font-size:.88rem}

.signup{text-align:center;max-width:34rem;margin-inline:auto}
.signup form{display:flex;gap:.6rem;margin-top:1.8rem;flex-wrap:wrap;justify-content:center}
.signup input{flex:1;min-width:230px;padding:.95rem 1.2rem;border-radius:calc(var(--radius) * 3);
  border:1px solid var(--line);background:var(--surface);color:var(--ink);font-size:.94rem}
.signup input::placeholder{color:var(--ink-2)}
.signup small{display:block;margin-top:.9rem;font-size:.78rem;color:var(--ink-2)}

.foot{border-top:1px solid var(--line);padding:clamp(3rem,6vw,4.5rem) 0 2rem}
.foot__grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:2.5rem;margin-bottom:3rem}
.foot h4{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;
  margin:0 0 1.1rem;color:var(--ink-2);font-weight:600}
.foot ul{list-style:none;padding:0;margin:0;display:grid;gap:.65rem;font-size:.9rem}
.foot ul a{color:var(--ink-2);transition:color .2s}
.foot ul a:hover{color:var(--accent)}
.foot__bar{border-top:1px solid var(--line);padding-top:1.6rem;display:flex;
  justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.82rem;color:var(--ink-2)}
.foot__bar a{color:var(--ink);font-weight:500}

.scrim{position:fixed;inset:0;z-index:80;background:rgba(20,14,9,.42);
  backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}
.scrim[data-open="true"]{opacity:1;visibility:visible}
.cart{position:fixed;top:0;right:0;bottom:0;z-index:90;width:min(420px,100%);
  background:var(--bg);display:flex;flex-direction:column;
  transform:translateX(105%);transition:transform .45s cubic-bezier(.2,.9,.25,1)}

.cart[data-open="true"]{transform:translateX(0);
  box-shadow:-20px 0 60px -30px rgba(0,0,0,.5)}
.cart__top{display:flex;align-items:center;justify-content:space-between;
  padding:1.35rem 1.5rem;border-bottom:1px solid var(--line)}
.cart__top h3{font-size:1.15rem}
.ship{padding:1rem 1.5rem;border-bottom:1px solid var(--line);background:var(--raise)}
.ship p{font-size:.83rem;margin-bottom:.6rem}
.ship b{color:var(--accent)}
.ship__bar{height:5px;border-radius:3px;background:color-mix(in srgb,var(--ink) 12%,transparent);overflow:hidden}
.ship__fill{height:100%;width:0;border-radius:3px;
  background:linear-gradient(90deg,var(--accent),var(--accent-2));
  transition:width .5s cubic-bezier(.2,.8,.2,1)}
.cart__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:grid;
  gap:1.1rem;align-content:start}
.cart__empty{text-align:center;padding:3.5rem 1rem;color:var(--ink-2);font-size:.92rem}
.cart__empty svg{width:44px;height:44px;stroke:currentColor;stroke-width:1.2;fill:none;
  margin:0 auto 1rem;opacity:.4}
.line{display:grid;grid-template-columns:66px 1fr auto;gap:.9rem;align-items:start}
.line__img{aspect-ratio:1;border-radius:calc(var(--radius) - 4px);overflow:hidden}
.line h4{margin:0 0 .15rem;font-size:.9rem;font-weight:600;font-family:Arial,sans-serif;
  letter-spacing:0;line-height:1.3}
.line small{color:var(--ink-2);font-size:.78rem}
.qty{display:inline-flex;align-items:center;gap:.1rem;margin-top:.5rem;
  border:1px solid var(--line);border-radius:100px;padding:.1rem}
.qty button{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;
  font-size:1rem;line-height:1;color:var(--ink-2);transition:background-color .2s,color .2s}
.qty button:hover{background:var(--raise);color:var(--ink)}
.qty span{min-width:22px;text-align:center;font-size:.85rem;font-weight:600}
.line__price{font-size:.9rem;font-weight:600;text-align:right}
.cart__foot{border-top:1px solid var(--line);padding:1.35rem 1.5rem 1.6rem;
  display:grid;gap:.9rem;background:var(--surface)}
.total{display:flex;justify-content:space-between;align-items:baseline}
.total span{color:var(--ink-2);font-size:.88rem}
.total b{font-size:1.28rem;font-family:var(--display);font-weight:var(--display-w)}
.cart__foot .btn{width:100%}
.cart__note{font-size:.76rem;color:var(--ink-2);text-align:center;line-height:1.5}

.toast{position:fixed;left:50%;bottom:2rem;z-index:100;transform:translate(-50%,120%);
  background:var(--ink);color:var(--bg);padding:.85rem 1.4rem;border-radius:100px;
  font-size:.87rem;font-weight:500;display:flex;align-items:center;gap:.6rem;
  box-shadow:0 16px 40px -16px rgba(0,0,0,.6);
  visibility:hidden;transition:transform .45s cubic-bezier(.34,1.4,.64,1),visibility .45s}
.toast[data-show="true"]{transform:translate(-50%,0);visibility:visible}
.toast svg{width:17px;height:17px;stroke:var(--accent-2);stroke-width:2.4;fill:none}

[data-reveal]{opacity:0;transform:translateY(26px);
  transition:opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1)}
[data-reveal].in{opacity:1;transform:none}

@media (min-width:1700px){ .grid-p{grid-template-columns:repeat(5,1fr)} }
@media (min-width:2200px){ .grid-p{grid-template-columns:repeat(6,1fr)} }
@media (min-width:2800px){ .grid-p{grid-template-columns:repeat(7,1fr)} }

@media (min-width:1700px){ .look__stage{aspect-ratio:16/10} }

@media (max-width:1080px){
  .grid-p{grid-template-columns:repeat(3,1fr)}
  .foot__grid{grid-template-columns:1fr 1fr}
}
@media (max-width:880px){
  .nav__links{display:none}
  .trust__grid{grid-template-columns:1fr 1fr}
  .trust__item:nth-child(2){border-right:0}
  .trust__item:nth-child(1),.trust__item:nth-child(2){border-bottom:1px solid var(--line)}
  .look{grid-template-columns:1fr}
  .loop{grid-template-columns:1fr}
  .quotes{grid-template-columns:1fr}
  .quote:nth-child(3){display:none}
}
@media (max-width:600px){
  .grid-p{grid-template-columns:1fr 1fr;gap:1rem}
  .wrap{padding-inline:24px}
  .hero{min-height:78svh}
  .scroll-cue{display:none}
  .ticker__row{gap:1.2rem;font-size:.72rem}
  .ticker__row span:nth-child(n+3){display:none}
  .foot__grid{grid-template-columns:1fr;gap:2rem}
  .card__add{opacity:1;transform:none}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;
    transition-duration:.01ms !important;scroll-behavior:auto !important}
  [data-reveal]{opacity:1;transform:none}
  .hero__fallback{animation:none}
}

.page{display:none}
.page.is-active{display:block;animation:pagein .45s cubic-bezier(.2,.8,.2,1)}
@keyframes pagein{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}

.pagehead{padding:clamp(2.2rem,4vw,3.6rem) 0 clamp(1.8rem,3vw,2.8rem);
  border-bottom:1px solid var(--line)}
.pagehead__in{max-width:clamp(28rem,56vw,64rem);padding-inline:0}
@media (min-width:640px){ .pagehead__in{padding-inline:clamp(16px,4vw,112px)} }
.pagehead h1{font-size:clamp(2.1rem,4.6vw,4.2rem);margin:.85rem 0 0}
.pagehead .lead{margin-top:1rem;font-size:clamp(.98rem,1.15vw,1.18rem)}
.crumb{display:flex;gap:.5rem;align-items:center;font-size:.82rem;color:var(--ink-2)}
.crumb a:hover{color:var(--accent)}
.crumb span{opacity:.5}

.toolbar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;
  padding:1.15rem 0;border-bottom:1px solid var(--line);
  position:sticky;top:calc(clamp(62px,7vw,76px));z-index:40;
  background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(14px)}
.chips{display:flex;gap:.45rem;flex-wrap:wrap;margin-right:auto}
.chip{padding:.5rem 1rem;border-radius:100px;border:1px solid var(--line);
  font-size:.85rem;color:var(--ink-2);background:var(--surface);
  transition:border-color .2s,color .2s,background-color .2s}
.chip:hover{border-color:var(--ink)}
.chip[aria-pressed="true"]{background:var(--ink);color:var(--bg);border-color:var(--ink)}
.tb-count{font-size:.85rem;color:var(--ink-2);white-space:nowrap}
.tb-sort{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--ink-2)}
.tb-sort select{padding:.5rem .8rem;border-radius:100px;border:1px solid var(--line);
  background:var(--surface);color:var(--ink);font:inherit;font-size:.85rem;cursor:pointer}

.empty{text-align:center;padding:clamp(3.5rem,8vw,6rem) 1rem;max-width:34rem;margin-inline:auto}
.empty svg{width:46px;height:46px;stroke:var(--ink-2);stroke-width:1.2;fill:none;
  margin:0 auto 1.4rem;opacity:.45}
.empty h3{font-size:clamp(1.3rem,2.2vw,1.8rem);margin-bottom:.7rem}
.empty p{color:var(--ink-2);font-size:.96rem;line-height:1.6}
.empty__acts{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-top:1.7rem}

.search{position:fixed;inset:0;z-index:95;background:var(--bg);
  display:flex;flex-direction:column;opacity:0;visibility:hidden;
  transform:translateY(-12px);transition:opacity .3s,transform .35s cubic-bezier(.2,.8,.2,1),visibility .35s}
.search[data-open="true"]{opacity:1;visibility:visible;transform:none}
.search__bar{border-bottom:1px solid var(--line);background:var(--surface)}
.search__row{display:flex;align-items:center;gap:1rem;height:clamp(72px,9vw,92px)}
.search__row svg{width:22px;height:22px;stroke:var(--ink-2);stroke-width:1.6;fill:none;flex:none}
.search__row input{flex:1;border:0;background:none;color:var(--ink);
  font-family:var(--display);font-weight:var(--display-w);
  font-size:clamp(1.35rem,3vw,2.4rem);letter-spacing:var(--tracking);outline:0;min-width:0}
.search__row input::placeholder{color:var(--ink-2);opacity:.55}

.search__row input::-webkit-search-cancel-button,
.search__row input::-webkit-search-decoration{-webkit-appearance:none;appearance:none}
.search__clear{font-size:.85rem;color:var(--ink-2);padding:.5rem .9rem;border-radius:100px;
  border:1px solid var(--line);white-space:nowrap}
.search__clear:hover{border-color:var(--ink);color:var(--ink)}
.search__body{flex:1;overflow-y:auto;padding-block:clamp(1.8rem,4vw,3rem)}
.search__label{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--ink-2);font-weight:500;margin-bottom:1rem}
.pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2.6rem}
.pill{padding:.6rem 1.1rem;border-radius:100px;background:var(--raise);
  font-size:.88rem;transition:background-color .2s,color .2s}
.pill:hover{background:var(--accent);color:var(--on-accent)}
.pill svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.6;fill:none;
  display:inline-block;vertical-align:-2px;margin-right:.4rem}

.skel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.6rem)}
@media (max-width:1080px){.skel-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:600px){.skel-grid{grid-template-columns:1fr 1fr}}
.skel{border-radius:var(--radius);background:var(--raise);position:relative;overflow:hidden}
.skel::after{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--surface) 70%,transparent),transparent);
  animation:shimmer 1.4s infinite}
@keyframes shimmer{from{transform:translateX(-100%)}to{transform:translateX(100%)}}
.skel--img{aspect-ratio:4/5;margin-bottom:.9rem}
.skel--line{height:12px;margin-bottom:.5rem}
.skel--line.s{width:55%}

.sugg{display:grid;gap:.15rem;margin-bottom:2.4rem;max-width:44rem}
.sugg button{display:flex;align-items:center;gap:.8rem;padding:.75rem .9rem;
  border-radius:var(--radius);text-align:left;font-size:.95rem;transition:background-color .2s}
.sugg button:hover{background:var(--raise)}
.sugg svg{width:16px;height:16px;stroke:var(--ink-2);stroke-width:1.6;fill:none;flex:none}
.sugg mark{background:none;color:var(--accent);font-weight:600}
.sugg small{margin-left:auto;color:var(--ink-2);font-size:.8rem}

.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1rem,2vw,1.6rem)}
@media (max-width:880px){.tiers{grid-template-columns:1fr}}
.tier{border:1px solid var(--line);border-radius:var(--radius);padding:1.9rem;
  background:var(--surface);display:flex;flex-direction:column;gap:.9rem}
.tier[data-current="true"]{border-color:var(--accent);
  box-shadow:0 0 0 1px var(--accent),0 20px 50px -30px color-mix(in srgb,var(--accent) 60%,transparent)}
.tier__top{display:flex;justify-content:space-between;align-items:start;gap:1rem}
.tier h3{font-size:1.3rem}
.tier__badge{font-size:.68rem;letter-spacing:.09em;text-transform:uppercase;font-weight:600;
  padding:.32rem .6rem;border-radius:100px;background:var(--accent);color:var(--on-accent);white-space:nowrap}
.tier__rate{font-family:var(--display);font-size:2.4rem;line-height:1;color:var(--accent)}
.tier ul{list-style:none;padding:0;margin:.4rem 0 0;display:grid;gap:.6rem;font-size:.9rem;color:var(--ink-2)}
.tier li{display:flex;gap:.6rem}
.tier li::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);
  margin-top:.55rem;flex:none}
.balance{background:var(--ink);color:var(--bg);border-radius:var(--radius);
  padding:clamp(1.8rem,3.5vw,2.8rem);display:flex;justify-content:space-between;
  gap:2rem;flex-wrap:wrap;align-items:center}
.balance__n{font-family:var(--display);font-size:clamp(2.6rem,6vw,4.4rem);line-height:1}
.balance p{color:color-mix(in srgb,var(--bg) 68%,transparent);font-size:.92rem;max-width:38ch}
.prog{height:6px;border-radius:3px;background:color-mix(in srgb,var(--bg) 20%,transparent);
  overflow:hidden;margin-top:1rem;max-width:26rem}
.prog i{display:block;height:100%;border-radius:3px;
  background:linear-gradient(90deg,var(--accent),var(--accent-2))}

.acct{display:grid;grid-template-columns:250px 1fr;gap:clamp(1.6rem,3vw,3rem);align-items:start}
@media (max-width:880px){.acct{grid-template-columns:1fr}}
.acct__nav{display:grid;gap:.15rem;position:sticky;top:120px}
@media (max-width:880px){.acct__nav{position:static;grid-auto-flow:column;
  overflow-x:auto;padding-bottom:.5rem}}
.acct__nav button{text-align:left;padding:.8rem 1rem;border-radius:var(--radius);
  font-size:.92rem;color:var(--ink-2);white-space:nowrap;transition:background-color .2s,color .2s}
.acct__nav button:hover{background:var(--raise);color:var(--ink)}
.acct__nav button[aria-selected="true"]{background:var(--ink);color:var(--bg)}
.panel{display:none}.panel.is-active{display:block}
.who{display:flex;align-items:center;gap:1.2rem;margin-bottom:2.2rem;flex-wrap:wrap}
.avatar{width:66px;height:66px;border-radius:50%;flex:none;display:grid;place-items:center;
  background:var(--accent);color:var(--on-accent);font-family:var(--display);font-size:1.7rem}
.who h2{font-size:clamp(1.5rem,2.6vw,2.1rem)}
.who p{color:var(--ink-2);font-size:.9rem;margin-top:.2rem}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2.4rem}
@media (max-width:600px){.stats{grid-template-columns:1fr}}
.stat{border:1px solid var(--line);border-radius:var(--radius);padding:1.3rem;background:var(--surface)}
.stat b{display:block;font-family:var(--display);font-size:1.9rem;line-height:1.1;font-weight:var(--display-w)}
.stat span{font-size:.82rem;color:var(--ink-2)}
.order{display:grid;grid-template-columns:auto 1fr auto;gap:1.1rem;align-items:center;
  padding:1.1rem 0;border-bottom:1px solid var(--line)}
.order__img{width:58px;height:58px;border-radius:calc(var(--radius) - 4px);overflow:hidden;position:relative}
.order__img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.order h4{margin:0 0 .2rem;font-size:.94rem;font-weight:600;font-family:Arial,sans-serif;letter-spacing:0}
.order small{color:var(--ink-2);font-size:.82rem}
.status{font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;
  padding:.35rem .7rem;border-radius:100px;white-space:nowrap;
  background:var(--raise);color:var(--ink-2)}
.status[data-s="delivered"]{background:color-mix(in srgb,var(--accent) 14%,transparent);color:var(--accent)}
.field{display:grid;gap:.4rem;margin-bottom:1.2rem;max-width:34rem}
.field label{font-size:.82rem;color:var(--ink-2)}
.field input,.field select{padding:.85rem 1.1rem;border-radius:var(--radius);
  border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;font-size:.94rem}
.toggle-row{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;
  padding:1.1rem 0;border-bottom:1px solid var(--line);max-width:34rem}
.toggle-row p{font-size:.94rem}
.toggle-row small{color:var(--ink-2);font-size:.82rem;display:block;margin-top:.15rem}
.sw{width:46px;height:26px;border-radius:100px;background:var(--line);position:relative;
  flex:none;transition:background-color .25s}
.sw::after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;
  background:var(--surface);transition:transform .25s cubic-bezier(.34,1.4,.64,1);
  box-shadow:0 1px 4px rgba(0,0,0,.25)}
.sw[aria-pressed="true"]{background:var(--accent)}
.sw[aria-pressed="true"]::after{transform:translateX(20px)}

.catbanner{position:relative;border-radius:var(--radius);overflow:hidden;
  aspect-ratio:21/8;margin-bottom:clamp(2rem,4vw,3rem)}
@media (max-width:700px){.catbanner{aspect-ratio:3/2}}
.catbanner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.catbanner__t{position:absolute;inset:0;display:flex;align-items:flex-end;
  padding:clamp(1.4rem,3vw,2.6rem);color:#fff;
  background:linear-gradient(to top,rgba(14,10,7,.72),transparent 62%)}
.catbanner__t p{font-size:clamp(.9rem,1.1vw,1.05rem);max-width:44ch;
  color:rgba(255,255,255,.9)}

:root[data-mood="warm"]{--bg:#faf8f4;--raise:#f0ebe3;--ink:#28261f;--ink-2:#666257;--accent:#8e492e;--accent-2:#d0a080;--line:#e2dfd6;--radius:5px;--display:Georgia,"Times New Roman",serif}
:root[data-mood="elegant"]{--ink-2:#666157;--accent:#775c2e}
:root[data-mood="bold"]{--ink-2:#60606a;--accent:#c83521}
html{scroll-behavior:auto;scroll-padding-top:128px}
body{font-family:Arial,Helvetica,system-ui,sans-serif;font-size:15px;line-height:1.5;transition:none;overflow-x:clip}
button,input,select{font:inherit}
button,a,input,select{touch-action:manipulation}
button:disabled{cursor:default;opacity:.45}
.wrap{padding-inline:clamp(16px,2.5vw,48px);max-width:2400px;margin-inline:auto}
.section{padding:40px 0}
h2{font-size:clamp(26px,2.3vw,34px);letter-spacing:-.035em}
.eyebrow{font-family:Arial,Helvetica,sans-serif;font-size:10px;letter-spacing:.13em;font-weight:600}
.btn{padding:11px 19px;min-height:44px;border-radius:3px;font-size:13px;box-shadow:none;gap:16px;transition:background-color .15s}
.btn:hover{transform:none;box-shadow:none}
.btn svg,.text-link svg,.hero__label svg,.ticker svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.5;flex:none}
.btn--solid:hover{background:var(--ink)}
.ticker{padding:0;background:var(--ink);font-size:11px;letter-spacing:0}
.ticker__row{height:30px;justify-content:flex-start;gap:26px;flex-wrap:nowrap}
.ticker__row span,.ticker__row a{white-space:nowrap}
.ticker__row a{display:flex;align-items:center;gap:9px;margin-left:auto}
.ticker svg{width:14px;height:14px}
.nav{background:var(--bg);backdrop-filter:none;border-bottom:1px solid var(--line);transition:none}
.nav__inner{height:70px;gap:30px}
.brand{font-family:Georgia,"Times New Roman",serif;font-size:32px;letter-spacing:-1.7px;margin-right:22px;flex:none}
.nav-search{display:flex;align-items:center;gap:12px;height:42px;max-width:720px;flex:1;border:1px solid var(--line);background:#f0eee8;border-radius:4px;padding:0 14px;color:var(--ink-2);text-align:left;font-size:13px}
.nav-search:hover{border-color:var(--ink-2)}
.nav-search svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none;flex:none}
.nav-search kbd{margin-left:auto;padding:0 6px;border:1px solid #d4d1c9;border-radius:3px;color:var(--ink-2);font:12px/20px Arial}
.nav__tools{margin-left:auto}
.nav__links{display:flex;height:40px;align-items:center;gap:28px;overflow-x:auto;white-space:nowrap;font-size:12px;scrollbar-width:none}
.nav__links a{padding:10px 0;font-weight:500}
.nav__links a::after{bottom:0;background:var(--ink)}
.icon-btn{min-width:42px}
.hero{min-height:0;height:228px;display:grid;grid-template-columns:38% 62%;margin:20px clamp(16px,2.5vw,48px) 0;background:#eeebe2;color:var(--ink);overflow:hidden;border-radius:4px;max-width:2304px;isolation:auto}
.hero__copy{padding:25px clamp(20px,3vw,46px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.hero .eyebrow{color:var(--ink-2);font-size:10px;letter-spacing:.12em}
.hero h1{font-size:clamp(32px,3.4vw,48px);margin:10px 0 7px;letter-spacing:-.045em;line-height:1.05}
.hero__copy>p:not(.eyebrow){font-size:13px;color:var(--ink-2)}
.hero__copy .btn{margin-top:18px}
.hero__picture{position:relative;overflow:hidden}
.hero__picture>img{width:100%;height:100%;object-fit:cover;object-position:50% 57%}
.hero__label{position:absolute;bottom:16px;right:20px;padding:9px 12px;background:rgba(255,255,255,.96);font-size:11px;border-radius:2px;display:flex;align-items:center;gap:18px}
#shop{padding:26px 0 36px;scroll-margin-top:125px}
.catalog-heading{display:flex;align-items:baseline;gap:20px;justify-content:space-between;margin-bottom:10px}
.catalog-heading h2{font-size:29px}
.tb-count{font-size:12px}
.toolbar{position:static;padding:0 0 14px;margin:0 0 18px;gap:12px;background:var(--bg);backdrop-filter:none;flex-wrap:nowrap}
.chips{gap:6px;flex:1;min-width:0;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;padding-block:2px}
.chip{white-space:nowrap;padding:8px 12px;min-height:38px;font-size:11px;border-radius:3px;line-height:1.2;background:transparent}
.tb-sort{font-size:11px;flex:none;gap:7px}
.tb-sort select{padding:8px 24px 8px 10px;min-height:38px;border-radius:3px;max-width:160px;font-size:11px;background:transparent}
.grid-p{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:26px 16px}
.card{min-width:0}
.card__media{aspect-ratio:1;margin-bottom:10px;border-radius:3px;background:#eee8de;overflow:hidden}
.card__view{display:block;position:absolute;inset:0;width:100%;height:100%;padding:0;text-align:left}
.card__img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .18s ease}
.card:hover .card__img{transform:none}
.card__view:hover .card__img{transform:scale(1.025)}
.card__tag{top:9px;left:9px;font-size:9px;letter-spacing:0;text-transform:none;border-radius:2px;padding:3px 6px;background:#fffdf7;pointer-events:none}
.card__add{left:auto;right:8px;bottom:8px;width:36px;height:36px;padding:9px;border-radius:50%;background:#fffdf8;opacity:1;transform:none;box-shadow:0 1px 5px #28261f12}
.card__add svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.5;fill:none}
.card h3{font-family:Arial,Helvetica,sans-serif;letter-spacing:0;font-size:12px;font-weight:400;line-height:1.4;margin:0 0 4px;min-height:17px}
.card h3 button{padding:0;text-align:left;line-height:inherit;font-size:inherit;font-weight:inherit}
.card h3 button:hover{text-decoration:underline;text-underline-offset:3px}
.card__meta{gap:7px;justify-content:flex-start;flex-wrap:wrap;line-height:1.35}
.card__price{font-size:15px;font-weight:600;font-variant-numeric:tabular-nums}
.card__meta>s{font-size:11px;color:var(--ink-2)}
.room-section{border-top:1px solid var(--line);padding:34px 0}
.look{grid-template-columns:1.15fr 1fr;gap:clamp(28px,4vw,70px)}
.look__stage{aspect-ratio:1.65;border-radius:4px;box-shadow:none;max-height:460px}
.look__copy h2{margin:9px 0 16px;max-width:none;font-size:32px}
.room-products{display:grid;grid-template-columns:1fr 1fr;gap:8px 20px;margin:0 0 15px}
.room-product{display:flex;align-items:center;gap:2px;border-bottom:1px solid var(--line);padding:9px 0;min-width:0}
.room-product>button:first-child{display:flex;align-items:center;gap:10px;padding:0;text-align:left;flex:1;min-width:0;font-size:11px;line-height:1.4}
.room-product img{width:58px;height:66px;object-fit:cover;border-radius:2px;flex:none}
.room-product b{display:block;margin-top:5px;font-size:12px;font-weight:600}
.room-product .icon-btn{min-width:30px;width:30px;height:36px}
.room-product .icon-btn svg{width:16px;height:16px}
.text-link{display:inline-flex;align-items:center;gap:12px;font-size:12px;text-decoration:underline;text-underline-offset:4px}
.hotspot__dot{width:28px;height:28px}
.hotspot__dot::before{animation:none}
.hotspot__card{border:1px solid var(--line);box-shadow:0 8px 20px #0002}
.member-strip{display:flex;align-items:center;gap:28px;justify-content:space-between;padding-block:24px;border-top:1px solid var(--line)}
.member-strip h2{font-size:26px;margin-top:5px}
.member-strip p{font-size:13px;color:var(--ink-2)}
.trust{border-top:1px solid var(--line);background:transparent}
.trust__item{padding:18px 0;gap:9px;border-right:0;align-items:center;justify-content:center}
.trust__item strong{font-size:11px;font-weight:400;margin:0}
.trust__item svg{width:19px;height:19px;margin:0}
.foot{padding:30px 0 18px;background:#efede7}
.foot__grid{grid-template-columns:1fr 1fr;margin-bottom:24px;gap:40px;align-items:start}
.footer-note{font-size:12px;color:var(--ink-2);margin:7px 0 14px}
.footer-links{display:flex;gap:18px;font-size:11px;flex-wrap:wrap}
.footer-links a:hover{text-decoration:underline}
.signup{text-align:left;max-width:410px;margin:0 0 0 auto;width:100%}
.signup h2{font-size:23px}
.signup form{margin-top:12px;gap:8px;flex-wrap:nowrap}
.signup input{min-width:0;width:100%;padding:10px 12px;border-radius:3px;font-size:13px}
.signup small{font-size:10px;min-height:15px;margin-top:7px}
.foot__bar{padding-top:16px;font-size:10px;align-items:flex-start}
.appearance{position:relative;text-align:right}
.appearance summary{cursor:pointer}
.appearance .moods__btns{margin-top:8px;border:1px solid var(--line);padding:2px;border-radius:4px}
.appearance .mood-btn{font-size:11px;padding:6px 10px;border-radius:2px}
.page.is-active{animation:none}
.pagehead{padding:22px 0 18px;border-bottom:0}
.pagehead__in{padding:0;max-width:none}
.pagehead h1{font-size:36px;margin:8px 0 0}
.pagehead .lead{font-size:14px;max-width:60ch}
.page[data-route="new-in"] .toolbar,.page[data-route="all"] .toolbar,.page[data-route="living"] .toolbar,.page[data-route="kitchen"] .toolbar{margin-bottom:18px}
.collection-products{padding-bottom:42px}
.search{transition:none;background:var(--bg)}
.search__row{height:76px}
.search__row input{font-size:20px;min-width:0}
.search__body{padding:24px 0}
.search__label{font-size:10px;margin-top:16px;margin-bottom:12px}
.search .grid-p{grid-template-columns:repeat(6,minmax(0,1fr))}
.search__clear{padding:6px;border:0}
.pill{font-size:12px}
.scrim{backdrop-filter:none;transition:opacity .15s,visibility .15s}
.cart{transition:transform .18s;max-width:100vw}
.cart__note{font-size:11px}
.cart .btn{width:100%}
.toast{z-index:110;font-size:12px}
.product-dialog{border:0;padding:0;border-radius:6px;width:min(760px,calc(100% - 32px));max-height:calc(100svh - 32px);background:var(--bg);color:var(--ink);overflow:auto}
.product-dialog::backdrop{background:#201c176b}
.dialog-close{position:absolute;z-index:2;top:8px;right:8px;background:var(--bg)}
#productDetail{display:grid;grid-template-columns:1fr 1fr}
#productDetail>img{width:100%;height:100%;min-height:390px;object-fit:cover}
.detail-copy{padding:54px 28px 30px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.detail-copy h2{font-size:30px;margin:10px 0 22px}
.detail-price{font-size:23px;margin-bottom:24px;font-weight:600}
.detail-price s{font-size:15px;color:var(--ink-2);font-weight:400;margin-left:8px}
.detail-note{font-size:11px;color:var(--ink-2);margin-top:18px}
#detailStatus{font-size:12px;min-height:18px;margin-top:8px}
.skip-link{position:fixed;top:-80px;left:16px;background:var(--ink);color:#fff;padding:12px;z-index:120}
.skip-link:focus{top:8px}
.noscript-note{padding:12px;background:var(--raise);text-align:center}
[data-reduce-motion="true"] *,[data-reduce-motion="true"] *::before,[data-reduce-motion="true"] *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
@media(min-width:1800px){.grid-p,.search .grid-p{grid-template-columns:repeat(8,minmax(0,1fr))}.hero{height:250px;grid-template-columns:34% 66%}.card h3{font-size:13px}}
@media(min-width:2400px){.hero{margin-inline:auto}}
@media(max-width:1279px){.grid-p,.search .grid-p{grid-template-columns:repeat(5,minmax(0,1fr))}.toolbar{flex-wrap:wrap}.chips{flex-basis:75%}.hero{grid-template-columns:42% 58%}.nav__inner{gap:20px}.brand{margin-right:10px}.room-products{grid-template-columns:1fr}.room-product img{width:42px;height:44px}.room-product{padding:5px 0}.look__stage{aspect-ratio:1.25}}
@media(max-width:1023px){.grid-p,.search .grid-p{grid-template-columns:repeat(4,minmax(0,1fr))}.nav__inner{gap:16px}.hero{height:210px}.hero__copy{padding:20px}.hero h1{font-size:36px}.look{grid-template-columns:1fr 1fr;gap:24px}.look__copy h2{font-size:27px}.look__stage{aspect-ratio:1}.trust__grid{grid-template-columns:repeat(4,1fr)}.trust__item:nth-child(n){border:0}.trust__item strong{font-size:10px}.member-strip{gap:20px}.member-strip p{max-width:170px}}
@media(max-width:767px){html{scroll-padding-top:160px}.nav__inner{height:100px;flex-wrap:wrap;gap:0 12px;padding-top:8px;padding-bottom:8px}.brand{font-size:30px;line-height:36px;margin-right:auto}.nav__tools{height:36px}.nav-search{order:3;flex-basis:100%;max-width:none;height:36px;font-size:12px;padding:0 10px}.nav-search kbd{display:none}.nav__links{height:38px;gap:22px;font-size:11px}.ticker__row{height:26px;font-size:10px;justify-content:space-between;gap:8px}.ticker__row a{display:none}.ticker__row span:nth-child(n+3){display:none}.hero{height:176px;grid-template-columns:52% 48%;margin-top:12px}.hero__copy{padding:16px}.hero h1{font-size:30px;margin:8px 0}.hero__copy>p:not(.eyebrow){font-size:11px;max-width:18ch}.hero__copy .btn{font-size:10px;min-height:36px;padding:8px 10px;margin-top:12px;gap:8px}.hero__copy .btn svg{width:14px}.hero__label{display:none}.hero__picture>img{object-position:62% 50%}.hero .eyebrow{font-size:8px}.grid-p,.search .grid-p{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 12px}#shop{padding-top:20px;scroll-margin-top:148px}.catalog-heading h2{font-size:25px}.catalog-heading{margin-bottom:8px;gap:8px}.tb-count{font-size:10px}.toolbar{gap:8px;flex-wrap:wrap;padding-bottom:10px;margin-bottom:14px}.chips{flex-basis:100%;order:1}.toolbar .tb-count{margin-right:auto;order:2}.tb-sort{order:2;margin-left:auto}.chip{font-size:11px;min-height:36px;padding:8px 10px}.tb-sort select{min-height:32px;padding:5px 18px 5px 8px;max-width:155px}.card h3{font-size:11px}.card__price{font-size:14px}.card__tag{font-size:8px;top:7px;left:7px}.card__media{margin-bottom:8px}.look{grid-template-columns:1fr;gap:20px}.look__stage{aspect-ratio:1.55;max-height:370px}.room-products{grid-template-columns:1fr 1fr;gap:6px 14px}.room-product img{width:42px;height:50px}.room-product>button:first-child{font-size:10px;gap:7px}.look__copy h2{font-size:28px}.room-section{padding:26px 0}.member-strip{flex-wrap:wrap;gap:12px;padding-block:22px}.member-strip>div{flex-basis:100%}.member-strip h2{font-size:25px}.member-strip p{max-width:none;font-size:11px}.member-strip .btn{min-height:38px;padding:8px 11px;font-size:11px;gap:8px}.trust__grid{grid-template-columns:1fr 1fr}.trust__item{padding:12px 0;justify-content:flex-start}.trust__item strong{font-size:10px}.trust__item svg{width:17px}.foot__grid{grid-template-columns:1fr;gap:25px}.signup{margin:0;max-width:100%}.signup form{justify-content:flex-start}.foot__bar{gap:12px}.pagehead{padding:18px 0}.pagehead h1{font-size:30px}.crumb{font-size:11px}.search__row{gap:8px;height:64px}.search__row input{font-size:16px}.search__clear{font-size:11px}.product-dialog{width:calc(100% - 24px)}#productDetail{grid-template-columns:1fr}#productDetail>img{height:260px;min-height:0;object-fit:contain;background:var(--raise)}.detail-copy{padding:22px}.detail-copy h2{font-size:28px;margin-bottom:12px}.detail-price{margin-bottom:16px}.detail-note{margin-top:12px}.hotspot__card{width:170px}.hotspot:nth-of-type(2) .hotspot__card{left:0;transform:translateX(0)}.hotspot__card b,.hotspot__card i{font-size:11px}}
@media(max-width:539px){.grid-p,.search .grid-p{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 12px}.card h3{font-size:12px}.card__price{font-size:15px}.card__add{width:38px;height:38px;padding:10px}.hero h1{font-size:29px}.hero__copy .btn{gap:5px}.hero__copy .btn svg{display:none}.room-products{grid-template-columns:1fr}.room-product img{width:50px;height:55px}.room-product>button:first-child{font-size:12px}.signup input{font-size:16px}.member-strip .btn{margin-left:auto}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.card__choose{width:auto;height:34px;padding:7px 11px;border-radius:3px;font-size:10px;font-weight:500}
.card-options{display:flex;align-items:center;gap:7px;margin-top:7px;min-height:22px;font-size:10px;color:var(--ink-2);line-height:1.2}
.card-swatches{display:flex;gap:1px;flex:none}
.card-swatch{width:25px;height:25px;display:grid;place-items:center;padding:0;border-radius:50%}
.card-swatch::before{content:"";background:var(--swatch);border:1px solid #0003;width:14px;height:14px;border-radius:50%}
.card-swatch:hover{outline:1px solid var(--ink-2);outline-offset:-3px}
.card__price small{font-size:10px;font-weight:400;color:var(--ink-2)}
.product-dialog{width:min(920px,calc(100% - 32px))}
#productDetail{grid-template-columns:1fr 1.05fr;align-items:stretch}
.detail-media{position:relative;min-width:0;background:var(--raise);align-self:stretch;display:flex;align-items:center}
.photo-note{position:absolute;bottom:12px;left:14px;font-size:10px;color:var(--ink-2);background:var(--bg);padding:3px 6px;border-radius:2px}
.detail-media>img{width:100%;height:auto;max-height:640px;object-fit:contain}
.detail-copy{padding:38px 30px 26px;justify-content:flex-start;min-width:0}
.detail-copy h2{font-size:29px;margin:8px 0 14px}
.detail-price{font-size:23px;margin-bottom:18px}
.detail-price>small{font-size:12px;font-weight:400}
#variantOptions{width:100%;display:grid;gap:17px;margin:0 0 12px}
.variant-field{margin:0;padding:0;border:0;min-width:0}
.variant-field legend{font-size:12px;font-weight:600;margin:0 0 8px;padding:0}
.variant-field legend>span{font-weight:400;color:var(--ink-2)}
.variant-values{display:flex;flex-wrap:wrap;gap:7px}
.variant-choice{position:relative;border:1px solid var(--line);border-radius:3px;padding:9px 12px;min-height:40px;font-size:12px;display:flex;align-items:center;gap:7px;background:transparent}
.variant-choice:hover:not(:disabled){border-color:var(--ink-2)}
.variant-choice[aria-pressed="true"]{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink);background:var(--surface)}
.variant-choice i{width:17px;height:17px;background:var(--swatch);border-radius:50%;border:1px solid #0003;flex:none}
.variant-choice:disabled{opacity:.6;background:var(--raise);cursor:not-allowed}
.variant-choice[data-state="sold-out"]{border-style:dashed}
.option-state:empty{display:none}
.option-state{font-size:9px;color:var(--ink-2)}
.variant-status{min-height:19px;font-size:11px;margin:0 0 14px;color:var(--ink-2)}
.variant-status[data-state="available"]{color:#386743}
.variant-status[data-state="sold-out"]{color:#9b432a}
.product-specs{width:100%;margin:0 0 18px;padding:11px 0;border-top:1px solid var(--line);display:grid;gap:5px;font-size:11px}
.product-specs>div{display:flex;gap:20px;justify-content:space-between}
.product-specs dt{color:var(--ink-2)}
.product-specs dd{margin:0;text-align:right}
#detailAdd{width:100%;min-height:44px}
.detail-copy #detailStatus{margin-top:8px;margin-bottom:0}
.detail-note{font-size:10px;margin-top:12px}
.line{grid-template-columns:66px minmax(0,1fr) auto}
.line__img{width:66px;height:66px}
.line__thumbnail{display:block;width:100%;height:100%;object-fit:cover}
.line-info{min-width:0}
.line-options{font-size:11px;text-align:left;padding:3px 0 0;line-height:1.4;display:block;text-decoration:underline;text-underline-offset:3px;color:var(--ink-2)}
.line-issue{font-size:10px;color:#9b432a;margin:5px 0;line-height:1.4}
.line__price small{font-size:9px;font-weight:400}
.line-remove{font-size:10px;padding:6px 0 0;display:block;text-decoration:underline;text-underline-offset:2px;color:var(--ink-2)}
.qty button:disabled{opacity:.35}
.detail-information{width:100%;margin-top:20px;border-top:1px solid var(--line)}
.detail-section{border-bottom:1px solid var(--line)}
.detail-section>summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:46px;padding:12px 0;font-size:12px;font-weight:600;user-select:none}
.detail-section>summary::-webkit-details-marker{display:none}
.detail-section>summary::after{content:"+";font-size:19px;font-weight:400;line-height:1;flex:none}
.detail-section[open]>summary::after{content:"−"}
.detail-section-body{padding:0 0 17px;font-size:12px;line-height:1.65;color:var(--ink-2)}
.detail-section-body p{margin:0;max-width:52ch}
.detail-section-body .product-specs{margin:14px 0 0;padding:10px 0 0;font-size:11px;border-top:1px solid var(--line);color:var(--ink)}
.delivery-policy{margin:0;display:grid;gap:12px;font-size:11px;line-height:1.5}
.delivery-policy>div{display:grid;grid-template-columns:minmax(100px,.9fr) minmax(0,1.2fr);gap:16px;align-items:baseline}
.delivery-policy dt{color:var(--ink);font-weight:500}
.delivery-policy dd{margin:0;text-align:right;overflow-wrap:anywhere}
@media(max-width:767px){.detail-information{margin-top:16px}.detail-section>summary{min-height:46px;font-size:12px}.detail-section-body{font-size:12px}.delivery-policy>div{gap:12px;grid-template-columns:minmax(100px,.85fr) minmax(0,1.2fr)}}
@media(max-width:767px){.product-dialog{width:calc(100% - 24px)}#productDetail{grid-template-columns:1fr}.detail-media{height:210px;justify-content:center}.detail-media>img{width:auto;max-width:100%;height:100%;object-fit:contain}.detail-copy{padding:20px}.detail-copy h2{font-size:25px;margin-bottom:10px}.detail-price{font-size:21px;margin-bottom:15px}.variant-choice{font-size:11px;min-height:42px;padding:9px 11px}.variant-values{gap:6px}#variantOptions{gap:14px}.variant-status{margin-bottom:12px}.product-specs{margin-bottom:12px}.card-options{gap:4px;font-size:9px;flex-wrap:wrap}.card-swatch{width:27px;height:27px}.card__choose{font-size:10px;width:auto;height:34px;padding:7px 9px}}

