:root{--parchment: #F5F0E6;--espresso: #2A1E14;--walnut: #5C3D2E;--brass: #C9A96E;--green: #3D4A3A;--green-deep: #1E2A1F;--ff-display: "Bricolage Grotesque", system-ui, sans-serif;--ff-body: "Inter", system-ui, sans-serif;--hair: 1px solid rgba(42,30,20,.12);--border: rgba(42,30,20,.12)}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}body{font-family:var(--ff-body);background:var(--parchment);color:var(--espresso);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body{padding-top:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.one-s-page .container{max-width:1320px;margin:0 auto;padding:0 48px}.one-s-page{padding-bottom:var(--pdp-sticky-cart-height, 72px)}.header{position:fixed;top:0;left:0;right:0;z-index:120}#product-overview,#product-video,#product-highlight,#product-description,#product-specs,#product-reviews,#product-compare,#product-faq{scroll-margin-top:calc(var(--pdp-header-height, 66px) + 24px)}.cinema-hero{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.cinema-hero-bg{position:absolute;top:-20%;right:0;bottom:0;left:0;height:120%;background:url(product-detail/one-s/lifestyle.jpg) center/cover no-repeat;will-change:transform}.cinema-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1e2a1f4d,#2a1e14b3)}.cinema-hero-content{position:relative;z-index:2;text-align:center;color:var(--parchment)}.cinema-hero-content h1{font-family:var(--ff-display);font-size:clamp(56px,8vw,96px);font-weight:700;letter-spacing:-.02em;line-height:1;margin-bottom:16px}.cinema-hero-content p{font-size:18px;color:#f5f0e6b3;font-style:italic}.scroll-discover{position:absolute;bottom:40px;left:50%;transform:translate(-50%);z-index:2;text-align:center;color:#f5f0e699;font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase}.scroll-discover-arrow{display:block;margin:10px auto 0;width:20px;height:20px;border-right:1.5px solid rgba(245,240,230,.6);border-bottom:1.5px solid rgba(245,240,230,.6);transform:rotate(45deg);animation:bounceArrow 2s infinite}@keyframes bounceArrow{0%,to{transform:rotate(45deg) translateY(0)}50%{transform:rotate(45deg) translateY(6px)}}.sticky-cart{position:fixed;bottom:0;left:0;right:0;background:var(--espresso);padding:14px 48px;display:flex;align-items:center;justify-content:space-between;z-index:150;transform:translateY(100%);transition:transform .35s ease;box-shadow:0 -4px 24px #2a1e1433}.sticky-cart.visible{transform:translateY(0)}.sticky-cart-info{display:flex;align-items:center;gap:16px;color:var(--parchment)}.sticky-cart-name{font-family:var(--ff-display);font-size:16px;font-weight:600}.sticky-cart-price{font-size:14px;color:var(--brass)}.sticky-cart-btn{padding:12px 28px;background:var(--brass);color:var(--espresso);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s}.sticky-cart-btn:hover{background:#d4b87a}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.is-in{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.15s}.reveal-delay-2{transition-delay:.3s}.dual-card{overflow:hidden}.dual-card img{transition:transform .5s ease}.dual-card:hover img{transform:scale(1.04)}.product-gallery-main img{transition:opacity .35s ease}.overview-num.overview-text{font-size:22px;letter-spacing:.02em}.breadcrumb{padding:20px 0;font-size:12px;color:var(--walnut);letter-spacing:.04em}.breadcrumb a{color:var(--walnut);transition:color .15s}.breadcrumb a:hover{color:var(--brass)}.breadcrumb span{opacity:.5;margin:0 8px}.product-hero{display:grid;grid-template-columns:1.2fr 1fr;gap:64px;padding-bottom:80px}.product-gallery-main{position:relative;width:100%;aspect-ratio:1;background:#efebe3;border-radius:16px;overflow:hidden}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:12px;margin-top:16px}.thumb{width:72px;height:72px;border-radius:8px;background:#efebe3;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color .2s;display:flex;align-items:center;justify-content:center}.thumb.active{border-color:var(--brass)}.thumb img{width:80%;height:auto;object-fit:contain}.mobile-gallery-count,.mobile-gallery-dots{display:none}.product-info{padding-top:16px}.product-series-tag{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brass);margin-bottom:8px}.product-title{font-family:var(--ff-display);font-size:36px;font-weight:700;line-height:1.1;margin-bottom:12px}.product-subtitle{font-size:15px;color:var(--walnut);margin-bottom:24px;line-height:1.5}.product-rating{display:flex;align-items:center;gap:10px;margin-bottom:24px}.product-stars{color:var(--brass);font-size:16px}.product-review-count{font-size:13px;color:var(--walnut)}.product-price{font-family:var(--ff-display);font-size:28px;font-weight:700;margin-bottom:8px}.product-price-original{font-size:16px;color:var(--walnut);text-decoration:line-through;margin-left:12px;font-weight:400}.product-save{font-size:12px;color:#c0392b;font-weight:600;margin-left:10px}.variant-group{margin-bottom:24px}.variant-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--walnut);margin-bottom:10px}.variant-swatches{display:flex;gap:10px}.swatch{width:36px;height:36px;border-radius:50%;border:2px solid var(--border);cursor:pointer;transition:all .15s}.swatch:hover{transform:scale(1.1)}.swatch.active{border-color:var(--espresso);box-shadow:0 0 0 2px var(--parchment),0 0 0 4px var(--espresso)}.swatch--walnut{background:#6b4423}.swatch--black{background:#1a1a1a}.variant-pills{display:flex;gap:8px;flex-wrap:wrap}.pill{padding:8px 16px;border:1px solid var(--border);border-radius:40px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}.pill:hover{border-color:var(--espresso)}.pill.active{background:var(--espresso);color:var(--parchment);border-color:var(--espresso)}.btn-add{width:100%;padding:16px 32px;background:var(--espresso);color:var(--parchment);font-family:var(--ff-body);font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;transition:background .2s;margin-top:32px}.btn-add:hover{background:var(--walnut)}.trust-badges{display:flex;gap:20px;margin-top:28px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--walnut)}.trust-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--green)}.stock-status{font-size:13px;font-weight:500;color:var(--green);margin-bottom:12px}.social-share{display:flex;align-items:center;gap:12px;margin-top:20px;padding-top:20px;border-top:var(--hair)}.share-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--walnut)}.share-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;color:var(--walnut);transition:all .2s}.share-icon:hover{border-color:var(--espresso);color:var(--espresso)}.share-icon svg{width:14px;height:14px}.write-review{text-align:center;margin-top:40px}.btn-write-review{display:inline-block;padding:12px 32px;border:1px solid rgba(245,240,230,.4);color:var(--parchment);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:all .2s}.btn-write-review:hover{background:#f5f0e61a;border-color:var(--parchment)}.product-highlights{list-style:none;margin:0 0 28px;padding:20px 0;border-top:var(--hair);border-bottom:var(--hair)}.product-highlights li{font-size:13px;color:var(--walnut);padding:5px 0 5px 20px;position:relative;line-height:1.5}.product-highlights li:before{content:"\2713";position:absolute;left:0;color:var(--green);font-weight:700}.video-section{padding:84px 0 78px;background:#f3efe6;overflow:hidden;border-bottom:var(--hair)}.video-section-head{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:32px}.video-section-head h2{font-family:var(--ff-display);font-size:clamp(30px,3.1vw,44px);line-height:1.08;font-weight:700;letter-spacing:0}.video-arrows{display:flex;align-items:center;gap:12px}.video-arrow{width:42px;height:42px;border:1px solid rgba(92,61,46,.24);border-radius:50%;background:transparent;color:var(--espresso);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,color .18s,border-color .18s,transform .18s}.video-arrow:hover{background:var(--espresso);color:var(--parchment);border-color:var(--espresso);transform:translateY(-1px)}.video-arrow svg{width:17px;height:17px}.video-rail-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth}.video-rail-scroll::-webkit-scrollbar{display:none}.video-rail{display:flex;gap:16px;width:max-content;padding:4px 0 8px}.video-card{position:relative;flex:0 0 350px;border:0;border-radius:16px;overflow:hidden;padding:0;background:var(--espresso);color:var(--parchment);text-align:left;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.video-card:hover{transform:translateY(-3px);box-shadow:0 18px 42px #2a1e1424}.video-card-img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;transition:transform .5s ease}.video-card:hover .video-card-img{transform:scale(1.04)}.video-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#2a1e14c7,#2a1e1447 54%,#2a1e140f)}.video-card-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;border-radius:50%;background:#f5f0e6eb;color:var(--espresso);display:grid;place-items:center;transition:transform .2s ease,background .2s ease}.video-card:hover .video-card-play{transform:translate(-50%,-50%) scale(1.08);background:var(--brass)}.video-card-play svg{width:18px;height:18px;fill:currentColor;stroke:none;margin-left:2px}.video-card-info{position:absolute;left:0;right:0;bottom:0;padding:22px;color:var(--parchment)}.video-card-info span{display:block;color:#f5f0e6db;font-size:13px;line-height:1.45}.video-card-info strong{color:var(--brass);font-weight:800;letter-spacing:.02em}.video-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;align-items:center;justify-content:center;padding:40px;background:#0a0806db}.video-modal.is-open{display:flex}.video-modal-inner{position:relative;width:min(100%,920px);aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#000;box-shadow:0 28px 80px #0000006b}.video-modal-inner iframe{width:100%;height:100%;border:0}.video-modal-close{position:absolute;top:-44px;right:0;width:38px;height:38px;border:1px solid rgba(245,240,230,.52);border-radius:50%;color:var(--parchment);font-size:26px;line-height:1;display:grid;place-items:center}.video-modal-close:hover{background:var(--parchment);color:var(--espresso)}.overview-section{padding:64px 0 48px}.overview-section h2{font-family:var(--ff-display);font-weight:700;font-size:clamp(24px,2.8vw,36px);line-height:1.12;margin-bottom:12px}.overview-sub{font-size:15px;color:var(--walnut);margin-bottom:40px;max-width:600px}.overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.overview-card{text-align:center;padding:28px 16px;background:#efebe3;border-radius:12px}.overview-icon{width:40px;height:40px;display:grid;place-items:center;color:var(--brass);margin:0 auto 10px}.overview-icon svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.overview-num{font-family:var(--ff-display);font-size:28px;font-weight:700;color:var(--espresso);margin-bottom:4px}.overview-label{font-size:12px;font-weight:500;color:var(--walnut);letter-spacing:.04em}.section-eyebrow{display:inline-block;margin-bottom:14px;color:var(--brass);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.highlight-story-section{padding:32px 0 80px;border-bottom:var(--hair)}.highlight-story-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:clamp(36px,5vw,72px);align-items:center}.highlight-story-media{overflow:hidden;border-radius:14px;background:#efebe3}.highlight-story-media img{width:100%;aspect-ratio:16/10;object-fit:cover}.highlight-story-copy h3{max-width:620px;font-family:var(--ff-display);font-size:clamp(28px,3vw,40px);line-height:1.1;font-weight:700;margin-bottom:16px}.highlight-story-copy p{max-width:640px;color:#2a1e14c7;font-size:15px;line-height:1.72;margin-bottom:26px}.highlight-story-points{display:flex;flex-wrap:wrap;gap:10px}.highlight-story-points span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid rgba(92,61,46,.18);border-radius:999px;background:#efebe3ad;color:var(--walnut);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.img-text-section{padding:80px 0}.feature-showcase{padding:80px 0;background:#efebe3}.feature-showcase-inner{max-width:1320px;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.feature-showcase-img{border-radius:16px;overflow:hidden}.feature-showcase-img img{width:100%;aspect-ratio:4/3;object-fit:cover}.feature-showcase-list h2{font-family:var(--ff-display);font-size:clamp(24px,2.8vw,36px);font-weight:700;margin-bottom:32px}.showcase-item{padding:20px 0;border-bottom:var(--hair)}.showcase-item:last-child{border-bottom:none}.showcase-item h4{font-family:var(--ff-display);font-size:17px;font-weight:600;color:var(--green);margin-bottom:6px}.showcase-item p{font-size:14px;color:var(--walnut);line-height:1.6}.dual-cards-section{padding:80px 0}.dual-cards-section.description-start{padding-bottom:44px}.dual-cards-section.description-follow{padding-top:36px}.dual-cards-section h2{font-family:var(--ff-display);font-weight:700;font-size:clamp(24px,2.8vw,36px);line-height:1.12;margin-bottom:16px}.description-lede{max-width:740px;margin:0 0 34px;color:#2a1e14c7;font-size:16px;line-height:1.7}h3.dual-cards-subtitle{font-family:var(--ff-display);font-weight:700;font-size:21px;line-height:1.25;letter-spacing:0;color:var(--espresso);margin:0 0 28px}.dual-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.dual-card{border-radius:16px;overflow:hidden;background:#efebe3;transition:transform .3s}.dual-card:hover{transform:translateY(-3px)}.dual-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.dual-card-info{padding:24px}.dual-card-info h4{font-family:var(--ff-display);font-size:18px;font-weight:600;margin-bottom:8px}.dual-card-info p{font-size:14px;color:var(--walnut);line-height:1.58}.design-cinema{position:relative;width:100%;overflow:hidden}.design-cinema-bg{width:100%;aspect-ratio:21/9;overflow:hidden}.design-cinema-bg img{width:100%;height:100%;object-fit:cover}.design-cinema-overlay{display:none}.design-cinema-text{position:relative;padding:32px 48px;max-width:1320px;margin:0 auto;background:var(--parchment)}.design-cinema-text h3{font-family:var(--ff-display);font-size:clamp(24px,3vw,40px);font-weight:700;color:var(--espresso);line-height:1.15;margin-bottom:8px}.design-cinema-text p{font-size:15px;color:var(--walnut);line-height:1.5}.design-cinema--contained{padding:44px 0 80px;background:var(--parchment)}.design-cinema--contained .design-cinema-bg{max-width:1320px;margin:0 auto;padding:0 48px;aspect-ratio:auto}.design-cinema--contained .design-cinema-bg img{aspect-ratio:16/7;border-radius:14px;object-position:center}.design-cinema--contained .design-cinema-text{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,.58fr);gap:36px;align-items:start;padding:28px 48px 0;background:transparent}.design-cinema--contained .design-cinema-text .section-eyebrow{grid-column:1 / -1;margin-bottom:-18px}.design-cinema--contained .design-cinema-text h3{margin-bottom:0;font-size:clamp(24px,2.2vw,32px)}.design-cinema--contained .design-cinema-text p{max-width:620px;font-size:15px;line-height:1.68}.img-text-section:nth-child(2n){background:#efebe3}.img-text-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.img-text-grid.reverse{direction:rtl}.img-text-grid.reverse>*{direction:ltr}.img-text-img{border-radius:16px;overflow:hidden}.img-text-img img{width:100%;aspect-ratio:4/3;object-fit:cover}.img-text-tag{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--brass);margin-bottom:12px}.img-text-title{font-family:var(--ff-display);font-size:clamp(24px,2.4vw,32px);font-weight:700;margin-bottom:16px;line-height:1.15}.img-text-desc{font-size:15px;color:var(--walnut);line-height:1.7}.quote-section{padding:80px 0;text-align:center;background:var(--green-deep)}.quote-text{font-family:var(--ff-display);font-size:clamp(22px,2.6vw,36px);font-weight:400;font-style:italic;color:var(--parchment);max-width:100%;margin:0 auto 20px;line-height:1.4;text-align:center}.quote-attr{font-size:13px;color:var(--brass);letter-spacing:.08em}.details-section{padding:58px 0 74px;background:#efebe3}.details-title{max-width:680px;font-family:var(--ff-display);font-weight:700;font-size:clamp(20px,1.9vw,24px);line-height:1.16;color:var(--espresso);margin:0 0 12px}.details-lede{max-width:700px;margin:0 0 34px;color:#5c3d2edb;font-size:15px;line-height:1.68}.details-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.detail-card{border-radius:12px;overflow:hidden;background:var(--parchment);position:relative}.detail-card img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;transition:transform .4s}.detail-card:hover img{transform:scale(1.03)}.detail-card-info{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(42,30,20,.85) 0%,rgba(42,30,20,.4) 60%,transparent 100%);padding:80px 20px 24px;transform:translateY(40px);opacity:0;transition:transform .4s ease,opacity .35s ease}.detail-card:hover .detail-card-info{transform:translateY(0);opacity:1}.detail-card h4{font-family:var(--ff-display);font-size:16px;font-weight:600;color:var(--parchment);margin-bottom:6px}.detail-card p{font-size:13px;color:#f5f0e6cc;line-height:1.5}.features-section{padding:80px 0;border-top:var(--hair)}.features-section h2{font-family:var(--ff-display);font-weight:700;font-size:clamp(24px,2.8vw,36px);margin-bottom:48px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.feature-card{background:#efebe3;border-radius:12px;padding:28px 24px}.feature-card h4{font-family:var(--ff-display);font-size:17px;font-weight:600;margin-bottom:8px;color:var(--green)}.feature-card p{font-size:14px;color:var(--walnut);line-height:1.6}.specs-section{padding:80px 0;background:#efebe3}.specs-section h2{font-family:var(--ff-display);font-weight:700;font-size:clamp(24px,2.8vw,36px);margin-bottom:40px}.specs-panel{border-bottom:var(--hair)}.specs-panel-header{display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;transition:color .15s}.specs-panel-header h4{font-family:var(--ff-display);font-size:16px;font-weight:600}.specs-panel-header .specs-num{font-size:13px;color:var(--brass);font-weight:600;margin-right:12px}.specs-panel-header .specs-toggle{font-size:20px;font-weight:300;color:var(--walnut);transition:transform .3s}.specs-panel-header.open .specs-toggle{transform:rotate(45deg)}.specs-panel-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.specs-panel-body.open{max-height:600px}.specs-panel-body-inner{padding:0 0 24px}.specs-table{width:100%;border-collapse:collapse}.specs-table tr{border-bottom:1px solid rgba(42,30,20,.06)}.specs-table td{padding:10px 0;font-size:14px;vertical-align:top}.specs-table td:first-child{font-weight:600;width:40%}.specs-table td:last-child{color:var(--walnut)}.inbox-section{padding:80px 0}.inbox-section h2{font-family:var(--ff-display);font-weight:700;font-size:clamp(24px,2.8vw,36px);margin-bottom:32px}.inbox-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.inbox-item{text-align:center;padding:24px 16px;background:#efebe3;border-radius:12px;font-size:13px;font-weight:500;color:var(--walnut)}.reviews-section{padding:80px 0;border-top:var(--hair);background:var(--parchment);color:var(--espresso)}.reviews-section h2{font-family:var(--ff-display);font-size:clamp(24px,2.8vw,36px);line-height:1.12;font-weight:700;margin-bottom:40px}.reviews-head{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;align-items:end;margin-bottom:48px}.reviews-summary .stars-big{font-family:var(--ff-display);font-weight:700;font-size:56px;line-height:1;letter-spacing:.04em;color:var(--brass);margin-bottom:8px}.reviews-summary .meta{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--walnut);margin-top:0}.rating-bars{display:flex;flex-direction:column;gap:8px}.rating-bar{display:grid;grid-template-columns:56px 1fr 56px;gap:12px;align-items:center;font-size:14px;color:var(--espresso)}.rating-bar .star{color:var(--brass);letter-spacing:.02em;font-size:12px}.rating-bar .track{height:6px;background:#2a1e141a;border-radius:3px;overflow:hidden}.rating-bar .fill{height:100%;background:var(--espresso);border-radius:3px}.rating-bar .count{text-align:right;font-size:12px;color:var(--walnut);font-variant-numeric:tabular-nums}.reviews-track-wrap{position:relative}.fans-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;padding-bottom:8px}.fans-scroll::-webkit-scrollbar{display:none}.fans-track{display:flex;gap:20px;width:max-content;padding:8px 0}.fan-card{flex:0 0 380px;display:grid;grid-template-rows:auto 1fr auto;gap:16px;min-height:300px;background:var(--parchment);border:var(--hair);border-radius:12px;padding:28px 24px;color:var(--espresso)}.fan-card.has-photo .photo{width:100%;aspect-ratio:16/10;background-size:cover;background-position:center;background-color:var(--green);border-radius:8px;margin-bottom:4px}.fan-card .stars{color:var(--brass);font-size:13px;letter-spacing:.04em;margin-bottom:0}.fan-card .quote{font-size:14px;font-style:italic;line-height:1.55;color:var(--espresso);margin-bottom:0}.fan-card .fan-meta{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--walnut)}.review-arrows{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.review-arrow{width:44px;height:44px;border:1px solid rgba(42,30,20,.12);border-radius:50%;background:transparent;color:var(--espresso);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.review-arrow:hover{background:var(--espresso);color:var(--parchment);border-color:var(--espresso)}.review-arrow svg{width:16px;height:16px}.pdp-compare-section{padding:68px 0 66px;background:var(--parchment);color:var(--espresso)}.pdp-compare-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:34px}.pdp-compare-head h2{font-family:var(--ff-display);font-size:clamp(28px,3vw,40px);line-height:1.08;letter-spacing:0;font-weight:700;max-width:620px}.pdp-compare-head a{color:var(--walnut);font-size:14px;font-weight:700;white-space:nowrap;padding-top:14px;border-bottom:1px solid rgba(201,169,110,.55)}.pdp-compare-panel{background:#fbf7ef;border:1px solid rgba(92,61,46,.14);border-radius:14px;padding:clamp(36px,5.4vw,76px) clamp(24px,6.8vw,108px);box-shadow:0 18px 44px #2a1e140f}.pdp-compare-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(34px,7vw,104px);text-align:center;align-items:start}.pdp-compare-product{display:flex;flex-direction:column;align-items:center;min-width:0}.pdp-compare-media{width:min(100%,260px);aspect-ratio:1;display:grid;place-items:center;margin-bottom:24px;background:#f1e9db;border:1px solid rgba(92,61,46,.12);border-radius:12px;padding:20px}.pdp-compare-media img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.pdp-compare-swatches{display:flex;align-items:center;justify-content:center;gap:8px;min-height:14px;margin-bottom:18px}.swatch-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(42,30,20,.18);box-shadow:inset 0 0 0 1px #ffffff52}.swatch-dot.walnut{background:#9a5f34}.swatch-dot.black{background:#151311}.swatch-dot.cream{background:#e8ddc5}.pdp-compare-product h3{font-family:var(--ff-display);font-size:24px;line-height:1.1;margin-bottom:12px;font-weight:700}.pdp-compare-product p{max-width:280px;min-height:68px;font-size:15px;line-height:1.45;color:#2a1e14d1;margin-bottom:18px}.pdp-compare-product strong{display:block;font-family:var(--ff-display);font-size:15px;margin-bottom:26px}.pdp-compare-current{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid rgba(201,169,110,.58);border-radius:999px;color:var(--walnut);background:#c9a96e1a;font-size:14px;font-weight:700;margin-bottom:12px}.pdp-compare-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;background:var(--espresso);color:var(--parchment);font-size:14px;font-weight:700;margin-bottom:12px}.pdp-compare-button:hover{background:var(--walnut)}.pdp-compare-text-link{color:var(--walnut);font-size:14px;font-weight:700;border-bottom:1px solid rgba(201,169,110,.5)}.pdp-compare-divider{height:1px;background:#5c3d2e29;margin:46px auto 38px;max-width:760px}.pdp-compare-columns{display:grid;gap:0;text-align:left}.pdp-compare-feature-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(34px,7vw,104px);padding:26px 0;border-top:1px solid rgba(92,61,46,.15)}.pdp-compare-feature-row:first-child{padding-top:0;border-top:0}.pdp-compare-feature-row:last-child{padding-bottom:0}.pdp-compare-feature{min-width:0;display:flex;flex-direction:column;align-items:flex-start}.pdp-compare-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:14px;color:var(--walnut)}.pdp-compare-icon svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.pdp-compare-feature h4{font-family:var(--ff-display);font-size:18px;line-height:1.2;margin-bottom:8px;font-weight:700;max-width:300px}.pdp-compare-feature p{font-size:14px;line-height:1.48;color:#2a1e14c7;max-width:300px}.pdp-compare-all{width:max-content;max-width:calc(100% - 32px);margin:32px auto 0;min-height:58px;padding:8px 8px 8px 28px;border-radius:999px;display:flex;align-items:center;gap:18px;background:var(--espresso);color:var(--parchment);font-family:var(--ff-display);font-size:16px;font-weight:700;box-shadow:0 12px 30px #2a1e141f}.pdp-compare-arrow{width:42px;height:42px;border-radius:50%;background:var(--brass);color:var(--espresso);display:inline-grid;place-items:center;font-size:15px;font-weight:800}.pdp-faq-section{padding:88px 0 80px;background:#f3efe6;color:var(--espresso)}.pdp-faq-section h2{font-family:var(--ff-display);font-size:clamp(32px,3.4vw,54px);line-height:1.06;letter-spacing:0;font-weight:700;margin-bottom:46px}.pdp-faq-panel{background:#fbf7ef;border:1px solid rgba(92,61,46,.12);border-radius:18px;padding:clamp(32px,5vw,68px) clamp(24px,8vw,124px);box-shadow:0 18px 44px #2a1e140d}.pdp-faq-item{border-bottom:1px solid rgba(92,61,46,.18)}.pdp-faq-item:last-child{border-bottom:0}.pdp-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 0;font-family:var(--ff-display);font-size:clamp(18px,1.6vw,24px);line-height:1.2;font-weight:700;color:var(--espresso)}.pdp-faq-item summary::-webkit-details-marker{display:none}.pdp-faq-item summary:after{content:"";width:16px;height:16px;flex:0 0 16px;border-right:3px solid rgba(92,61,46,.68);border-bottom:3px solid rgba(92,61,46,.68);transform:rotate(45deg) translateY(-3px);transition:transform .22s ease,border-color .22s ease}.pdp-faq-item[open] summary:after{transform:rotate(225deg) translateY(-1px);border-color:var(--brass)}.pdp-faq-answer{max-width:820px;padding:0 48px 28px 0;color:#2a1e14c2;font-size:15px;line-height:1.68}.newsletter{padding:72px 0;background:var(--espresso);text-align:center}.newsletter h3{font-family:var(--ff-display);font-weight:700;font-size:24px;color:var(--parchment);margin-bottom:8px}.newsletter p{font-size:14px;color:#f5f0e699;margin-bottom:24px}.newsletter-form{display:flex;max-width:440px;margin:0 auto;gap:0}.newsletter-form input{flex:1;padding:14px 18px;border:1px solid var(--brass);background:transparent;color:var(--parchment);font-size:14px}.newsletter-form input::placeholder{color:#f5f0e666}.newsletter-form button{padding:14px 24px;background:var(--brass);color:var(--espresso);font-weight:600;font-size:12px;letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--brass);cursor:pointer;transition:background .2s}@media(max-width:1024px){.product-hero{grid-template-columns:1fr;gap:40px}.img-text-grid{grid-template-columns:1fr;gap:32px}.img-text-grid.reverse{direction:ltr}.feature-showcase-inner{grid-template-columns:1fr;gap:32px}.dual-cards{grid-template-columns:1fr 1fr}.design-cinema-bg{aspect-ratio:4/3}.design-cinema-text{padding:28px 24px}.details-grid{grid-template-columns:repeat(2,1fr)}.pdp-compare-feature-row{gap:clamp(30px,5vw,72px)}}@media(max-width:768px){.one-s-page .container{padding:0 20px}.header-nav{display:none}.cinema-hero-content h1{font-size:42px}.cinema-hero-content p{font-size:15px}.scroll-discover{bottom:28px}.product-title{font-size:28px}.product-subtitle{font-size:14px}.product-gallery-thumbs{display:none}.product-gallery-main{aspect-ratio:auto;display:flex;align-items:center;justify-content:center}.product-gallery-main img{width:100%;height:auto;max-height:80vw;object-fit:contain;aspect-ratio:auto;background:#efebe3}.mobile-gallery-count{position:absolute;top:14px;right:14px;min-width:48px;height:28px;padding:0 10px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#2a1e14c2;color:var(--parchment);font-size:12px;font-weight:800;letter-spacing:.04em;z-index:2}.mobile-gallery-dots{display:flex;align-items:center;justify-content:center;gap:7px;margin:14px auto 0;min-height:20px}.mobile-gallery-dot{width:17px;height:3px;border:0;border-radius:999px;padding:0;background:#5c3d2e3d;cursor:pointer;transition:width .2s ease,background .2s ease}.mobile-gallery-dot.is-active{width:28px;background:var(--brass)}.overview-section{padding:48px 0}.overview-grid{grid-template-columns:repeat(2,1fr);gap:12px}.overview-card{padding:20px 12px}.overview-num{font-size:22px}.overview-num.overview-text{font-size:18px}.highlight-story-section{padding:6px 0 56px}.highlight-story-grid{grid-template-columns:1fr;gap:24px}.highlight-story-media{border-radius:12px}.highlight-story-media img{aspect-ratio:4/3}.highlight-story-copy h3{font-size:30px;line-height:1.1;margin-bottom:14px}.highlight-story-copy p{font-size:14px;line-height:1.66;margin-bottom:20px}.highlight-story-points{gap:8px}.highlight-story-points span{min-height:32px;padding:0 12px;font-size:11px}.dual-cards-section{padding:56px 0}.dual-cards-section.description-start{padding-bottom:28px}.dual-cards-section.description-follow{padding-top:24px}.description-lede{font-size:14px;line-height:1.68;margin-bottom:26px}.dual-cards{grid-template-columns:1fr;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px}.dual-cards::-webkit-scrollbar{display:none}.dual-card{flex:0 0 80vw;scroll-snap-align:start}.design-cinema-bg{aspect-ratio:3/4}.design-cinema-text{padding:24px 20px}.design-cinema-text h3{font-size:20px;margin-bottom:6px}.design-cinema-text p{font-size:13px}.design-cinema--contained{padding:28px 0 56px}.design-cinema--contained .design-cinema-bg{padding:0 20px;aspect-ratio:auto}.design-cinema--contained .design-cinema-bg img{aspect-ratio:4/3;border-radius:12px}.design-cinema--contained .design-cinema-text{display:block;padding:22px 20px 0}.design-cinema--contained .design-cinema-text .section-eyebrow{margin-bottom:10px}.design-cinema--contained .design-cinema-text h3{font-size:24px;line-height:1.16;margin-bottom:10px}.design-cinema--contained .design-cinema-text p{font-size:14px;line-height:1.64}.quote-section{padding:48px 0}.quote-text{font-size:18px!important}.details-section{padding:42px 0 54px}.details-title{font-size:24px;line-height:1.16;margin-bottom:10px}.details-lede{font-size:14px;line-height:1.64;margin-bottom:24px}.details-grid{grid-template-columns:1fr;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding:0 20px}.details-grid::-webkit-scrollbar{display:none}.detail-card{flex:0 0 80vw;scroll-snap-align:start;border-radius:16px!important;display:flex;flex-direction:column;overflow:hidden}.detail-card img{aspect-ratio:1!important;object-fit:cover;border-radius:16px 16px 0 0!important;flex-shrink:0}.detail-card-info{position:relative!important;transform:none!important;opacity:1!important;background:var(--espresso)!important;padding:20px!important;border-radius:0 0 16px 16px!important;flex:1;display:flex;flex-direction:column;justify-content:center;min-height:100px}.detail-card h4{color:var(--parchment)!important;font-size:15px!important}.detail-card p{color:#f5f0e6cc!important;font-size:13px!important}.specs-section{padding:56px 0}.specs-panel-header h4{font-size:14px}.reviews-section{padding:56px 0}.reviews-section h2{font-size:34px;margin-bottom:18px}.reviews-head{grid-template-columns:1fr;gap:24px;margin-bottom:24px}.reviews-summary .stars-big{font-size:34px}.rating-bar{grid-template-columns:34px minmax(80px,1fr) 30px;gap:8px}.fans-scroll{margin-left:-20px;margin-right:-20px;padding:0 20px;scroll-snap-type:x mandatory}.fans-track{gap:12px}.fan-card{flex:0 0 78vw;min-height:280px;scroll-snap-align:start;padding:22px}.review-arrows{justify-content:flex-start}.pdp-compare-section{padding:48px 0 46px}.pdp-compare-head{display:block;margin-bottom:24px}.pdp-compare-head h2{font-size:32px;margin-bottom:14px;max-width:13ch}.pdp-compare-head a{display:inline-flex;padding-top:0;font-size:15px}.pdp-compare-panel{border-radius:18px;padding:26px 22px 30px}.pdp-compare-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;text-align:left}.pdp-compare-product{align-items:flex-start}.pdp-compare-media{width:100%;max-width:148px;margin:0 auto 16px;padding:14px}.pdp-compare-swatches{justify-content:flex-start;margin-bottom:12px}.pdp-compare-product h3{font-size:23px;margin-bottom:8px}.pdp-compare-product p{min-height:88px;font-size:13px;max-width:none;margin-bottom:12px}.pdp-compare-product strong{font-size:14px;line-height:1.3;min-height:34px;margin-bottom:16px}.pdp-compare-current,.pdp-compare-button{min-height:36px;margin-bottom:10px;font-size:12px;padding:0 12px}.pdp-compare-text-link{font-size:13px}.pdp-compare-divider{margin:30px 0 26px}.pdp-compare-feature-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;padding:22px 0}.pdp-compare-feature .pdp-compare-icon{width:38px;height:38px;margin-bottom:11px}.pdp-compare-feature .pdp-compare-icon svg{width:38px;height:38px}.pdp-compare-feature h4{font-size:15px;max-width:none;margin-bottom:7px}.pdp-compare-feature p{font-size:13px;line-height:1.45;max-width:none}.pdp-compare-all{margin-top:24px;min-height:54px;font-size:14px;padding-left:22px}.pdp-faq-section{padding:58px 0 56px}.pdp-faq-section h2{font-size:36px;margin-bottom:28px}.pdp-faq-panel{border-radius:18px;padding:16px 24px}.pdp-faq-item summary{padding:22px 0;gap:18px;font-size:20px;line-height:1.18}.pdp-faq-item summary:after{width:13px;height:13px;flex-basis:13px;border-width:3px}.pdp-faq-answer{padding:0 34px 24px 0;font-size:14px;line-height:1.65}.newsletter{padding:48px 0}.newsletter h3{font-size:20px}.newsletter-form{flex-direction:column;gap:12px}.sticky-cart{padding:10px 20px}.sticky-cart-name{font-size:13px}.sticky-cart-price{font-size:12px}.sticky-cart-btn{padding:10px 20px;font-size:11px}.img-text-section{padding:56px 0}.video-section{padding:54px 0 48px}.video-section-head{align-items:center;gap:16px;margin-bottom:24px}.video-section-head h2{font-size:32px}.video-arrows{gap:10px}.video-arrow{width:40px;height:40px}.video-rail-scroll{margin-left:-20px;margin-right:-20px;padding:0 20px;scroll-snap-type:x mandatory}.video-rail{gap:12px;padding-bottom:8px}.video-card{flex:0 0 78vw;scroll-snap-align:start;border-radius:14px}.video-card-info{padding:18px}.video-modal{padding:22px}.video-modal-close{top:-44px}.dual-cards-section h2{font-size:30px}h3.dual-cards-subtitle{font-size:20px;margin-bottom:22px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/product-one-s.css.map */
