:root{--sq-ink:#302b25;--sq-brown:#66503a;--sq-paper:#faf8f4;--sq-sand:#eee8de;--sq-line:#dcd5ca;--sq-serif:Georgia,'Times New Roman',serif}
body{color:var(--sq-ink);background:var(--sq-paper)}
.gradient{background:var(--sq-paper)}
.page-width{max-width:1520px}
.sq-eyebrow{font-size:11px;letter-spacing:2.2px;font-weight:500;line-height:1.5;margin:0 0 18px;text-transform:uppercase}
.sq-button{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;min-height:52px;padding:15px 24px;background:var(--sq-ink);color:#fff;text-decoration:none;font-size:11px;letter-spacing:1.5px;border:1px solid var(--sq-ink);transition:background .2s}
.sq-button:hover{background:var(--sq-brown);color:#fff}
.sq-button--outline{background:transparent;color:var(--sq-ink)}
.sq-text-link{color:inherit;text-underline-offset:5px;font-size:13px;text-decoration-thickness:1px}
.sq-text-link span{display:inline-block;padding-left:14px}
.sq-hero{display:grid;grid-template-columns:42% 58%;min-height:560px;background:#eee9df}
.sq-hero__copy{align-self:center;padding:54px clamp(26px,4vw,75px)}
.sq-hero h1{font-family:var(--sq-serif);font-weight:400;font-size:clamp(40px,4.1vw,66px);letter-spacing:-1.7px;line-height:1.09;margin:0 0 28px;color:var(--sq-ink)}
.sq-hero__description{font-size:15px;line-height:1.8;max-width:345px;margin:0 0 30px;color:#60584e}
.sq-hero .sq-text-link{display:block;margin-top:20px;font-size:12px}
.sq-hero__note{margin-top:54px;font-size:10px;letter-spacing:.35px;color:#70675c;display:flex;align-items:center;gap:12px}
.sq-hero__line{width:28px;height:1px;background:currentColor}
.sq-hero__image{position:relative;min-width:0;overflow:hidden}
.sq-hero__image img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:50% 42%}
.sq-hero__caption{position:absolute;right:25px;bottom:23px;font-size:9px;letter-spacing:1.6px;color:#fff;text-shadow:0 1px 5px #000;background:#302b254f;padding:7px 10px}
.sq-section{padding:84px 0}
.sq-section__heading{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:34px}
.sq-section__heading h2,.sq-editorial h2{font-family:var(--sq-serif);font-size:clamp(30px,3.2vw,48px);line-height:1.12;letter-spacing:-1px;font-weight:400;margin:0}
.sq-section__heading .sq-eyebrow{margin-bottom:12px}
.sq-collection-grid{display:grid;grid-template-columns:repeat(var(--sq-columns),minmax(0,1fr));gap:24px}
.sq-collection-tile{color:var(--sq-ink);text-decoration:none;min-width:0;display:block}
.sq-collection-tile__image{aspect-ratio:1/1;background:var(--sq-sand);overflow:hidden}
.sq-collection-tile__image img{height:100%;width:100%;object-fit:cover;transition:transform .5s}
.sq-collection-tile:hover img{transform:scale(1.035)}
.sq-collection-tile__caption{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}
.sq-collection-tile h3{font-family:var(--sq-serif);font-size:23px;font-weight:400;margin:0;letter-spacing:-.3px}
.sq-collection-tile__caption>span{font-size:19px}
.sq-collection-tile>p{font-size:12px;line-height:1.6;color:#756b60;margin:6px 0 0}
.sq-collection-section--rooms{background:#eee9e1}
.sq-collection-section--rooms .sq-collection-tile__image{aspect-ratio:4/5}
.sq-editorial{display:grid;grid-template-columns:1fr 1fr;background:#e8dfd1}
.sq-editorial__image{position:relative;min-height:560px}
.sq-editorial__image img{position:absolute;width:100%;height:100%;object-fit:cover;inset:0}
.sq-editorial__copy{align-self:center;padding:70px clamp(30px,7vw,110px)}
.sq-editorial__body{font-size:15px;line-height:1.85;margin:26px 0 32px;color:#61574b;max-width:370px}
.sq-editorial--reverse .sq-editorial__image{order:2}
.sq-product-grid{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 22px;padding-top:0;padding-bottom:0;margin-top:0;margin-bottom:0}
.sq-product-grid li{min-width:0}
.sq-utility{display:flex;align-items:center;justify-content:space-between;padding-top:11px;padding-bottom:11px;font-size:10px;letter-spacing:1px;border-bottom:1px solid var(--sq-line)}
.sq-utility nav{display:flex;gap:26px;font-size:11px;letter-spacing:0}
.sq-utility a{color:inherit;text-decoration:none}
.sq-utility a:hover{text-decoration:underline}
.announcement-bar-section .utility-bar{background:var(--sq-brown);color:#fff}
.announcement-bar-section .announcement-bar__message{font-size:11px;letter-spacing:.7px;padding:9px 0;min-height:34px}
.header-wrapper{background:var(--sq-paper);border-bottom:1px solid var(--sq-line)}
.header{padding-top:20px;padding-bottom:0}
.header__heading-logo{max-width:160px}
.header__inline-menu{margin-top:14px}
.header__menu-item{font-size:13px;color:var(--sq-ink);padding:16px 19px}
.header__active-menu-item{text-decoration-thickness:1px;text-underline-offset:5px}
.mega-menu__content{background:var(--sq-paper);border-bottom:1px solid var(--sq-line);padding-top:30px;padding-bottom:36px}
.mega-menu__link--level-2{font-family:var(--sq-serif);font-weight:400;font-size:23px;margin-bottom:10px}
.mega-menu__link{color:var(--sq-ink)}
.card-wrapper .card{background:transparent}
.card-wrapper .card__inner{background:#eee8de;border-radius:0;overflow:hidden}
.card__information{padding-top:16px}
.card__heading{font-family:var(--font-body-family);font-size:13px;line-height:1.55;letter-spacing:0}
.card-information .price{font-size:12px;margin-top:6px!important;color:#6e6254}
.card .badge{border-radius:0;font-size:10px;letter-spacing:.4px}
.footer{border-top:1px solid var(--sq-line);background:#e9e2d8!important}
.footer-block__heading{font-family:var(--sq-serif);font-size:22px;letter-spacing:0}
.footer-block__details-content,.footer .copyright__content{color:var(--sq-ink)}
.footer__content-bottom{border-top:1px solid #d6ccbd}
.sq-collection-intro{padding-top:30px;padding-bottom:8px}
.sq-breadcrumb{display:flex;gap:10px;flex-wrap:wrap;font-size:11px;color:#786f63;margin:0 0 32px}
.sq-breadcrumb a{color:inherit;text-decoration:none}
.sq-collection-intro__heading{display:flex;align-items:end;justify-content:space-between;gap:24px}
.sq-collection-intro h1{font-family:var(--sq-serif);font-size:clamp(36px,4.5vw,64px);font-weight:400;letter-spacing:-1.5px;margin:0;line-height:1.1}
.sq-collection-intro__heading>p{font-size:13px;line-height:1.8;color:#73695d;max-width:355px}
.sq-category-chips{display:flex;gap:10px;overflow:auto;padding:28px 0 18px;border-bottom:1px solid var(--sq-line)}
.sq-category-chips a{white-space:nowrap;padding:9px 16px;border:1px solid var(--sq-line);font-size:11px;text-decoration:none;color:var(--sq-ink)}
.sq-category-chips a[aria-current],.sq-category-chips a:hover{background:var(--sq-ink);color:#fff;border-color:var(--sq-ink)}
.facets-container{padding-top:0}
.product__title h1{font-family:var(--sq-serif);font-weight:400;font-size:clamp(30px,3.2vw,46px);letter-spacing:-.9px;line-height:1.14}
.product__info-container .price{font-size:20px;color:var(--sq-brown)}
.product__description{font-size:14px;line-height:1.8}
.product__description img{max-width:100%;height:auto}
.product__description table{display:block;max-width:100%;overflow:auto}
.product__info-container .product-form__submit{background:var(--sq-ink);color:#fff;text-transform:uppercase;letter-spacing:1px}
.product-form__input--pill input[type=radio]+label{border-radius:0;padding:11px 14px}
.product-form__input .form__label{font-size:12px;letter-spacing:.3px}
.related-products__heading,.main-page-title{font-family:var(--sq-serif);font-weight:400}
@media(min-width:990px){.header--top-center .header__inline-menu>.list-menu--inline{display:flex;width:100%;justify-content:center;gap:4px}.header--top-center .header__inline-menu{width:100%}.product__info-wrapper{padding-left:5rem!important}.collection .grid{column-gap:24px;row-gap:32px}.collection .grid--4-col-desktop .grid__item{width:calc(25% - 18px)}}
@media(min-width:1500px){.sq-hero{min-height:660px}}
@media(max-width:989px){.sq-hero{grid-template-columns:45% 55%;min-height:510px}.sq-hero__copy{padding:40px 26px}.sq-hero h1{font-size:46px}.sq-hero__note{margin-top:32px}.header{padding-top:13px;padding-bottom:13px}.sq-collection-grid{gap:20px}.sq-editorial__image{min-height:470px}.sq-editorial__copy{padding:40px}.sq-product-grid{gap:24px 16px}.sq-collection-intro__heading>p{max-width:270px}}
@media(max-width:749px){.sq-utility{display:none}.sq-hero{display:flex;flex-direction:column-reverse;min-height:0}.sq-hero__image{height:340px}.sq-hero__image img{object-position:50% 37%}.sq-hero__copy{padding:36px 24px 38px}.sq-hero h1{font-size:45px;letter-spacing:-1.4px;margin-bottom:20px}.sq-hero__description{font-size:14px;max-width:100%;margin-bottom:24px}.sq-hero__note{margin-top:28px}.sq-hero__caption{font-size:8px;right:16px;bottom:15px}.sq-section{padding:48px 0}.sq-section__heading{align-items:start;margin-bottom:25px;display:block}.sq-section__heading>.sq-text-link{display:inline-block;margin-top:15px;font-size:12px}.sq-section__heading h2,.sq-editorial h2{font-size:34px;letter-spacing:-.7px}.sq-eyebrow{font-size:9px;letter-spacing:1.6px}.sq-collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 14px}.sq-collection-tile h3{font-size:20px}.sq-collection-tile>p{font-size:11px}.sq-collection-tile__caption{margin-top:12px}.sq-collection-section--rooms .sq-collection-tile__image{aspect-ratio:3/4}.sq-editorial{display:flex;flex-direction:column}.sq-editorial__image,.sq-editorial--reverse .sq-editorial__image{min-height:0;height:390px;order:0}.sq-editorial__copy{padding:40px 24px 46px}.sq-editorial__body{font-size:14px;margin:20px 0 25px}.sq-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 14px}.card__heading{font-size:12px}.card-information .price{font-size:12px}.header__heading-logo{max-width:135px}.footer{padding-top:38px}.footer__content-top{padding-left:24px;padding-right:24px}.footer-block.grid__item{margin:25px 0}.sq-collection-intro{padding-top:22px}.sq-collection-intro__heading{display:block}.sq-collection-intro__heading>p{max-width:none;font-size:12px;margin-top:17px}.sq-breadcrumb{margin-bottom:24px;font-size:10px}.sq-category-chips{padding-top:18px;gap:8px}.sq-category-chips a{font-size:10px;padding:8px 12px}.product__title h1{font-size:33px}.product__info-container .price{font-size:19px}.product__description{font-size:13px}.product-form__input--pill input[type=radio]+label{padding:10px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.sq-collection-tile__image img,.sq-button{transition:none}}
