/* SleepyCo category page. Scoped to .sc-category; existing header/footer are untouched. */
.sc-category{display:block;position:relative;background:var(--sc-bg,#fff);color:var(--sc-ink,#000);font:400 var(--sc-body,14px)/1.36 var(--sleepy-body-font,"SF Pro Display",-apple-system,BlinkMacSystemFont,sans-serif);text-transform:none;letter-spacing:0}
.sc-category *{box-sizing:border-box}.sc-category [hidden]{display:none!important}.sc-category img{display:block;max-width:100%}.sc-category a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}.sc-category button{font:inherit;letter-spacing:0;text-transform:none;-webkit-tap-highlight-color:transparent}.sc-category :is(a,button,[tabindex]):focus-visible{outline:2px solid var(--sc-accent);outline-offset:5px}.sc-category :is(h1,h2,h3,p){text-transform:none;letter-spacing:0}.sc-category .sc-box{width:100%;max-width:var(--sc-width,1440px);margin-inline:auto;padding-inline:var(--sc-gutter,28px)}
.sc-category .sc-title{margin:0;font:400 var(--sc-heading,34px)/1.235 Jost,var(--font-heading-family,sans-serif);letter-spacing:-1.5px;color:var(--sc-title,#000);-webkit-text-fill-color:var(--sc-title,#000)}.sc-category .sc-richtext{font:inherit}.sc-category .sc-richtext p{font:inherit;margin:0 0 12px;color:inherit}.sc-category .sc-richtext p:last-child{margin-bottom:0}.sc-category .sc-richtext a{text-decoration:underline}.sc-category .sc-richtext{overflow-wrap:anywhere}
.sc-category .sc-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;min-width:200px;gap:12px;padding:14px 26px;background:var(--sc-accent);border:1px solid var(--sc-accent);border-radius:5px;color:#fff;font:400 16px/1.2 Jost,var(--font-heading-family,sans-serif);text-transform:none;box-shadow:inset 0 0 9px #ffffff30;transition:filter .2s ease,transform .2s ease}.sc-category .sc-button--outline{color:var(--sc-accent);background:transparent;box-shadow:none}.sc-category .sc-badge{position:absolute;z-index:4;top:20px;left:22px;max-width:calc(100% - 44px);padding:9px 16px;background:var(--sc-accent);color:#fff;border:1px solid #ffffff20;border-radius:5px;font:400 13px/1.2 var(--sleepy-body-font,"SF Pro Display",sans-serif)}.sc-category .sc-badge--sold{background:#fff;color:#000}
.sc-category .sc-media{position:relative;display:block;isolation:isolate;overflow:hidden;height:var(--sc-image-height,430px);border-radius:5px;background:#f0ece8;line-height:1}.sc-category .sc-media__image,.sc-category .sc-media__hover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform var(--sc-duration) cubic-bezier(.22,1,.36,1),opacity var(--sc-duration) ease}.sc-category .sc-media__hover{opacity:0}.sc-category .sc-image-empty{height:100%;display:grid;place-content:center;text-align:center;padding:30px;color:#7b5454;background:#f2eeee;font-size:14px}.sc-category .sc-rating{display:flex;flex-wrap:wrap;gap:8px;align-items:center;min-height:26px;font:400 16px/1.3 var(--sleepy-body-font,"SF Pro Display",sans-serif)}.sc-category .sc-rating__stars{position:relative;display:inline-block;white-space:nowrap;font:20px/1 Arial,sans-serif;letter-spacing:3px}.sc-category .sc-rating__stars>span:first-child{color:#ded8d4}.sc-category .sc-rating__stars>span:last-child{position:absolute;top:0;left:0;overflow:hidden;color:#ffb45f;white-space:nowrap}.sc-category .sc-rating__count{color:var(--sc-muted)}
.sc-category.intro .sc-breadcrumb{font-size:13px;color:var(--sc-accent);position:absolute;top:44px}.sc-category .sc-breadcrumb>a{color:#999}.sc-category .sc-intro__head{text-align:center;max-width:700px;margin:auto}.sc-category .sc-intro__head .sc-richtext{margin-top:18px}.sc-category .sc-intro__bottom{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-top:var(--sc-bottom-gap,84px)}.sc-category .sc-intro__reviews{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.sc-category .sc-intro__score{display:flex;align-items:center;font:400 30px/1 Jost,sans-serif;gap:5px}.sc-category .sc-intro__score img{width:24px;height:24px;object-fit:contain}.sc-category .sc-intro__people{padding-left:16px;border-left:1px solid #ddd}.sc-category .sc-intro__people img{width:88px;height:46px;object-fit:contain}.sc-category .sc-intro__benefits{display:flex;gap:60px;align-items:center}.sc-category .sc-intro__benefit{display:flex;gap:18px;align-items:center}.sc-category .sc-intro__icon{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border:1px solid #eee;border-radius:9px;background:#fff}.sc-category .sc-intro__icon img{width:24px;height:24px;object-fit:contain}.sc-category .sc-intro__benefit h3{margin:0 0 5px;font:400 18px/1.2 Jost,sans-serif;letter-spacing:-.5px}.sc-category .sc-intro__benefit p{margin:0;color:var(--sc-muted);font-size:13px}
.sc-category .sc-compare__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sc-card-gap,8px)}.sc-category .sc-compare__card{min-width:0}.sc-category .sc-compare__shade{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,var(--sc-overlay-top)) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,var(--sc-overlay-bottom)) 100%);z-index:2;pointer-events:none}.sc-category .sc-compare__blur{position:absolute;inset:30% 0 0;backdrop-filter:blur(var(--sc-blur));-webkit-backdrop-filter:blur(var(--sc-blur));mask-image:linear-gradient(to bottom,transparent 0%,#000 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 100%);z-index:1;pointer-events:none}.sc-category .sc-compare__caption{position:absolute;bottom:32px;left:32px;right:32px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;z-index:3;color:var(--sc-image-text,#fff);pointer-events:none}.sc-category .sc-compare__caption p{font-size:13px;margin:0 0 12px;color:inherit}.sc-category .sc-compare__caption h2{font:400 var(--sc-heading,34px)/1.15 Jost,sans-serif;letter-spacing:-1px;color:inherit;-webkit-text-fill-color:currentColor;margin:0}.sc-category .sc-compare__price{flex-shrink:0;max-width:52%;font:400 30px/1.15 Jost,sans-serif}.sc-category .sc-compare__price p{font-family:var(--sleepy-body-font,"SF Pro Display",sans-serif);opacity:.65}.sc-category .sc-compare__price s{display:block;opacity:.5;font-size:.75em;text-decoration-thickness:1px}.sc-category .sc-compare__details{padding:18px var(--sc-detail-pad,24px) 0}.sc-category .sc-compare__details .sc-rating__count{color:var(--sc-ink)}.sc-category .sc-compare__specs{margin:28px 0 42px}.sc-category .sc-compare__specs>div{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding:16px 0;border-bottom:1px solid #d8d8d8}.sc-category .sc-compare__specs>div:last-child{border:0}.sc-category .sc-compare__specs dt{color:var(--sc-muted)}.sc-category .sc-compare__specs dd{margin:0;text-align:right;max-width:65%;overflow-wrap:anywhere}.sc-category .sc-compare__button{display:flex;width:100%;justify-content:space-between;min-height:58px}
.sc-category .sc-beds__surface{padding:50px var(--sc-inner,18px) 64px;border-radius:6px;background:var(--sc-surface,#f8f8f8)}.sc-category .sc-beds__head{text-align:center;margin:0 auto 42px}.sc-category .sc-beds__head .sc-richtext{margin-top:16px}.sc-category .sc-beds__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - var(--sc-card-gap,8px)*3)/4);gap:var(--sc-card-gap,8px);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:var(--sc-accent) transparent;cursor:grab;touch-action:pan-x pan-y}.sc-category .sc-beds__track.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none}.sc-category .sc-beds__card{min-width:0;text-align:center;scroll-snap-align:start}.sc-category .sc-beds__media .sc-badge{top:10px;left:10px;font-size:12px;max-width:calc(100% - 20px)}.sc-category .sc-beds__hover{position:absolute;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:32px 16px;background:linear-gradient(transparent 45%,#000d);opacity:0;transition:opacity var(--sc-duration) ease;pointer-events:none}.sc-category .sc-beds__hover .sc-button{min-width:0;width:80%;max-width:220px}.sc-category .sc-beds__title{font:400 20px/1.3 Jost,sans-serif;letter-spacing:-.5px;margin:16px 0 8px;color:var(--sc-title)}.sc-category .sc-beds__card .sc-rating{justify-content:center}.sc-category .sc-beds__price{margin-top:10px;color:var(--sc-accent);font:500 20px/1.3 Jost,sans-serif}.sc-category .sc-beds__price s{opacity:.4;margin-left:6px}.sc-category .sc-beds__price a{text-decoration:underline;text-underline-offset:3px}.sc-category .sc-beds__footer{text-align:center;margin-top:32px}
.sc-category .sc-stats__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--sc-stat-gap,76px)}.sc-category .sc-stats__number{margin:0 0 24px;font:400 var(--sc-number-size,34px)/1 Jost,sans-serif;letter-spacing:-1px;font-variant-numeric:tabular-nums;color:var(--sc-title)}.sc-category .sc-stats__item h3{font:400 18px/1.3 Jost,sans-serif;letter-spacing:-.5px;margin:0 0 3px}.sc-category .sc-stats__note{font-size:13px;color:var(--sc-muted);margin:0}.sc-category .sc-stats__rule{display:block;width:100%;height:3px;background:var(--sc-rule,#a27071);margin-top:18px;border-radius:2px}
.sc-category.materials{isolation:isolate;min-height:var(--sc-material-height,790px);background:#54483e}.sc-category .sc-materials__backgrounds,.sc-category .sc-materials__background,.sc-category .sc-materials__overlay{position:absolute;inset:0;pointer-events:none}.sc-category .sc-materials__backgrounds{z-index:-3}.sc-category .sc-materials__background{opacity:0;transition:opacity var(--sc-crossfade,650ms) ease}.sc-category .sc-materials__background.is-active{opacity:1}.sc-category .sc-materials__background picture,.sc-category .sc-materials__background img{display:block;width:100%;height:100%;object-fit:cover}.sc-category .sc-materials__overlay{z-index:-2;background:var(--sc-overlay,#000);opacity:var(--sc-overlay-opacity,.5)}.sc-category .sc-materials__layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:10%;padding-top:var(--sc-material-padding,100px);padding-bottom:var(--sc-material-padding,100px);min-height:var(--sc-material-height,790px)}.sc-category .sc-materials__panels{display:flex;min-width:0}.sc-category .sc-materials__panel{display:flex;flex-direction:column;justify-content:space-between;gap:80px;width:100%;color:var(--sc-overlay-text,#fff)}.sc-category .sc-materials__panel.is-changing{animation:scCategoryFade var(--sc-crossfade,650ms) ease both}.sc-category .sc-materials__eyebrow{margin:0 0 8px;font-size:14px;color:inherit}.sc-category .sc-materials__panel h2{margin:0;font:400 var(--sc-heading,34px)/1.235 Jost,sans-serif;letter-spacing:-1.5px;color:inherit;-webkit-text-fill-color:currentColor}.sc-category .sc-materials__bottom{max-width:470px}.sc-category .sc-materials__bottom .sc-button{margin-top:26px;color:inherit;border-color:currentColor}.sc-category .sc-materials__tabs{display:flex;flex-direction:column;justify-content:center;gap:var(--sc-tab-gap,42px);min-width:0}.sc-category .sc-materials__tab{appearance:none;display:flex;align-items:center;text-align:left;gap:28px;width:100%;padding:var(--sc-tab-padding,10px);border:1px solid transparent;border-radius:6px;background:var(--sc-tab-bg,#fff);color:var(--sc-tab-text,#000);cursor:pointer;box-shadow:none;transition:box-shadow .2s ease}.sc-category .sc-materials__tab[aria-selected=true]{box-shadow:0 0 0 2px color-mix(in srgb,var(--sc-accent) 35%,transparent)}.sc-category .sc-materials__tab>img{width:112px;height:112px;flex:0 0 112px;object-fit:cover;border-radius:5px}.sc-category .sc-materials__tab>span{display:block;padding:8px 14px 8px 0;min-width:0}.sc-category .sc-materials__tab-title{display:block;font:400 22px/1.25 Jost,sans-serif;letter-spacing:-.5px;margin-bottom:8px}.sc-category .sc-materials__tab-copy{display:block;font:400 var(--sc-body,14px)/1.5 var(--sleepy-body-font,"SF Pro Display",sans-serif);overflow-wrap:anywhere}
.sc-category[data-animation=rise] [data-reveal].is-entering{animation:scCategoryRise var(--sc-duration,600ms) cubic-bezier(.22,1,.36,1) both}.sc-category[data-animation=fade] [data-reveal].is-entering{animation:scCategoryFade var(--sc-duration,600ms) ease both}@keyframes scCategoryRise{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes scCategoryFade{from{opacity:0}to{opacity:1}}
@media(hover:hover) and (pointer:fine){.sc-category .sc-media:hover .sc-media__image,.sc-category .sc-media:hover .sc-media__hover{transform:scale(var(--sc-zoom,1.03))}.sc-category .sc-media:hover .sc-media__hover{opacity:1}.sc-category .sc-beds__media:hover .sc-beds__hover,.sc-category .sc-beds__media:focus-visible .sc-beds__hover{opacity:1}.sc-category .sc-beds__card:hover .sc-beds__title a{text-decoration:underline;text-underline-offset:3px}.sc-category .sc-button:hover{filter:brightness(1.08)}.sc-category .sc-materials__tab:hover{box-shadow:0 0 0 2px var(--sc-accent)}}
@media(max-width:1100px){.sc-category.intro .sc-breadcrumb{position:static;margin-bottom:20px}.sc-category .sc-intro__benefits{gap:24px}.sc-category .sc-intro__bottom{gap:24px;flex-wrap:wrap}.sc-category .sc-compare__caption{left:22px;right:22px;gap:12px}.sc-category .sc-compare__caption h2{font-size:var(--sc-heading,34px)}.sc-category .sc-compare__price{font-size:25px}.sc-category .sc-beds__track{grid-auto-columns:calc((100% - var(--sc-card-gap)*2)/3)}.sc-category .sc-materials__layout{gap:6%}.sc-category .sc-materials__tab{gap:16px}.sc-category .sc-materials__tab>img{width:90px;height:100px;flex-basis:90px}.sc-category .sc-materials__tab-title{font-size:20px}}
@media(max-width:749px){.sc-category .sc-title{letter-spacing:-1px}.sc-category .sc-button{min-width:0}.sc-category .sc-intro__bottom{flex-direction:column;align-items:stretch}.sc-category .sc-intro__reviews{justify-content:center;gap:12px;font-size:13px}.sc-category .sc-intro__benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.sc-category .sc-intro__benefit{gap:10px;align-items:flex-start}.sc-category .sc-intro__benefit h3{font-size:16px}.sc-category .sc-intro__benefit p{font-size:12px}.sc-category .sc-intro__icon{width:38px;height:38px;flex-basis:38px}.sc-category .sc-intro__people{padding-left:12px}.sc-category .sc-compare__grid{grid-template-columns:1fr;gap:36px}.sc-category .sc-compare__caption{left:18px;right:18px;bottom:22px;flex-wrap:wrap;gap:16px}.sc-category .sc-compare__caption h2{font-size:var(--sc-heading,28px)}.sc-category .sc-compare__price{font-size:24px;max-width:100%}.sc-category .sc-compare__caption p{margin-bottom:7px}.sc-category .sc-compare__specs{margin:16px 0 24px}.sc-category .sc-badge{left:16px;top:16px}.sc-category .sc-beds__surface{padding:32px 0}.sc-category .sc-beds__head{padding:0 14px;margin-bottom:28px}.sc-category .sc-beds__track{grid-auto-columns:84%;padding-inline:10px;scroll-padding-inline:10px;scroll-snap-type:x mandatory}.sc-category .sc-beds__track[data-mobile-layout=grid]{grid-auto-flow:row;grid-template-columns:1fr;grid-auto-columns:auto;overflow:visible;gap:28px}.sc-category .sc-beds__hover{opacity:1;background:linear-gradient(transparent 70%,#0009);padding:18px}.sc-category .sc-beds__hover .sc-button{min-height:44px}.sc-category .sc-beds__title{font-size:20px}.sc-category .sc-beds__footer{padding:0 14px;margin-top:24px}.sc-category .sc-stats__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}.sc-category .sc-stats__number{margin-bottom:16px}.sc-category .sc-stats__item h3{font-size:16px}.sc-category .sc-materials__layout{grid-template-columns:1fr;gap:32px;align-content:start}.sc-category .sc-materials__panel{gap:28px}.sc-category .sc-materials__tab{gap:16px}.sc-category .sc-materials__tab>img{width:76px;height:90px;flex-basis:76px}.sc-category .sc-materials__tab-title{font-size:18px}.sc-category .sc-materials__tab-copy{font-size:13px}.sc-category .sc-materials__bottom .sc-button{margin-top:20px}.sc-category .sc-materials__tab>span{padding-right:2px}}
@media(prefers-reduced-motion:reduce){.sc-category *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.sc-category.compare .sc-compare__details .sc-rating {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  text-align: left;
  margin-inline: 0;
}