.page-template-page-products .site-main { padding: 0; background: #f2efe8; }
.pcx { --pcx-paper: #f2efe8; --pcx-ink: #383026; --pcs-ink: #383026; --pcs-white: #fafafa; --pcs-paper: #f2efe8; --pcs-line: #cacac8; --pcs-gutter: clamp(20px,4vw,64px); color: var(--pcx-ink); background: var(--pcx-paper); }
.pcx *, .pcx *::before, .pcx *::after { box-sizing: border-box; }
.pcx :where(h1,h2,h3,p,figure) { margin: 0; }
.pcx :where(h1,h2,h3) { letter-spacing: -.04em; text-wrap: balance; }
.pcx img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pcx a { color: inherit; text-decoration: none; }
.pcx button { font: inherit; color: inherit; cursor: pointer; }
.pcx [hidden] { display: none !important; }
.pcx :where(a,button,[tabindex]):focus-visible { outline: 3px solid #c93608; outline-offset: 5px; }
.pcx :where(section[id]) { scroll-margin-top: 140px; }
.pcx-arrow, .pcs-arrow { width: 17px; height: 17px; position: relative; display: inline-block; flex: 0 0 17px; transform: rotate(-45deg); transition: transform .35s; }
.pcx-arrow::before,.pcs-arrow::before { content: ""; position: absolute; left: 0; top: 8px; width: 16px; height: 1.5px; background: currentColor; }
.pcx-arrow::after,.pcs-arrow::after { content: ""; position: absolute; right: 1px; top: 4.5px; width: 8px; height: 8px; border-top: 1.5px solid; border-right: 1.5px solid; transform: rotate(45deg); }
.pcx a:hover .pcx-arrow { transform: rotate(0); }
.pcx-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 50px; border: 1px solid currentColor; padding: 14px 20px; border-radius: 999px; font-size: 13px; font-weight: 600; transition: background .25s,color .25s; }
.pcx-button:hover { color: #fafafa; background: #383026; }
.pcx-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 45px; min-height: 48px; font-size: 15px; font-weight: 600; border-bottom: 1px solid; }
.pcx-intro { padding: 150px var(--pcs-gutter) 30px; display: grid; grid-template-columns: 1.7fr 1fr; align-items: end; gap: 8%; }
.pcx-intro h1 { font-size: clamp(40px,4.2vw,60px); font-weight: 500; max-width: 800px; }
.pcx-intro > div { max-width: 400px; justify-self: end; }
.pcx-intro p { display: none; font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
.pcx-gallery { background: #e4e1da; }
.pcx-models { display: flex; align-items: stretch; padding: 0 var(--pcs-gutter); gap: 40px; background: #f2efe8; border-bottom: 1px solid #cacac8; }
.pcx-models > a { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 5px; flex: 1; min-height: 92px; padding: 15px 0 18px; }
.pcx-models strong { font-size: 24px; font-weight: 500; }
.pcx-models a > span { font-size: 12px; }
.pcx-models a::after { content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 3px; background: #c93608; transform-origin: left; transform: scaleX(0); transition: transform .45s; }
.pcx-models a[aria-current="true"]::after { transform: scaleX(1); }
.pcx-motion { align-self: center; flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #cacac8; border-radius: 50%; background: none; }
.pcx-motion span { width: 10px; height: 12px; border-inline: 2px solid; }
.pcx-motion[aria-pressed="true"] span { border: 0; background: currentColor; clip-path: polygon(0 0,100% 50%,0 100%); }
.pcx-reel { display: flex; width: 100%; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-x: contain; }
.pcx-reel::-webkit-scrollbar { display: none; }
.pcx-slide { flex: 0 0 100%; width: 100%; min-width: 0; height: min(64svh,680px); min-height: 580px; position: relative; isolation: isolate; overflow: hidden; scroll-snap-align: start; background: #e4e1da; }
.pcx-slide__copy { position: relative; z-index: 3; width: 34%; padding: 50px 0 40px var(--pcs-gutter); }
.pcx-slide h2 { font-size: clamp(48px,5vw,76px); line-height: 1.2; font-weight: 500; margin-bottom: 20px; }
.pcx-slide h3 { font-size: clamp(24px,2.3vw,34px); font-weight: 500; line-height: 1.4; margin-bottom: 20px; max-width: 17ch; }
.pcx-slide__copy > p { font-size: 14px; line-height: 1.75; max-width: 34ch; }
.pcx-slide__copy .pcx-button { margin-top: 30px; }
.pcx-slide__scene { position: absolute; overflow: hidden; z-index: -2; }
.pcx video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s; }
.pcx video.is-ready { opacity: 1; }
.pcx-slide--s600 { background: #d9d1c4; }
.pcx-slide--s600 .pcx-slide__scene { top: 0; bottom: 0; right: 0; width: 39%; }
.pcx-slide--s600 .pcx-slide__scene img,.pcx-slide--s600 .pcx-slide__scene video { object-position: 51% center; }
.pcx-slide--s600 .pcx-slide__object { position: absolute; left: 27%; bottom: 22px; width: 38%; height: 77%; z-index: 2; pointer-events: none; transform: rotate(-5deg); }
.pcx-slide__object img { object-fit: contain; filter: drop-shadow(15px 28px 20px rgba(56,48,38,.17)); }
.pcx-slide__word { position: absolute; bottom: -8%; left: 3%; font-size: clamp(140px,23vw,330px); line-height: 1; font-weight: 900; color: rgba(56,48,38,.055); z-index: -1; letter-spacing: -.04em; }
.pcx-slide--dx800 { color: #fafafa; background: #383026; }
.pcx-slide--dx800 .pcx-slide__scene { inset: 0 0 0 26%; }
.pcx-slide--dx800::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#211e18 0%,rgba(33,30,24,.95) 26%,rgba(33,30,24,.15) 64%,transparent); z-index: -1; }
.pcx-slide--dx800 .pcx-slide__copy { width: 40%; }
.pcx-slide--dx800 .pcx-slide__inset { position: absolute; right: 35px; bottom: 28px; width: 26%; height: 30%; border: 5px solid rgba(250,250,250,.75); transform: rotate(3deg); overflow: hidden; z-index: 1; }
.pcx-slide--dx800 .pcx-button:hover { color: #383026; background: #fafafa; }
.pcx-slide--y100 { background: #f2efe8; }
.pcx-slide--y100 .pcx-slide__copy { margin-left: auto; padding: 48px var(--pcs-gutter) 0 35px; width: 36%; }
.pcx-slide--y100 .pcx-slide__scene { left: 0; top: 0; bottom: 0; width: 64%; }
.pcx-slide--y100 .pcx-slide__scene img { object-position: 58% center; }
.pcx-slide--y100 .pcx-slide__inset { position: absolute; width: 28%; height: 25%; right: var(--pcs-gutter); bottom: 20px; overflow: hidden; }
.pcx-reel-footer { display: flex; justify-content: space-between; align-items: center; min-height: 88px; padding: 16px var(--pcs-gutter); gap: 25px; background: #f2efe8; }
.pcx-reel-footer > p { font-size: 14px; }
.pcx-reel-controls { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.pcx-reel-controls button { width: 46px; height: 46px; border: 1px solid #cacac8; border-radius: 50%; display: grid; place-items: center; background: none; transition: background .2s; }
.pcx-reel-controls button:hover { background: #cacac8; }
.pcx-reel-controls button:first-child .pcx-arrow { transform: rotate(180deg); }
.pcx-reel-controls button:last-child .pcx-arrow { transform: rotate(0); }
.pcx-reel-controls > span { font-size: 13px; font-variant-numeric: tabular-nums; }
.pcx-surfaces { padding: 100px var(--pcs-gutter) 120px; }
.pcx-surfaces > header { display: flex; justify-content: space-between; gap: 80px; align-items: end; margin-bottom: 45px; }
.pcx-surfaces h2 { font-size: clamp(36px,4.6vw,66px); font-weight: 500; max-width: 750px; }
.pcx-surfaces header p { max-width: 340px; font-size: 15px; line-height: 1.7; }
.pcx-surface-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); grid-auto-flow: dense; gap: 18px; }
.pcx-floor,.pcx-fabric { grid-column: span 3; position: relative; min-height: 640px; overflow: hidden; color: #fafafa; }
.pcx-floor > figure,.pcx-fabric > figure { position: absolute; inset: 0; }
.pcx-floor img { object-position: 62% center; }
.pcx-fabric img { object-position: 58% center; }
.pcx-floor::after,.pcx-fabric::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(17,18,16,.85),transparent 70%); }
.pcx-surface-copy { position: absolute; left: 36px; right: 36px; bottom: 32px; z-index: 2; }
.pcx-surface-copy h3 { font-size: 36px; font-weight: 500; margin-bottom: 12px; }
.pcx-surface-copy p { font-size: 14px; line-height: 1.6; max-width: 43ch; }
.pcx-surface-copy > div { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 20px; }
.pcx-surface-copy a { display: inline-flex; align-items: center; gap: 28px; min-height: 48px; border-bottom: 1px solid rgba(250,250,250,.65); font-size: 14px; }
.pcx-detail { grid-column: span 2; position: relative; height: 400px; overflow: hidden; color: #fafafa; }
.pcx-detail > figure { position: absolute; inset: 0; }
.pcx-detail::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(17,18,16,.8)); }
.pcx-detail > div { position: absolute; z-index: 2; bottom: 26px; left: 26px; right: 26px; }
.pcx-detail > div > span { font-size: 12px; }
.pcx-detail h3 { font-size: 27px; font-weight: 500; margin-top: 8px; }
.pcx-detail--edge img,.pcx-detail--edge video { object-position: center 25%; }
.pcx-outro { padding: 80px var(--pcs-gutter); color: #fafafa; background: #383026; }
.pcx-outro h2 { font-size: clamp(32px,4vw,52px); font-weight: 500; margin-bottom: 35px; }
.pcx-outro > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; }
.pcx-outro a { display: flex; align-items: center; justify-content: space-between; min-height: 60px; border-block: 1px solid rgba(250,250,250,.4); padding: 15px 0; font-size: 18px; }
.pcs-compare { background: var(--pcs-white); padding: 100px var(--pcs-gutter); }
.pcs-compare__heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 48px; }
.pcs-compare__heading h2 { max-width: 820px; font-size: clamp(32px,4vw,58px); font-weight: 500; }
.pcs-compare__heading p { flex-shrink: 0; padding-bottom: 10px; font-size: 15px; }
.pcs-compare__swipe { display: none; font-size: 13px; margin-bottom: 18px !important; }
.pcs-compare__shell { overflow: auto; max-height: min(820px, calc(100svh - 150px)); overscroll-behavior-x: contain; overscroll-behavior-y: auto; scrollbar-color: #bc9b78 #f2efe8; border-bottom: 1px solid var(--pcs-line); }
.pcs-table { width: 100%; min-width: 820px; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: 14px; line-height: 1.55; margin: 0; }
.pcs-table th, .pcs-table td { text-align: left; vertical-align: middle; padding: 20px 24px; border: 0; border-bottom: 1px solid #e4e1da; background: var(--pcs-white); font-weight: 400; }
.pcs-table th:first-child { width: 25%; }
.pcs-table tbody th { font-weight: 500; }
.pcs-table thead th { position: sticky; top: 0; z-index: 3; background: var(--pcs-ink); color: var(--pcs-white); padding-block: 27px; }
.pcs-table th:first-child { position: sticky; left: 0; z-index: 2; }
.pcs-table thead th:first-child { z-index: 4; }
.pcs-table tbody tr:nth-child(even) > * { background: #f2efe8; }
.pcs-table tbody tr:hover > * { background: #e4e1da; }
.pcs-table td + td, .pcs-table th + th { border-left: 1px solid rgba(202,202,200,.4); }
.pcs-table__product { display: grid; grid-template-columns: 64px minmax(0, 1fr); grid-template-rows: auto auto; column-gap: 14px; row-gap: 4px; align-items: center; }
.pcs-table__product strong { font-size: clamp(18px,1.5vw,22px); font-weight: 500; align-self: end; line-height: 1.35; }
.pcs-table__product small { display: flex; align-items: center; gap: 10px; font-size: 12px; align-self: start; }
.pcs-table .is-yes { font-size: 21px; }
.pcs-table .is-no { color: #71685b; }

.pcx .pcs-compare { padding-top: 90px; }
.pcx .pcs-compare__heading h2 { font-weight: 500; }
@media (min-width: 1100px) {
 .pcx-gallery.is-pinned .pcx-reel { scroll-snap-type: none; }
 .pcx-gallery.is-pinned .pcx-slide { height: calc(100svh - 320px); min-height: 520px; }
 .pcx-gallery.is-pinned .pcx-models > a { min-height: 76px; }
 .pcx-gallery.is-pinned .pcx-reel-footer { min-height: 64px; }
}
@media (max-width: 1099px) {
 .pcx-intro { padding-top: 150px; gap: 40px; }
 .pcx-intro h1 { font-size: 48px; }
 .pcx-models { gap: 24px; }
 .pcx-models strong { font-size: 20px; }
 .pcx-slide { height: 650px; }
 .pcx-slide__copy { width: 42%; padding-top: 40px; }
 .pcx-slide h2 { font-size: 46px; }
 .pcx-slide h3 { font-size: 25px; }
 .pcx-slide--s600 .pcx-slide__object { width: 40%; height: 48%; left: 25%; bottom: 10px; }
 .pcx-slide--s600 .pcx-slide__scene { width: 45%; }
 .pcx-slide--dx800 .pcx-slide__copy { width: 45%; }
 .pcx-slide--y100 .pcx-slide__copy { width: 43%; padding-left: 25px; }
 .pcx-slide--y100 .pcx-slide__scene { width: 57%; }
 .pcx-slide--y100 .pcx-slide__inset { width: 34%; height: 26%; }
 .pcx-surfaces > header { gap: 40px; }
 .pcx-floor,.pcx-fabric { min-height: 570px; }
 .pcx-surface-copy { left: 24px; right: 24px; }
 .pcx-detail { height: 340px; }
 .pcx-detail h3 { font-size: 23px; }
 .pcx-outro > div { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .pcs-compare__heading { display: block; }
 .pcs-compare__heading p { margin-top: 20px; }
 .pcs-compare__swipe { display: block; }
}
@media (max-width: 600px) {
 .pcx-intro { padding: 130px 20px 30px; display: block; }
 .pcx-intro h1 { font-size: 41px; }
 .pcx-intro > div { margin-top: 20px; }
 .pcx-intro p { display: none; font-size: 14px; margin-bottom: 13px; }
 .pcx-link { font-size: 14px; }
 .pcx-models { padding: 0 20px; gap: 14px; align-items: center; position: relative; }
 .pcx-models > a { min-height: 85px; padding-block: 15px; gap: 5px; }
 .pcx-models strong { font-size: 15px; }
 .pcx-models a > span { display: none; }
 .pcx-motion { position: absolute; right: 20px; bottom: -59px; z-index: 5; background: rgba(242,239,232,.9); width: 38px; height: 38px; min-height: 44px; min-width: 44px; }
 .pcx-slide { height: 800px; min-height: 0; }
 .pcx-slide__copy { padding: 30px 20px 0; width: 100%; }
 .pcx-slide h2 { font-size: 44px; margin-bottom: 9px; }
 .pcx-slide h3 { font-size: 25px; margin-bottom: 12px; max-width: 100%; }
 .pcx-slide__copy > p { max-width: 40ch; font-size: 13px; line-height: 1.65; }
 .pcx-slide__copy .pcx-button { margin-top: 20px; }
 .pcx-slide--s600 .pcx-slide__scene { width: 53%; height: 50%; top: auto; bottom: 0; }
 .pcx-slide--s600 .pcx-slide__object { width: 68%; height: 46%; left: -6%; bottom: 10px; }
 .pcx-slide__word { font-size: 150px; left: -5px; bottom: 11%; }
 .pcx-slide--dx800 .pcx-slide__copy { width: 100%; }
 .pcx-slide--dx800 .pcx-slide__scene { inset: 310px 0 0; }
 .pcx-slide--dx800::after { background: linear-gradient(#211e18 0%,rgba(33,30,24,.95) 36%,transparent 60%); }
 .pcx-slide--dx800 .pcx-slide__inset { width: 47%; height: 21%; right: 20px; bottom: 20px; border-width: 3px; }
 .pcx-slide--y100 .pcx-slide__copy { width: 100%; padding: 30px 20px 0; }
 .pcx-slide--y100 .pcx-slide__scene { width: 100%; height: 51%; top: auto; bottom: 0; }
 .pcx-slide--y100 .pcx-slide__scene img { object-position: 63% center; }
 .pcx-slide--y100 .pcx-slide__inset { width: 40%; height: 20%; bottom: 20px; right: 20px; border: 4px solid #f2efe8; }
 .pcx-reel-footer { padding: 18px 20px; gap: 18px; }
 .pcx-reel-footer > p { font-size: 12px; max-width: 22ch; }
 .pcx-reel-controls { gap: 12px; }
 .pcx-reel-controls button { width: 44px; height: 44px; }
 .pcx-surfaces { padding: 65px 20px; }
 .pcx-surfaces > header { display: block; margin-bottom: 30px; }
 .pcx-surfaces h2 { font-size: 36px; }
 .pcx-surfaces header p { margin-top: 18px; font-size: 14px; }
 .pcx-surface-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
 .pcx-floor,.pcx-fabric { grid-column: 1/-1; min-height: 570px; }
 .pcx-surface-copy { left: 24px; right: 24px; bottom: 25px; }
 .pcx-surface-copy h3 { font-size: 32px; }
 .pcx-detail { grid-column: span 1; height: 320px; }
 .pcx-detail--care { grid-column: 1/-1; height: 380px; }
 .pcx-detail > div { bottom: 20px; left: 15px; right: 15px; }
 .pcx-detail h3 { font-size: 22px; }
 .pcs-compare { padding-block: 65px; }
 .pcs-compare__heading { margin-bottom: 25px; }
 .pcs-compare__heading h2 { font-size: 34px; }
 .pcs-compare__shell { max-height: min(680px, calc(100svh - 140px)); }
 .pcs-table { min-width: 740px; font-size: 13px; }
 .pcs-table th:first-child { width: 134px; }
 .pcs-table th,.pcs-table td { padding: 18px 14px; }
 .pcs-table__product strong { font-size: 20px; }
 .pcx-outro { padding: 60px 20px; }
 .pcx-outro > div { gap: 20px; }
 .pcx-outro a { font-size: 15px; }
}
@media (prefers-reduced-motion: reduce) { .pcx *, .pcx *::before, .pcx *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }

.pcx:not(.is-enhanced) .pcx-reel-controls { display: none; }
@media (max-width: 600px) {
 .pcx-intro { padding-top: 125px; padding-bottom: 22px; }
 .pcx-intro h1 { font-size: 37px; }
 .pcx-intro > div { margin-top: 12px; }
 .pcx-models > a { min-height: 70px; }
 .pcx-slide__copy { position: absolute; top: 440px; padding-top: 25px; }
 .pcx-slide--s600 .pcx-slide__scene { top: 0; bottom: auto; height: 440px; }
 .pcx-slide--s600 .pcx-slide__object { top: 32px; bottom: auto; height: 390px; }
 .pcx-slide__word { top: 220px; bottom: auto; }
 .pcx-slide--dx800 .pcx-slide__scene { inset: 0 0 auto; height: 480px; }
 .pcx-slide--dx800::after { background: linear-gradient(transparent 36%,#211e18 57%); }
 .pcx-slide--dx800 .pcx-slide__copy { top: 435px; }
 .pcx-slide--dx800 .pcx-slide__inset { top: 250px; bottom: auto; }
 .pcx-slide--y100 .pcx-slide__scene { top: 0; bottom: auto; height: 440px; }
 .pcx-slide--y100 .pcx-slide__copy { top: 440px; padding-top: 25px; }
 .pcx-slide--y100 .pcx-slide__inset { top: 260px; bottom: auto; }
}

.pcs-table__product figure { height: 64px; width: 64px; grid-row: 1 / 3; margin: 0; }
.pcs-table__product figure img { object-fit: contain; }
.pcs-table thead th { background: #e4e1da; color: #383026; padding: 14px 20px; }
.pcs-table thead th:first-child { background: #383026; color: #fafafa; }
@media (max-width: 600px) {
 .pcx-models a > span { display: block; font-size: 11px; line-height: 1.45; min-height: 32px; }
 .pcx-models > a { min-height: 95px; }
 .pcx-slide--s600 .pcx-slide__object { left: 3%; width: 59%; }
 .pcx-floor img { object-position: right center; }
 .pcs-table thead th { padding: 10px 12px; }
 .pcs-table__product { grid-template-columns: 44px minmax(0, 1fr); column-gap: 8px; row-gap: 3px; }
 .pcs-table__product figure { height: 44px; width: 44px; }
 .pcs-table__product strong { font-size: 16px; }
 .pcs-table__product small { font-size: 11px; gap: 6px; }
}

.pcx-reel-footer .pcx-link { font-size: 13px; gap: 12px; white-space: nowrap; }
@media (max-height: 600px) {
 .pcs-table thead th { padding: 10px 12px; }
 .pcs-table__product { grid-template-columns: 44px minmax(0, 1fr); column-gap: 8px; row-gap: 3px; }
 .pcs-table__product figure { height: 44px; width: 44px; }
 .pcs-table__product strong { font-size: 16px; }
 .pcs-table__product small { font-size: 11px; gap: 6px; }
}

@media (min-width: 601px) and (max-height: 760px) {
 .pcx-slide--y100 { --pcx-y100-copy-share: 43%; }
 .pcx-slide--y100 .pcx-slide__copy { padding-top: 30px; }
 .pcx-slide--y100 h2 { margin-bottom: 12px; font-size: clamp(46px,5vw,60px); }
 .pcx-slide--y100 h3 { margin-bottom: 12px; font-size: clamp(23px,2.3vw,29px); line-height: 1.28; }
 .pcx-slide--y100 .pcx-slide__copy > p { line-height: 1.55; }
 .pcx-slide--y100 .pcx-slide__copy .pcx-button { margin-top: 18px; }
 .pcx-slide--y100 .pcx-slide__inset { right: calc(var(--pcx-y100-copy-share) + 24px); width: min(28%,360px); height: 27%; border: 4px solid var(--pcx-paper); }
}

@media (min-width: 1100px) and (max-height: 760px) {
 .pcx-slide--y100 { --pcx-y100-copy-share: 36%; }
}
