:root{--page-width: 1240px;--spacing-page: clamp(18px, 4vw, 56px);--color-background: #faf8f3;--color-text: #22231f;--color-accent: #55633f;--color-secondary: #9f6d4f;--color-surface: #ffffff;--color-border: color-mix(in srgb, var(--color-text) 14%, transparent);--shadow-soft: 0 18px 45px rgba(35, 35, 28, .09);--font-heading: Georgia, "Times New Roman", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{padding-bottom:0;scroll-behavior:smooth}body{margin:0;color:var(--color-text);background:var(--color-background);font-family:var(--font-body);font-size:16px;line-height:1.5}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.skip-link{position:absolute;left:12px;top:12px;z-index:100;transform:translateY(-150%);padding:10px 14px;background:var(--color-text);color:#fff}.skip-link:focus{transform:translateY(0)}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-width{width:min(100% - (var(--spacing-page) * 2),var(--page-width));margin-inline:auto}.button,.shopify-payment-button__button,button.shopify-payment-button__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--color-accent);border-radius:4px;background:var(--color-accent);color:#fff;cursor:pointer;font-weight:700;line-height:1;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.button:hover,.shopify-payment-button__button:hover{transform:translateY(-1px);background:var(--color-text);border-color:var(--color-text)}.button--secondary{background:transparent;color:var(--color-accent)}.button--secondary:hover{color:#fff}.section{padding-block:clamp(42px,7vw,84px)}.section__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.eyebrow{margin:0 0 8px;color:var(--color-secondary);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section-title,.rich-text h1,.rich-text h2,.product__title{margin:0;font-family:var(--font-heading);font-weight:500;line-height:1.05}.section-title{font-size:clamp(32px,5vw,56px)}.rte{color:color-mix(in srgb,var(--color-text) 78%,transparent)}.rte>:first-child{margin-top:0}.rte>:last-child{margin-bottom:0}.announcement{background:var(--color-text);color:#fff;font-size:14px}.announcement__inner{display:flex;justify-content:center;padding-block:9px;text-align:center}.site-header{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--color-background) 92%,white);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(150px,1fr);align-items:center;gap:16px;min-height:76px}.site-header__brand{display:inline-grid;justify-items:center;justify-self:center;font-family:var(--font-heading);line-height:1;text-align:center;text-decoration:none;color:var(--color-text)}.site-header__brand-mark{font-size:27px;font-weight:500}.site-header__brand-sub{margin-top:3px;font-family:var(--font-body);font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--color-secondary)}.site-header__logo{width:var(--logo-width);height:auto}.site-nav,.site-header__actions{display:flex;align-items:center;gap:8px}.site-nav a,.site-header__actions a{font-size:13px;font-weight:700}.site-header__actions{justify-content:end}.site-header__menu-button{display:none;width:42px;height:42px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-surface)}.mobile-menu{border-top:1px solid var(--color-border);padding:18px var(--spacing-page) 24px;background:var(--color-surface)}.mobile-menu a{display:block;padding-block:10px;font-weight:700}.site-nav__item{position:static}.site-nav__link{display:inline-flex;min-height:42px;align-items:center;padding-inline:9px;border-radius:999px;white-space:nowrap}.mega-menu{position:absolute;left:var(--spacing-page);right:var(--spacing-page);top:calc(100% - 1px);z-index:60;display:grid;grid-template-columns:minmax(300px,.78fr) 1.22fr;align-items:start;gap:20px;max-width:var(--page-width);max-height:min(78vh,720px);overflow-y:auto;margin-inline:auto;padding:18px;border:1px solid var(--color-border);border-radius:0 0 8px 8px;background:color-mix(in srgb,var(--color-surface) 94%,var(--color-background));box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.site-nav__item:hover .mega-menu,.site-nav__item:focus-within .mega-menu,.site-nav__item.is-mega-open .mega-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.mega-menu__feature{display:grid;grid-template-columns:170px 1fr;gap:16px;align-items:center}.mega-menu__feature img,.mega-menu__placeholder{width:100%;aspect-ratio:1.2 / 1;border-radius:6px;object-fit:cover;background:#e8e0d5}.mega-menu__feature h2{margin:0;font-family:var(--font-heading);font-size:28px;font-weight:500;line-height:1.02}.mega-menu__feature p:last-child{margin:8px 0 0;color:color-mix(in srgb,var(--color-text) 68%,transparent);font-size:14px}.mega-menu__shop-all{display:inline-flex;min-height:34px;align-items:center;margin-top:14px;padding-inline:12px;border:1px solid var(--color-accent);border-radius:999px;color:var(--color-accent);font-size:12px;font-weight:900}.mega-menu__content{display:grid;gap:14px;align-content:start}.mega-menu__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:start}.mega-menu-card{position:relative;display:block;min-width:0;overflow:hidden;border:1px solid var(--color-border);border-radius:6px;background:#201f1b;color:#fff}.mega-menu-card:hover{border-color:var(--color-accent);color:#fff}.mega-menu-card__image{display:block;width:100%;aspect-ratio:1 / 1.08;overflow:hidden;background:linear-gradient(135deg,#55633fb3,#9f6d4fb3),#e8e0d5}.mega-menu-card__image img,.mega-menu-card__placeholder{display:block;width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.mega-menu-card:hover img{transform:scale(1.04)}.mega-menu-card__copy{position:absolute;inset:auto 0 0;display:grid;gap:4px;align-content:end;min-height:58%;padding:48px 12px 12px;background:linear-gradient(0deg,#141610db,#14161000);color:#fff}.mega-menu-card__copy small{color:color-mix(in srgb,#fff 78%,var(--color-secondary));font-size:10px;font-weight:900;letter-spacing:.1em;line-height:1.1;text-transform:uppercase}.mega-menu__path-groups h3{color:color-mix(in srgb,var(--color-secondary) 86%,var(--color-text));font-size:10px;font-weight:900;letter-spacing:.1em;line-height:1.1;text-transform:uppercase}.mega-menu-card__copy strong{color:#fff;font-size:15px;font-weight:900;line-height:1.08}.mega-menu__path-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mega-menu__path-groups div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:center;padding:12px;border:1px solid var(--color-border);border-radius:6px;background:color-mix(in srgb,var(--color-background) 72%,#fff)}.mega-menu__path-groups h3{grid-column:1 / -1;margin:0 0 2px}.mega-menu__path-groups a{display:inline-flex;min-height:32px;align-items:center;color:color-mix(in srgb,var(--color-text) 72%,transparent);font-size:13px;font-weight:800}.mega-menu__path-groups a:hover{color:var(--color-accent)}.mobile-menu__group{border-bottom:1px solid var(--color-border)}.mobile-menu__group summary{padding-block:12px;cursor:pointer;font-weight:900;list-style:none}.mobile-menu__group summary::-webkit-details-marker{display:none}.mobile-menu__group a{padding:8px 0 8px 16px;color:color-mix(in srgb,var(--color-text) 72%,transparent)}.hero{position:relative;min-height:min(720px,calc(100vh - 120px));overflow:hidden;background:#e9e1d6}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image,.hero__placeholder{width:100%;height:100%;object-fit:cover}.hero__placeholder{background:linear-gradient(135deg,#e8dccd,#f7f4ed)}.hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1416109e,#14161029 52%,#14161000)}.hero__content{position:relative;z-index:1;display:flex;align-items:center;min-height:min(720px,calc(100vh - 120px));padding-block:72px}.hero__copy{width:min(620px,100%);color:#fff}.hero__heading{margin:0;font-family:var(--font-heading);font-size:clamp(46px,8vw,88px);font-weight:500;line-height:.96}.hero__text{max-width:560px;margin:22px 0 0;font-size:clamp(17px,2vw,21px)}.hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero__signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:34px}.hero__signal{padding:14px;border:1px solid rgba(255,255,255,.26);border-radius:6px;background:#ffffff1f}.hero__signal strong{display:block;font-size:20px}.hero__signal span{display:block;margin-top:2px;font-size:12px;text-transform:uppercase}.storefront-hero{position:relative;min-height:min(760px,calc(100vh - 92px));overflow:hidden;background:#e8e0d5}.storefront-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.storefront-hero__image,.storefront-hero__placeholder{width:100%;height:100%;object-fit:cover}.storefront-hero__wash{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1b1d17c2,#1b1d1757 42%,#1b1d170a),linear-gradient(0deg,#1b1d1738,#1b1d1700)}.storefront-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,340px);gap:clamp(26px,5vw,64px);align-items:end;min-height:min(760px,calc(100vh - 92px));padding-block:clamp(86px,13vw,150px) 54px;color:#fff}.storefront-hero__copy{max-width:780px}.storefront-hero__copy .eyebrow{color:color-mix(in srgb,#fff 72%,var(--color-secondary))}.storefront-hero__copy h1{margin:0;font-family:var(--font-heading);font-size:clamp(52px,9vw,108px);font-weight:500;line-height:.9}.storefront-hero__copy .rte{max-width:620px;margin-top:22px;color:#ffffffd6;font-size:clamp(18px,2vw,22px)}.storefront-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.storefront-hero__note{padding:20px;border:1px solid rgba(255,255,255,.24);border-radius:8px;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.storefront-hero__note span{display:block;font-family:var(--font-heading);font-size:54px;line-height:.9}.storefront-hero__note p{margin:12px 0 0;color:#ffffffc7}.storefront-section{padding-block:clamp(56px,8vw,110px)}.storefront-section__header{max-width:880px;margin-bottom:28px}.storefront-section__header--split{display:flex;justify-content:space-between;gap:24px;align-items:end;max-width:none}.storefront-section__header h2,.storefront-feature__copy h2{margin:0;font-family:var(--font-heading);font-size:clamp(38px,6vw,76px);font-weight:500;line-height:.98}.storefront-section__header .rte{max-width:680px;margin-top:14px;font-size:18px}.storefront-trust{border-bottom:1px solid var(--color-border);background:linear-gradient(90deg,#55633f0b,#9f6d4f0b),color-mix(in srgb,var(--color-surface) 78%,var(--color-background))}.storefront-trust__inner{display:grid;grid-template-columns:minmax(260px,1.25fr) repeat(4,minmax(0,1fr))}.storefront-trust__proof,.storefront-trust__item{min-height:132px;padding:20px 18px;border-left:1px solid var(--color-border)}.storefront-trust__proof{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;color:inherit;text-decoration:none}.storefront-trust__proof:hover strong,.storefront-trust__proof:focus-visible strong{color:var(--color-accent)}.storefront-trust__proof-badge{display:grid;place-items:center;min-width:104px;min-height:70px;padding:8px 10px;border:1px solid color-mix(in srgb,var(--color-accent) 28%,var(--color-border));border-radius:6px;background:linear-gradient(145deg,#ffffffeb,#55633f1a),color-mix(in srgb,var(--color-accent) 7%,#fff);box-shadow:inset 0 1px #fffc;line-height:1;text-align:center}.google-quality-badge{position:relative;display:grid;place-items:center;min-width:92px;min-height:54px}.google-quality-badge__fallback{display:grid;place-items:center;gap:3px}.google-quality-badge__fallback span{color:var(--color-secondary);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.google-quality-badge__fallback strong{font-family:var(--font-heading);font-size:19px;font-weight:500;line-height:1}.storefront-trust__proof-badge img{display:block;max-width:132px;max-height:58px;object-fit:contain}.storefront-trust__proof-badge>span{color:var(--color-secondary);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.storefront-trust__proof-badge>strong{margin-top:4px;font-family:var(--font-heading);font-size:20px;font-weight:500}.storefront-trust__proof-copy{display:grid;gap:5px}.storefront-trust__item{position:relative;display:grid;align-content:start;gap:8px;overflow:hidden}.storefront-trust__item:before{display:grid;place-items:center;width:44px;height:30px;margin-bottom:8px;border:1px solid color-mix(in srgb,var(--color-secondary) 28%,var(--color-border));border-radius:999px;background:#ffffff9e;color:var(--color-secondary);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.storefront-trust__item--1:before{content:"4.8"}.storefront-trust__item--2:before{content:"100s"}.storefront-trust__item--3:before{content:"DFW"}.storefront-trust__item--4:before{content:"IQ"}.storefront-trust__item:after{position:absolute;right:-24px;bottom:-34px;width:92px;height:92px;border:1px solid color-mix(in srgb,var(--color-accent) 12%,transparent);border-radius:50%;content:""}.storefront-trust__item:last-child{border-right:1px solid var(--color-border)}.storefront-trust__proof-copy strong,.storefront-trust__item strong{display:block;font-family:var(--font-heading);font-size:22px;font-weight:500}.storefront-trust__proof-copy span,.storefront-trust__item span{display:block;color:color-mix(in srgb,var(--color-text) 62%,transparent);font-size:14px}.storefront-room-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.storefront-room-card{position:relative;min-height:360px;overflow:hidden;border-radius:8px;background:#e8e0d5}.storefront-room-card--1,.storefront-room-card--2{grid-column:span 2}.storefront-room-card__media,.storefront-room-card__media img,.storefront-room-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.storefront-room-card__media img,.storefront-room-card__placeholder{object-fit:cover;transition:transform .26s ease}.storefront-room-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#1a1b16bf,#1a1b160a 66%)}.storefront-room-card:hover img{transform:scale(1.035)}.storefront-room-card__body{position:absolute;inset:auto 0 0;z-index:1;display:flex;justify-content:space-between;gap:16px;align-items:end;padding:18px;color:#fff}.storefront-room-card__body small{display:block;margin-bottom:6px;color:#ffffffad;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.storefront-room-card__body strong{display:block;font-family:var(--font-heading);font-size:clamp(30px,4vw,50px);font-weight:500;line-height:.98}.storefront-room-card__body em{flex:0 0 auto;color:#ffffffc2;font-size:12px;font-style:normal;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.storefront-feature{background:color-mix(in srgb,var(--color-surface) 56%,var(--color-background))}.storefront-feature__inner{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(30px,6vw,76px);align-items:center}.storefront-feature--image-right .storefront-feature__media{order:2}.storefront-feature__media img,.storefront-feature__placeholder{width:100%;aspect-ratio:1.18 / 1;border-radius:8px;object-fit:cover;background:#e8e0d5}.storefront-feature__copy .rte{margin-top:18px;font-size:18px}.storefront-feature__copy .button{margin-top:24px}.storefront-finn-intel{background:linear-gradient(180deg,#f7f4eeeb,#f7f4eefa),var(--color-surface)}.finn-intel-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.85fr) minmax(0,.85fr);gap:1rem;align-items:stretch}.finn-intel-card{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:410px;overflow:hidden;color:var(--color-ink);text-decoration:none;background:#fffdf8;border:1px solid var(--color-border);border-radius:8px}.finn-intel-card--fit{background:#fbfaf7}.finn-intel-card__media{display:block;min-height:0;background:#ede9e1}.finn-intel-card__media img{display:block;width:100%;height:100%;min-height:250px;object-fit:cover}.finn-intel-card--fit .finn-intel-card__media img{object-fit:contain;padding:clamp(1rem,2vw,2rem);background:#fff}.finn-intel-card__copy{display:grid;gap:.45rem;padding:1rem}.finn-intel-card__copy small{color:var(--color-accent);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.finn-intel-card__copy strong{font-family:var(--font-heading);font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.02}.finn-intel-card:not(.finn-intel-card--fit) .finn-intel-card__copy strong{font-size:clamp(1.15rem,1.65vw,1.55rem)}.finn-intel-card__copy span{color:var(--color-muted);font-size:.92rem;line-height:1.45}.product-grid--storefront{grid-template-columns:repeat(4,minmax(0,1fr))}.collection-tiles,.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.collection-experience{padding-block:clamp(34px,5vw,64px) 84px}.collection-hero{max-width:980px;margin-bottom:24px}.collection-hero .rte{max-width:860px}.collection-console{display:grid;gap:14px}.collection-console__header{display:flex;justify-content:space-between;gap:24px;align-items:end;padding:16px 18px;border:1px solid var(--color-border);border-radius:8px;background:color-mix(in srgb,var(--color-surface) 78%,var(--color-background))}.collection-console__header h2{margin:0;font-family:var(--font-heading);font-size:clamp(24px,2.4vw,34px);font-weight:500;line-height:1.08}.collection-console__tools,.collection-sort{display:flex;align-items:center;gap:12px}.collection-filter-toggle{display:none}.collection-sort label{color:color-mix(in srgb,var(--color-text) 62%,transparent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.collection-sort__select{min-height:42px;border:1px solid var(--color-border);border-radius:4px;background:#fff;color:var(--color-text)}.catalog-paths{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.catalog-paths a{display:flex;min-height:62px;align-items:center;padding:12px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text);font-size:13px;font-weight:800;line-height:1.16}.catalog-paths a:hover{border-color:var(--color-accent);color:var(--color-accent)}.room-path-builder{padding-block:clamp(42px,7vw,84px)}.room-path-builder--atlas,.room-path-builder--collection{padding-block:clamp(34px,5vw,64px)}.room-path-builder--collection{padding-block:10px 22px}.room-path-builder__inner{display:grid;gap:24px}.room-path-builder__header{display:grid;grid-template-columns:minmax(0,.95fr) minmax(280px,.55fr);gap:24px;align-items:end}.room-path-builder__header h2{max-width:860px;margin:0;font-family:var(--font-heading);font-size:clamp(36px,6vw,70px);font-weight:500;letter-spacing:0;line-height:.96}.room-path-builder__header p:last-child{margin:0;color:color-mix(in srgb,var(--color-text) 68%,transparent);font-size:17px;line-height:1.55}.room-path-builder__jump{display:inline-flex;min-height:38px;align-items:center;margin-top:14px;padding-inline:14px;border:1px solid var(--color-accent);border-radius:999px;color:var(--color-accent);font-size:13px;font-weight:900}.room-path-builder--collection .room-path-builder__jump{min-height:32px;margin-top:0;padding-inline:12px;font-size:11px}.room-path-builder__jump:hover{background:var(--color-accent);color:#fff}.room-path-builder__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(220px,auto);gap:12px}.room-path-builder--collection .room-path-builder__header h2{max-width:640px;font-size:clamp(30px,4vw,48px)}.room-path-builder--collection .room-path-builder__grid{grid-template-columns:repeat(6,minmax(0,1fr));grid-auto-rows:auto;align-items:stretch}.room-path-builder--collection .room-path-builder__header{align-items:start;padding:18px 20px 0;border:1px solid var(--color-border);border-bottom:0;border-radius:8px 8px 0 0;background:color-mix(in srgb,var(--color-surface) 82%,var(--color-background))}.room-path-builder--collection .room-path-builder__summary{display:grid;justify-items:end;gap:10px;align-self:start}.room-path-builder__meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.room-path-builder__meta span{display:inline-flex;min-height:30px;align-items:center;padding-inline:10px;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:color-mix(in srgb,var(--color-text) 72%,transparent);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.room-path-builder--collection .room-path-builder__meta span{min-height:28px;font-size:10px}.room-path-builder--dining-table .room-path-builder__meta{gap:6px}.room-path-card{position:relative;min-height:260px;overflow:hidden;border:1px solid var(--color-border);border-radius:8px;background:#1f201b;color:#fff}.room-path-card:first-child{grid-column:span 2;grid-row:span 2;min-height:520px}.room-path-builder--collection .room-path-card,.room-path-builder--collection .room-path-card:first-child{grid-column:auto;grid-row:auto;min-height:178px;border-radius:0}.room-path-builder--collection .room-path-card:first-child{border-bottom-left-radius:8px}.room-path-builder--collection .room-path-card:last-child{border-bottom-right-radius:8px}.room-path-builder--collection .room-path-card:after{background:linear-gradient(0deg,#141610e6,#14161042 62%,#1416100a),linear-gradient(90deg,rgba(20,22,16,.16),transparent 54%)}.room-path-builder--collection .room-path-card--current{border-color:color-mix(in srgb,var(--color-accent) 78%,#fff);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--color-accent) 54%,transparent)}.room-path-builder--collection .room-path-card__body{gap:6px;padding:12px}.room-path-builder--collection .room-path-card__body strong{max-width:13ch;font-family:var(--font-body);font-size:16px;font-weight:900;line-height:1.04}.room-path-builder--collection .room-path-card__body span{display:none}.room-path-builder--collection .room-path-card__body em{max-width:100%;padding:5px 7px;font-size:9px}.room-path-builder--collection .room-path-card__body small{font-size:10px}.room-path-builder--dining-table,.room-path-builder--dining-sets,.room-path-builder--dining-seating,.room-path-builder--dining-storage,.room-path-builder--kids-study,.room-path-builder--kids-sleep,.room-path-builder--bedroom-beds,.room-path-builder--bedroom-sets,.room-path-builder--bedroom-storage,.room-path-builder--accent-seating,.room-path-builder--accent-storage,.room-path-builder--accent-finish,.room-path-builder--office-work,.room-path-builder--office-seating,.room-path-builder--office-storage,.room-path-builder--bar-seating,.room-path-builder--bar-tables,.room-path-builder--bar-storage,.room-path-builder--living-seating,.room-path-builder--living-sectionals,.room-path-builder--living-motion,.room-path-builder--living-tables{padding-block:6px 18px}.room-path-builder--dining-table .room-path-builder__header,.room-path-builder--dining-sets .room-path-builder__header,.room-path-builder--dining-seating .room-path-builder__header,.room-path-builder--dining-storage .room-path-builder__header,.room-path-builder--kids-study .room-path-builder__header,.room-path-builder--kids-sleep .room-path-builder__header,.room-path-builder--bedroom-beds .room-path-builder__header,.room-path-builder--bedroom-sets .room-path-builder__header,.room-path-builder--bedroom-storage .room-path-builder__header,.room-path-builder--accent-seating .room-path-builder__header,.room-path-builder--accent-storage .room-path-builder__header,.room-path-builder--accent-finish .room-path-builder__header,.room-path-builder--office-work .room-path-builder__header,.room-path-builder--office-seating .room-path-builder__header,.room-path-builder--office-storage .room-path-builder__header,.room-path-builder--bar-seating .room-path-builder__header,.room-path-builder--bar-tables .room-path-builder__header,.room-path-builder--bar-storage .room-path-builder__header,.room-path-builder--living-seating .room-path-builder__header,.room-path-builder--living-sectionals .room-path-builder__header,.room-path-builder--living-motion .room-path-builder__header,.room-path-builder--living-tables .room-path-builder__header{grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);gap:18px;padding:16px 14px 12px;border-bottom:1px solid var(--color-border);border-radius:8px 8px 0 0}.room-path-builder--dining-table .room-path-builder__summary,.room-path-builder--dining-sets .room-path-builder__summary,.room-path-builder--dining-seating .room-path-builder__summary,.room-path-builder--dining-storage .room-path-builder__summary,.room-path-builder--kids-study .room-path-builder__summary,.room-path-builder--kids-sleep .room-path-builder__summary,.room-path-builder--bedroom-beds .room-path-builder__summary,.room-path-builder--bedroom-sets .room-path-builder__summary,.room-path-builder--bedroom-storage .room-path-builder__summary,.room-path-builder--accent-seating .room-path-builder__summary,.room-path-builder--accent-storage .room-path-builder__summary,.room-path-builder--accent-finish .room-path-builder__summary,.room-path-builder--office-work .room-path-builder__summary,.room-path-builder--office-seating .room-path-builder__summary,.room-path-builder--office-storage .room-path-builder__summary,.room-path-builder--bar-seating .room-path-builder__summary,.room-path-builder--bar-tables .room-path-builder__summary,.room-path-builder--bar-storage .room-path-builder__summary,.room-path-builder--living-seating .room-path-builder__summary,.room-path-builder--living-sectionals .room-path-builder__summary,.room-path-builder--living-motion .room-path-builder__summary,.room-path-builder--living-tables .room-path-builder__summary{align-content:start}.room-path-builder--dining-table .room-path-builder__summary p,.room-path-builder--dining-sets .room-path-builder__summary p,.room-path-builder--dining-seating .room-path-builder__summary p,.room-path-builder--dining-storage .room-path-builder__summary p,.room-path-builder--kids-study .room-path-builder__summary p,.room-path-builder--kids-sleep .room-path-builder__summary p,.room-path-builder--bedroom-beds .room-path-builder__summary p,.room-path-builder--bedroom-sets .room-path-builder__summary p,.room-path-builder--bedroom-storage .room-path-builder__summary p,.room-path-builder--accent-seating .room-path-builder__summary p,.room-path-builder--accent-storage .room-path-builder__summary p,.room-path-builder--accent-finish .room-path-builder__summary p,.room-path-builder--office-work .room-path-builder__summary p,.room-path-builder--office-seating .room-path-builder__summary p,.room-path-builder--office-storage .room-path-builder__summary p,.room-path-builder--bar-seating .room-path-builder__summary p,.room-path-builder--bar-tables .room-path-builder__summary p,.room-path-builder--bar-storage .room-path-builder__summary p,.room-path-builder--living-seating .room-path-builder__summary p,.room-path-builder--living-sectionals .room-path-builder__summary p,.room-path-builder--living-motion .room-path-builder__summary p,.room-path-builder--living-tables .room-path-builder__summary p{max-width:42ch;font-size:13px;line-height:1.35}.room-path-builder--dining-table .room-path-builder__header h2,.room-path-builder--dining-sets .room-path-builder__header h2,.room-path-builder--dining-seating .room-path-builder__header h2,.room-path-builder--dining-storage .room-path-builder__header h2,.room-path-builder--kids-study .room-path-builder__header h2,.room-path-builder--kids-sleep .room-path-builder__header h2,.room-path-builder--bedroom-beds .room-path-builder__header h2,.room-path-builder--bedroom-sets .room-path-builder__header h2,.room-path-builder--bedroom-storage .room-path-builder__header h2,.room-path-builder--accent-seating .room-path-builder__header h2,.room-path-builder--accent-storage .room-path-builder__header h2,.room-path-builder--accent-finish .room-path-builder__header h2,.room-path-builder--office-work .room-path-builder__header h2,.room-path-builder--office-seating .room-path-builder__header h2,.room-path-builder--office-storage .room-path-builder__header h2,.room-path-builder--bar-seating .room-path-builder__header h2,.room-path-builder--bar-tables .room-path-builder__header h2,.room-path-builder--bar-storage .room-path-builder__header h2,.room-path-builder--living-seating .room-path-builder__header h2,.room-path-builder--living-sectionals .room-path-builder__header h2,.room-path-builder--living-motion .room-path-builder__header h2,.room-path-builder--living-tables .room-path-builder__header h2{max-width:520px;font-size:clamp(26px,3vw,38px)}.room-path-builder--dining-table .room-path-card,.room-path-builder--dining-table .room-path-card:first-child,.room-path-builder--dining-sets .room-path-card,.room-path-builder--dining-sets .room-path-card:first-child,.room-path-builder--dining-seating .room-path-card,.room-path-builder--dining-seating .room-path-card:first-child,.room-path-builder--dining-storage .room-path-card,.room-path-builder--dining-storage .room-path-card:first-child,.room-path-builder--kids-study .room-path-card,.room-path-builder--kids-study .room-path-card:first-child,.room-path-builder--kids-sleep .room-path-card,.room-path-builder--kids-sleep .room-path-card:first-child,.room-path-builder--bedroom-beds .room-path-card,.room-path-builder--bedroom-beds .room-path-card:first-child,.room-path-builder--bedroom-sets .room-path-card,.room-path-builder--bedroom-sets .room-path-card:first-child,.room-path-builder--bedroom-storage .room-path-card,.room-path-builder--bedroom-storage .room-path-card:first-child,.room-path-builder--accent-seating .room-path-card,.room-path-builder--accent-seating .room-path-card:first-child,.room-path-builder--accent-storage .room-path-card,.room-path-builder--accent-storage .room-path-card:first-child,.room-path-builder--accent-finish .room-path-card,.room-path-builder--accent-finish .room-path-card:first-child,.room-path-builder--office-work .room-path-card,.room-path-builder--office-work .room-path-card:first-child,.room-path-builder--office-seating .room-path-card,.room-path-builder--office-seating .room-path-card:first-child,.room-path-builder--office-storage .room-path-card,.room-path-builder--office-storage .room-path-card:first-child,.room-path-builder--bar-seating .room-path-card,.room-path-builder--bar-seating .room-path-card:first-child,.room-path-builder--bar-tables .room-path-card,.room-path-builder--bar-tables .room-path-card:first-child,.room-path-builder--bar-storage .room-path-card,.room-path-builder--bar-storage .room-path-card:first-child,.room-path-builder--living-seating .room-path-card,.room-path-builder--living-seating .room-path-card:first-child,.room-path-builder--living-sectionals .room-path-card,.room-path-builder--living-sectionals .room-path-card:first-child,.room-path-builder--living-motion .room-path-card,.room-path-builder--living-motion .room-path-card:first-child,.room-path-builder--living-tables .room-path-card,.room-path-builder--living-tables .room-path-card:first-child{min-height:142px}.room-path-builder--dining-table .room-path-card__body,.room-path-builder--dining-sets .room-path-card__body,.room-path-builder--dining-seating .room-path-card__body,.room-path-builder--dining-storage .room-path-card__body,.room-path-builder--kids-study .room-path-card__body,.room-path-builder--kids-sleep .room-path-card__body,.room-path-builder--bedroom-beds .room-path-card__body,.room-path-builder--bedroom-sets .room-path-card__body,.room-path-builder--bedroom-storage .room-path-card__body,.room-path-builder--accent-seating .room-path-card__body,.room-path-builder--accent-storage .room-path-card__body,.room-path-builder--accent-finish .room-path-card__body,.room-path-builder--office-work .room-path-card__body,.room-path-builder--office-seating .room-path-card__body,.room-path-builder--office-storage .room-path-card__body,.room-path-builder--bar-seating .room-path-card__body,.room-path-builder--bar-tables .room-path-card__body,.room-path-builder--bar-storage .room-path-card__body,.room-path-builder--living-seating .room-path-card__body,.room-path-builder--living-sectionals .room-path-card__body,.room-path-builder--living-motion .room-path-card__body,.room-path-builder--living-tables .room-path-card__body{padding:10px}.room-path-builder--dining-table .room-path-card__body strong,.room-path-builder--dining-sets .room-path-card__body strong,.room-path-builder--dining-seating .room-path-card__body strong,.room-path-builder--dining-storage .room-path-card__body strong,.room-path-builder--kids-study .room-path-card__body strong,.room-path-builder--kids-sleep .room-path-card__body strong,.room-path-builder--bedroom-beds .room-path-card__body strong,.room-path-builder--bedroom-sets .room-path-card__body strong,.room-path-builder--bedroom-storage .room-path-card__body strong,.room-path-builder--accent-seating .room-path-card__body strong,.room-path-builder--accent-storage .room-path-card__body strong,.room-path-builder--accent-finish .room-path-card__body strong,.room-path-builder--office-work .room-path-card__body strong,.room-path-builder--office-seating .room-path-card__body strong,.room-path-builder--office-storage .room-path-card__body strong,.room-path-builder--bar-seating .room-path-card__body strong,.room-path-builder--bar-tables .room-path-card__body strong,.room-path-builder--bar-storage .room-path-card__body strong,.room-path-builder--living-seating .room-path-card__body strong,.room-path-builder--living-sectionals .room-path-card__body strong,.room-path-builder--living-motion .room-path-card__body strong,.room-path-builder--living-tables .room-path-card__body strong{font-size:15px}.room-path-builder--dining-table .room-path-card__body em,.room-path-builder--dining-table .room-path-card__body b,.room-path-builder--dining-sets .room-path-card__body em,.room-path-builder--dining-sets .room-path-card__body b,.room-path-builder--dining-seating .room-path-card__body em,.room-path-builder--dining-seating .room-path-card__body b,.room-path-builder--dining-storage .room-path-card__body em,.room-path-builder--dining-storage .room-path-card__body b,.room-path-builder--kids-study .room-path-card__body em,.room-path-builder--kids-study .room-path-card__body b,.room-path-builder--kids-sleep .room-path-card__body em,.room-path-builder--kids-sleep .room-path-card__body b,.room-path-builder--bedroom-beds .room-path-card__body em,.room-path-builder--bedroom-beds .room-path-card__body b,.room-path-builder--bedroom-sets .room-path-card__body em,.room-path-builder--bedroom-sets .room-path-card__body b,.room-path-builder--bedroom-storage .room-path-card__body em,.room-path-builder--bedroom-storage .room-path-card__body b,.room-path-builder--accent-seating .room-path-card__body em,.room-path-builder--accent-seating .room-path-card__body b,.room-path-builder--accent-storage .room-path-card__body em,.room-path-builder--accent-storage .room-path-card__body b,.room-path-builder--accent-finish .room-path-card__body em,.room-path-builder--accent-finish .room-path-card__body b,.room-path-builder--office-work .room-path-card__body em,.room-path-builder--office-work .room-path-card__body b,.room-path-builder--office-seating .room-path-card__body em,.room-path-builder--office-seating .room-path-card__body b,.room-path-builder--office-storage .room-path-card__body em,.room-path-builder--office-storage .room-path-card__body b,.room-path-builder--bar-seating .room-path-card__body em,.room-path-builder--bar-seating .room-path-card__body b,.room-path-builder--bar-tables .room-path-card__body em,.room-path-builder--bar-tables .room-path-card__body b,.room-path-builder--bar-storage .room-path-card__body em,.room-path-builder--bar-storage .room-path-card__body b,.room-path-builder--living-seating .room-path-card__body em,.room-path-builder--living-seating .room-path-card__body b,.room-path-builder--living-sectionals .room-path-card__body em,.room-path-builder--living-sectionals .room-path-card__body b,.room-path-builder--living-motion .room-path-card__body em,.room-path-builder--living-motion .room-path-card__body b,.room-path-builder--living-tables .room-path-card__body em,.room-path-builder--living-tables .room-path-card__body b{font-size:8px}.room-path-builder--dining-table .room-path-builder__grid,.room-path-builder--dining-sets .room-path-builder__grid,.room-path-builder--dining-seating .room-path-builder__grid,.room-path-builder--dining-storage .room-path-builder__grid,.room-path-builder--kids-study .room-path-builder__grid,.room-path-builder--kids-sleep .room-path-builder__grid,.room-path-builder--bedroom-beds .room-path-builder__grid,.room-path-builder--bedroom-sets .room-path-builder__grid,.room-path-builder--bedroom-storage .room-path-builder__grid,.room-path-builder--accent-seating .room-path-builder__grid,.room-path-builder--accent-storage .room-path-builder__grid,.room-path-builder--accent-finish .room-path-builder__grid,.room-path-builder--office-work .room-path-builder__grid,.room-path-builder--office-seating .room-path-builder__grid,.room-path-builder--office-storage .room-path-builder__grid,.room-path-builder--bar-seating .room-path-builder__grid,.room-path-builder--bar-tables .room-path-builder__grid,.room-path-builder--bar-storage .room-path-builder__grid,.room-path-builder--living-seating .room-path-builder__grid,.room-path-builder--living-sectionals .room-path-builder__grid,.room-path-builder--living-motion .room-path-builder__grid,.room-path-builder--living-tables .room-path-builder__grid{gap:0}.room-path-card__body b{display:inline-flex;width:fit-content;align-items:center;padding:5px 7px;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 88%,#fff);color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em;line-height:1;text-transform:uppercase}.room-path-card__media,.room-path-card__media img,.room-path-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.room-path-card__media img,.room-path-card__placeholder{object-fit:cover;transition:transform .26s ease}.room-path-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#141610e0,#14161033 64%,#14161005),linear-gradient(90deg,rgba(20,22,16,.22),transparent 52%)}.room-path-card:hover img{transform:scale(1.035)}.room-path-card__body{position:absolute;inset:auto 0 0;z-index:1;display:grid;gap:9px;padding:clamp(16px,2.4vw,24px)}.room-path-card__body small,.room-path-card__body em{color:color-mix(in srgb,#fff 72%,var(--color-secondary));font-size:11px;font-style:normal;font-weight:900;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.room-path-card__body strong{max-width:12ch;color:#fff;font-family:var(--font-heading);font-size:clamp(30px,3.4vw,48px);font-weight:500;line-height:.98}.room-path-card:not(:first-child) .room-path-card__body strong{font-family:var(--font-body);font-size:18px;font-weight:900;line-height:1.08}.room-path-card__body span{max-width:36ch;color:#ffffffd1;font-size:14px;line-height:1.45}.room-path-card:not(:first-child) .room-path-card__body span{display:none}.room-path-card__body em{display:inline-flex;width:fit-content;max-width:100%;padding:6px 8px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px}.resku-ai-assistant{display:grid;gap:16px;padding:18px;border:1px solid color-mix(in srgb,var(--color-accent) 30%,var(--color-border));border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-surface) 90%,var(--color-accent)),var(--color-surface))}.collection-console>.resku-ai-assistant{gap:10px;padding:12px}.collection-console>.resku-ai-assistant .resku-ai-assistant__header{align-items:center}.collection-console>.resku-ai-assistant .resku-ai-assistant__header h2{font-size:clamp(20px,2vw,26px)}.collection-console>.resku-ai-assistant .resku-ai-assistant__form{gap:8px}.collection-console>.resku-ai-assistant .resku-ai-assistant__empty{font-size:12px}.resku-ai-assistant__header{display:flex;justify-content:space-between;gap:18px;align-items:start}.resku-ai-assistant__header h2{margin:0;font-family:var(--font-heading);font-size:clamp(22px,2.6vw,32px);font-weight:500;line-height:1.12}.resku-ai-assistant__header span,.resku-ai-assistant__empty,.resku-ai-assistant__status{color:color-mix(in srgb,var(--color-text) 62%,transparent);font-size:13px;font-weight:800}.resku-ai-assistant__header span{white-space:nowrap}.resku-ai-assistant__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.resku-ai-assistant__form input{min-width:0;min-height:48px;padding-inline:14px;border:1px solid var(--color-border);border-radius:6px;background:#fff;color:var(--color-text);font:inherit}.resku-ai-assistant__results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.resku-ai-assistant--product,.resku-ai-assistant--concierge,.resku-ai-assistant--drawer{margin-block:22px}.resku-ai-assistant--product .resku-ai-assistant__results,.resku-ai-assistant--concierge .resku-ai-assistant__results,.resku-ai-assistant--drawer .resku-ai-assistant__results{grid-template-columns:1fr}.resku-ai-concierge{padding-block:clamp(30px,5vw,58px)}.resku-ai-launcher{position:fixed;right:auto;left:22px;bottom:22px;z-index:90;display:inline-grid;grid-template-columns:auto 1fr;gap:2px 10px;align-items:center;min-width:144px;padding:12px 17px 12px 14px;border:1px solid color-mix(in srgb,var(--color-accent) 38%,var(--color-border));border-radius:999px;background:var(--color-accent);color:#fff;box-shadow:0 18px 40px #0000002e;cursor:pointer;font:inherit;text-align:left}.resku-ai-launcher:before{display:grid;grid-row:span 2;place-items:center;width:34px;height:34px;border-radius:50%;background:#ffffff29;color:#fff;content:"F";font-family:var(--font-heading);font-size:20px;font-weight:500;line-height:1}.resku-ai-launcher span{font-size:14px;font-weight:900;line-height:1}.resku-ai-launcher small{color:color-mix(in srgb,#fff 72%,transparent);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.resku-ai-drawer-open .resku-ai-launcher{opacity:0;pointer-events:none;transform:translateY(8px)}.resku-ai-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;justify-items:end;background:#14161257}.resku-ai-drawer[hidden]{display:none}.resku-ai-drawer__panel{width:min(480px,calc(100vw - 28px));height:100%;padding:18px;overflow-y:auto;background:var(--color-background);box-shadow:-20px 0 48px #0003}.resku-ai-assistant--drawer{margin-block:0}.resku-ai-drawer__close{min-height:36px;padding-inline:12px;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-text);cursor:pointer;font:inherit;font-size:12px;font-weight:900}.resku-ai-drawer__intro{margin:0;color:color-mix(in srgb,var(--color-text) 68%,transparent)}.resku-ai-assistant__group{display:grid;align-content:start;gap:10px;min-width:0}.resku-ai-assistant__group h3{margin:0;font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.resku-ai-assistant__answer{padding:12px;border:1px solid color-mix(in srgb,var(--color-accent) 28%,var(--color-border));border-radius:6px;background:color-mix(in srgb,var(--color-accent) 5%,#fff)}.resku-ai-assistant__answer p{margin:0;color:color-mix(in srgb,var(--color-text) 78%,transparent);font-size:13px;line-height:1.45}.resku-ai-help-card{display:grid;gap:12px;min-width:0;padding:12px;border:1px solid color-mix(in srgb,var(--color-accent) 24%,var(--color-border));border-radius:6px;background:color-mix(in srgb,var(--color-surface) 74%,#fff)}.resku-ai-help-card h3,.resku-ai-help-card p{margin:0}.resku-ai-help-card p,.resku-ai-help-map small,.resku-ai-help-lane p{color:color-mix(in srgb,var(--color-text) 70%,transparent);font-size:13px;line-height:1.4}.resku-ai-help-map{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;padding:10px;border:1px solid var(--color-border);border-radius:6px;background:#fff}.resku-ai-help-map__ring{position:relative;display:block;width:46px;aspect-ratio:1;border:2px solid color-mix(in srgb,var(--color-accent) 74%,#fff);border-radius:999px;background:color-mix(in srgb,var(--color-accent) 9%,#fff)}.resku-ai-help-map__ring:after{content:"";position:absolute;top:17px;right:17px;bottom:17px;left:17px;border-radius:999px;background:var(--color-accent)}.resku-ai-help-map strong,.resku-ai-help-map small{display:block}.resku-ai-help-card__lanes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.resku-ai-help-lane{display:grid;gap:5px;min-width:0;padding:10px;border:1px solid var(--color-border);border-radius:6px;background:#fff}.resku-ai-help-lane__badge{width:fit-content;padding:3px 7px;border-radius:999px;background:var(--color-accent);color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em}.resku-ai-assistant__sources{display:flex;flex-wrap:wrap;gap:8px}.resku-ai-assistant__sources a{color:var(--color-accent);font-size:12px;font-weight:800}.resku-ai-assistant__chips,.resku-ai-assistant__products{display:grid;gap:8px}.resku-ai-assistant__chips a,.resku-ai-assistant__products a{display:grid;gap:4px;min-width:0;padding:10px;border:1px solid var(--color-border);border-radius:6px;background:#fff;color:var(--color-text)}.resku-ai-assistant__products a{grid-template-columns:74px minmax(0,1fr);align-items:center;gap:10px}.resku-ai-assistant__products a:not(:has(img)){grid-template-columns:minmax(0,1fr)}.resku-ai-assistant__products img{width:74px;aspect-ratio:1;border-radius:5px;object-fit:cover;background:var(--color-surface)}.resku-ai-assistant__product-copy{display:grid;gap:4px;min-width:0}.resku-ai-assistant__chips a{font-size:13px;font-weight:900}.resku-ai-assistant__products strong,.resku-ai-assistant__products span{display:block;overflow-wrap:anywhere}.resku-ai-assistant__products strong{font-size:14px}.resku-ai-assistant__products span,.resku-ai-assistant__group li{color:color-mix(in srgb,var(--color-text) 68%,transparent);font-size:13px;line-height:1.35}.resku-ai-assistant__products .resku-ai-assistant__product-facts{color:var(--color-text);font-size:12px;font-weight:800}.resku-ai-assistant__group ul{display:grid;gap:6px;margin:0;padding-left:18px}.active-filters{display:flex;flex-wrap:wrap;gap:8px}.active-filters__clear,.active-filters__chip{display:inline-flex;min-height:34px;align-items:center;padding:6px 10px;border-radius:999px;font-size:13px;font-weight:800}.active-filters__clear{background:var(--color-text);color:#fff}.active-filters__chip{border:1px solid var(--color-border);background:var(--color-surface)}.collection-layout{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:24px;align-items:start}.collection-filters{position:sticky;top:94px;max-height:calc(100vh - 112px);overflow:auto;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.collection-filters__header{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:16px;border-bottom:1px solid var(--color-border)}.collection-filters__header h2{margin:0;font-family:var(--font-heading);font-size:24px;font-weight:500}.collection-filters__header button{display:none;border:0;background:transparent;color:var(--color-accent);cursor:pointer;font-weight:800}.filter-form{display:grid}.filter-group{border-bottom:1px solid var(--color-border)}.filter-group:last-child{border-bottom:0}.filter-group summary{display:flex;justify-content:space-between;gap:12px;padding:15px 16px;cursor:pointer;font-weight:800;list-style:none}.filter-group summary::-webkit-details-marker{display:none}.filter-group summary small{min-width:22px;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 12%,transparent);color:var(--color-accent);text-align:center}.filter-group__body{display:grid;gap:9px;padding:0 16px 16px}.filter-choice{display:grid;grid-template-columns:auto auto 1fr auto;gap:9px;align-items:center;color:color-mix(in srgb,var(--color-text) 82%,transparent);font-size:14px}.filter-choice input{width:16px;height:16px;accent-color:var(--color-accent)}.filter-choice__swatch{display:none;width:17px;aspect-ratio:1;border:1px solid color-mix(in srgb,var(--color-text) 18%,transparent);border-radius:999px;background:linear-gradient(135deg,#55633f6b,#9f6d4f6b),#eee6da}.filter-choice--visual .filter-choice__swatch{display:inline-block}.filter-choice small{color:color-mix(in srgb,var(--color-text) 48%,transparent)}.filter-choice--disabled{opacity:.42}.filter-group__show-more{min-height:34px;justify-self:start;padding:0;border:0;background:transparent;color:var(--color-accent);cursor:pointer;font-size:13px;font-weight:900}.price-filter{display:grid;grid-template-columns:1fr 1fr;gap:10px}.price-filter label{display:grid;gap:5px;color:color-mix(in srgb,var(--color-text) 58%,transparent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.price-filter input{min-width:0;min-height:40px;border:1px solid var(--color-border);border-radius:4px}.price-filter button{grid-column:1 / -1;min-height:40px;border:1px solid var(--color-accent);border-radius:4px;background:var(--color-accent);color:#fff;cursor:pointer;font-weight:800}.collection-results{display:grid;gap:14px}.collection-results__bar{display:flex;justify-content:space-between;gap:12px;color:color-mix(in srgb,var(--color-text) 58%,transparent);font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.product-grid--collection{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-empty{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:end;padding:28px;border:1px solid var(--color-border);border-radius:6px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 8%,transparent),transparent 46%),var(--color-surface)}.collection-empty__copy{max-width:660px}.collection-empty__copy h2{margin:0;max-width:560px;font-family:var(--font-heading);font-size:clamp(28px,3vw,44px);line-height:.96}.collection-empty__copy p:not(.eyebrow){margin:12px 0 0;color:color-mix(in srgb,var(--color-text) 68%,transparent);line-height:1.55}.collection-empty__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.collection-empty__actions .button{min-height:42px;white-space:nowrap}.collection-empty__link{display:inline-flex;min-height:42px;align-items:center;padding:0 14px;border:1px solid var(--color-border);border-radius:999px;color:var(--color-text);font-size:13px;font-weight:800;text-decoration:none}.collection-empty__tips{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding-top:4px}.collection-empty__tips span,.collection-empty__tips a{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.collection-empty__tips span{padding-left:0;color:var(--color-secondary)}.collection-empty__tips a{border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-background) 82%,#fff);color:var(--color-text);text-decoration:none}.collection-tile,.product-card{overflow:hidden;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface)}.collection-tile__media,.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#ede7dd}.product-card__badge{position:absolute;left:10px;top:10px;z-index:1;padding:5px 8px;border-radius:999px;background:var(--color-secondary);color:#fff;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.collection-tile__image,.collection-tile__placeholder,.product-card__image,.product-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .24s ease}.collection-tile:hover img,.product-card:hover img{transform:scale(1.035)}.collection-tile__body,.product-card__body{padding:16px}.collection-tile__title,.product-card__title{margin:0;font-size:18px;line-height:1.2}.product-card__title a{display:-webkit-box;min-height:2.4em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-card__vendor,.resku-signals{margin:0 0 6px;color:color-mix(in srgb,var(--color-text) 58%,transparent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.resku-signals{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;margin-bottom:0;letter-spacing:0;text-transform:capitalize}.resku-signals span{padding:4px 7px;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 12%,transparent)}.price{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px;font-weight:800}.price__compare{color:color-mix(in srgb,var(--color-text) 48%,transparent);text-decoration:line-through}.delivery-lane{display:flex;align-items:center;gap:8px;color:var(--color-text)}.delivery-lane__eyebrow{color:var(--color-secondary);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.delivery-lane--card{width:fit-content;max-width:100%;margin-top:10px;padding:6px 9px;border:1px solid color-mix(in srgb,var(--color-accent) 22%,var(--color-border));border-radius:999px;background:color-mix(in srgb,var(--color-accent) 8%,#fff);font-size:12px;font-weight:800;line-height:1}.delivery-lane--product{display:grid;grid-template-columns:auto 1fr;gap:5px 12px;margin-top:14px;padding:14px 16px;border:1px solid color-mix(in srgb,var(--color-accent) 26%,var(--color-border));border-radius:6px;background:color-mix(in srgb,var(--color-accent) 7%,#fff)}.delivery-lane--product strong{font-family:var(--font-heading);font-size:22px;font-weight:500;line-height:1.05}.delivery-lane--product>span:last-child{grid-column:1 / -1;color:color-mix(in srgb,var(--color-text) 68%,transparent);font-size:14px}.story-band{background:var(--color-text);color:#fff}.story-band__inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(28px,6vw,72px);align-items:center}.story-band__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.story-band__stat{padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:6px}.story-band__stat strong{display:block;font-family:var(--font-heading);font-size:38px;font-weight:500}.product{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);align-items:start;gap:clamp(30px,5vw,64px);padding-block:42px 80px}.product__media{display:grid;gap:12px}.product__media-main{display:grid;place-items:center;margin:0;min-height:min(68vh,720px);max-height:760px;overflow:hidden;border:1px solid var(--color-border);border-radius:8px;background:#f1ece4}.product__image,.product__placeholder{width:100%;height:100%;max-height:inherit;object-fit:contain;mix-blend-mode:multiply}.product__thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.product__thumb{display:block;overflow:hidden;aspect-ratio:1;border:1px solid var(--color-border);border-radius:6px;background:#f1ece4}.product__thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.product__thumb:hover img{transform:scale(1.04)}.product__info{position:sticky;top:116px;min-width:0}.product__title{max-width:12ch;font-size:clamp(34px,4.1vw,54px)}.product__vendor{margin:0 0 8px;color:var(--color-secondary);font-weight:800;letter-spacing:.1em;text-transform:uppercase}.resku-panel{margin-top:24px;padding:22px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface)}.resku-panel--ontology{border-color:color-mix(in srgb,var(--color-secondary) 34%,var(--color-border));background:color-mix(in srgb,var(--color-secondary) 6%,var(--color-surface))}.resku-panel h2{margin:0 0 16px;font-family:var(--font-heading);font-size:28px;font-weight:500;line-height:1.1}.resku-details{display:grid;gap:0;margin:0}.resku-details div{display:grid;grid-template-columns:minmax(120px,.45fr) 1fr;gap:16px;padding-block:10px;border-top:1px solid var(--color-border)}.resku-details dt{color:color-mix(in srgb,var(--color-text) 58%,transparent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.resku-details dd{margin:0}.fit-confidence{margin-top:24px;padding:22px;border:1px solid color-mix(in srgb,var(--color-accent) 34%,var(--color-border));border-radius:6px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 7%,transparent),transparent 48%),var(--color-surface)}.fit-confidence__header h2{margin:0;font-family:var(--font-heading);font-size:30px;font-weight:500;line-height:1.04}.fit-confidence__header p:not(.eyebrow){margin:8px 0 0;color:color-mix(in srgb,var(--color-text) 66%,transparent)}.fit-confidence__body{display:grid;grid-template-columns:minmax(160px,.52fr) minmax(0,1fr);gap:18px;align-items:stretch;margin-top:18px}.fit-diagram{display:grid;min-height:180px;padding:18px;border:1px solid var(--color-border);border-radius:6px;background:color-mix(in srgb,var(--color-background) 72%,#fff)}.fit-diagram__box{position:relative;align-self:center;width:min(100%,210px);aspect-ratio:1.45 / 1;margin:10px auto 0;border:2px solid color-mix(in srgb,var(--color-accent) 54%,var(--color-border));border-radius:8px;background:linear-gradient(135deg,transparent 48%,color-mix(in srgb,var(--color-accent) 18%,transparent) 49%,transparent 51%),#fff;box-shadow:12px -12px color-mix(in srgb,var(--color-secondary) 9%,transparent)}.fit-diagram__line{position:absolute;display:inline-flex;align-items:center;justify-content:center;color:color-mix(in srgb,var(--color-text) 68%,transparent);font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.fit-diagram__line--width{right:6px;bottom:-28px;left:6px;border-top:1px solid currentColor}.fit-diagram__line--depth{right:-36px;top:10px;bottom:10px;writing-mode:vertical-rl;border-left:1px solid currentColor}.fit-diagram__line--height{left:-34px;top:0;bottom:0;writing-mode:vertical-rl;border-right:1px solid currentColor}.fit-diagram__line b{padding:3px 5px;border-radius:999px;background:var(--color-surface)}.fit-confidence__facts{display:grid;gap:14px;min-width:0}.fit-confidence__facts dl{display:grid;gap:0;margin:0}.fit-confidence__facts dl div{display:grid;grid-template-columns:minmax(116px,.42fr) 1fr;gap:14px;padding-block:9px;border-top:1px solid var(--color-border)}.fit-confidence__facts dt{color:color-mix(in srgb,var(--color-text) 56%,transparent);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.fit-confidence__facts dd{margin:0}.fit-calculator{display:grid;gap:10px;padding:12px;border:1px solid var(--color-border);border-radius:6px;background:#fff}.fit-calculator__label{margin:0;font-weight:900}.fit-calculator__inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:8px;align-items:end}.fit-calculator label{display:grid;gap:4px;color:color-mix(in srgb,var(--color-text) 58%,transparent);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.fit-calculator input,.fit-calculator button{min-height:38px;border-radius:4px}.fit-calculator input{width:100%;border:1px solid var(--color-border);padding:0 10px}.fit-calculator button{border:1px solid var(--color-accent);padding:0 12px;background:var(--color-accent);color:#fff;font-weight:900}.fit-calculator__result,.fit-confidence__note{margin:0;color:color-mix(in srgb,var(--color-text) 68%,transparent);font-size:13px;font-weight:800;line-height:1.4}.finish-options{display:grid;gap:14px;margin-top:24px;padding:18px;border:1px solid color-mix(in srgb,var(--color-accent) 30%,var(--color-border));border-radius:6px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 6%,transparent),transparent 48%),var(--color-surface)}.finish-options__header{display:flex;justify-content:space-between;gap:18px;align-items:end}.finish-options__header h2{margin:0;font-family:var(--font-heading);font-size:clamp(24px,2.2vw,32px);font-weight:500;line-height:1.05}.finish-options__header p{max-width:28ch;margin:0;color:color-mix(in srgb,var(--color-text) 64%,transparent);font-size:13px;font-weight:800;line-height:1.35}.finish-options__rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(124px,1fr));gap:10px}.finish-option-card{display:grid;grid-template-rows:minmax(110px,1fr) auto;min-width:0;overflow:hidden;border:1px solid var(--color-border);border-radius:5px;background:#fff;color:var(--color-text);text-decoration:none}.finish-option-card--current{border-color:var(--color-accent);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-accent) 54%,transparent)}.finish-option-card__media{display:grid;place-items:center;min-height:112px;background:#f1ece4}.finish-option-card__media img,.finish-option-card__placeholder{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:transform .18s ease}.finish-option-card:hover img{transform:scale(1.035)}.finish-option-card__body{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;padding:10px}.finish-option-card__swatch{width:24px;height:24px;border:1px solid color-mix(in srgb,var(--color-text) 18%,transparent);border-radius:50%;background:linear-gradient(135deg,#f7f3ea 0 48%,color-mix(in srgb,var(--color-accent) 22%,#fff) 49% 52%,#d8c9ae 53% 100%);box-shadow:inset 0 0 0 2px #ffffffb8}.finish-option-card__body strong,.finish-option-card__body small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.finish-option-card__body strong{font-size:13px;line-height:1.15}.finish-option-card__body small{margin-top:3px;color:color-mix(in srgb,var(--color-text) 58%,transparent);font-size:11px;font-weight:800}.product-reviews-proof{margin-top:24px;padding:22px;border:1px solid var(--color-border);border-radius:6px;background:color-mix(in srgb,var(--color-surface) 72%,#fff)}.product-reviews-proof__header{margin-bottom:16px}.product-reviews-proof__header h2{margin:0;font-family:var(--font-heading);font-size:28px;font-weight:500;line-height:1.05}.product-reviews-proof__rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-review-card{display:grid;gap:10px;padding:14px;border:1px solid var(--color-border);border-radius:6px;background:#fff}.product-review-card__topline{display:flex;justify-content:space-between;gap:12px;color:var(--color-secondary);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.product-review-card h3{margin:0;font-size:16px;line-height:1.15}.product-review-card p{display:-webkit-box;margin:0;overflow:hidden;color:color-mix(in srgb,var(--color-text) 68%,transparent);font-size:14px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:5}.product-review-card footer{color:color-mix(in srgb,var(--color-text) 54%,transparent);font-size:13px;font-weight:800}.product-reviews-proof__link{display:inline-flex;margin-top:14px;color:var(--color-accent);font-weight:900;text-decoration:none}.product-form{display:grid;gap:18px;margin-top:24px}.variant-swatches{display:grid;gap:10px;margin:0;padding:0;border:0}.variant-swatches legend{font-size:1.2rem;font-weight:900}.variant-swatches__choices{display:flex;flex-wrap:wrap;gap:8px}.variant-swatch{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:8px 12px;border:1px solid var(--color-border);border-radius:4px;background:color-mix(in srgb,var(--color-surface) 82%,var(--color-background));font-size:1.25rem;font-weight:800;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.variant-swatch input{position:absolute;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.variant-swatch__dot{width:22px;height:22px;border:1px solid color-mix(in srgb,var(--color-text) 18%,transparent);border-radius:50%;background:linear-gradient(135deg,#f7f3ea 0 48%,color-mix(in srgb,var(--color-accent) 22%,#fff) 49% 52%,#d8c9ae 53% 100%);box-shadow:inset 0 0 0 2px #ffffffb8}.variant-swatch:has(input:checked){border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 8%,var(--color-surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-accent) 62%,transparent)}.variant-swatch:has(input:focus-visible){outline:2px solid var(--color-accent);outline-offset:3px}.product-form__select,.quantity__input{width:100%;min-height:46px;border:1px solid var(--color-border);border-radius:4px;background:#fff;color:var(--color-text)}.quantity{display:grid;grid-template-columns:46px 80px 46px;width:max-content;border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.quantity__button{border:0;background:#fff;cursor:pointer}.quantity__input{min-height:44px;border-width:0 1px;border-radius:0;text-align:center}.cart-items{width:100%;border-collapse:collapse;background:var(--color-surface)}.cart-items th,.cart-items td{padding:16px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:top}.cart-items img{width:86px;height:86px;object-fit:cover}.cart-footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:18px;align-items:stretch;margin-top:24px}.cart-footer__panel{padding:22px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface)}.cart-support,.purchase-help{padding:18px;border:1px solid color-mix(in srgb,var(--color-accent) 30%,var(--color-border));border-radius:6px;background:linear-gradient(135deg,color-mix(in srgb,var(--color-accent) 7%,transparent),transparent 48%),var(--color-surface)}.cart-support h2{margin:0 0 8px;font-family:var(--font-heading);font-size:clamp(24px,2.2vw,32px);font-weight:500;line-height:1.05}.cart-support p,.purchase-help p{margin:0 0 12px;color:color-mix(in srgb,var(--color-text) 68%,transparent);font-weight:800;line-height:1.4}.cart-support__links,.purchase-help__links{display:flex;flex-wrap:wrap;gap:8px}.cart-support__links a,.purchase-help__links a{display:inline-flex;min-height:34px;align-items:center;padding:7px 10px;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-accent);font-size:12px;font-weight:900;text-decoration:none}.purchase-help{margin-top:18px}.pagination{margin-top:32px;text-align:center}.pagination .page,.pagination .next,.pagination .prev{display:inline-flex;min-width:38px;min-height:38px;align-items:center;justify-content:center;margin:3px;border:1px solid var(--color-border);border-radius:4px;background:var(--color-surface)}.atlas{padding-block:clamp(38px,6vw,82px) 96px}.atlas-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:clamp(28px,6vw,76px);align-items:end;margin-bottom:clamp(36px,7vw,72px)}.atlas-hero__copy h1{max-width:920px;margin:0;font-family:var(--font-heading);font-size:clamp(46px,8vw,92px);font-weight:500;line-height:.95}.atlas-hero__copy p:not(.eyebrow){max-width:720px;margin:20px 0 0;color:color-mix(in srgb,var(--color-text) 72%,transparent);font-size:clamp(17px,2vw,21px)}.atlas-hero__panel{padding:24px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-text);color:#fff}.atlas-hero__panel span{display:block;font-family:var(--font-heading);font-size:clamp(58px,8vw,96px);line-height:.86}.atlas-hero__panel strong{display:block;margin-top:10px;font-size:13px;letter-spacing:.12em;text-transform:uppercase}.atlas-hero__panel p{margin:16px 0 0;color:#ffffffb8}.atlas-section,.collection-index{margin-top:clamp(38px,7vw,76px)}.atlas-section__header,.collection-index__header{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:20px}.atlas-section__header h2,.atlas-lane__header h2,.collection-index__header h2{margin:0;font-family:var(--font-heading);font-size:clamp(30px,5vw,56px);font-weight:500;line-height:1.02}.room-gateways{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.room-gateway{position:relative;min-height:280px;overflow:hidden;border-radius:8px;background:#e8e0d5}.room-gateway--1,.room-gateway--2{grid-column:span 2}.room-gateway__media,.room-gateway__media img,.room-gateway__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.room-gateway__media img,.room-gateway__placeholder{object-fit:cover;transition:transform .26s ease}.room-gateway:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#161713bd,#1617130d 68%)}.room-gateway:hover img{transform:scale(1.035)}.room-gateway__body{position:absolute;inset:auto 0 0;z-index:1;display:flex;justify-content:space-between;gap:16px;align-items:end;padding:18px;color:#fff}.room-gateway__body span{font-family:var(--font-heading);font-size:clamp(28px,4vw,46px);line-height:.98}.room-gateway__body small{flex:0 0 auto;color:#ffffffb8;font-weight:800;text-transform:uppercase}.atlas-lanes{display:grid;grid-template-columns:1.35fr .825fr .825fr;gap:16px;margin-top:18px}.atlas-lane{display:grid;align-content:start;gap:20px;padding:22px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface)}.atlas-lane--feature{background:color-mix(in srgb,var(--color-accent) 9%,var(--color-surface))}.atlas-lane__header p:not(.eyebrow){color:color-mix(in srgb,var(--color-text) 68%,transparent)}.atlas-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.atlas-link-grid a,.atlas-link-list a{border:1px solid var(--color-border);border-radius:6px;background:#ffffffad}.atlas-link-grid a{display:grid;min-height:78px;align-content:space-between;padding:12px}.atlas-link-grid span,.atlas-link-list a{font-weight:800;line-height:1.16}.atlas-link-grid small,.atlas-link-list span{color:color-mix(in srgb,var(--color-text) 52%,transparent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.atlas-link-list{display:grid;gap:8px}.atlas-link-list a{display:flex;justify-content:space-between;gap:14px;padding:11px 12px}.collection-search{width:min(100%,430px)}.collection-search input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text)}.collection-index{padding:clamp(22px,4vw,34px);border:1px solid var(--color-border);border-radius:8px;background:color-mix(in srgb,var(--color-surface) 76%,var(--color-background))}.collection-index__filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.collection-index__filters button{min-height:36px;padding:0 12px;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);cursor:pointer;font-weight:800}.collection-index__filters button[aria-pressed=true]{border-color:var(--color-text);background:var(--color-text);color:#fff}.collection-index__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.collection-index-card{overflow:hidden;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface)}.collection-index-card[hidden]{display:none}.collection-index-card__media{display:block;aspect-ratio:1.25 / 1;overflow:hidden;background:#e7ded2}.collection-index-card__media img,.collection-index-card__placeholder{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.collection-index-card:hover img{transform:scale(1.035)}.collection-index-card__body{padding:12px}.collection-index-card__body p{margin:0 0 6px;color:var(--color-secondary);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.collection-index-card__body h3{margin:0;font-size:15px;line-height:1.18}.collection-index-card__body h3 a{display:-webkit-box;min-height:2.36em;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.collection-index-card__body span{display:block;margin-top:8px;color:color-mix(in srgb,var(--color-text) 52%,transparent);font-size:12px;font-weight:800}.site-footer{padding-block:48px 28px;background:#20231d;color:#fff}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,minmax(150px,230px));gap:32px}.site-footer h2,.site-footer h3{margin:0 0 12px;font-family:var(--font-heading);font-weight:500}.site-footer a{display:block;margin-bottom:8px;color:#ffffffc7}.site-footer__contact p{margin:0 0 8px;color:#ffffffad;line-height:1.45}.site-footer__policy-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.site-footer__policy-links a{display:inline-flex;min-height:30px;align-items:center;margin:0;padding:5px 9px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#fff;font-size:11px;font-weight:900;text-decoration:none}.site-footer__bottom{margin-top:32px;color:#ffffff94;font-size:13px}@media(max-width:989px){.site-header__inner{grid-template-columns:auto 1fr auto}.site-header__brand{justify-self:start}.site-nav,.mega-menu{display:none}.site-header__menu-button{display:inline-grid;place-items:center}.storefront-hero__inner,.storefront-feature__inner{grid-template-columns:1fr}.storefront-hero__inner{align-items:end}.storefront-hero__note{max-width:420px}.storefront-trust__inner,.storefront-room-grid,.finn-intel-grid,.product-grid--storefront{grid-template-columns:repeat(2,minmax(0,1fr))}.finn-intel-card--fit{grid-column:span 2}.storefront-room-card--1,.storefront-room-card--2{grid-column:span 1}.storefront-feature--image-right .storefront-feature__media{order:0}.collection-tiles,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.atlas-hero,.atlas-lanes{grid-template-columns:1fr}.room-gateways{grid-template-columns:repeat(2,minmax(0,1fr))}.room-gateway--1,.room-gateway--2{grid-column:span 1}.collection-index__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.collection-console__header{align-items:start}.catalog-paths{grid-template-columns:repeat(3,minmax(0,1fr))}.room-path-builder__header{grid-template-columns:1fr;align-items:start}.room-path-builder--collection .room-path-builder__header{padding:16px 16px 0}.room-path-builder--collection .room-path-builder__summary{justify-items:start}.room-path-builder--collection .room-path-builder__meta{justify-content:flex-start}.room-path-builder__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.room-path-builder--collection .room-path-builder__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.room-path-card:first-child{grid-column:span 2;min-height:420px}.collection-layout{grid-template-columns:1fr}.collection-filter-toggle{display:inline-flex}.collection-filters{position:fixed;inset:0 0 0 auto;z-index:80;width:min(92vw,390px);max-height:none;border-radius:0;transform:translate(100%);transition:transform .18s ease}.filters-open .collection-filters,.collection-filters[data-open]{transform:translate(0)}.collection-filters__header button{display:inline-flex}.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-empty{grid-template-columns:1fr;padding:22px}.collection-empty__actions{justify-content:flex-start}.story-band__inner,.product,.site-footer__inner,.cart-footer{grid-template-columns:1fr}.product__media-main{min-height:auto;max-height:none;aspect-ratio:4 / 5}.product__info{position:static}.fit-confidence__body,.fit-calculator__inputs{grid-template-columns:1fr}.fit-diagram{min-height:210px}.product__title{max-width:14ch}}@media(max-width:640px){.hero{min-height:620px}.site-header__actions{gap:10px}.site-header__actions a{font-size:13px}.hero__content{align-items:end;min-height:620px}.hero__shade{background:linear-gradient(0deg,#141610c2,#1416103d 62%,#14161000)}.hero__signals,.story-band__stats,.collection-tiles,.product-grid{grid-template-columns:1fr}.product{padding-block:28px 56px}.product__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.product__title{max-width:100%;font-size:clamp(32px,11vw,44px)}.storefront-hero{min-height:680px}.storefront-hero__inner{min-height:680px;padding-block:80px 28px}.storefront-hero__copy h1{font-size:clamp(42px,14vw,62px)}.storefront-hero__buttons,.storefront-section__header--split{display:grid;align-items:stretch}.storefront-trust__inner,.storefront-room-grid,.finn-intel-grid,.product-grid--storefront{grid-template-columns:1fr}.finn-intel-card,.finn-intel-card--fit{grid-column:auto;min-height:0}.finn-intel-card__media img{min-height:220px}.finn-intel-card--fit .finn-intel-card__media img{min-height:0}.storefront-trust__item,.storefront-trust__item:last-child{border-right:1px solid var(--color-border)}.storefront-room-card{min-height:280px}.storefront-room-card__body{display:block}.storefront-room-card__body em{display:block;margin-top:8px}.collection-console__header,.collection-console__tools,.collection-sort,.resku-ai-assistant__header,.collection-results__bar{display:grid;align-items:stretch}.resku-ai-assistant__header span{white-space:normal}.resku-ai-assistant__form,.resku-ai-assistant__results,.resku-ai-help-card__lanes{grid-template-columns:1fr}.resku-ai-launcher{left:14px;bottom:14px;min-width:0;max-width:calc(100vw - 104px);padding:10px 12px}.resku-ai-launcher:before{width:30px;height:30px;font-size:18px}.resku-ai-launcher span{font-size:13px}.resku-ai-launcher small{font-size:10px}.catalog-paths{display:flex;overflow-x:auto;padding-bottom:4px}.catalog-paths a{min-width:150px}.room-path-builder{padding-block:34px}.room-path-builder__grid{grid-template-columns:1fr}.room-path-builder--collection{padding-block:4px 18px}.room-path-builder--collection .room-path-builder__header{border-bottom:1px solid var(--color-border);border-radius:8px;padding:16px}.room-path-builder--collection .room-path-builder__header h2{font-size:clamp(28px,9vw,40px)}.room-path-builder--collection .room-path-builder__grid{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px;scroll-snap-type:x proximity}.room-path-builder--collection .room-path-card,.room-path-builder--collection .room-path-card:first-child,.room-path-builder--collection .room-path-card:last-child{flex:0 0 min(72vw,260px);min-height:170px;border-radius:8px;scroll-snap-align:start}.room-path-card,.room-path-card:first-child{grid-column:auto;grid-row:auto;min-height:330px}.room-path-card__body strong{max-width:14ch}.product-grid--collection{grid-template-columns:1fr}.atlas{padding-block-start:34px}.atlas-hero__copy h1{font-size:clamp(40px,14vw,64px)}.atlas-section__header,.collection-index__header{display:grid;align-items:start}.room-gateways,.atlas-link-grid,.collection-index__grid{grid-template-columns:1fr}.room-gateway{min-height:230px}.section__header{display:block}.cart-items thead{display:none}.cart-items,.cart-items tbody,.cart-items tr,.cart-items td{display:block}}
/*# sourceMappingURL=/cdn/shop/t/54/assets/theme.css.map */
