:root{--paper: #f4f3ef;--white: #ffffff;--ink: #2f3232;--muted: #626664;--line: #d8d7d1;--teal: #78a9aa;--teal-dark: #234e50;--teal-pale: #dfeaea;--clay: #9a5439;--sand: #d8c8aa;--charcoal: #252828;--max: 1376px;--side: clamp(20px, 3.35vw, 52px);--display: "Space Grotesk", "Trebuchet MS", sans-serif;--body: "DM Sans", "Segoe UI", sans-serif;--ease: cubic-bezier(.2,.75,.25,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;min-width:320px;overflow-x:hidden;color:var(--ink);background:var(--paper);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3,.hero-slide__title,.commerce-mega__title{font-family:var(--display);line-height:.98;letter-spacing:-.045em;text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline:2px solid var(--teal-dark);outline-offset:4px;box-shadow:0 0 0 4px var(--paper)}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:12px 16px;color:var(--white);background:var(--ink);transform:translateY(-150%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.shell{width:min(var(--max),calc(100% - (var(--side) * 2)));margin-inline:auto}.eyebrow{margin-bottom:18px;font-size:12px;font-weight:700;letter-spacing:.16em;line-height:1.25;text-transform:uppercase}.announcement{min-height:34px;display:grid;place-items:center;padding:7px var(--side);color:var(--white);background:var(--charcoal);font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1.35;text-align:center;text-transform:uppercase}.site-header{position:relative;z-index:20;background:var(--white);border-bottom:1px solid var(--line)}.masthead{min-height:92px;display:grid;grid-template-columns:minmax(176px,.58fr) minmax(360px,1.55fr) minmax(260px,.78fr);align-items:center;gap:34px}.brand{min-height:44px;width:min(100%,176px);display:inline-flex;align-items:center;justify-content:center}.brand img{display:block;width:100%;height:auto}.search-form{position:relative;display:grid;grid-template-columns:1fr 68px;min-height:50px;background:#f3f4f2;border:1px solid #d1d4d1;border-radius:2px}.search-form:before{content:"";position:absolute;top:17px;left:18px;width:12px;height:12px;border:2px solid var(--ink);border-radius:50%;opacity:.72}.search-form:after{content:"";position:absolute;top:29px;left:30px;width:7px;height:2px;background:var(--ink);opacity:.72;transform:rotate(45deg);transform-origin:left center}.search-form input{width:100%;min-width:0;padding:13px 16px 13px 46px;color:var(--ink);background:transparent;border:0;font-size:15px}.search-form input::placeholder{color:#6d7370;opacity:1}.search-form input:focus{outline:none}.search-form:focus-within{border-color:var(--teal-dark);box-shadow:0 0 0 2px var(--teal-pale)}.search-submit{min-width:44px;color:var(--white);background:var(--teal-dark);border:0;cursor:pointer;font-weight:700}.header-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px}.header-action{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;background:transparent;border:1px solid var(--line);cursor:pointer;font-size:14px;font-weight:700}.header-action:hover{border-color:var(--ink)}.action-mark{position:relative;width:18px;height:18px;display:inline-block}.action-mark.plan:before,.action-mark.plan:after{content:"";position:absolute;background:currentColor}.action-mark.plan:before{top:2px;right:3px;bottom:2px;left:3px;background:transparent;border:1.5px solid currentColor}.action-mark.plan:after{top:6px;right:6px;bottom:6px;left:6px;box-shadow:-4px 0 0 -3px currentColor,4px 0 0 -3px currentColor}.action-mark.menu:before,.action-mark.menu:after{content:"";position:absolute;right:1px;left:1px;height:1.5px;background:currentColor;transform-origin:center;transition:top .18s ease,transform .18s ease,box-shadow .18s ease}.action-mark.menu:before{top:5px;box-shadow:0 4px 0 currentColor}.action-mark.menu:after{top:13px}.menu-button[aria-expanded=true] .action-mark.menu:before{top:8px;box-shadow:none;transform:rotate(45deg)}.menu-button[aria-expanded=true] .action-mark.menu:after{top:8px;transform:rotate(-45deg)}.menu-button{display:none}.primary-nav-wrap{border-top:1px solid #ecece8}.primary-nav{min-height:54px;display:flex;align-items:stretch;justify-content:space-between;gap:18px}.nav-links{display:flex;align-items:stretch;gap:clamp(22px,3vw,48px)}.nav-links a{min-height:52px;display:inline-flex;align-items:center;position:relative;font-size:14px;font-weight:700}.nav-links a:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--teal-dark);transform:scaleX(0);transform-origin:left;transition:transform .18s var(--ease)}.nav-links a:hover:after{transform:scaleX(1)}.trade-link{min-height:36px;align-self:center;display:inline-flex;align-items:center;padding:0 16px;color:var(--white);background:var(--ink);font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.decision-strip{color:var(--white);background:var(--teal-dark)}.decision-strip .shell{min-height:58px;display:grid;grid-template-columns:repeat(4,1fr)}.decision-item{min-height:58px;display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 18px;border-left:1px solid rgba(255,255,255,.32);font-size:13px;font-weight:700;line-height:1.25;text-align:center}.decision-item:last-child{border-right:1px solid rgba(255,255,255,.32)}.decision-number{display:grid;place-items:center;width:26px;height:26px;flex:0 0 26px;padding-top:1px;border:1px solid rgba(255,255,255,.72);border-radius:50%;font-size:11px}.hero{position:relative;min-height:clamp(590px,52vw,700px);overflow:hidden;color:var(--white);background:var(--charcoal);touch-action:pan-y}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;opacity:0;visibility:hidden;isolation:isolate;transition:opacity .46s var(--ease),visibility .46s}.hero-slide.is-active{z-index:1;opacity:1;visibility:visible}.hero-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#121c1b94,#161f1e6e 48%,#121b1a94),linear-gradient(0deg,rgba(19,27,26,.3),transparent 45%)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transform:scale(1.025);transition:transform .9s var(--ease)}.hero-slide.is-active .hero-media img{transform:scale(1)}.hero-content{position:relative;z-index:2;width:min(880px,calc(100% - 48px));margin:auto;opacity:0;text-align:center;text-shadow:0 2px 20px rgba(0,0,0,.24);transform:translateY(16px);transition:opacity .34s var(--ease) .17s,transform .38s var(--ease) .17s}.hero-slide.is-active .hero-content{opacity:1;transform:translateY(0)}.hero.is-changing .hero-slide.is-active .hero-content{opacity:0;transform:translateY(-10px);transition-delay:0ms;transition-duration:.16s}.hero-content .eyebrow{margin-bottom:22px}.hero h1,.hero .hero-slide__title{max-width:900px;margin:0 auto 26px;font-size:clamp(48px,6.1vw,92px);letter-spacing:-.06em}.hero-copy{max-width:690px;margin:0 auto 34px;font-size:clamp(17px,1.55vw,21px);line-height:1.48}.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border:1px solid transparent;font-size:14px;font-weight:700;transition:color .18s ease,background .18s ease,border-color .18s ease,transform .18s var(--ease)}.button:hover{transform:translateY(-2px)}.button-light{color:var(--ink);background:var(--white)}.button-outline-light{color:var(--white);background:#00000024;border-color:#ffffffbf}.button-dark{color:var(--white);background:var(--ink)}.button-teal{color:var(--white);background:var(--teal-dark)}.concept-stamp{position:absolute;z-index:3;right:14px;bottom:14px;max-width:calc(100% - 28px);padding:7px 9px;color:var(--ink);background:#ffffffeb;font-size:11px;font-weight:700;letter-spacing:.09em;line-height:1.3;text-align:right;text-transform:uppercase}.hero .concept-stamp{right:var(--side);bottom:22px}.hero-controls{position:absolute;z-index:5;right:50%;bottom:22px;display:flex;align-items:center;gap:4px;transform:translate(50%)}.hero-control{min-width:46px;height:46px;padding-inline:10px;display:grid;place-items:center;color:var(--white);background:#1f2323ad;border:1px solid rgba(255,255,255,.45);cursor:pointer;font-size:16px}.hero-count{min-width:72px;height:46px;display:grid;place-items:center;padding:0 12px;background:#1f2323ad;border:1px solid rgba(255,255,255,.45);font-size:12px;font-weight:700;letter-spacing:.12em}.search-status{min-height:0;margin:0;color:var(--white);background:var(--teal-dark);font-size:14px;font-weight:600;text-align:center}.search-status:not(:empty){padding:11px var(--side)}.intro{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(420px,1.1fr);gap:clamp(50px,8vw,132px);align-items:end;padding-block:clamp(84px,9vw,138px) clamp(66px,7vw,108px)}.intro h2{max-width:690px;margin-bottom:0;font-size:clamp(42px,5.3vw,78px)}.intro-copy{max-width:610px;padding-bottom:6px}.intro-copy p{margin-bottom:18px;color:var(--muted);font-size:clamp(17px,1.5vw,20px);line-height:1.62}.text-link{min-height:44px;display:inline-flex;align-items:center;gap:12px;font-weight:700}.text-link:after{content:"\2192";transition:transform .18s var(--ease)}.text-link:hover:after{transform:translate(5px)}.section-block{padding-block:clamp(64px,7.5vw,116px)}.section-white{background:var(--white)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}.section-head h2{margin:0;font-size:clamp(36px,4.4vw,62px)}.section-head p{max-width:570px;margin:0;color:var(--muted);font-size:17px}.section-action{min-height:44px;flex:0 0 auto;display:inline-flex;align-items:center;border-bottom:1px solid var(--ink);font-size:14px;font-weight:700}.scroll-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,1fr);gap:16px;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:12px;scroll-snap-type:inline mandatory;scrollbar-width:thin;scrollbar-color:var(--teal) transparent}.scroll-rail>*{scroll-snap-align:start}.room-card{min-height:510px;display:grid;grid-template-rows:1fr auto;background:var(--paper);border:1px solid var(--line)}.room-visual{position:relative;min-height:380px;overflow:hidden;isolation:isolate}.room-visual:before,.room-visual:after{content:"";position:absolute}.visual-kitchen{background-color:#cbb995;background-image:linear-gradient(rgba(255,255,255,.5) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.5) 1px,transparent 1px);background-size:44px 44px}.visual-kitchen:before{right:9%;bottom:0;left:9%;height:31%;background:#384749;box-shadow:0 -20px #e9e1d2}.visual-kitchen:after{top:12%;left:12%;width:38%;height:28%;background:#ede8dd;border:11px solid #4c5554}.visual-bathroom{background-color:#789c9b;background-image:linear-gradient(rgba(255,255,255,.22) 2px,transparent 2px),linear-gradient(90deg,rgba(255,255,255,.22) 2px,transparent 2px);background-size:70px 46px}.visual-bathroom:before{right:12%;bottom:-7%;width:66%;height:38%;background:#e9e2d4;border-radius:50% 50% 0 0/42% 42% 0 0;box-shadow:inset 0 18px #ffffffa6}.visual-bathroom:after{top:12%;left:10%;width:30%;height:42%;background:#d7c2a3;border:12px solid #f2eee6;border-radius:50% 50% 0 0}.visual-planning{background:#e3ddd0}.visual-planning:before{top:12%;right:11%;bottom:12%;left:11%;background:linear-gradient(90deg,transparent 49.6%,rgba(47,50,50,.16) 50%,transparent 50.4%),linear-gradient(transparent 49.6%,rgba(47,50,50,.16) 50%,transparent 50.4%);background-color:#faf8f2;background-size:44px 44px;box-shadow:12px 16px #2f323226;transform:rotate(-4deg)}.visual-planning:after{top:26%;left:29%;width:42%;height:42%;border:4px solid var(--clay);transform:rotate(7deg)}.card-copy{min-height:150px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:end;padding:24px;color:var(--white);background:var(--ink)}.card-copy h3{margin-bottom:10px;font-size:28px}.card-copy p{max-width:400px;margin-bottom:0;color:#d8dcda;font-size:14px;line-height:1.5}.card-arrow{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.48);font-size:19px;transition:color .18s ease,background .18s ease}.room-card:hover .card-arrow{color:var(--ink);background:var(--white)}.shape-rail{grid-auto-columns:minmax(225px,1fr)}.shape-card{min-width:0;background:var(--white);border:1px solid var(--line);transition:transform .22s var(--ease),box-shadow .22s ease}.shape-card.search-hit{box-shadow:0 0 0 4px var(--clay)}.shape-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #2f32321a}.shape-visual{position:relative;aspect-ratio:1 / 1.08;overflow:hidden;background-color:#d8d1c2}.shape-kitkat{background-color:#96a7a4;background-image:linear-gradient(90deg,transparent 0 8px,rgba(255,255,255,.74) 8px 11px,transparent 11px 37px),linear-gradient(transparent 0 88px,#ffffffbd 88px 91px);background-size:37px 91px}.shape-penny{background-color:#d1a478;background-image:radial-gradient(circle,#ece3d3 0 15px,rgba(62,58,51,.14) 16px 17px,transparent 18px);background-size:38px 38px}.shape-fish{background-color:#527c7f;background-image:radial-gradient(ellipse at 50% 100%,transparent 0 23px,rgba(235,240,234,.78) 24px 26px,transparent 27px),radial-gradient(ellipse at 50% 0%,transparent 0 23px,rgba(235,240,234,.78) 24px 26px,transparent 27px);background-position:0 0,32px 34px;background-size:64px 68px}.shape-hex{background-color:#9c836e;background-image:linear-gradient(30deg,rgba(255,255,255,.7) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.7) 87.5%),linear-gradient(150deg,rgba(255,255,255,.7) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.7) 87.5%),linear-gradient(30deg,rgba(255,255,255,.7) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.7) 87.5%);background-position:0 0,0 0,36px 62px;background-size:72px 124px}.shape-herring{background-color:#c6b696;background-image:linear-gradient(45deg,transparent 42%,rgba(255,255,255,.75) 42% 47%,transparent 47%),linear-gradient(-45deg,transparent 42%,rgba(255,255,255,.75) 42% 47%,transparent 47%);background-position:0 0,30px 30px;background-size:60px 60px}.shape-copy{padding:22px 20px 0}.shape-copy h3{min-height:54px;margin-bottom:7px;font-size:25px;letter-spacing:-.035em}.shape-copy p{min-height:48px;margin-bottom:17px;color:var(--muted);font-size:14px}.shape-action{min-height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;color:var(--white);background:var(--ink);font-size:13px;font-weight:700}.shape-action span:last-child{font-size:18px}.micro-note{margin-top:20px;color:var(--muted);font-size:12px;line-height:1.5}.planner-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);min-height:700px;background:var(--ink)}.planner-visual{position:relative;min-height:700px;overflow:hidden;background:#c6b698}.planner-visual:before{content:"";position:absolute;top:8%;right:7%;bottom:10%;left:9%;background-color:#eee8db;background-image:linear-gradient(rgba(76,73,65,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(76,73,65,.18) 1px,transparent 1px);background-size:54px 54px;box-shadow:24px 30px #2f32322e;transform:rotate(-2.6deg)}.planner-visual:after{content:"";position:absolute;top:20%;right:18%;width:44%;height:40%;border:5px solid var(--clay);box-shadow:-31px 42px 0 -27px var(--teal-dark);transform:rotate(5deg)}.measure-line{position:absolute;z-index:2;left:19%;bottom:19%;width:58%;height:2px;background:var(--teal-dark);transform:rotate(-5deg)}.measure-line:before,.measure-line:after{content:"";position:absolute;top:-8px;width:2px;height:18px;background:var(--teal-dark)}.measure-line:before{left:0}.measure-line:after{right:0}.planner-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,5vw,72px);color:var(--white)}.planner-panel h2{margin-bottom:26px;font-size:clamp(40px,4.6vw,64px)}.planner-panel>p{margin-bottom:26px;color:#ced3d1;font-size:17px}.question-list{margin:0 0 32px;padding:0;list-style:none;counter-reset:questions;border-top:1px solid rgba(255,255,255,.25)}.question-list li{min-height:62px;display:grid;grid-template-columns:34px 1fr;align-items:center;gap:12px;border-bottom:1px solid rgba(255,255,255,.25);counter-increment:questions;font-weight:600}.question-list li:before{content:"0" counter(questions);color:#9ababb;font-size:11px;font-weight:700;letter-spacing:.08em}.planner-panel .button{align-self:flex-start}.style-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:360px 360px;gap:16px}.style-study{position:relative;overflow:hidden;min-height:280px}.study-tall{grid-row:1 / 3;background-color:#d6c9b1;background-image:linear-gradient(rgba(255,255,255,.55) 2px,transparent 2px),linear-gradient(90deg,rgba(255,255,255,.55) 2px,transparent 2px);background-size:64px 64px}.study-tall:before{content:"";position:absolute;right:12%;bottom:0;left:12%;height:42%;background:#314d4f;box-shadow:0 -28px #f0eadf}.study-tall:after{content:"";position:absolute;top:11%;left:13%;width:40%;height:28%;background:#6e827e;border:16px solid #ece4d5;box-shadow:18px 18px #2f323224}.study-wide-one{background-color:#54797c;background-image:radial-gradient(circle,transparent 0 20px,rgba(255,255,255,.4) 21px 23px,transparent 24px);background-size:49px 49px}.study-wide-one:before{content:"";position:absolute;right:14%;bottom:-6%;width:48%;height:52%;background:#dfcfb5;border-radius:50% 50% 0 0;box-shadow:inset 0 16px #fff9}.study-wide-two{background-color:#a9775f;background-image:linear-gradient(45deg,transparent 45%,rgba(255,255,255,.46) 45% 49%,transparent 49%),linear-gradient(-45deg,transparent 45%,rgba(255,255,255,.46) 45% 49%,transparent 49%);background-size:72px 72px}.study-wide-two:before{content:"";position:absolute;top:12%;right:11%;width:34%;height:55%;background:#f0eadd;border:12px solid #3e4d4d}.study-caption{position:absolute;z-index:3;right:0;bottom:0;left:0;display:flex;justify-content:space-between;gap:18px;align-items:end;padding:22px;color:var(--white);background:#232727e0}.study-caption strong{font-family:var(--display);font-size:22px;line-height:1.05}.study-caption span{max-width:210px;font-size:11px;font-weight:700;letter-spacing:.06em;line-height:1.35;text-align:right;text-transform:uppercase}.confidence{color:var(--white);background:var(--teal-dark)}.confidence-grid{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(380px,1.2fr);gap:clamp(56px,8vw,130px);padding-block:clamp(82px,9vw,140px)}.confidence-intro{position:sticky;top:30px;align-self:start}.confidence h2{margin-bottom:28px;font-size:clamp(46px,5.4vw,78px)}.confidence-intro p{color:#cbd9d8;font-size:18px}.confidence details{border-top:1px solid rgba(255,255,255,.34)}.confidence details:last-child{border-bottom:1px solid rgba(255,255,255,.34)}.confidence summary{min-height:84px;display:grid;grid-template-columns:42px 1fr 30px;align-items:center;gap:18px;cursor:pointer;list-style:none;font-family:var(--display);font-size:clamp(21px,2.1vw,30px);font-weight:600;line-height:1.1}.confidence summary::-webkit-details-marker{display:none}.confidence summary:before{content:attr(data-number);color:#9cc0c0;font-family:var(--body);font-size:11px;font-weight:700;letter-spacing:.1em}.confidence summary:after{content:"+";font-family:var(--body);font-size:30px;font-weight:400;text-align:center;transition:transform .18s ease}.confidence details[open] summary:after{transform:rotate(45deg)}.confidence details p{max-width:630px;margin:-4px 30px 30px 60px;color:#cbd9d8;font-size:16px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-card{display:grid;grid-template-rows:250px 1fr;min-height:500px;background:var(--white);border:1px solid var(--line);transition:transform .22s var(--ease)}.guide-card:hover{transform:translateY(-5px)}.guide-visual{position:relative;overflow:hidden;background:#dfd8ca}.guide-visual:before,.guide-visual:after{content:"";position:absolute}.guide-measure:before{top:16%;right:13%;bottom:16%;left:13%;background:linear-gradient(rgba(47,50,50,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(47,50,50,.12) 1px,transparent 1px);background-size:28px 28px;border:3px solid var(--clay);transform:rotate(-3deg)}.guide-measure:after{right:16%;bottom:21%;left:18%;height:2px;background:var(--teal-dark);box-shadow:0 -65px 0 -1px var(--teal-dark);transform:rotate(4deg)}.guide-scale{background:var(--teal-pale)}.guide-scale:before{top:18%;left:11%;width:36%;height:56%;background-color:#557c7d;background-image:radial-gradient(circle,#dfe9e7 0 7px,transparent 8px);background-size:19px 19px}.guide-scale:after{top:27%;right:10%;width:38%;height:42%;background-color:#b98a69;background-image:radial-gradient(circle,#f1e8d9 0 15px,transparent 16px);background-size:36px 36px}.guide-confirm{background:#c7b798}.guide-confirm:before{top:18%;left:19%;width:54%;height:64%;background:#f8f4eb;box-shadow:18px 16px #2f32322b;transform:rotate(-4deg)}.guide-confirm:after{top:37%;left:29%;width:36%;height:2px;background:var(--clay);box-shadow:0 30px 0 var(--clay),0 60px 0 var(--clay);transform:rotate(-4deg)}.guide-copy{display:flex;flex-direction:column;padding:26px}.guide-type{margin-bottom:17px;color:var(--teal-dark);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.guide-copy h3{margin-bottom:16px;font-size:clamp(25px,2.5vw,34px)}.guide-copy p{margin-bottom:24px;color:var(--muted);font-size:15px}.guide-copy .text-link{margin-top:auto;align-self:flex-start}.closing-band{color:var(--white);background:#965036}.closing-inner{min-height:250px;display:grid;grid-template-columns:1.3fr auto;align-items:center;gap:50px;padding-block:50px}.closing-inner h2{margin-bottom:12px;font-size:clamp(40px,5vw,72px)}.closing-inner p{max-width:650px;margin-bottom:0;color:#fae8dd;font-size:17px}.footer-utility{color:var(--white);background:var(--teal)}.footer-utility .shell{display:grid;grid-template-columns:repeat(4,1fr)}.footer-utility a{min-height:78px;display:flex;align-items:center;justify-content:center;padding:12px;border-left:1px solid rgba(255,255,255,.34);font-size:13px;font-weight:700;text-align:center}.footer-utility a:last-child{border-right:1px solid rgba(255,255,255,.34)}.site-footer{color:#e8eae8;background:var(--charcoal)}.footer-main{display:grid;grid-template-columns:1.25fr repeat(3,.7fr);gap:clamp(36px,6vw,90px);padding-block:70px}.footer-brand .brand{width:min(100%,184px)}.footer-brand>p{max-width:350px;margin:30px 0 24px;color:#bfc4c1;font-size:15px}.footer-column h3{margin-bottom:20px;font-family:var(--body);font-size:12px;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.footer-column a{min-height:44px;display:flex;align-items:center;color:#bcc2bf;font-size:14px}.footer-column a:hover{color:var(--white)}.trade-note{margin-top:20px;padding-top:20px;color:#9da4a1;border-top:1px solid rgba(255,255,255,.14);font-size:12px}.footer-bottom{display:grid;grid-template-columns:1fr auto;gap:40px;padding-block:25px 34px;border-top:1px solid rgba(255,255,255,.16);color:#9da4a1;font-size:11px;line-height:1.55}.footer-disclosure{max-width:930px}@media(max-width:1080px){.masthead{grid-template-columns:190px 1fr auto;gap:18px}.header-action span:last-child{display:none}.header-action{width:48px;padding:0}.intro{gap:55px}.planner-grid{grid-template-columns:1fr 430px}.footer-main{grid-template-columns:1fr repeat(3,.58fr)}}@media(max-width:820px){:root{--side: 24px}.announcement{min-height:42px;font-size:11px}.masthead{min-height:76px;grid-template-columns:1fr auto;gap:16px}.masthead .search-form{grid-column:1 / -1;grid-row:2;margin-bottom:14px}.header-actions{gap:7px}.menu-button{display:inline-flex;position:relative;z-index:60}.primary-nav-wrap{position:fixed;z-index:50;top:0;right:0;bottom:0;width:min(88vw,420px);padding:94px 30px 30px;background:var(--white);border:0;box-shadow:-20px 0 60px #1b1f1e2e;overflow-y:auto;transform:translate(110%);transition:transform .24s var(--ease)}.primary-nav-wrap[data-open=true]{transform:translate(0)}.primary-nav{width:100%;min-height:0;display:block}.nav-links{display:block}.nav-links a{min-height:60px;display:flex;border-bottom:1px solid var(--line);font-family:var(--display);font-size:25px}.nav-links a:after{display:none}.trade-link{min-height:50px;margin-top:24px}.decision-strip{overflow-x:auto}.decision-strip .shell{width:max-content;min-width:100%;grid-template-columns:repeat(4,minmax(210px,1fr))}.hero{min-height:640px}.hero h1,.hero .hero-slide__title{font-size:clamp(46px,11vw,72px)}.hero-copy{font-size:17px}.hero .concept-stamp{bottom:76px}.intro{grid-template-columns:1fr;gap:34px}.section-head{align-items:flex-start}.planner-grid{grid-template-columns:1fr}.planner-visual{min-height:520px}.planner-panel{min-height:620px}.style-grid{grid-template-columns:1fr 1fr;grid-template-rows:520px 320px}.study-tall{grid-column:1 / -1;grid-row:auto}.confidence-grid{grid-template-columns:1fr}.confidence-intro{position:static}.guide-grid{grid-template-columns:1fr}.guide-card{grid-template-columns:.8fr 1.2fr;grid-template-rows:none;min-height:340px}.closing-inner{grid-template-columns:1fr;gap:30px}.closing-inner .button{justify-self:start}.footer-main{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1}}@media(max-width:560px){:root{--side: 17px}body{font-size:16px}.announcement{padding-inline:14px}.masthead{gap:10px}.brand{width:132px}.header-action{width:44px;min-height:44px}.header-actions .header-action:first-child{display:none}.search-form{min-height:48px;grid-template-columns:1fr 58px}.search-form input{font-size:14px}.hero{min-height:590px}.decision-strip{scroll-snap-type:inline mandatory}.decision-strip .shell{grid-template-columns:repeat(4,100vw)}.decision-item{scroll-snap-align:start}.hero-content{width:calc(100% - 34px);padding-bottom:28px}.hero h1,.hero .hero-slide__title{margin-bottom:20px;font-size:clamp(44px,13vw,58px)}.hero-copy{margin-bottom:26px;font-size:16px}.hero-actions{display:grid;grid-template-columns:1fr}.button{width:100%}.hero .concept-stamp{top:14px;right:14px;bottom:auto;max-width:170px;font-size:8px}.hero-controls{right:auto;bottom:15px;left:14px;transform:none}.hero-control{min-width:44px;height:44px}.hero-count{min-width:64px;height:44px}.intro{padding-block:76px 58px}.intro h2{font-size:44px}.section-block{padding-block:72px}.section-head{display:block;margin-bottom:28px}.section-head h2{margin-bottom:18px;font-size:40px}.section-action{margin-top:15px}.scroll-rail{width:calc(100% + var(--side));grid-auto-columns:84vw;padding-right:var(--side)}.room-card{min-height:500px}.room-visual{min-height:350px}.card-copy{min-height:150px;padding:21px}.shape-rail{grid-auto-columns:72vw}.shape-visual{aspect-ratio:1 / 1.02}.shape-copy h3,.shape-copy p{min-height:0}.planner-grid{width:calc(100% + (var(--side) * 2));margin-left:calc(var(--side) * -1)}.planner-visual{min-height:430px}.planner-panel{min-height:620px;padding:54px 22px}.planner-panel h2{font-size:45px}.style-grid{display:block}.style-study{min-height:410px;margin-bottom:14px}.style-study:last-child{margin-bottom:0}.study-caption{display:block}.study-caption span{display:block;max-width:none;margin-top:10px;text-align:left}.confidence-grid{padding-block:76px}.confidence h2{font-size:46px}.confidence summary{min-height:94px;grid-template-columns:30px 1fr 26px;gap:12px;font-size:22px}.confidence details p{margin:0 28px 28px 42px}.guide-card{display:grid;grid-template-columns:1fr;grid-template-rows:260px 1fr;min-height:510px}.closing-inner{min-height:330px}.footer-utility{overflow-x:auto}.footer-utility .shell{width:max-content;min-width:100%;grid-template-columns:repeat(4,minmax(180px,1fr))}.footer-main{grid-template-columns:1fr 1fr;gap:46px 24px;padding-block:58px}.footer-column:last-child{grid-column:1 / -1}.footer-bottom{grid-template-columns:1fr;gap:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-media img,.hero-content{transform:none!important}}.hero-line-mask{display:block;overflow:hidden;padding-bottom:.04em}.hero-line{display:block}.material-preview{padding:clamp(62px,7vw,96px) 0;color:var(--white);background:var(--teal-dark)}.material-preview__inner{position:relative;padding-bottom:28px}.material-preview__head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(28px,6vw,88px);margin-bottom:28px}.material-preview .eyebrow{color:#ffffffc2}.material-preview__lead h2{max-width:780px;margin-bottom:0;color:var(--white);font-size:clamp(38px,5vw,68px)}.material-preview__actions{display:grid;justify-items:end;gap:14px;padding-bottom:4px}.material-preview__status{display:flex;align-items:center;gap:9px;margin:0;color:#ffffffc2;font-size:10px;font-weight:700;letter-spacing:.12em;text-align:right;text-transform:uppercase}.material-preview__status:before{content:"";width:8px;height:8px;flex:0 0 auto;background:var(--clay);border-radius:50%}.motion-replay{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;color:var(--white);background:transparent;border:1px solid rgba(255,255,255,.58);border-radius:999px;cursor:pointer;font:inherit;font-size:12px;font-weight:700}.motion-replay[hidden]{display:none}.motion-replay:hover{background:#ffffff1a}.motion-replay svg{width:16px;height:16px;flex:0 0 auto}.material-preview :focus-visible{outline-color:var(--paper)}.material-preview__rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.material-preview__card{min-width:0;overflow:visible;color:var(--ink);background:transparent;transform-origin:50% 100%}.material-preview__figure{position:relative;aspect-ratio:1.18;overflow:hidden;background:#deded8}.material-preview__figure img{width:100%;height:100%;padding:0;object-fit:cover}.material-preview__index{position:absolute;top:8px;left:8px;width:25px;height:25px;display:grid;place-items:center;color:var(--white);background:var(--teal-dark);border-radius:50%;font-size:12px;font-weight:700}.material-preview__copy{padding:12px 12px 14px}.material-preview__copy strong{display:block;overflow:hidden;font-family:var(--display);font-size:clamp(16px,1.4vw,21px);letter-spacing:-.03em;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.material-preview__copy span{display:block;margin-top:7px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.material-preview__footer{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:20px}.material-preview__note{max-width:720px;margin:0;color:#ffffffbd;font-size:12px}.material-preview__link{min-height:44px;display:inline-flex;align-items:center;flex:0 0 auto;color:var(--white);border-bottom:2px solid var(--clay);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.material-preview__rule{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--clay);transform-origin:left center}.motion-live{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}@media(max-width:980px){.material-preview__rail{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;padding-right:var(--side);scroll-snap-type:x mandatory;scrollbar-width:thin}.material-preview__card{flex:0 0 min(250px,68vw);scroll-snap-align:start}}@media(max-width:720px){.material-preview__head{grid-template-columns:1fr;gap:22px}.material-preview__actions{justify-items:start}.material-preview__status{text-align:left}.material-preview__card{flex-basis:72vw}.material-preview__footer{align-items:flex-start;flex-direction:column;gap:12px}}@media(prefers-reduced-motion:reduce){.motion-replay{display:none}}.design-010-explore{scroll-margin-top:160px}.design-010-explore--rooms{padding:clamp(74px,8vw,112px) 0;color:var(--white);background:var(--teal-dark)}.design-010-explore__heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:40px}.design-010-explore__heading h2{max-width:780px;margin-bottom:0;font-size:clamp(42px,5.4vw,74px)}.design-010-explore__heading>p{max-width:420px;margin-bottom:5px}.design-010-explore__heading--rooms>p{color:#ffffffbd}.design-010-explore__room-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:18px}.design-010-explore__room-feature,.design-010-explore__room-copy{min-height:470px}.design-010-explore__room-feature{position:relative;overflow:hidden;background:#737778}.design-010-explore__room-feature>img{width:104%;max-width:none;height:100%;object-fit:cover;transform:translate3d(-3.8%,0,0)}.design-010-explore__room-label{position:absolute;inset:auto 18px 18px;display:flex;align-items:end;justify-content:space-between;gap:20px;padding:20px;color:var(--ink);background:#f4f3eff2}.design-010-explore__room-label h3{margin-bottom:7px;font-size:30px}.design-010-explore__room-label p{margin-bottom:0;color:var(--muted);font-size:13px}.design-010-explore__source-tag{flex:0 0 auto;padding:7px 9px;color:var(--teal-dark);background:var(--teal-pale);font-size:11px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.design-010-explore__room-copy{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(30px,4vw,58px);color:var(--ink);background:var(--teal)}.design-010-explore__room-copy h3{max-width:420px;font-size:clamp(38px,4vw,60px)}.design-010-explore__room-copy p{max-width:420px}.design-010-explore__room-copy .design-010-explore__small{margin:24px 0 0;font-size:12px;opacity:.82}.design-010-explore--shapes{padding:clamp(82px,10vw,144px) 0}.design-010-explore__heading--shapes{display:grid;grid-template-columns:1fr .58fr;gap:8vw;align-items:end;margin-bottom:46px}.design-010-explore__heading--shapes h2{font-size:clamp(46px,6vw,86px)}.design-010-explore__heading--shapes>p{margin-bottom:4px;color:var(--muted);font-size:16px}.design-010-explore__shape-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;overflow:visible;padding:0}.design-010-explore__shape-rail .design-010-explore__shape-card{display:block;min-width:0;overflow:hidden;border:1px solid var(--line);background:var(--white)}.design-010-explore__shape-image{position:relative;overflow:hidden;aspect-ratio:.92;background:#deded8}.design-010-explore__shape-image img{width:100%;height:100%;padding:10px;object-fit:contain;mix-blend-mode:normal;filter:none;transition:transform .3s ease}.design-010-explore__shape-card:hover .design-010-explore__shape-image img{transform:scale(1.025)}.design-010-explore__catalogue-chip{position:absolute;top:10px;left:10px;padding:6px 8px;color:var(--white);background:#234e50eb;font-size:12px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.design-010-explore__shape-card .design-010-explore__shape-copy{min-height:104px;padding:17px 16px 19px}.design-010-explore__shape-copy h3{margin-bottom:8px;font-size:clamp(21px,2vw,28px)}.design-010-explore__shape-copy p{margin-bottom:0;color:var(--muted);font-size:12px}.design-010-explore__rights-note{display:flex;align-items:flex-start;gap:12px;margin-top:24px;padding:16px 18px;border-left:4px solid var(--clay);color:#664231;background:#f0e3dc;font-size:12px}@media(max-width:980px){.design-010-explore__shape-rail{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;padding-right:var(--side);scroll-snap-type:x mandatory;scrollbar-width:thin}.design-010-explore__shape-rail .design-010-explore__shape-card{display:block!important;flex:0 0 min(260px,68vw);scroll-snap-align:start}}@media(max-width:720px){.design-010-explore{scroll-margin-top:82px}.design-010-explore__heading,.design-010-explore__heading--shapes{display:flex;align-items:flex-start;flex-direction:column;gap:28px}.design-010-explore__room-grid{grid-template-columns:1fr}.design-010-explore__room-feature{min-height:440px}.design-010-explore__room-copy{min-height:330px}.design-010-explore__room-label{inset:auto 12px 12px;align-items:flex-start;flex-direction:column}.design-010-explore__shape-rail .design-010-explore__shape-card{flex-basis:79vw}.design-010-explore__shape-image{aspect-ratio:1}.design-010-explore__rights-note{flex-direction:column}}@media(prefers-reduced-motion:reduce){.design-010-explore__shape-image img{transition:none}}.material-preview--installed .material-preview__lead p{max-width:62ch;margin:10px 0 0;color:var(--muted);font-size:14px;line-height:1.5}.material-preview__card--installed .material-preview__copy strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;line-height:1.3}.material-preview__figure--installed{aspect-ratio:1}.material-preview__figure--installed img{object-fit:cover}.commerce-menu-open{overflow:hidden}.commerce-product-page__inner{width:min(100% - 40px,1540px);max-width:1540px}.commerce-product-page .commerce-product--editorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:clamp(32px,4vw,72px);align-items:start}.commerce-product__left{min-width:0}.commerce-product__content--sticky{position:sticky;top:148px;align-self:start;padding:0 10px 20px 0;overflow:visible}.commerce-product__gallery-shell{min-width:0}.commerce-product__gallery-stage{position:relative;aspect-ratio:1 / 1;background:#fff;overflow:hidden}.commerce-product__media-panel{width:100%;height:100%;margin:0}.commerce-product__media-panel[hidden]{display:none}.commerce-product__zoom-trigger{position:relative;display:block;width:100%;height:100%;padding:0;border:0;color:var(--ink);background:#fff;cursor:zoom-in}.commerce-product__zoom-trigger img{display:block;width:100%;height:100%;object-fit:contain}.commerce-product__zoom-trigger>span{position:absolute;right:18px;bottom:18px;padding:9px 12px;color:var(--ink);background:#ffffffeb;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.commerce-product__media-panel figcaption{position:absolute;right:18px;bottom:18px;left:18px;padding:10px 112px 10px 12px;color:#f7f6f0;background:#0a201cc7;font-size:11px;line-height:1.45}.commerce-product__gallery-nav{display:flex;min-height:104px;padding:14px 0 0;align-items:flex-start;justify-content:space-between;gap:20px}.commerce-product__thumbs{display:flex;min-width:0;gap:10px;overflow-x:auto}.commerce-product__thumb{width:84px;height:84px;padding:3px;border:1px solid transparent;background:#eeede8;cursor:pointer;flex:0 0 auto}.commerce-product__thumb.is-active{border-color:var(--teal-dark)}.commerce-product__thumb img{display:block;width:100%;height:100%;object-fit:cover}.commerce-product__gallery-count{min-width:52px;margin:4px 0 0;color:var(--muted);font-size:12px;font-weight:800;text-align:right}.commerce-product-lightbox{width:min(94vw,1500px);max-width:1500px;height:min(92vh,1000px);max-height:92vh;padding:48px;border:0;color:var(--ink);background:#f5f4ef}.commerce-product-lightbox::backdrop{background:#0a1411c7}.commerce-product-lightbox img{width:100%;height:100%;object-fit:contain}.commerce-product-lightbox__close{position:absolute;z-index:2;top:12px;right:12px;display:grid;width:42px;height:42px;padding:0;border:1px solid var(--line);place-items:center;color:var(--ink);background:var(--white);cursor:pointer;font:300 30px/1 var(--body)}.commerce-product__catalogue{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);margin-top:44px;border:1px solid #d9d8d1;background:#efeee8}.commerce-product__catalogue-scene{min-height:560px;background:#e2e1da;overflow:hidden}.commerce-product__catalogue-scene img{width:100%;height:100%;object-fit:cover}.commerce-product__catalogue-empty{display:grid;min-height:560px;place-items:center;color:var(--muted)}.commerce-product__catalogue-copy{padding:clamp(32px,4vw,58px);align-self:stretch;background:#f6f5f0}.commerce-product__catalogue-copy h2{max-width:7ch;margin:16px 0 22px;font-family:var(--display);font-size:clamp(48px,6vw,86px);font-weight:600;letter-spacing:-.055em;line-height:.9}.commerce-product__catalogue-copy>p:not(.commerce-page__eyebrow){color:var(--muted);font-size:14px;line-height:1.65}.commerce-product__catalogue-copy dl{display:grid;margin:34px 0 0;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.commerce-product__catalogue-copy dl>div{padding:15px 10px 15px 0;border-bottom:1px solid var(--line)}.commerce-product__catalogue-copy dt{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.commerce-product__catalogue-copy dd{margin:5px 0 0;font-size:13px;font-weight:700}.commerce-product__palette{display:grid;padding:18px;grid-column:1 / -1;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;background:#f6f5f0}.commerce-product__swatch{display:grid;min-width:0;padding:10px;border:1px solid transparent;color:var(--ink);background:var(--white);grid-template-columns:76px minmax(0,1fr);align-items:center;gap:13px}.commerce-product__swatch.is-current{border-color:var(--teal-dark)}.commerce-product__swatch img,.commerce-product__swatch>span{display:block;width:76px;height:76px;background:#e2e1da;object-fit:cover}.commerce-product__swatch strong{font-size:12px;line-height:1.35}.commerce-product__catalogue-note{margin:0;padding:0 28px 22px;grid-column:1 / -1;color:var(--muted);background:#f6f5f0;font-size:11px}.commerce-product-page .commerce-product__decision{margin-top:66px;padding-top:42px;border-top:1px solid var(--ink)}.commerce-product__accordions--pdp{display:block;border-top:1px solid var(--line)}.commerce-product__accordions--pdp details{border-right:0;border-bottom:1px solid var(--line);border-left:0}.commerce-product__accordions--pdp summary{min-height:66px;padding:20px 48px 20px 0;font-size:15px}.commerce-product__accordions--pdp details>div{padding:0 0 24px;color:var(--muted);font-size:14px;line-height:1.65}.commerce-product__accordions--pdp .commerce-product__spec-grid{margin-top:8px}.commerce-product__qa h3{margin:18px 0 4px;color:var(--ink);font:700 15px/1.4 var(--body)}.commerce-product__qa h3:first-child{margin-top:0}.commerce-text-button{padding:0;border:0;color:var(--teal-dark);background:transparent;cursor:pointer;font:800 13px/1.4 var(--body);text-decoration:underline}.commerce-product__purchase-label{margin:0 0 7px;color:var(--teal-dark);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.commerce-product-page .commerce-product__price span{font-family:var(--body);font-size:14px;font-weight:700;letter-spacing:0}.commerce-product__sample-stock{display:flex;margin:18px 0;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);align-items:center;gap:10px;color:#176c45;font-size:13px}.commerce-product__sample-stock>span{width:9px;height:9px;border-radius:50%;background:#1e9c5a;flex:0 0 auto}.commerce-product__sample-button{width:100%;margin-bottom:10px}.commerce-product__rail-note{margin-top:18px;padding:20px;color:#183a34;background:#dcebea}.commerce-product__rail-note strong{display:block;margin-bottom:7px;font-size:14px}.commerce-product__rail-note p{margin:0;font-size:12px;line-height:1.55}.commerce-sample-drawer-open{overflow:hidden}.commerce-sample-layer{position:fixed;z-index:150;top:0;right:0;bottom:0;left:0;pointer-events:none;visibility:hidden}.commerce-sample-layer.is-open{pointer-events:auto;visibility:visible}.commerce-sample-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0d1b1775;opacity:0;transition:opacity .2s var(--ease)}.commerce-sample-layer.is-open .commerce-sample-backdrop{opacity:1}.commerce-sample-drawer{position:absolute;right:0;bottom:0;left:0;display:grid;min-height:270px;padding:32px max(30px,calc((100vw - 1720px)/2));grid-template-columns:minmax(200px,.6fr) minmax(660px,2.4fr) minmax(190px,.5fr);align-items:center;gap:32px;color:var(--ink);background:#f7f6f1;box-shadow:0 -24px 70px #101f1a2e;transform:translateY(105%);transition:transform .26s cubic-bezier(.22,.75,.25,1)}.commerce-sample-layer.is-open .commerce-sample-drawer{transform:none}.commerce-sample-drawer__close{position:absolute;top:14px;right:18px;width:40px;height:40px;padding:0;border:1px solid var(--line);color:var(--ink);background:var(--white);cursor:pointer;font:300 28px/1 var(--body)}.commerce-sample-drawer__intro h2{margin:8px 0 10px;font-family:var(--display);font-size:clamp(26px,2.8vw,42px);letter-spacing:-.035em;line-height:1}.commerce-sample-drawer__intro>p:last-child{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.commerce-sample-drawer__selection{display:grid;grid-template-columns:repeat(4,minmax(96px,1fr));gap:12px}.commerce-sample-card,.commerce-sample-slot{min-height:136px;padding:10px;border:1px solid var(--line);background:var(--white)}.commerce-sample-card{display:grid;grid-template-columns:74px minmax(0,1fr);align-items:center;gap:10px}.commerce-sample-card img{width:74px;height:100px;object-fit:cover}.commerce-sample-card strong,.commerce-sample-card span{display:block;font-size:11px;line-height:1.35}.commerce-sample-card span{margin-top:7px;color:var(--muted)}.commerce-sample-slot{display:grid;place-items:center;color:#a2a49f;font-size:11px}.commerce-sample-drawer__action p{margin:0 0 12px;color:var(--muted);font-size:11px}.commerce-sample-drawer__action .commerce-button{width:100%}.commerce-sample-drawer__status{position:absolute;right:max(30px,calc((100vw - 1460px)/2));bottom:12px;margin:0;color:var(--muted);font-size:11px}@media(max-width:1100px){.commerce-product-page .commerce-product--editorial{grid-template-columns:minmax(0,1fr) minmax(310px,370px);gap:32px}.commerce-product__catalogue{grid-template-columns:1fr}.commerce-product__catalogue-scene{min-height:470px}.commerce-product__palette,.commerce-product__catalogue-note{grid-column:1}}@media(max-width:980px){.commerce-product-page__inner{width:min(100% - 28px,760px)}.commerce-product-page .commerce-product--editorial{grid-template-columns:1fr}.commerce-product__left{display:contents}.commerce-product__gallery-shell{order:1}.commerce-product__content--sticky{position:static;max-height:none;padding:0;order:2;overflow:visible}.commerce-product__catalogue{order:3}.commerce-product__decision{order:4}.commerce-product__catalogue-scene{min-height:420px}.commerce-sample-drawer{max-height:86dvh;min-height:0;padding:28px 22px 22px;grid-template-columns:1fr;align-items:start;gap:20px;overflow-y:auto}.commerce-sample-drawer__selection{grid-template-columns:repeat(4,minmax(82px,1fr))}.commerce-sample-card{display:block}.commerce-sample-card img{width:100%;height:86px;margin-bottom:8px}.commerce-sample-drawer__status{position:static}}@media(max-width:600px){.commerce-product__gallery-stage{aspect-ratio:1 / 1}.commerce-product__zoom-trigger>span{right:10px;bottom:10px}.commerce-product__media-panel figcaption{right:10px;bottom:10px;left:10px;padding-right:106px}.commerce-product__thumb{width:68px;height:68px}.commerce-product__gallery-nav{min-height:86px}.commerce-product__catalogue{margin-top:28px}.commerce-product__catalogue-scene{min-height:300px}.commerce-product__catalogue-copy{padding:30px 22px}.commerce-product__catalogue-copy h2{font-size:54px}.commerce-product__catalogue-copy dl,.commerce-product__palette{grid-template-columns:1fr}.commerce-product__swatch{grid-template-columns:68px 1fr}.commerce-product__swatch img,.commerce-product__swatch>span{width:68px;height:68px}.commerce-product-page .commerce-product__decision{margin-top:42px}.commerce-product-lightbox{width:100vw;height:100dvh;max-height:100dvh;padding:54px 14px 14px}.commerce-sample-drawer__selection{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.commerce-sample-backdrop,.commerce-sample-drawer{transition:none}}.commerce-header{position:sticky;top:0;z-index:30;background:var(--white);backface-visibility:hidden}.commerce-nav.is-scroll-aware{opacity:1;visibility:visible;pointer-events:auto;transition:transform .32s cubic-bezier(.4,0,.2,1),opacity .22s ease-out,visibility 0s linear 0s;will-change:transform,opacity}.commerce-nav.is-scroll-aware.is-scroll-hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translate3d(0,calc(-100% - 2px),0);transition:transform .32s cubic-bezier(.4,0,.2,1),opacity .22s ease-in,visibility 0s linear .32s}.commerce-header__main,.commerce-nav__inner,.commerce-page__inner,.commerce-footer__inner{width:min(calc(100% - (var(--side) * 2)),var(--max));margin-inline:auto}.commerce-header__main{display:grid;grid-template-columns:minmax(154px,.6fr) minmax(320px,1.65fr) auto;align-items:center;gap:clamp(18px,2.4vw,34px);min-height:92px}.commerce-header__brand{display:inline-flex;width:min(100%,176px);min-height:44px;align-items:center}.commerce-header__brand img{width:100%;height:auto}.commerce-search{position:relative;display:grid;min-height:50px;grid-template-columns:1fr auto;border:1px solid #d1d4d1;background:#f3f4f2}.commerce-search:focus-within{border-color:var(--teal-dark);box-shadow:0 0 0 2px var(--teal-pale)}.commerce-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.commerce-search input{min-width:0;padding:12px 16px;border:0;color:var(--ink);background:transparent;font:inherit}.commerce-search input:focus{outline:0}.commerce-search button,.commerce-button{min-height:44px;padding:10px 16px;border:1px solid var(--ink);color:var(--white);background:var(--ink);cursor:pointer;font:inherit;font-size:13px;font-weight:700;letter-spacing:.02em;text-align:center}.commerce-search button:hover,.commerce-button:hover{background:var(--teal-dark)}.commerce-header__actions{display:flex;align-items:center;gap:8px}.commerce-header__action,.commerce-header__mobile-toggle{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:7px;padding:0 10px;border:1px solid transparent;background:transparent;color:var(--ink);cursor:pointer;font:inherit;font-size:12px;font-weight:800;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.commerce-header__action:hover,.commerce-header__action:focus-visible,.commerce-header__mobile-toggle:hover,.commerce-header__mobile-toggle:focus-visible{border-color:var(--ink)}.commerce-header__count{display:inline-grid;min-width:19px;min-height:19px;place-items:center;padding:1px 5px;border-radius:999px;color:var(--white);background:var(--teal-dark);font-size:10px}.commerce-nav{border-top:1px solid #ecece8}.commerce-nav__inner{display:flex;min-height:54px;align-items:stretch;justify-content:space-between;gap:18px}.commerce-nav__list{display:flex;margin:0;padding:0;align-items:stretch;gap:clamp(2px,.5vw,9px);list-style:none}.commerce-nav__item{position:static;display:flex;align-items:stretch}.commerce-nav__details{position:static;border:0;color:inherit}.commerce-nav__link,.commerce-nav__summary{display:inline-flex;min-height:52px;padding:0 clamp(8px,.8vw,14px);align-items:center;gap:7px;border:0;color:var(--ink);background:transparent;cursor:pointer;font:inherit;font-size:13px;font-weight:800;text-decoration:none}.commerce-nav__summary{list-style:none}.commerce-nav__summary:after{width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;content:"";transform:rotate(45deg) translateY(-2px);transition:transform .16s var(--ease)}.commerce-nav__details[open] .commerce-nav__summary:after{transform:rotate(225deg) translate(-2px,-1px)}.commerce-nav__details[open] .commerce-nav__summary{color:var(--teal-dark);box-shadow:inset 0 -3px var(--teal-dark)}.commerce-nav__link:after{position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--teal-dark);content:"";transform:scaleX(0);transform-origin:left;transition:transform .16s var(--ease)}.commerce-nav__link:hover:after,.commerce-nav__link[aria-current=page]:after{transform:scaleX(1)}.commerce-nav__panel{position:absolute;z-index:50;top:100%;right:0;left:0;width:100%;min-height:420px;border-top:1px solid var(--line);border-bottom:1px solid var(--ink);background:var(--white);box-shadow:0 22px 46px #25282826}.commerce-mega{width:min(calc(100% - (var(--side) * 2)),var(--max));min-height:420px;margin-inline:auto;padding:30px 0 34px}.commerce-mega--atlas{display:grid;grid-template-columns:244px minmax(0,1fr);gap:30px}.commerce-mega__rail{padding-right:25px;border-right:1px solid var(--line)}.commerce-mega__eyebrow{margin:0 0 12px;color:var(--teal-dark);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.commerce-mega-tab{display:flex;width:100%;min-height:49px;padding:8px 11px;border:0;align-items:center;gap:11px;color:var(--ink);background:transparent;cursor:pointer;font:inherit;font-weight:700;text-align:left;text-decoration:none}.commerce-mega-tab:hover,.commerce-mega-tab:focus-visible,.commerce-mega-tab.is-active{color:var(--teal-dark);background:var(--teal-pale)}.commerce-mega-tab svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.commerce-mega-tab span:last-child{margin-left:auto;font-size:18px}.commerce-mega-view[hidden]{display:none}.commerce-mega__heading{display:flex;min-height:54px;margin-bottom:18px;align-items:end;justify-content:space-between;gap:24px}.commerce-mega__heading .commerce-mega__title{margin:0;font-size:clamp(24px,2.2vw,32px);letter-spacing:-.03em}.commerce-mega__heading>a{color:var(--muted);font-size:12px;font-weight:700;text-decoration:none}.commerce-mega__heading>a:hover{color:var(--teal-dark)}.commerce-mega-grid{display:grid;min-height:368px;align-content:start;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.commerce-mega-card{display:flex;min-width:0;min-height:164px;border:1px solid var(--line);background:var(--paper);flex-direction:column;overflow:hidden;text-decoration:none}.commerce-mega-card__media{position:relative;display:block;min-height:122px;background-color:#d9ddd9;background-position:center;background-size:cover;overflow:hidden}.commerce-mega-card__media img{width:100%;height:122px;object-fit:cover;transition:transform .22s var(--ease)}.commerce-mega-card__media--tile{background-color:#fff}.commerce-mega-card__media--swatch{min-height:122px}.commerce-mega-card:hover .commerce-mega-card__media img{transform:scale(1.025)}.commerce-mega-card__label{display:flex;min-height:45px;padding:10px 12px;align-items:center;justify-content:space-between;gap:8px;color:var(--ink);background:var(--white);font-size:13px;font-weight:800}.commerce-mega-card__concept{position:absolute;right:8px;bottom:8px;padding:5px 7px;color:var(--ink);background:#f4f3efe6;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.commerce-mega-card__media--finger,.commerce-mega-card__media--pattern-1,.commerce-mega-card__media--pattern-4{background:repeating-linear-gradient(90deg,#d8ded9 0 17px,#f5f0e6 17px 20px),linear-gradient(135deg,#a9c3bf,#d7cfbd)}.commerce-mega-card__media--penny,.commerce-mega-card__media--pattern-2,.commerce-mega-card__media--pattern-5{background-color:#d9cfc0;background-image:radial-gradient(circle at 10px 10px,#f4f3ef 0 7px,#c2b5a3 7.5px 8.5px,transparent 9px);background-size:20px 20px}.commerce-mega-card__media--hex,.commerce-mega-card__media--pattern-3,.commerce-mega-card__media--pattern-6{background:linear-gradient(30deg,#eee8de 12%,transparent 12.5%,transparent 87%,#eee8de 87.5%,#eee8de),linear-gradient(150deg,#eee8de 12%,transparent 12.5%,transparent 87%,#eee8de 87.5%,#eee8de),linear-gradient(60deg,#d0ddd8 25%,transparent 25.5%,transparent 75%,#d0ddd8 75%,#d0ddd8);background-size:36px 64px}.commerce-mega--simple{min-height:360px}.commerce-mega--simple .commerce-mega-grid{max-width:980px}.commerce-mega--links{display:grid;min-height:330px;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}.commerce-mega-link-column .commerce-mega-link-column__label{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--ink);color:var(--ink);font-size:19px;font-weight:700;line-height:.98}.commerce-mega-link-column a{display:flex;min-height:42px;align-items:center;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px;font-weight:700;text-decoration:none}.commerce-mega-link-column a:hover{color:var(--teal-dark)}.commerce-mega-link-column p:not(.commerce-mega-link-column__label){color:var(--muted);font-size:14px;line-height:1.6}.commerce-nav__trade{display:inline-flex;min-height:36px;align-self:center;align-items:center;padding:0 16px;color:var(--white);background:var(--ink);font-size:12px;font-weight:800;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.commerce-nav__trade:hover{background:var(--teal-dark)}.commerce-page{padding:clamp(42px,6vw,86px) 0 clamp(72px,8vw,128px);background:var(--paper)}.commerce-page__eyebrow{margin:0 0 15px;color:var(--teal-dark);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.commerce-page__heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(220px,.5fr);gap:32px;padding-bottom:36px;border-bottom:1px solid var(--ink)}.commerce-page__heading h1{margin:0;font-size:clamp(44px,6.4vw,86px)}.commerce-page__heading p{max-width:420px;margin:auto 0 0;color:var(--muted)}.commerce-page__subnav{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 32px}.commerce-page__subnav a{padding:8px 11px;border:1px solid var(--line);background:var(--white);font-size:13px;font-weight:700}.commerce-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.product-card{display:flex;min-width:0;flex-direction:column;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white)}.product-card__media{display:grid;min-height:330px;place-items:center;overflow:hidden;color:var(--muted);background:#fff;text-align:center}.product-card__media img{width:100%;height:100%;min-height:330px;object-fit:contain;transition:transform .26s var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__body{display:flex;min-height:218px;flex:1;flex-direction:column;padding:21px}.product-card__type{margin:0 0 18px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.product-card h3{margin:0;font-size:clamp(23px,2vw,31px)}.product-card__price{margin:13px 0 18px;font-weight:800}.product-card__form{margin-top:auto}.product-card__form .commerce-button{width:100%}.product-card__availability{margin-top:auto;color:var(--muted);font-weight:700}.commerce-empty{padding:clamp(36px,6vw,78px);border:1px solid var(--ink);background:var(--white)}.commerce-empty h2{max-width:680px;margin:0 0 16px;font-size:clamp(34px,4vw,56px)}.commerce-empty p{max-width:640px;margin:0;color:var(--muted)}.commerce-pagination{margin-top:32px}.commerce-pagination .page{display:inline-block;margin-right:6px;padding:8px 11px;border:1px solid var(--line);background:var(--white)}.commerce-product{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:clamp(28px,5vw,80px)}.commerce-product__media{min-height:560px;background:var(--teal-pale)}.commerce-product__media img{width:100%;min-height:560px;object-fit:cover}.commerce-product__media--empty{display:grid;place-items:center;min-height:560px;color:var(--muted)}.commerce-product__content h1{margin:0 0 16px;font-size:clamp(46px,5.7vw,76px)}.commerce-product__price{margin:0 0 22px;font-family:var(--display);font-size:28px;font-weight:700}.commerce-product__description{margin:0 0 28px;color:var(--muted)}.commerce-product__form{display:grid;gap:14px;padding:24px;border:1px solid var(--ink);background:var(--white)}.commerce-product__form label,.commerce-product__form select{width:100%}.commerce-product__form select{min-height:48px;padding:10px;border:1px solid var(--line);background:var(--white);font:inherit}.commerce-product__facts{margin-top:26px;padding-top:24px;border-top:1px solid var(--line);color:var(--muted)}.commerce-search-page__form{display:grid;max-width:740px;grid-template-columns:1fr auto;margin-bottom:36px;border:1px solid var(--ink);background:var(--white)}.commerce-search-page__form input{min-width:0;padding:13px 16px;border:0;font:inherit}.commerce-search-page__summary{margin:0 0 22px;font-weight:700}.commerce-content-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.commerce-content-result{padding:24px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white)}.commerce-content-result__type{margin:0 0 16px;color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.commerce-content-result h2{margin:0 0 10px;font-size:32px}.commerce-content-result p{margin:0;color:var(--muted)}.commerce-cart{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.55fr);gap:40px}.commerce-cart__items,.commerce-cart__summary{border-top:1px solid var(--ink)}.commerce-cart__item{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.commerce-cart__item-media{width:110px;height:110px;overflow:hidden;background:#fff}.commerce-cart__item-media img{width:100%;height:100%;object-fit:contain}.commerce-cart__item h2{margin:0 0 8px;font-size:24px}.commerce-cart__item p{margin:0;color:var(--muted)}.commerce-cart__quantity{display:grid;width:78px;min-height:44px;padding:7px;border:1px solid var(--line);font:inherit}.commerce-cart__item-price{align-self:start;font-weight:800}.commerce-cart__summary{padding:20px;background:var(--white)}.commerce-cart__summary h2{margin:0 0 24px;font-size:34px}.commerce-cart__total{display:flex;justify-content:space-between;gap:14px;margin:0 0 20px;padding-top:18px;border-top:1px solid var(--ink);font-family:var(--display);font-size:24px;font-weight:700}.commerce-cart__actions{display:grid;gap:10px}.commerce-cart__actions .commerce-button{width:100%}.commerce-cart-drawer-open{overflow:hidden}.commerce-cart-backdrop{position:fixed;z-index:110;top:0;right:0;bottom:0;left:0;border:0;background:#1118158f;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s var(--ease)}.commerce-cart-drawer{position:fixed;z-index:120;top:0;right:0;display:flex;width:min(470px,100vw);height:100dvh;color:var(--ink);background:var(--white);box-shadow:-22px 0 70px #141e1933;flex-direction:column;overflow:hidden;transform:translate(105%);transition:transform .22s cubic-bezier(.22,.75,.25,1)}.commerce-cart-layer.is-open .commerce-cart-backdrop{opacity:1;pointer-events:auto}.commerce-cart-layer.is-open .commerce-cart-drawer{transform:none}.commerce-cart-drawer__header{display:flex;min-height:86px;padding:18px 22px;border-bottom:1px solid var(--line);align-items:center;justify-content:space-between;gap:20px}.commerce-cart-drawer__header h2{margin:0;font-family:var(--display);font-size:25px;letter-spacing:-.03em}.commerce-cart-drawer__header h2 span{display:inline-grid;min-width:24px;min-height:24px;margin-left:5px;border-radius:50%;place-items:center;color:var(--white);background:var(--teal-dark);font-family:var(--body);font-size:11px;vertical-align:3px}.commerce-cart-drawer__close{display:inline-grid;width:44px;height:44px;padding:0;border:1px solid var(--line);place-items:center;color:var(--ink);background:var(--white);cursor:pointer;font:300 31px/1 var(--body)}.commerce-cart-drawer__body{display:flex;min-height:0;padding:28px;flex:1;flex-direction:column;overflow-y:auto}.commerce-cart-drawer__empty{display:grid;min-height:240px;padding:28px;border:1px solid var(--line);place-items:center;text-align:center}.commerce-cart-drawer__empty svg{width:48px;height:48px;fill:none;stroke:var(--teal-dark);stroke-width:1.4}.commerce-cart-drawer__empty h3{margin:12px 0 6px;font-size:26px}.commerce-cart-drawer__empty p{margin:0;color:var(--muted);font-size:13px}.commerce-cart-drawer__continue{width:100%;margin-top:auto}.commerce-cart-drawer__form{display:flex;min-height:100%;flex-direction:column}.commerce-cart-drawer__items{border-top:1px solid var(--ink)}.commerce-cart-drawer__item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:14px;padding:17px 0;border-bottom:1px solid var(--line)}.commerce-cart-drawer__media{width:88px;height:88px;background:#fff;overflow:hidden}.commerce-cart-drawer__media img{width:100%;height:100%;object-fit:contain}.commerce-cart-drawer__item h3{margin:0 0 4px;font-size:17px}.commerce-cart-drawer__item p{margin:0 0 8px;color:var(--muted);font-size:12px}.commerce-cart-drawer__item label{display:block;margin-bottom:4px;color:var(--muted);font-size:11px}.commerce-cart-drawer__item input{width:64px;min-height:40px;padding:6px;border:1px solid var(--line);font:inherit}.commerce-cart-drawer__remove{min-height:40px;padding:0;border:0;color:var(--muted);background:transparent;cursor:pointer;font:inherit;font-size:12px;text-decoration:underline}.commerce-cart-drawer__price{color:var(--ink)!important;font-weight:800;white-space:nowrap}.commerce-cart-drawer__summary{display:grid;gap:10px;margin-top:auto;padding-top:22px}.commerce-cart-drawer__summary>p{margin:0;color:var(--muted);font-size:12px}.commerce-cart-drawer__total{display:flex;justify-content:space-between;gap:18px;padding:17px 0;border-top:1px solid var(--ink);color:var(--ink)!important;font-family:var(--display);font-size:22px!important}.commerce-cart-drawer__full-cart{display:inline-flex;min-height:44px;align-items:center;justify-content:center;color:var(--muted);font-size:12px;font-weight:700;text-decoration:underline}.commerce-footer{color:var(--white);background:var(--charcoal)}.commerce-footer__inner{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(3,minmax(130px,.6fr));gap:36px;padding:62px 0 40px}.commerce-footer__brand img{width:min(100%,180px);height:auto}.commerce-footer__brand p{max-width:320px;margin:20px 0 0;color:#d9dddd}.commerce-footer h3{margin:0 0 17px;font-size:15px}.commerce-footer ul{margin:0;padding:0;list-style:none}.commerce-footer li+li{margin-top:9px}.commerce-footer a{color:#d9dddd}.commerce-footer a:hover{color:var(--white)}.commerce-footer__base{display:flex;justify-content:space-between;gap:20px;padding:18px 0;border-top:1px solid rgba(255,255,255,.2);color:#d9dddd;font-size:13px}@media(max-width:1020px){.commerce-header__main{grid-template-columns:176px minmax(220px,1fr) auto}.commerce-nav__list{gap:20px}.commerce-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-footer__inner{grid-template-columns:minmax(220px,1.1fr) repeat(3,minmax(120px,.6fr))}}@media(max-width:1080px){.commerce-header__main{grid-template-columns:minmax(132px,1fr) auto;min-height:76px;gap:12px;padding-top:14px}.commerce-header__brand{width:min(100%,154px)}.commerce-search{grid-column:1 / -1;grid-row:2;margin-bottom:14px}.commerce-header__action{padding:0 8px;font-size:11px}.commerce-header__mobile-toggle{display:inline-flex}.commerce-nav{display:none;border-top:1px solid var(--line)}.commerce-nav.is-open{display:block}.commerce-nav__inner,.commerce-nav__list{display:block;width:100%}.commerce-nav__item{display:block;border-bottom:1px solid var(--line)}.commerce-nav__item--mobile-account{display:block}.commerce-nav__link,.commerce-nav__summary{display:flex;width:min(calc(100% - (var(--side) * 2)),var(--max));min-height:57px;margin-inline:auto;justify-content:space-between;font-family:var(--display);font-size:24px}.commerce-nav__link:after{display:none}.commerce-nav__panel{position:static;width:100%;min-height:0;padding:0;border:0;border-top:1px solid var(--line);box-shadow:none}.commerce-mega{width:min(calc(100% - (var(--side) * 2)),var(--max));min-height:0;padding:18px 0 24px}.commerce-mega--atlas{display:block}.commerce-mega__rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:18px;padding:0 0 18px;border-right:0;border-bottom:1px solid var(--line)}.commerce-mega__rail>.commerce-mega__eyebrow,.commerce-mega__rail>.commerce-mega__note{grid-column:1 / -1}.commerce-mega-tab{min-height:46px;border:1px solid var(--line)}.commerce-mega-tab span:last-child{display:none}.commerce-mega__heading{display:block}.commerce-mega__heading>a{display:inline-flex;min-height:44px;align-items:center}.commerce-mega-grid{min-height:0;grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-mega--links{min-height:0;grid-template-columns:1fr;gap:24px}.commerce-nav__trade{width:min(calc(100% - (var(--side) * 2)),var(--max));min-height:52px;margin:20px auto;justify-content:center}.commerce-page__heading,.commerce-product,.commerce-cart{grid-template-columns:1fr}.commerce-product__media,.commerce-product__media img,.commerce-product__media--empty{min-height:min(118vw,520px)}.commerce-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-footer__brand{grid-column:1 / -1}}@media(max-width:560px){.commerce-header__main,.commerce-nav__link,.commerce-nav__summary{width:min(calc(100% - 34px),var(--max))}.commerce-header__actions{gap:2px}.commerce-header__action{min-width:44px;padding:0 6px;font-size:10px}.commerce-header__action--account{display:none}.commerce-product-grid,.commerce-content-results{grid-template-columns:1fr}.commerce-mega__rail{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-mega-grid{grid-template-columns:1fr}.commerce-mega-card{min-height:146px}.commerce-mega-card__media,.commerce-mega-card__media img{min-height:104px;height:104px}.product-card__media,.product-card__media img{min-height:280px}.commerce-search-page__form{grid-template-columns:1fr}.commerce-cart__item{grid-template-columns:82px minmax(0,1fr)}.commerce-cart__item-media{width:82px;height:82px}.commerce-cart__item-price{grid-column:2}.commerce-footer__inner{grid-template-columns:1fr;gap:28px}.commerce-footer__brand{grid-column:auto}.commerce-footer__base{display:block}.commerce-footer__base span{display:block;margin-top:4px}.commerce-cart-drawer__body{padding:20px 17px}.commerce-cart-drawer__item{grid-template-columns:72px minmax(0,1fr)}.commerce-cart-drawer__media{width:72px;height:72px}.commerce-cart-drawer__price{grid-column:2}}.commerce-header{--commerce-atlas-width: min(1376px, calc(100vw - 64px) );--commerce-atlas-green: #123e35;--commerce-atlas-green-2: #1f5b4e;--commerce-atlas-aqua: #7eaeb0;--commerce-atlas-aqua-soft: #dfeeee;--commerce-atlas-shadow: 0 24px 70px rgba(24, 34, 29, .18);position:sticky;top:0;z-index:30;background:var(--white)}.commerce-header__main,.commerce-nav__inner{width:var(--commerce-atlas-width);margin-inline:auto}.commerce-header__main{display:grid;grid-template-columns:225px minmax(300px,1fr) auto;grid-template-rows:auto;gap:30px;min-height:88px;padding:0;align-items:center}.commerce-header__brand{display:inline-flex;width:202px;min-height:0;align-items:center}.commerce-header__brand img{display:block;width:100%;height:auto}.commerce-search{position:relative;display:grid;grid-column:auto;grid-row:auto;grid-template-columns:42px 1fr 102px;height:48px;min-height:48px;margin:0;border:1px solid var(--line);background:#f7f7f5;box-shadow:none}.commerce-nav .commerce-search--mobile{display:none}.commerce-search:focus-within{border-color:var(--commerce-atlas-green);outline:2px solid var(--commerce-atlas-green);outline-offset:2px;box-shadow:none}.commerce-search>svg{width:19px;height:19px;place-self:center;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.commerce-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.commerce-search input{width:100%;height:46px;min-width:0;padding:0;border:0;outline:0;color:var(--ink);background:transparent}.commerce-search button{align-self:stretch;min-height:0;padding:0;border:0;color:var(--white);background:var(--ink);font-size:13px;font-weight:750;letter-spacing:0;cursor:pointer}.commerce-search button:hover{background:var(--ink)}.commerce-header__actions{display:flex;align-items:center;gap:4px}.commerce-header__action,.commerce-header__mobile-toggle{display:inline-flex;min-width:72px;min-height:48px;padding:6px 10px;border:0;align-items:center;justify-content:center;gap:7px;color:var(--ink);background:transparent;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.commerce-header__action:hover,.commerce-header__action:focus-visible,.commerce-header__mobile-toggle:hover,.commerce-header__mobile-toggle:focus-visible{border-color:transparent;background:transparent}.commerce-header__action>svg,.commerce-header__mobile-toggle>svg{width:21px;height:21px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.commerce-header__count{display:inline-grid;width:20px;height:20px;min-width:20px;min-height:20px;padding:0;border-radius:50%;place-items:center;color:var(--white);background:var(--teal-dark);font-size:12px;letter-spacing:0}.commerce-header__mobile-toggle{display:none}.commerce-nav{position:relative;display:block;height:58px;border-top:0;background:var(--white)}@media(min-width:761px){.commerce-header{height:88px;margin-bottom:58px}.commerce-header__main{position:relative;z-index:2;background:var(--white)}.commerce-nav{position:absolute;z-index:1;top:100%;right:0;left:0}}.commerce-nav__inner{display:flex;width:var(--commerce-atlas-width);height:100%;min-height:0;margin-inline:auto;align-items:stretch;justify-content:space-between;gap:0}.commerce-nav__list{display:flex;width:auto;margin:0;padding:0;align-items:stretch;gap:2px;list-style:none}.commerce-nav__item{position:static;display:flex;border-bottom:0;align-items:stretch}.commerce-nav__shop-row{display:flex;align-items:stretch}.commerce-nav__shop-row>.commerce-nav__details{display:flex;align-items:stretch}.commerce-nav__item--mobile-account{display:none}.commerce-nav__link,.commerce-nav__summary{position:relative;display:inline-flex;width:auto;min-height:57px;margin:0;padding:0 18px;border:0;border-bottom:3px solid transparent;align-items:center;justify-content:center;gap:8px;color:var(--commerce-atlas-green);background:transparent;font-family:var(--body, "DM Sans"),"DM Sans",sans-serif;font-size:15px;font-weight:700;letter-spacing:.01em;cursor:pointer;list-style:none}.commerce-nav__link:after{display:none}.commerce-nav__link--shop{padding-right:7px}.commerce-nav__summary--disclosure{min-width:42px;padding-right:14px;padding-left:7px}.commerce-nav__summary::-webkit-details-marker{display:none}.commerce-nav__summary:after{position:static;top:auto;right:auto;bottom:auto;left:auto;display:block;width:7px;height:7px;place-items:normal;border-top:0;border-left:0;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;content:"";font-family:inherit;line-height:normal;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease}.commerce-nav__details[open]>.commerce-nav__summary{border-bottom-color:var(--commerce-atlas-green);color:var(--commerce-atlas-green);box-shadow:none}.commerce-nav__link:hover,.commerce-nav__link:focus-visible,.commerce-nav__link[aria-current=page]{border-bottom-color:var(--commerce-atlas-green)}.commerce-nav__shop-row:hover>.commerce-nav__link--shop,.commerce-nav__shop-row:focus-within>.commerce-nav__link--shop,.commerce-nav__shop-row:hover>.commerce-nav__details>.commerce-nav__summary,.commerce-nav__shop-row:focus-within>.commerce-nav__details>.commerce-nav__summary{border-bottom-color:var(--commerce-atlas-green)}.commerce-nav__shop-row:has(>.commerce-nav__details[open])>.commerce-nav__link--shop{border-bottom-color:var(--commerce-atlas-green)}.commerce-nav__details[open]>.commerce-nav__summary:after{content:"";transform:rotate(225deg) translate(-2px,-1px)}.commerce-nav__panel{position:absolute;z-index:40;top:calc(100% - 1px);right:0;left:0;width:auto;max-width:none;margin:0;transform:none;min-height:430px;padding:0;border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--ink);background:var(--white);box-shadow:var(--commerce-atlas-shadow)}.commerce-mega{width:var(--commerce-atlas-width);min-height:430px;margin-inline:auto;padding:30px 0 34px}.commerce-mega--atlas{display:grid;grid-template-columns:255px 1fr;gap:30px}.commerce-mega__rail{display:block;margin:0;padding:0 25px 0 0;border:0;border-right:1px solid var(--line)}.commerce-mega__rail>.commerce-mega__eyebrow,.commerce-mega__rail>.commerce-mega__note{grid-column:auto}.commerce-mega__eyebrow{margin:0 0 12px;color:var(--commerce-atlas-green-2);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.commerce-mega__note{margin:14px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.commerce-mega-tab{display:flex;width:100%;min-height:51px;padding:8px 12px;border:0;align-items:center;gap:12px;color:var(--ink);background:transparent;font-weight:700;text-align:left;cursor:pointer}.commerce-mega-tab:hover,.commerce-mega-tab:focus-visible,.commerce-mega-tab.is-active{color:var(--commerce-atlas-green);background:var(--commerce-atlas-aqua-soft)}.commerce-mega-tab svg{width:23px;height:23px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.6}.commerce-mega-tab span:last-child{display:inline;margin-left:auto;font-size:18px}.commerce-mega__content{min-width:0}.commerce-mega-view[hidden]{display:none!important}.commerce-mega__heading{display:flex;min-height:0;margin-bottom:18px;align-items:end;justify-content:space-between;gap:24px}.commerce-mega__heading .commerce-mega__title{margin:0;font-family:var(--display, "Space Grotesk"),"Space Grotesk",sans-serif;font-size:28px;letter-spacing:-.03em}.commerce-mega__heading>a{display:inline;min-height:0;color:var(--muted);font-size:12px;font-weight:700}.commerce-mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.commerce-mega-card{display:flex;min-width:0;min-height:162px;border:1px solid var(--line);background:var(--paper);flex-direction:column;overflow:hidden}.commerce-mega-card__media{position:relative;display:block;min-height:126px;background-color:#d9ddd9;background-position:center;background-size:cover;overflow:hidden}.commerce-mega-card__media img{width:100%;height:126px;min-height:126px;object-fit:cover}.commerce-mega-card__label{display:flex;min-height:46px;padding:10px 12px;align-items:center;justify-content:space-between;gap:8px;color:var(--ink);background:var(--white);font-size:13px;font-weight:750}.commerce-mega--links{display:grid;min-height:430px;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.commerce-mega-link-column .commerce-mega-link-column__label{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--ink);font-family:var(--display, "Space Grotesk"),"Space Grotesk",sans-serif;font-size:18px}.direction-d-home .commerce-mega-link-column__label{letter-spacing:-.045em;text-wrap:balance}.direction-d-page .commerce-mega-link-column__label{letter-spacing:-.05em}.commerce-mega-link-column a{display:flex;min-height:38px;align-items:center;border-bottom:1px solid var(--line);color:var(--muted);font-size:13px;font-weight:400}.commerce-mega-link-column p:not(.commerce-mega-link-column__label){color:var(--muted);font-size:12px;line-height:1.5}.commerce-nav__trade{display:inline-flex;width:auto;min-height:40px;margin:0;padding:0 22px;align-self:center;align-items:center;justify-content:center;color:var(--white);background:var(--commerce-atlas-green);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.commerce-nav__trade:hover{background:var(--commerce-atlas-green)}@media(max-width:1050px){.commerce-header{--commerce-atlas-width: calc(100vw - 40px) }.commerce-header__main{grid-template-columns:190px 1fr auto;gap:18px}.commerce-header__brand{width:178px}.commerce-header__action>span:not(.commerce-header__count){display:none}.commerce-header__action{min-width:46px}.commerce-nav__link,.commerce-nav__summary{padding:0 12px;font-size:14px;font-weight:700}}@media(max-width:760px){.commerce-header{position:sticky;top:0;height:auto;margin-bottom:0;--commerce-atlas-width: calc(100vw - 28px) }.commerce-header__main{grid-template-columns:minmax(135px,1fr) auto;grid-template-rows:auto;gap:18px;min-height:72px;padding:0}.commerce-header__brand{width:160px}.commerce-search{display:none}.commerce-header__action--account{display:inline-flex}.commerce-nav .commerce-search--mobile{display:grid;width:calc(100% - var(--commerce-mobile-focus-span) + 2px);margin:14px calc(var(--commerce-mobile-focus-inset) - 1px) 6px}.commerce-header__mobile-toggle{display:inline-flex;min-width:50px}.commerce-header__mobile-label{display:none}.commerce-nav{--commerce-mobile-focus-inset: 5px;--commerce-mobile-focus-span: 10px;position:absolute;top:72px;right:0;left:0;display:none;width:100%;height:auto;max-height:calc(100dvh - 72px);overflow-y:auto;border-top:0;background:var(--white);box-shadow:var(--commerce-atlas-shadow)}.commerce-nav.is-scroll-aware,.commerce-nav.is-scroll-hidden{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}.commerce-nav.is-open{display:block}.commerce-nav__inner{display:block;width:100%;height:auto}.commerce-nav__list{display:block;width:100%}.commerce-nav__item{display:block;border-bottom:1px solid var(--line)}.commerce-nav__shop-row{display:grid;width:calc(100% - var(--commerce-mobile-focus-span));margin-inline:var(--commerce-mobile-focus-inset);grid-template-columns:minmax(0,1fr) 54px}.commerce-nav__shop-row>.commerce-nav__details{display:contents}.commerce-nav__link--shop{justify-content:flex-start}.commerce-nav__summary--disclosure{grid-column:2;grid-row:1;min-width:54px;padding:0;justify-content:center}.commerce-nav__shop-row>.commerce-nav__details>.commerce-nav__panel{grid-column:1 / -1}.commerce-nav__item--mobile-account{display:block}.commerce-nav__link,.commerce-nav__summary{display:flex;width:100%;min-height:54px;margin:0;padding:0 18px;justify-content:space-between;font-size:14px;font-weight:700}.direction-d-home .commerce-nav{--commerce-mobile-focus-inset: 6px;--commerce-mobile-focus-span: 12px}.commerce-nav__link,.commerce-nav__summary{width:calc(100% - var(--commerce-mobile-focus-span));margin-inline:var(--commerce-mobile-focus-inset)}.commerce-nav__shop-row .commerce-nav__link--shop,.commerce-nav__shop-row .commerce-nav__summary--disclosure{width:100%;margin:0}.commerce-nav__trade{display:flex;width:auto;min-height:40px;margin:16px}.commerce-nav__panel{position:static;width:100%;min-height:0;border:0;border-top:1px solid var(--line);box-shadow:none}.commerce-mega{width:100%;min-height:0;padding:18px}.commerce-mega--atlas{display:block}.commerce-mega__rail{display:block;margin:0;padding:0 0 16px;border:0}.commerce-mega-tab{width:100%;min-height:51px;border:0}.commerce-mega-tab span:last-child{display:inline}.commerce-mega__content{margin-top:18px}.commerce-mega__heading{display:flex}.commerce-mega__heading>a{display:inline;min-height:0}.commerce-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.commerce-mega-card__media,.commerce-mega-card__media img{height:96px;min-height:96px}.commerce-mega--links{min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media(prefers-reduced-motion:reduce){.commerce-nav.is-scroll-aware{opacity:1!important;visibility:visible!important;pointer-events:auto;transform:none!important;transition:none}}.commerce-collection-page{min-height:760px;padding:26px 0 92px;background:#f8f8f6}.collection-breadcrumb{display:flex;gap:8px;margin:0 0 48px;color:var(--muted);font-size:13px}.collection-breadcrumb a{color:inherit;text-decoration:none}.collection-heading{margin-bottom:42px}.collection-heading__eyebrow{margin:0 0 13px;color:var(--teal-dark);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.collection-heading__title{display:flex;align-items:baseline;gap:16px}.collection-heading h1{margin:0;font-size:clamp(42px,4.2vw,64px);letter-spacing:-.04em;line-height:1}.collection-heading__title>span{color:var(--muted);font-size:13px;font-weight:700}.collection-heading>p,.collection-heading__description{max-width:720px;margin:20px 0 0;color:var(--muted);font-size:16px;line-height:1.65}@media(min-width:1040px){.collection-heading__description{max-width:none;columns:2;column-gap:48px;orphans:2;widows:2}.collection-heading__description>p{break-inside:avoid}}.collection-heading__description>:first-child{margin-top:0}.collection-heading__description>:last-child{margin-bottom:0}.collection-related-links{display:flex;margin:20px 0 0;align-items:baseline;flex-wrap:wrap;gap:10px 18px}.collection-related-links>span{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.collection-related-links ul{display:flex;margin:0;padding:0;flex-wrap:wrap;gap:8px 18px;list-style:none}.collection-related-links a{color:var(--teal-dark);font-size:14px;font-weight:700;text-decoration-thickness:1px;text-underline-offset:4px}.collection-related-links a:hover,.collection-related-links a:focus-visible{color:var(--ink)}.collection-toolbar{position:relative;display:flex;min-height:74px;padding:0 18px;align-items:center;gap:28px;border-left:4px solid var(--teal-dark);background:#f4f3ef}.collection-filter{position:relative}.collection-filter>summary{min-width:90px;cursor:pointer;font-weight:700;list-style:none}.collection-filter>summary::-webkit-details-marker{display:none}.collection-filter>summary:after{display:none;content:none}.collection-filter__summary-icon{display:inline-block;margin-left:8px;color:var(--teal-dark);transition:transform .16s var(--ease)}.collection-filter[open] .collection-filter__summary-icon{transform:rotate(45deg)}.collection-filter__active-count{display:inline-grid;min-width:20px;min-height:20px;margin-left:8px;border-radius:50%;place-items:center;color:var(--white);background:var(--teal-dark);font-size:10px}.collection-filter__panel{position:absolute;z-index:7;top:44px;left:0;width:min(720px,calc(100vw - (var(--side) * 2)));padding:24px;border:1px solid var(--line);background:var(--white);box-shadow:0 16px 36px #234e5024}.collection-filter__groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.collection-filter__empty{max-width:460px}.collection-filter__empty strong{display:block;margin-bottom:7px;font-size:15px}.collection-filter__empty p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.collection-filter__group{min-width:0;margin:0;padding:0;border:0}.collection-filter__group legend{margin-bottom:13px;font-size:13px;font-weight:800}.collection-filter__group>label{display:flex;min-height:34px;align-items:center;gap:8px;color:var(--muted);font-size:13px}.collection-filter__group small{color:#626664;font-size:12px}.collection-filter__price{display:grid;grid-template-columns:1fr 1fr;gap:10px}.collection-filter__price label span{display:block;margin-bottom:5px;color:var(--muted);font-size:12px}.collection-filter__price input{width:100%;min-height:42px;border:1px solid var(--line);padding:0 10px}.collection-filter__actions{display:flex;align-items:center;justify-content:flex-end;gap:18px;margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}.collection-filter__actions>a{color:var(--muted);font-size:13px}.collection-sort{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px}.collection-sort strong{color:var(--ink)}.collection-sort select{min-height:44px;border:0;padding:0 30px 0 0;color:var(--muted);background:transparent}.collection-toolbar__count{margin-left:auto;color:var(--muted);font-size:13px}.collection-view-toggle{display:inline-flex;align-items:center;gap:4px}.collection-view-toggle .visually-hidden{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important}.collection-view-toggle>span{margin-right:5px;font-size:13px;font-weight:700}.collection-view-toggle button{display:inline-grid;width:44px;height:44px;padding:0;border:1px solid transparent;place-items:center;color:var(--muted);background:transparent;cursor:pointer}.collection-view-toggle button:hover,.collection-view-toggle button:focus-visible,.collection-view-toggle button[aria-pressed=true]{border-color:var(--ink);color:var(--ink);background:var(--white)}.collection-view-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.2}.collection-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0}.collection-active-filters:empty{display:none}.collection-active-filters a{padding:7px 10px;border:1px solid var(--line);color:var(--muted);background:var(--white);font-size:12px;text-decoration:none}.collection-toolbar__filter-preview,.collection-toolbar__sort-preview{font-size:14px}.collection-toolbar__filter-preview{font-weight:700}.collection-toolbar__filter-preview span{margin-left:8px;color:var(--teal-dark)}.collection-toolbar__sort-preview{display:flex;gap:10px;color:var(--muted)}.collection-toolbar__sort-preview strong{color:var(--ink)}.catalogue-preview-boundary{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:22px 0;padding:12px 16px;color:var(--teal-dark);background:var(--teal-pale);font-size:13px}.catalogue-preview-boundary strong{font-size:12px;letter-spacing:.08em;text-transform:uppercase}.commerce-product-grid--dense{grid-template-columns:repeat(5,minmax(0,1fr));gap:30px 22px;border:0}.commerce-product-grid--dense[data-grid-density=roomy]{grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 28px}.commerce-product-grid--dense .product-card{border:0;background:transparent}.commerce-product-grid--dense .product-card__media{position:relative;aspect-ratio:1 / 1.05;min-height:0;background:#fff}.commerce-product-grid--dense .product-card__media img{width:100%;height:100%;min-height:0;object-fit:contain;transform:scale(1);transition:transform .36s cubic-bezier(.4,0,.2,1)}.commerce-product-grid--preview .product-card__media img{width:76%;height:76%;object-fit:contain}.commerce-product-grid--dense .product-card__body{min-height:0;padding:15px 0 0}.commerce-product-grid--dense .product-card__type{margin:0 0 7px;font-size:12px;font-weight:400;letter-spacing:0;text-transform:none}.commerce-product-grid--dense .product-card h3{min-height:44px;margin:0;font-family:DM Sans,sans-serif;font-size:17px;line-height:1.3}.commerce-product-grid--dense .product-card__price{margin:10px 0 0;font-size:17px}.product-card__badge{position:absolute;z-index:1;top:12px;left:12px;padding:6px 8px;color:var(--white);background:var(--teal);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.product-card__details{margin:9px 0 0;color:var(--muted);font-size:13px}.commerce-product-grid--dense .product-card__availability{display:flex;align-items:center;gap:7px;margin:12px 0 0;color:var(--muted);font-size:12px;font-weight:400}.commerce-product-grid--dense .product-card__availability:before{width:8px;height:8px;border-radius:50%;background:#9b9d99;content:""}.commerce-product-grid--dense .product-card__availability--available:before{background:#2f8a48}.commerce-product-grid--dense .product-card__availability--soldout:before{background:#9d5436}.product-card__actions{margin-top:14px}.product-card__quick-add,.product-card__view{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--ink);padding:0 14px;color:var(--ink);background:transparent;font-size:12px;font-weight:700;text-decoration:none}.product-card__quick-add:hover,.product-card__view:hover{color:var(--white);background:var(--ink)}@media(hover:hover)and (pointer:fine){.commerce-product-grid--dense .product-card:hover .product-card__media img{transform:scale(1.025)}}@media(max-width:1120px){.commerce-product-grid--dense{grid-template-columns:repeat(4,minmax(0,1fr))}.commerce-product-grid--dense[data-grid-density=roomy]{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){.collection-filter__groups{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-product-grid--dense{grid-template-columns:repeat(3,minmax(0,1fr))}.commerce-product-grid--dense[data-grid-density=roomy]{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.commerce-collection-page{padding-top:20px}.collection-breadcrumb{margin-bottom:30px}.collection-heading{margin-bottom:28px}.collection-heading__title{display:block}.collection-heading h1{font-size:42px}.collection-heading__title>span{display:block;margin-top:9px}.collection-heading>p,.collection-heading__description{margin-top:14px;font-size:15px}.collection-related-links{align-items:flex-start;flex-direction:column;gap:8px}.collection-toolbar{min-height:62px;padding:12px 14px;flex-wrap:wrap;gap:18px}.collection-sort{order:3;width:100%;justify-content:space-between}.collection-sort select{max-width:65%}.collection-filter__panel{width:calc(100vw - 34px);padding:18px}.collection-filter__groups{grid-template-columns:1fr}.collection-toolbar__count{margin-left:auto}.collection-view-toggle{order:2}.catalogue-preview-boundary{display:block;margin:14px 0 18px;line-height:1.5}.catalogue-preview-boundary strong{display:block;margin-bottom:4px}.commerce-product-grid--dense{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.commerce-product-grid--dense[data-grid-density=roomy]{grid-template-columns:1fr;gap:32px}.product-card__badge{top:8px;left:8px;padding:5px 6px;font-size:12px}.commerce-product-grid--preview .product-card__media img{width:82%;height:82%}.commerce-product-grid--dense .product-card h3{min-height:40px;font-size:15px}.product-card__details,.commerce-product-grid--dense .product-card__availability{font-size:12px}.product-card__quick-add,.product-card__view{width:100%}}.commerce-product-page{padding-top:26px}.commerce-product__breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 34px;color:var(--muted);font-size:12px}.commerce-product__breadcrumb a{color:inherit;text-decoration:underline;text-underline-offset:3px}.commerce-product-page .commerce-product{grid-template-columns:minmax(0,1.12fr) minmax(340px,.72fr);align-items:start;gap:clamp(32px,5vw,76px)}.commerce-product__gallery{display:grid;min-width:0;gap:18px}.commerce-product-page .commerce-product__media{display:grid;min-height:0;aspect-ratio:1 / .92;margin:0;place-items:center;background:#efefeb;overflow:hidden}.commerce-product-page .commerce-product__media img{width:100%;height:100%;min-height:0;object-fit:contain}.commerce-product-page .commerce-product__media--empty{min-height:520px;aspect-ratio:auto;padding:32px;color:var(--muted);font-weight:700;text-align:center}.commerce-product__title-block{padding-bottom:24px;border-bottom:1px solid var(--ink)}.commerce-product-page .commerce-product__content h1{max-width:680px;margin:0;font-size:clamp(26px,2.2vw,34px);letter-spacing:-.02em;line-height:1.08}.commerce-product__sku{margin:16px 0 0;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.commerce-product__purchase{margin-top:24px;padding:0;border:0;background:transparent}.commerce-product__purchase-head{padding-bottom:20px}.commerce-product-page .commerce-product__price{margin:0;font-family:DM Sans,sans-serif;font-size:clamp(24px,2.4vw,34px);letter-spacing:-.025em}.commerce-product__price--pending{color:var(--ink)}.commerce-product__tax-note{max-width:500px;margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.commerce-product-page .commerce-product__form{padding:20px 0 0;border:0;border-top:1px solid var(--line)}.commerce-product-page .commerce-product__form .commerce-button{width:100%}.commerce-product__unavailable{padding-top:20px;border-top:1px solid var(--line)}.commerce-product__unavailable strong{display:inline;font-size:15px}.commerce-product__unavailable p{margin:8px 0 0 18px;color:var(--muted);font-size:13px;line-height:1.55}.commerce-product__status-dot{display:inline-block;width:9px;height:9px;margin-right:7px;border-radius:50%;background:#a46643}.commerce-product__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.commerce-button--light{color:var(--ink);background:transparent}.commerce-button--light:hover{color:var(--white)}.commerce-product-page .commerce-product__description{margin:28px 0 0;font-size:15px;line-height:1.7}.commerce-product-page .commerce-product__description>:first-child{margin-top:0}.commerce-product-page .commerce-product__description>:last-child{margin-bottom:0}.commerce-product__collection-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line);font-size:12px}.commerce-product__collection-links>span{margin-right:2px;color:var(--muted);font-weight:700}.commerce-product__collection-links a{padding:7px 9px;border:1px solid var(--line);background:var(--white);text-decoration:none}.commerce-product__decision,.commerce-product__related{margin-top:clamp(72px,9vw,126px);padding-top:30px;border-top:1px solid var(--ink)}.commerce-product__section-head{display:grid;max-width:900px;grid-template-columns:minmax(150px,.35fr) minmax(0,1fr);gap:34px;margin-bottom:36px}.commerce-product__section-head h2{margin:0;font-size:clamp(34px,4.4vw,58px);letter-spacing:-.04em;line-height:1.02}.commerce-product__section-head--row{max-width:none;grid-template-columns:minmax(0,1fr) auto;align-items:end}.commerce-product__section-head--row>a{color:var(--ink);font-size:13px;font-weight:800}.commerce-product__spec-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.commerce-product__spec-grid>div{min-height:132px;padding:18px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white)}.commerce-product__spec-grid dt{color:var(--muted);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.commerce-product__spec-grid dd{margin:14px 0 0;font-size:15px;font-weight:700;line-height:1.45}.commerce-product__accordions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:38px;border-top:1px solid var(--ink);border-left:1px solid var(--ink)}.commerce-product__accordions details{min-height:76px;border-right:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white)}.commerce-product__accordions summary{display:flex;min-height:75px;padding:18px;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-size:15px;font-weight:800;list-style:none}.commerce-product__accordions summary::-webkit-details-marker{display:none}.commerce-product__accordions summary:after{content:"+";color:var(--teal-dark);font-size:20px}.commerce-product__accordions details[open] summary:after{content:"\2212"}.commerce-product__accordions details>div{padding:0 18px 22px;color:var(--muted);font-size:14px;line-height:1.65}.commerce-product__accordions details>div p{margin-top:0}.commerce-product__accordions details>div a{color:var(--ink);font-weight:800}.commerce-product-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}.commerce-empty .commerce-product__actions{margin-top:26px}@media(max-width:980px){.commerce-product-page .commerce-product{grid-template-columns:1fr}.commerce-product__spec-grid,.commerce-product-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}}[data-product-section]{transition:opacity .16s ease}[data-product-section].is-product-loading{opacity:.48;pointer-events:none}.commerce-product__gallery-stage,.commerce-product__media-panel--texture .commerce-product__zoom-trigger,.commerce-product__thumb{background:#fff}.commerce-product__media-panel--texture .commerce-product__zoom-trigger{display:flex;padding:clamp(24px,4vw,58px);align-items:center;justify-content:center}.commerce-product__media-panel--texture .commerce-product__zoom-trigger img{width:100%;height:100%;object-fit:contain}.commerce-product__media-panel--scene .commerce-product__zoom-trigger{padding:0;background:#e8e7e1}.commerce-product__media-panel--scene .commerce-product__zoom-trigger img{object-fit:cover;filter:none}.commerce-product__thumb{padding:6px}.commerce-product__thumb img{object-fit:contain}.commerce-product__options{margin-top:22px;border-top:1px solid var(--line)}.commerce-product__option-row{display:grid;padding:14px 0;border-bottom:1px solid var(--line);grid-template-columns:76px minmax(0,1fr);align-items:start;gap:12px}.commerce-product__option-label{padding-top:10px;color:var(--muted);font:700 12px/1.35 var(--body)}.commerce-product__option-values{display:flex;flex-wrap:wrap;gap:8px}.commerce-product__option-chip{display:inline-flex;min-height:38px;padding:8px 11px;border:1px solid var(--line);align-items:center;gap:8px;color:var(--ink);background:var(--white);font:700 12px/1.25 var(--body);text-decoration:none}a.commerce-product__option-chip:hover,a.commerce-product__option-chip:focus-visible,.commerce-product__option-chip.is-selected{border-color:var(--teal-dark)}.commerce-product__option-chip--colour{padding:4px 9px 4px 4px}.commerce-product__option-chip--colour img{width:34px;height:34px;border:1px solid #deddd6;object-fit:cover}.commerce-product__purchase{padding:0}.commerce-quantity{margin:0 0 20px;padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.commerce-quantity__head,.commerce-quantity__total{display:flex;align-items:center;justify-content:space-between;gap:14px}.commerce-quantity__head>strong{font:800 14px/1.3 var(--body)}.commerce-quantity__mode{display:inline-flex;border:1px solid var(--line);padding:2px;background:#f1f1ed}.commerce-quantity__mode button{min-width:44px;min-height:44px;padding:0 10px;border:0;color:var(--muted);background:transparent;cursor:pointer;font:800 12px/1 var(--body)}.commerce-quantity__mode button.is-active{color:var(--white);background:var(--teal-dark)}.commerce-quantity__control{display:grid;height:54px;margin-top:16px;border:1px solid var(--ink);grid-template-columns:50px minmax(0,1fr) 50px}.commerce-quantity__control>button{padding:0;border:0;color:var(--ink);background:transparent;cursor:pointer;font:500 22px/1 var(--body)}.commerce-quantity__control>button:first-child{border-right:1px solid var(--line)}.commerce-quantity__control>button:last-child{border-left:1px solid var(--line)}.commerce-quantity__control label{display:flex;min-width:0;align-items:center;justify-content:center;gap:7px}.commerce-quantity__control input{width:82px;padding:0;border:0;color:var(--ink);background:transparent;font:800 17px/1 var(--body);text-align:right;-webkit-appearance:textfield;appearance:textfield}.commerce-quantity__control input::-webkit-inner-spin-button,.commerce-quantity__control input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.commerce-quantity__control label>span:last-child{min-width:46px;color:var(--muted);font:700 13px/1 var(--body);text-align:left}.commerce-quantity__summary,.commerce-quantity__assumption{margin:9px 0 0;color:var(--muted);font:500 12px/1.5 var(--body)}.commerce-quantity__summary strong{color:var(--ink)}.commerce-quantity__wastage{display:flex;margin-top:16px;align-items:center;gap:9px;cursor:pointer;font:600 12px/1.4 var(--body)}.commerce-quantity__wastage input{width:18px;height:18px;accent-color:var(--teal-dark)}.commerce-quantity__calculator-link{margin-top:13px;padding:0;border:0;color:var(--teal-dark);background:transparent;cursor:pointer;font:800 12px/1.4 var(--body);text-decoration:underline;text-underline-offset:3px}.commerce-quantity__total{margin-top:18px;padding-top:16px;border-top:1px solid var(--line);align-items:flex-end}.commerce-quantity__total span{font:800 13px/1.3 var(--body)}.commerce-quantity__total strong{max-width:180px;font:800 13px/1.3 var(--body);text-align:right}.commerce-product-page .commerce-product__decision{margin-top:52px;padding-top:0;border-top:0}.commerce-product__accordions.commerce-product__accordions--pdp{margin-top:0;border-top:1px solid var(--line);border-left:0}.commerce-product__accordions--pdp details{min-height:0;border-right:0;border-bottom:1px solid var(--line);border-left:0;background:transparent}.commerce-product__accordions--pdp summary{min-height:62px;padding:19px 44px 19px 0;font:800 15px/1.4 var(--body)}.commerce-product__accordions--pdp summary:after{width:0;height:0;border-top:6px solid var(--teal-dark);border-right:5px solid transparent;border-left:5px solid transparent;content:"";transform:rotate(0);transition:transform .18s ease}.commerce-product__accordions--pdp details[open] summary:after{content:"";transform:rotate(180deg)}.commerce-product__accordions--pdp details>div{padding:0 0 24px;color:var(--muted);font:400 14px/1.68 var(--body)}.commerce-product__accordions--pdp .commerce-product__spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));border:0;border-top:1px solid var(--line)}.commerce-product__accordions--pdp .commerce-product__spec-grid>div{min-height:0;padding:14px 14px 14px 0;border:0;border-bottom:1px solid var(--line);background:transparent}.commerce-product__accordions--pdp .commerce-product__spec-grid dt,.commerce-product__accordions--pdp .commerce-product__spec-grid dd{font-family:var(--body)}.commerce-sample-card{position:relative}.commerce-sample-card__remove{position:absolute;z-index:2;top:5px;right:5px;display:grid;width:28px;height:28px;padding:0;border:0;border-radius:50%;place-items:center;color:var(--muted);background:transparent;cursor:pointer;font:500 18px/1 var(--body);transition:color .18s ease}.commerce-sample-card__remove:hover,.commerce-sample-card__remove:focus-visible{color:var(--ink)}.commerce-sample-tray{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:stretch}.commerce-sample-card--slot{display:grid;grid-template-rows:auto auto;align-content:start;gap:8px;padding:10px;border:1px solid var(--line);background:var(--white)}.commerce-sample-card__media{display:block;width:100%;aspect-ratio:1 / 1;border-radius:4px;background:#fff center / cover no-repeat}.commerce-sample-card__copy strong{display:block;overflow:hidden;color:var(--ink);font:500 13px/1.3 var(--body);text-overflow:ellipsis;white-space:nowrap}.commerce-sample-card__copy span{display:block;overflow:hidden;color:var(--muted);font:400 12px/1.35 var(--body);text-overflow:ellipsis;white-space:nowrap}@media(max-width:1180px){.commerce-sample-tray{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.commerce-sample-tray{grid-template-columns:repeat(2,minmax(0,1fr))}}.commerce-sample-card--slot.is-empty{border-style:dashed;background:transparent}.commerce-sample-card--slot.is-empty .commerce-sample-card__copy strong{color:var(--muted);font-weight:400}.commerce-sample-card--slot.is-pending .commerce-sample-card__copy span{color:#8a6d3b}.commerce-sample-drawer__summary{display:grid;gap:2px}.commerce-sample-drawer__summary span{color:var(--muted);font:400 13px/1.4 var(--body)}.commerce-sample-drawer__summary strong{color:var(--ink);font:500 14px/1.4 var(--body)}.commerce-product__cart-button,.commerce-product__sample-button{--pdp-cta: #806940;display:inline-flex;width:100%;min-height:52px;align-items:center;justify-content:center;border-radius:999px;font-size:14px;letter-spacing:.01em;text-decoration:none}.commerce-product__cart-button{margin-top:16px;border:1px solid var(--pdp-cta);color:var(--white);background:var(--pdp-cta);transition:background .18s ease,border-color .18s ease}.commerce-product__cart-button:hover:not([disabled]){border-color:#705b38;background:#705b38}.commerce-product__cart-button[disabled]{border-color:var(--line);color:var(--muted);background:transparent;cursor:not-allowed}.commerce-product__sample-button{border:1px solid var(--teal-dark);color:var(--teal-dark);background:transparent;transition:color .18s ease,background .18s ease}.commerce-product__sample-button:hover{color:var(--white);background:var(--teal-dark)}.commerce-product__actions{display:grid;gap:10px}.commerce-product-grid--related{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px 18px}.commerce-product-grid--related .product-card__media{min-height:0;aspect-ratio:4 / 3}.commerce-product-grid--related .product-card__media img{min-height:0;height:100%}.commerce-product-grid--related .product-card__body{padding-top:10px;gap:4px}.commerce-product-grid--related .product-card h3{font-size:15px;line-height:1.3}.commerce-product-grid--related .product-card__type{font-size:11px}.commerce-product-grid--related .product-card__price{font-size:14px}@media(max-width:1120px){.commerce-product-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:860px){.commerce-product-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.commerce-product-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}}.commerce-product__recent[hidden]{display:none}.commerce-product__recent .commerce-text-button{align-self:center}.commerce-product__cart-note{margin:8px 0 0;color:var(--muted);font:400 13px/1.5 var(--body)}.commerce-product__cart-form{display:contents}.commerce-product__price-unit{margin:6px 0 0;color:var(--muted);font:400 13px/1.5 var(--body)}.commerce-product__availability{display:flex;align-items:center;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line);color:var(--ink);font:500 13px/1.4 var(--body)}.commerce-product__availability span:last-child{margin-left:auto;color:var(--muted);font-weight:400;letter-spacing:.04em}.commerce-product__status-dot--ok{width:8px;height:8px;border-radius:50%;background:#2e7d5b}.commerce-product__spec-source ul{margin:0 0 18px;padding:0;list-style:none}.commerce-product__spec-source li{padding:14px 14px 14px 0;border-bottom:1px solid var(--line);color:var(--muted);font:400 14px/1.5 var(--body)}.commerce-product__spec-source li strong{color:var(--ink);font-weight:500}.commerce-product__spec-source h2{display:none}.commerce-product__spec-caveat{margin:-6px 0 18px;color:var(--muted);font:400 13px/1.5 var(--body)}.commerce-sample-empty{display:grid;min-height:136px;padding:10px;border:1px dashed var(--line);place-items:center;color:var(--muted);background:#ffffff73;font:700 11px/1.35 var(--body)}.commerce-sample-empty[hidden],.commerce-sample-card[hidden],.commerce-sample-drawer__action[hidden]{display:none}.commerce-calculator-open{overflow:hidden}.commerce-calculator-layer{position:fixed;z-index:160;top:0;right:0;bottom:0;left:0;pointer-events:none;visibility:hidden}.commerce-calculator-layer.is-open{pointer-events:auto;visibility:visible}.commerce-calculator-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#0d1b1775;opacity:0;transition:opacity .22s ease}.commerce-calculator-layer.is-open .commerce-calculator-backdrop{opacity:1}.commerce-calculator-panel{position:absolute;top:0;right:0;bottom:0;width:min(92vw,460px);padding:56px 38px 36px;color:var(--ink);background:#f7f6f1;box-shadow:-24px 0 70px #101f1a2e;overflow-y:auto;transform:translate(105%);transition:transform .28s cubic-bezier(.22,.75,.25,1)}.commerce-calculator-layer.is-open .commerce-calculator-panel{transform:none}.commerce-calculator-panel__close{position:absolute;top:14px;right:16px;display:grid;width:40px;height:40px;padding:0;border:1px solid var(--line);place-items:center;color:var(--ink);background:var(--white);cursor:pointer;font:300 28px/1 var(--body)}.commerce-calculator-panel h2{margin:10px 0 16px;font-family:var(--display);font-size:clamp(34px,4vw,52px);letter-spacing:-.045em;line-height:.98}.commerce-calculator-panel>p:not(.commerce-page__eyebrow){color:var(--muted);font:400 13px/1.6 var(--body)}.commerce-calculator-fields{display:grid;margin-top:28px;gap:18px}.commerce-calculator-fields>label{display:grid;color:var(--ink);font:800 12px/1.35 var(--body);gap:8px}.commerce-calculator-fields label>span{display:flex;align-items:center;gap:8px}.commerce-calculator-fields input,.commerce-calculator-fields select{width:100%;min-height:48px;padding:0 13px;border:1px solid var(--line);color:var(--ink);background:var(--white);font:700 15px/1 var(--body)}.commerce-calculator-fields label>span input{flex:1}.commerce-calculator-result{display:grid;margin:28px 0 20px;padding:20px 0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);gap:7px}.commerce-calculator-result span,.commerce-calculator-result small{color:var(--muted);font:600 11px/1.4 var(--body)}.commerce-calculator-result strong{font:800 30px/1.1 var(--body)}.commerce-calculator-panel>.commerce-button{width:100%}.commerce-calculator-note{margin-top:16px;font-size:11px!important}@media(max-width:600px){.commerce-product__media-panel--texture .commerce-product__zoom-trigger{padding:24px}.commerce-product__option-row{grid-template-columns:1fr}.commerce-product__option-label{padding-top:0}.commerce-product__purchase{padding:18px}.commerce-product__accordions--pdp .commerce-product__spec-grid{grid-template-columns:1fr}.commerce-calculator-panel{width:100%;padding:56px 22px 28px}}@media(prefers-reduced-motion:reduce){[data-product-section],.commerce-product__accordions--pdp summary:after,.commerce-calculator-backdrop,.commerce-calculator-panel{transition:none}}.commerce-page__inner.commerce-product-page__inner{width:min(100% - 40px,1540px);max-width:1540px}.commerce-product-page .commerce-product.commerce-product--editorial{grid-template-columns:minmax(0,1fr) minmax(340px,420px);gap:clamp(32px,4vw,72px);align-items:start}.commerce-product__accordions.commerce-product__accordions--pdp{display:block}@media(max-width:1100px){.commerce-product-page .commerce-product.commerce-product--editorial{grid-template-columns:minmax(0,1fr) minmax(310px,370px);gap:32px}}@media(max-width:980px){.commerce-page__inner.commerce-product-page__inner{width:min(100% - 28px,760px)}.commerce-product-page .commerce-product.commerce-product--editorial{grid-template-columns:1fr}}@media(max-width:600px){.commerce-product-page{padding-top:18px}.commerce-product__breadcrumb{margin-bottom:24px}.commerce-product-page .commerce-product__media,.commerce-product-page .commerce-product__media img,.commerce-product-page .commerce-product__media--empty{min-height:0}.commerce-product-page .commerce-product__media--empty{min-height:360px}.commerce-product-page .commerce-product__content h1{font-size:42px}.commerce-product__purchase{padding:18px}.commerce-product__actions,.commerce-empty .commerce-product__actions{display:grid;grid-template-columns:1fr}.commerce-product__actions .commerce-button{width:100%}.commerce-product__section-head,.commerce-product__section-head--row{display:block}.commerce-product__section-head--row>a{display:inline-block;margin-top:16px}.commerce-product__spec-grid,.commerce-product__accordions{grid-template-columns:1fr}.commerce-product__spec-grid>div{min-height:105px}.commerce-product-grid--related{grid-template-columns:repeat(2,minmax(0,1fr))}}.collection-scene{margin:0 0 32px}.collection-scene img{display:block;width:100%;height:auto;aspect-ratio:21 / 9;object-fit:cover}@media(max-width:760px){.collection-scene img{aspect-ratio:16 / 10}}.commerce-product__thumb--scene{padding:0}.commerce-product__thumb--scene img{object-fit:cover}.product-card__media{position:relative}.product-card .product-card__media img.product-card__scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;min-height:0;object-fit:cover;opacity:0;pointer-events:none;transition:opacity .32s cubic-bezier(.4,0,.2,1)}@media(hover:hover)and (pointer:fine){.product-card[data-card-scene-state=ready] .product-card__media:hover img.product-card__scene{opacity:1}}@media(prefers-reduced-motion:reduce){.product-card .product-card__media img.product-card__scene{transition:none}}.commerce-product__case-link{color:inherit;text-decoration:underline;text-underline-offset:3px}.commerce-product__case-link:hover,.commerce-product__case-link:focus-visible{text-decoration-thickness:2px}.design-011-room-rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.design-011-room-card{min-width:0;overflow:hidden;color:var(--ink);background:var(--paper)}.design-011-room-card__media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#d8d2c6}.tile-collection-image-link{display:block;color:inherit;text-decoration:none}.tile-collection-image-link:focus-visible{outline:3px solid #ef724c;outline-offset:3px}.design-011-room-card__media img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .42s cubic-bezier(.2,.65,.3,1)}.design-011-room-card:nth-child(2) .design-011-room-card__media img{object-position:50% 48%}.design-011-room-card__media>span{position:absolute;top:12px;left:12px;padding:7px 9px;color:var(--teal-dark);background:#f4f3eff0;font-family:var(--body);font-size:12px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.design-011-room-card__copy{position:relative;min-height:126px;padding:20px 16px 18px}.design-011-room-card__number{display:block;margin-bottom:16px;color:#965036;font-family:var(--body);font-size:12px;font-weight:700;letter-spacing:.08em}.design-011-room-card__copy h3{margin-bottom:9px;color:var(--teal-dark);font-size:clamp(20px,1.8vw,26px);line-height:1.05}.design-011-room-card__copy p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.45}@media(hover:hover)and (pointer:fine){.design-011-room-card:hover .design-011-room-card__media img{transform:scale(1.025)}}.design-011-room-footer{display:flex;align-items:flex-start;justify-content:flex-end;gap:24px;margin-top:30px}.design-011-room-footer:has(p){justify-content:space-between}.design-011-room-footer p{max-width:760px;margin:0;color:#ffffffc7;font-size:14px;line-height:1.6}.design-011-room-footer__link{flex:0 0 auto;min-height:44px;padding:11px 0 8px;color:var(--white);border-bottom:1px solid currentColor;font-family:var(--body);font-size:14px;font-weight:700;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}@media(max-width:1100px){.design-011-room-rail{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;padding:0 0 12px;scroll-snap-type:x mandatory;scrollbar-width:thin}.design-011-room-card{flex:0 0 min(270px,68vw);scroll-snap-align:start}}@media(max-width:720px){.design-011-room-card{flex-basis:78vw}.design-011-room-card__copy{min-height:118px}.design-011-room-footer{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.design-011-room-card__media img{transform:none;transition:none}}.material-preview{color:var(--ink);background:var(--paper)}.material-preview__lead h2{color:var(--ink)}.material-preview .eyebrow,.material-preview__status,.material-preview__note{color:var(--muted)}.material-preview__link{color:var(--teal-dark)}.material-preview :focus-visible{outline-color:var(--teal-dark)}.material-preview__card{overflow:visible;border:0;border-radius:0;box-shadow:none;background:transparent;transition:transform .26s ease}.material-preview__figure{border-radius:12px;background:#e8e7e1}.material-preview__figure img{padding:0;object-fit:cover;transition:transform .4s cubic-bezier(.38,.41,.27,1)}.commerce-product-grid .product-card{overflow:hidden;border-radius:14px}.material-preview__figure{transition:box-shadow .4s cubic-bezier(.38,.41,.27,1)}.material-preview__card:hover .material-preview__figure,.material-preview__card:focus-within .material-preview__figure{box-shadow:0 10px 24px #10221c24}.material-preview__figure:hover img,.material-preview__card:focus-within .material-preview__figure img{transform:scale(1.03)}.material-preview__copy{position:relative;display:flex;align-items:center;gap:10px;transition:transform .26s ease}.material-preview__copy strong{flex:1 1 auto;min-width:0}.material-preview__copy:after{content:"\2192";flex:0 0 auto;color:var(--teal-dark);font-size:15px;line-height:1;opacity:0;transform:translate(-6px);transition:opacity .26s ease,transform .26s ease}.material-preview__card:hover .material-preview__copy:after,.material-preview__card:focus-within .material-preview__copy:after{opacity:1;transform:translate(0)}.material-preview__lead h2,.section-block .section-head h2{color:var(--teal-dark);font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:clamp(34px,3.8vw,52px);font-weight:400;letter-spacing:-.018em;line-height:1.04}.commerce-product-grid .product-card h3,.commerce-product-grid .product-card h2{color:var(--teal-dark);font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.32}.commerce-product-grid .product-card .product-card__price,.commerce-product-grid .product-card [class*=price]{color:var(--muted);font-size:14px;font-weight:500}.material-preview__copy strong{color:var(--teal-dark);font-family:inherit;font-size:15px;font-weight:600;letter-spacing:-.01em}.material-preview__copy{padding:12px 0 0}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:28px}.section-head__link,.material-preview__viewall{min-height:44px;display:inline-flex;align-items:center;flex:0 0 auto;gap:8px;color:var(--teal-dark);font-size:13px;font-weight:700;letter-spacing:.04em;text-decoration:none;text-transform:uppercase}.section-head__link:after,.material-preview__viewall:after{content:"\2192";transition:transform .22s ease}.section-head__link:hover:after,.material-preview__viewall:hover:after{transform:translate(4px)}.home-band{padding:clamp(48px,6vw,84px) 0;background:var(--teal-pale)}.home-band--quiet{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.home-band__inner{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(28px,5vw,72px);align-items:center}.home-band__lead h2{margin:0 0 12px;color:var(--teal-dark);font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:clamp(28px,3vw,40px);font-weight:400;letter-spacing:-.018em;line-height:1.08}.home-band__lead p{max-width:460px;margin:0;color:var(--muted)}.home-band__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;padding:1px;background:var(--line);list-style:none}.home-band__steps li{display:flex;flex-direction:column;gap:7px;padding:22px 20px;background:var(--white)}.home-band__steps span{color:#9a5439;font-size:12px;font-weight:700;letter-spacing:.1em}.home-band__steps strong{font-size:17px;font-weight:600}.home-band__steps small{color:var(--muted);font-size:13px;line-height:1.45}.home-band__steps a{min-height:44px;display:inline-flex;align-items:center;margin-top:auto;color:var(--teal-dark);font-size:13px;font-weight:700;text-underline-offset:4px}@media(max-width:900px){.home-band__inner,.home-band__steps{grid-template-columns:1fr}}@media(max-width:620px){.section-head{align-items:flex-start;flex-direction:column;gap:10px}}@media(prefers-reduced-motion:reduce){.material-preview__card,.material-preview__copy,.material-preview__copy:after,.section-head__link:after,.material-preview__viewall:after{transition:none}}html{scrollbar-gutter:stable}.commerce-collection-page{background:var(--white)}.commerce-product-grid .product-card{overflow:visible;border-radius:0}.commerce-product-grid .product-card__media{display:block;overflow:hidden;border-radius:14px}.product-card__quick-add,.product-card__view{cursor:pointer}.editorial-blog-hero h1{margin-inline:auto}.commerce-cart-drawer__remove{display:inline-flex;width:44px;height:44px;min-height:44px;margin-left:6px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:3px;color:var(--muted);text-decoration:none;vertical-align:middle;transition:color .16s ease,border-color .16s ease,background-color .16s ease}.commerce-cart-drawer__remove svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.commerce-cart-drawer__remove:hover,.commerce-cart-drawer__remove:focus-visible{color:var(--ink);border-color:var(--line);background:#1118150a}.commerce-cart-drawer__remove[disabled]{opacity:.45;cursor:progress}.commerce-cart-drawer__item-copy input[name="updates[]"]{vertical-align:middle}.commerce-cart-drawer__status{margin:0 0 14px;padding:10px 12px;border-left:3px solid var(--teal-dark);color:var(--ink);background:#234e500f;font-size:13px;line-height:1.45}.commerce-cart-drawer__status:empty{display:none}.commerce-cart-drawer__status[data-tone=warn]{border-left-color:#8a6d1f;background:#8a6d1f14}.commerce-cart-drawer__status[data-tone=error]{border-left-color:#a3352b;color:#7d2820;background:#a3352b14}@media(prefers-reduced-motion:reduce){.commerce-cart-drawer__remove{transition:none}}.product-card__actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.product-card__form{display:inline-flex}.product-card__sample{display:inline-flex;min-height:44px;padding:0 12px;align-items:center;border:1px solid var(--line);color:var(--teal-dark);background:transparent;cursor:pointer;font:inherit;font-size:12px;font-weight:700;transition:border-color .16s ease,background-color .16s ease}.product-card__sample:hover,.product-card__sample:focus-visible{border-color:var(--teal-dark);background:#234e500f}@media(prefers-reduced-motion:reduce){.product-card__sample{transition:none}}.commerce-cart-layer .commerce-cart-drawer{visibility:hidden;transition:transform .22s cubic-bezier(.22,.75,.25,1),visibility 0s linear .22s}.commerce-cart-layer.is-open .commerce-cart-drawer{visibility:visible;transition-delay:0s}@media(max-width:760px){.commerce-header .commerce-header__main{grid-template-columns:minmax(0,1fr) auto}.commerce-header .commerce-header__brand{width:100%;min-width:0;max-width:160px}}@media(max-width:360px){.commerce-header .commerce-header__main{gap:12px}.commerce-header .commerce-header__brand{max-width:132px}.commerce-header .commerce-header__action{min-width:44px;padding:6px;gap:5px}.commerce-header .commerce-header__mobile-toggle{width:44px;min-width:44px;padding:6px}}.commerce-page.commerce-page--cart-empty{padding-block:clamp(36px,5vw,64px) clamp(56px,7vw,96px)}.commerce-page--cart-empty .commerce-page__heading--compact{display:block;padding-bottom:0;border-bottom:0}.commerce-page--cart-empty .commerce-page__heading h1{max-width:720px;font-size:clamp(32px,3.4vw,44px);font-weight:500;letter-spacing:-.035em;line-height:1.12}.commerce-page--cart-empty .commerce-empty{padding:20px 0 0;border:0;background:transparent}.commerce-page--cart-empty .commerce-empty p{max-width:540px;margin:0 0 24px}.commerce-page--cart-empty .commerce-empty p:last-child{margin-bottom:0}.commerce-page--cart-empty .commerce-empty .commerce-button{display:inline-flex;min-height:48px;padding:13px 22px;align-items:center;font-size:14px;text-decoration:none}.not-found-page .all-pages-hero--not-found{border-bottom:0;background:var(--paper)}.not-found-page .all-pages-hero--not-found .all-pages-hero__inner{min-height:0;padding-block:clamp(40px,4.5vw,60px) clamp(18px,2vw,24px)}.not-found-page .all-pages-hero--not-found .eyebrow{margin-bottom:14px}.not-found-page .all-pages-hero--not-found h1{max-width:720px;margin:0 0 16px;font-size:clamp(32px,4vw,46px);font-weight:500;letter-spacing:-.035em;line-height:1.12}.not-found-page .all-pages-hero--not-found .lede{max-width:52ch;margin-bottom:24px;font-size:clamp(16px,1.2vw,18px)}.not-found-page .all-pages-hero--not-found .hero-actions{gap:12px}.not-found-page .all-pages-hero--not-found .hero-actions .button{padding:13px 22px;font-size:14px}.not-found-page .section--white{padding-block:clamp(12px,1.6vw,20px) clamp(48px,6vw,72px);background:transparent}.not-found-page .all-pages-grid--not-found{display:block;padding:0;background:transparent}.not-found-page .all-pages-grid--not-found article{display:grid;max-width:880px;grid-template-columns:240px minmax(0,1fr);gap:24px;align-items:center;padding:10px 0;border-top:1px solid var(--line);background:transparent}.not-found-page .all-pages-grid--not-found h2{margin:0;font-size:18px;letter-spacing:-.015em;line-height:1.45}.not-found-page .all-pages-grid--not-found h2 a{margin-top:0;text-decoration:underline;text-underline-offset:4px}.not-found-page .all-pages-grid--not-found p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}@media(max-width:760px){.not-found-page .all-pages-grid--not-found article{display:block;padding:8px 0 14px}.not-found-page .all-pages-grid--not-found h2{margin-bottom:2px;font-size:17px}.not-found-page .all-pages-grid--not-found p{font-size:13px}}body.direction-d-home #rooms .material-preview__rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;overflow:visible;padding-right:0;scroll-snap-type:none}body.direction-d-home #rooms .material-preview__card{width:auto;min-width:0;flex:none}body.direction-d-home #rooms .tile-collection-image-link{display:flex;height:100%;align-items:center;gap:12px;padding:10px;border:1px solid var(--line);border-radius:14px;background:var(--white);transition:border-color .18s var(--ease)}body.direction-d-home #rooms .material-preview__card:hover .tile-collection-image-link,body.direction-d-home #rooms .material-preview__card:focus-within .tile-collection-image-link{border-color:var(--teal-dark)}body.direction-d-home #rooms .material-preview__card:hover .material-preview__figure,body.direction-d-home #rooms .material-preview__card:focus-within .material-preview__figure{box-shadow:none}body.direction-d-home #rooms .material-preview__figure{flex:0 0 56px;width:56px;height:56px;margin:0;aspect-ratio:1;border-radius:8px}body.direction-d-home #rooms .material-preview__copy{min-width:0;padding:0}body.direction-d-home #rooms .material-preview__copy strong{overflow:visible;line-height:1.3;text-overflow:clip;white-space:normal}body.direction-d-home #rooms .pass101-shape-thumb{background:var(--white)}body.direction-d-home #rooms .pass101-shape-thumb img{padding:3px;object-fit:contain}body.direction-d-home .pass101-home-group .commerce-product-grid--dense{grid-template-columns:repeat(4,minmax(0,1fr))}body.direction-d-home .pass101-more{margin-top:26px}body.direction-d-home .pass101-more__summary{display:block;width:max-content;max-width:100%;margin:0 auto;cursor:pointer;list-style:none}body.direction-d-home .pass101-more__summary::-webkit-details-marker{display:none}body.direction-d-home .pass101-more__summary:after{display:none;content:none}body.direction-d-home .pass101-more__control{display:flex;min-height:48px;padding:12px 22px;align-items:center;justify-content:center;gap:12px;border:1px solid var(--ink);color:var(--ink);background:var(--white);font-size:14px;font-weight:700;text-align:center;transition:border-color .18s ease,color .18s ease}body.direction-d-home .pass101-more__summary:hover .pass101-more__control{color:var(--teal-dark);border-color:var(--teal-dark)}body.direction-d-home .pass101-more__label--open,body.direction-d-home .pass101-more[open] .pass101-more__label--closed{display:none}body.direction-d-home .pass101-more[open] .pass101-more__label--open{display:inline}body.direction-d-home .pass101-more__grid{margin-top:26px}body.direction-d-home .pass101-more__icon{display:inline-block;flex:0 0 auto;color:var(--teal-dark);font-size:17px;line-height:1;transition:transform .16s var(--ease)}body.direction-d-home .pass101-more[open] .pass101-more__icon{transform:rotate(45deg)}body.direction-d-home .pass101-samples{margin-top:clamp(28px,3.4vw,44px)}body.direction-d-home .pass101-samples__details{border-top:1px solid var(--line);border-top-color:color-mix(in srgb,var(--teal-dark) 26%,transparent)}body.direction-d-home .pass101-samples__inner{margin-top:18px;margin-bottom:18px;padding:clamp(16px,2vw,26px);background:var(--paper);border-radius:14px}body.direction-d-home .pass101-samples__inner .home-band__lead h3{margin:0 0 12px;color:var(--teal-dark);font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:clamp(21px,1.8vw,24px);font-weight:400;letter-spacing:-.018em;line-height:1.08}@media(max-width:980px){body.direction-d-home #rooms .material-preview__rail{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){body.direction-d-home .pass101-home-group .commerce-product-grid--dense{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){body.direction-d-home #rooms .material-preview__rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}body.direction-d-home #rooms .tile-collection-image-link{gap:8px;padding:8px;border-radius:12px}body.direction-d-home #rooms .material-preview__figure{flex-basis:44px;width:44px;height:44px}body.direction-d-home #rooms .material-preview__copy strong{font-size:13px}}@media(max-width:600px){body.direction-d-home .pass101-home-group .commerce-product-grid--dense{grid-template-columns:repeat(2,minmax(0,1fr))}body.direction-d-home .pass101-more__summary{width:100%}}@media(max-width:360px){body.direction-d-home #rooms .material-preview__figure{flex-basis:36px;width:36px;height:36px}body.direction-d-home #rooms .material-preview__copy strong{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/142/assets/home-bundle.css.map */
