:root{--cream: var(--bg, #f6f1e8);--cream-deep: var(--surface, #e9dfd0);--paper: #fcfaf6;--muted: #6f645c;--accent-dark: #5b2d27;--line: rgba(33, 28, 24, .16);--serif: "Newsreader", Georgia, serif;--sans: "DM Sans", Arial, sans-serif;--page: 1280px;--radius: 3px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img,svg{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}.page-width{width:min(calc(100% - 40px),var(--page));margin-inline:auto}.section-space{padding-block:clamp(68px,8vw,118px)}.mobile-only,[hidden]{display:none!important}:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.skip-link{position:fixed;top:12px;left:12px;z-index:1000;transform:translateY(-160%);background:var(--ink);color:#fff;padding:10px 16px}.skip-link:focus{transform:none}.eyebrow{margin:0 0 16px;color:var(--accent);font-size:11px;font-weight:600;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.035em;line-height:.98}h1{font-size:clamp(44px,6vw,84px)}h2{font-size:clamp(38px,5vw,64px)}.text-link{display:inline-flex;gap:10px;align-items:center;padding-bottom:4px;border-bottom:1px solid currentColor;font-weight:600}.text-link span{transition:transform .2s ease}.text-link:hover span{transform:translate(4px)}.button{min-height:50px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;padding:13px 24px;font-size:12px;font-weight:600;letter-spacing:.08em;text-align:center;text-transform:uppercase;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;cursor:pointer}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--accent);color:#fff}.button--primary:hover{background:var(--accent-dark)}.button--primary:disabled{background:#a69d95;cursor:not-allowed;transform:none}.button--secondary{border-color:var(--ink);background:transparent}.button--secondary:hover{background:var(--ink);color:#fff}.button--text{min-height:auto;padding-inline:0;border-bottom:1px solid var(--line)}.button--full{width:100%}.announcement{background:var(--ink);color:#fff;font-size:10px;font-weight:500;letter-spacing:.11em;text-transform:uppercase}.announcement__inner{min-height:34px;display:flex;justify-content:center;align-items:center;gap:24px;text-align:center}.announcement a{border-bottom:1px solid rgba(255,255,255,.5)}.site-header{position:sticky;top:0;z-index:40;background:#f6f1e8f2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header__inner{min-height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px}.wordmark{justify-self:center;display:flex;flex-direction:column;align-items:center;line-height:1}.wordmark span{font-family:var(--serif);font-size:24px;letter-spacing:.14em;white-space:nowrap}.wordmark small{margin-top:8px;color:var(--muted);font-size:9px;letter-spacing:.25em;text-transform:uppercase}.menu-trigger{justify-self:start;display:inline-flex;align-items:center;gap:9px;min-height:42px;padding:0;border:0;background:transparent;font-size:12px;font-weight:600;cursor:pointer}.menu-trigger svg{width:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.5}.header-actions{justify-self:end;display:flex;align-items:center;gap:20px}.icon-button{width:42px;height:42px;display:inline-grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer}.icon-button svg,.cart-link svg{width:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.cart-link{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600}.cart-count{min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;border-radius:20px;background:var(--accent);color:#fff;font-size:10px}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--paper)}.mobile-drawer__panel{width:100%;height:100%;overflow-y:auto;padding:24px clamp(24px,4vw,64px) 30px;background:var(--paper);animation:drawer-in .24s ease both}@keyframes drawer-in{0%{transform:translateY(-18px);opacity:0}}.mobile-drawer__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--line)}.mobile-drawer__title{color:var(--muted);font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.mobile-drawer__wordmark{font-family:var(--serif);font-size:24px;letter-spacing:.14em;white-space:nowrap}.mobile-drawer__top .icon-button{justify-self:end}.menu-collection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:1380px;margin:24px auto 0}.menu-collection-card{min-height:clamp(150px,20vh,220px);display:grid;grid-template-columns:minmax(0,1fr) 44%;align-items:stretch;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--cream);transition:transform .2s ease,border-color .2s ease}.menu-collection-card:hover{transform:translateY(-2px);border-color:#211c1861}.menu-collection-card__title{align-self:stretch;display:flex;align-items:center;justify-content:center;padding:24px clamp(20px,3vw,38px);font-family:var(--serif);font-size:clamp(21px,2vw,31px);line-height:1.12;text-align:center}.menu-collection-card__title--compositions{flex-direction:column;gap:3px}.menu-collection-card__title--compositions>span{display:block;white-space:nowrap}.menu-collection-card__media{min-width:0;overflow:hidden}.menu-collection-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.menu-collection-card:hover .menu-collection-card__media img{transform:scale(1.025)}.mobile-search{margin-top:30px}.mobile-search label{display:block;margin-bottom:8px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.mobile-search div{display:flex;border-bottom:1px solid var(--ink)}.mobile-search input{flex:1;min-width:0;padding:12px 0;border:0;background:transparent}.mobile-search button{border:0;background:transparent;font-weight:600}.mobile-drawer__note{margin-top:32px;color:var(--muted);font-size:11px;text-transform:uppercase}.hero-section{position:relative;min-height:min(800px,calc(100svh - 120px));display:grid;place-items:start center;overflow:hidden;border-bottom:1px solid var(--line);background:#40362d;color:#fff;isolation:isolate}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;overflow:hidden;background:var(--cream-deep)}.hero-media>img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#130f0c7a,#130f0c1a 44%,#130f0c0d 67%,#130f0c80);pointer-events:none}.hero-copy{width:min(900px,calc(100% - 40px));display:flex;flex-direction:column;align-items:center;padding:clamp(48px,7vh,78px) 20px 150px;text-align:center}.hero-copy .eyebrow{margin-bottom:18px;color:#ffffffd1}.hero-copy h1{max-width:820px;margin-bottom:22px;font-size:clamp(52px,5.3vw,86px);line-height:.98;text-shadow:0 2px 28px rgba(0,0,0,.22)}.hero-intro{max-width:620px;margin-bottom:28px;color:#fff;font-family:var(--serif);font-size:clamp(20px,1.6vw,27px);line-height:1.35;text-shadow:0 1px 18px rgba(0,0,0,.3)}.hero-actions{display:flex;align-items:center;justify-content:center}.hero-bundle-link{display:inline-flex;align-items:center;gap:10px;margin-top:20px;padding:11px 18px;border:1px solid rgba(255,255,255,.6);border-radius:999px;background:#1c191647;color:#fff;font-size:11px;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-bundle-link:after{content:"\2192";font-size:15px;line-height:1}.hero-bundle-link:hover{border-color:#fff;background:#1c19167a}.button--hero{min-width:300px;border-color:#ffffffb3;background:#fcfaf6ed;color:var(--ink);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.button--hero:hover{background:#fff}.hero-benefits{position:absolute;right:24px;bottom:22px;left:24px;display:flex;justify-content:center;gap:0;margin:0;padding:0;list-style:none;color:#fffffff5;font-family:var(--serif);font-size:16px;text-shadow:0 1px 10px rgba(0,0,0,.5)}.hero-benefits li{display:flex;align-items:center;font-weight:400;white-space:nowrap}.hero-benefits li+li:before{content:"\b7";margin:0 10px}.hero-placeholder{width:100%;height:100%;display:grid;place-content:center;background:radial-gradient(ellipse at center,var(--paper) 0 27%,transparent 27.5%),linear-gradient(145deg,#e9dfd0,#c8b69f);text-align:center}.hero-placeholder span{font-family:var(--serif);font-size:clamp(54px,8vw,110px);letter-spacing:.12em}.hero-placeholder small{letter-spacing:.25em;text-transform:uppercase}.hero-caption{position:absolute;right:30px;bottom:26px;left:30px;z-index:2;display:flex;justify-content:space-between;gap:20px;color:#fff;font-size:10px;letter-spacing:.1em;text-transform:uppercase}.section-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.6fr);align-items:end;gap:60px;margin-bottom:50px}.section-heading h2{max-width:720px;margin:0}.section-heading>p{margin:0 0 5px;color:var(--muted);font-size:16px;line-height:1.75}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-grid--collection:has(>.product-card:only-child){grid-template-columns:minmax(0,560px);justify-content:center}.collection-page--canapes .product-grid--collection,.collection-page--poufs .product-grid--collection,.collection-page--fauteuils .product-grid--collection{grid-template-columns:repeat(2,minmax(0,560px));justify-content:center}.product-card{min-width:0}.product-card__media{position:relative;display:block;aspect-ratio:4/5;overflow:hidden;background:var(--cream-deep)}.product-card__media img,.product-card__placeholder,.product-card__placeholder svg{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease,transform .7s cubic-bezier(.2,.7,.2,1)}.product-card__media:hover img{transform:scale(1.025)}.product-card__secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media:hover .product-card__secondary{opacity:1}.product-card__badge{position:absolute;top:14px;left:14px;padding:7px 10px;background:var(--paper);font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-card__content{display:flex;justify-content:space-between;gap:18px;padding:18px 1px 8px}.product-card__type{margin:0 0 5px;color:var(--muted);font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.product-card__swatches{display:flex;align-items:center;gap:7px;margin-top:13px}.product-card__swatch{display:block;width:26px;height:26px;padding:3px;border:1px solid rgba(30,27,24,.16);border-radius:50%}.product-card__swatch span{display:block;width:18px;height:18px;border-radius:50%;background:var(--swatch)}.product-card__swatches-more{color:var(--muted);font-size:11px}.product-card h3{margin:0;font-family:var(--serif);font-size:24px;font-weight:400;line-height:1.12}.product-card__price{flex:none;margin:3px 0 0;font-size:13px;font-weight:600}.product-card__cta{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--line);font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.section-footer{margin-top:48px;text-align:center}.empty-state{padding:60px 24px;border:1px solid var(--line);text-align:center}.empty-state h2,.empty-state h3{font-family:var(--serif);font-size:34px;font-weight:400}.story-section{background:var(--ink);color:#f7f1e8}.story-grid{display:grid;grid-template-columns:1fr 1fr;min-height:700px}.story-media{margin:54px 0 54px -40px;overflow:hidden;background:#3b322c}.story-media img,.story-placeholder{width:100%;height:100%;object-fit:cover}.story-copy{align-self:center;padding:80px clamp(40px,7vw,100px)}.story-copy .eyebrow{color:#d9b9a9}.story-copy h2{max-width:560px;margin-bottom:28px}.story-body{max-width:540px;color:#ffffffad;font-size:16px;line-height:1.8}.story-points{display:grid;gap:0;margin:42px 0 34px;border-top:1px solid rgba(255,255,255,.2)}.story-points div{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.2)}.story-points strong{font-family:var(--serif);font-size:18px;font-weight:400}.story-points span{color:#ffffff9e;font-size:12px}.faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(50px,9vw,140px)}.faq-intro{align-self:start;position:sticky;top:130px}.faq-intro h2{max-width:420px;margin-bottom:26px}.faq-intro>p:not(.eyebrow){max-width:420px;margin-bottom:26px;color:var(--muted);line-height:1.75}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item summary{min-height:76px;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 0;cursor:pointer;list-style:none;font-family:var(--serif);font-size:24px}.faq-item summary::-webkit-details-marker{display:none}.faq-icon{position:relative;flex:none;width:18px;height:18px}.faq-icon:before,.faq-icon:after{content:"";position:absolute;top:8px;left:1px;width:16px;height:1px;background:currentColor}.faq-icon:after{transform:rotate(90deg);transition:transform .2s ease}.faq-item[open] .faq-icon:after{transform:rotate(0)}.faq-answer{max-width:680px;padding:0 46px 24px 0;color:var(--muted);line-height:1.75}.faq-answer p:first-child{margin-top:0}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:52px;color:var(--muted);font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.breadcrumbs a:hover{color:var(--ink)}.collection-header{display:grid;grid-template-columns:1fr auto;align-items:end;gap:40px;margin-bottom:52px}.collection-header h1{margin-bottom:18px}.collection-description{max-width:680px;color:var(--muted)}.collection-page{padding-top:42px;padding-bottom:72px}.collection-page .breadcrumbs{margin-bottom:28px}.collection-page .collection-header{margin-bottom:32px}.collection-page .product-card__media{aspect-ratio:4 / 3}.collection-toolbar{display:flex;align-items:center;gap:30px;padding-bottom:8px;color:var(--muted);font-size:11px}.collection-toolbar form{display:flex;align-items:center;gap:10px}.collection-toolbar select{padding:9px 28px 9px 10px;border:1px solid var(--line);border-radius:0;background:transparent}.pagination{display:flex;justify-content:center;align-items:center;gap:30px;margin-top:54px;font-size:12px}.product-page{padding-top:34px}.product-layout{display:grid;grid-template-columns:minmax(0,1.17fr) minmax(390px,.83fr);gap:clamp(44px,6vw,86px);align-items:start}.product-gallery__main{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--cream-deep)}.product-gallery__main>img,.product-gallery__placeholder,.product-gallery__placeholder svg{width:100%;height:100%;object-fit:cover}.product-gallery__counter{position:absolute;right:15px;bottom:15px;padding:7px 10px;background:#fcfaf6e0;font-size:9px;letter-spacing:.1em}.product-thumbnails{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:10px}.product-thumbnail{aspect-ratio:1;padding:0;overflow:hidden;border:1px solid transparent;background:var(--cream-deep);cursor:pointer}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-thumbnail.is-active{border-color:var(--ink)}.product-info{position:sticky;top:120px}.product-info>.product-reassurance{display:none}.product-info>.product-reassurance:not(.product-reassurance--top){display:none!important}.product-reassurance--top{display:grid!important;margin:16px 0}.product-info__top{padding-bottom:8px;border-bottom:1px solid var(--line)}.product-info h1{margin-bottom:18px;font-size:clamp(38px,4.2vw,60px);letter-spacing:-.045em;line-height:1.02}.product-title__line{display:block}.product-title__brand{white-space:nowrap}.product-price{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:600}.product-info__top>.product-price{font-size:28px}.product-price s{color:var(--muted);font-size:15px;font-weight:400}.product-payment-note{margin:8px 0 0;color:var(--muted);font-size:11px}.format-switcher{display:none!important}.option-heading{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px;font-size:12px;font-weight:600}.option-heading a{color:var(--muted);font-size:10px;text-decoration:underline}.format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.format-grid a{padding:12px 10px;border:1px solid var(--line);text-align:center;transition:border-color .2s,background .2s}.format-grid a:hover{border-color:var(--ink)}.format-grid a.is-current{border-color:var(--ink);background:var(--ink);color:#fff}.format-grid strong,.format-grid span{display:block}.format-grid strong{font-size:11px}.format-grid span{margin-top:3px;opacity:.7;font-size:9px}.product-form{padding-top:8px}.product-option{margin:0 0 12px;padding:0;border:0}.product-option legend{width:100%;margin-bottom:12px;font-size:12px;font-weight:600}.product-option legend span{float:right;max-width:70%;color:var(--muted);font-size:10px;font-weight:400;text-align:right}.option-buttons{display:flex;flex-wrap:wrap;gap:8px}.option-button{min-height:43px;padding:9px 17px;border:1px solid var(--line);background:transparent;font-size:11px;cursor:pointer}.product-option--colour .option-button{border-radius:0}.option-button:hover{border-color:var(--ink)}.option-button.is-selected{border-color:var(--ink);background:var(--ink);color:#fff}.option-button.is-unavailable:not(.is-selected){opacity:.4;text-decoration:line-through}.swatch-grid{display:flex;flex-wrap:wrap;gap:10px}.swatch-button{width:38px;height:38px;display:grid;place-items:center;padding:3px;border:1px solid transparent;border-radius:50%;background:transparent;cursor:pointer}.swatch-button span{width:28px;height:28px;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:var(--swatch)}.swatch-button:hover,.swatch-button.is-selected{border-color:var(--ink)}.swatch-button.is-unavailable{opacity:.35}.selected-colour{display:flex;align-items:center;gap:12px;margin-top:10px;padding:0;border:0;background:transparent}.selected-colour__chip{flex:none;width:34px;height:34px;border:1px solid rgba(0,0,0,.14);border-radius:50%;background:var(--selected-colour)}.selected-colour small,.selected-colour strong{display:block}.selected-colour small{margin-bottom:2px;color:var(--muted);font-size:8px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.selected-colour strong{font-family:var(--serif);font-size:18px;font-weight:400;line-height:1.2}.purchase-row{display:grid;grid-template-columns:116px 1fr;gap:10px;margin-top:20px}.quantity-selector{min-height:50px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;border:1px solid var(--line)}.quantity-selector button{align-self:stretch;padding:0;border:0;background:transparent;cursor:pointer}.quantity-selector input{width:100%;padding:0;border:0;background:transparent;text-align:center;-moz-appearance:textfield}.quantity-selector input::-webkit-outer-spin-button,.quantity-selector input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.product-submit{width:100%;min-height:58px;border-radius:999px;font-size:13px;letter-spacing:.12em;box-shadow:0 8px 18px #30261d24}.product-submit:hover{box-shadow:0 10px 22px #30261d33}.sticky-purchase{position:fixed;z-index:45;right:auto;bottom:16px;left:50%;width:min(700px,calc(100% - 32px));display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 10px 10px 22px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#2a221bf5;color:#fff;box-shadow:0 14px 38px #231c163d;opacity:0;pointer-events:none;transform:translate(-50%,14px);transition:opacity .22s ease,transform .22s ease;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}[data-product-root].is-sticky-purchase-visible .sticky-purchase{opacity:1;pointer-events:auto;transform:translate(-50%)}body:has(#PBarNextFrame) .sticky-purchase{bottom:70px}.sticky-purchase__summary{min-width:0;display:flex;align-items:baseline;gap:14px}.sticky-purchase__title{overflow:hidden;font-family:var(--serif);font-size:18px;text-overflow:ellipsis;white-space:nowrap}.sticky-purchase__summary strong{flex:none;font-size:14px}.sticky-purchase__button{flex:none;min-height:44px;padding:0 25px;border:0;border-radius:999px;background:var(--accent);color:#fff;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.sticky-purchase__button:hover{filter:brightness(1.06)}.sticky-purchase__button:disabled{opacity:.5;cursor:not-allowed}.form-status{min-height:1.4em;margin:8px 0 0;color:var(--accent);font-size:11px}.dynamic-checkout{margin-top:10px}.shopify-payment-button__button{min-height:50px!important;border-radius:0!important}.dynamic-checkout .shopify-payment-button__button{border:1px solid var(--ink)!important;background:transparent!important;color:var(--ink)!important}.product-reassurance{display:grid;grid-template-columns:repeat(3,1fr);margin:30px 0 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none}.product-reassurance li{display:flex;gap:8px;padding:0 10px;border-right:1px solid var(--line)}.product-reassurance li:first-child{padding-left:0}.product-reassurance li:last-child{border:0}.product-reassurance>li>span{color:var(--accent)}.product-reassurance strong,.product-reassurance small{display:block}.product-reassurance strong{font-size:10px}.product-reassurance small{margin-top:2px;color:var(--muted);font-size:8px;line-height:1.4}.product-reassurance--top{display:flex!important;align-items:center;justify-content:center;gap:clamp(24px,5vw,52px);margin:0 0 24px;padding:0;border:0;transform:translateY(-8px)}.product-reassurance--top li{align-items:center;gap:7px;padding:0;border:0;white-space:nowrap}.product-reassurance--top,.product-reassurance--top li,.product-reassurance--top li>div{background:transparent!important}.product-reassurance--top .product-reassurance__icon{font-size:18px}.product-reassurance--top strong{font-family:var(--serif);font-size:18px;font-weight:400}.product-reassurance--top small{display:none!important}.product-accordions{margin-top:24px}.product-accordions details{border-bottom:1px solid var(--line)}.product-accordions summary{min-height:57px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-size:12px;font-weight:600}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions summary span{position:relative;width:14px;height:14px}.product-accordions summary span:before,.product-accordions summary span:after{content:"";position:absolute;top:6px;width:14px;height:1px;background:currentColor}.product-accordions summary span:after{transform:rotate(90deg)}.product-accordions details[open] summary span:after{display:none}.product-accordions .rte{padding:0 0 22px;color:var(--muted);font-size:13px}.cart-heading h1{margin-bottom:50px}.cart-heading h1 span{color:var(--muted);font-family:var(--sans);font-size:15px;letter-spacing:0}.cart-layout{display:grid;grid-template-columns:1fr 390px;gap:clamp(40px,7vw,100px);align-items:start}.cart-item{display:grid;grid-template-columns:140px 1fr;gap:22px;padding:20px 0;border-top:1px solid var(--line)}.cart-item__image{aspect-ratio:1;background:var(--cream-deep)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__details{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.cart-item__vendor{margin:0 0 3px;color:var(--muted);font-size:9px;text-transform:uppercase}.cart-item h2{margin:0;font-size:25px}.cart-item__variant{margin:7px 0 0;color:var(--muted);font-size:11px}.cart-item__bottom{display:grid;grid-template-columns:104px 1fr auto;align-items:center;gap:20px}.cart-item__bottom .quantity-selector{min-height:38px;grid-template-columns:30px 1fr 30px}.remove-link{color:var(--muted);font-size:10px;text-decoration:underline}.text-button{padding:8px 0;border:0;border-bottom:1px solid currentColor;background:transparent;font-size:10px;font-weight:600;text-transform:uppercase;cursor:pointer}.cart-summary{position:sticky;top:125px;padding:30px;background:var(--paper)}.cart-summary h2{margin-bottom:25px;font-size:34px}.cart-summary__line{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cart-summary>p{margin:15px 0 23px;color:var(--muted);font-size:10px}.cart-summary label{display:block;margin-bottom:7px;font-size:10px;font-weight:600}.cart-summary textarea{width:100%;margin-bottom:18px;padding:10px;border:1px solid var(--line);border-radius:0;background:transparent;resize:vertical}.checkout-reassurance{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin:18px 0 0;padding:0;color:var(--muted);font-size:9px;list-style:none}.empty-cart{max-width:680px;margin-inline:auto;padding-block:100px;text-align:center}.empty-cart>span{display:block;margin-bottom:24px;color:var(--accent);font-family:var(--serif);font-size:36px}.empty-cart h1,.empty-cart h2{margin-bottom:20px;font-size:clamp(40px,6vw,64px)}.empty-cart p{max-width:540px;margin:0 auto 28px;color:var(--muted)}.content-page{max-width:900px}.content-page header{padding-bottom:30px;border-bottom:1px solid var(--line)}.content-page h1{margin-bottom:0}.rte{line-height:1.8}.content-page>.rte{padding-top:30px;color:#4e4741;font-size:16px}.rte a{text-decoration:underline}.rte img{height:auto}.search-page-form{max-width:760px;margin:34px 0 54px}.search-page-form label{display:block;margin-bottom:8px;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.search-page-form>div{display:grid;grid-template-columns:1fr auto}.search-page-form input{min-width:0;padding:13px 15px;border:1px solid var(--line);border-right:0;border-radius:0;background:var(--paper)}.site-footer{border-top:1px solid var(--line);background:var(--cream-deep)}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line)}.trust-strip div{padding:24px 22px;border-right:1px solid var(--line);text-align:center}.trust-strip div:last-child{border:0}.trust-strip strong,.trust-strip span{display:block}.trust-strip strong{font-family:var(--serif);font-size:19px;font-weight:400}.trust-strip span{margin-top:3px;color:var(--muted);font-size:9px;text-transform:uppercase}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:80px;padding-block:70px}.footer-wordmark{margin-bottom:20px;font-family:var(--serif);font-size:31px;letter-spacing:.1em}.footer-brand>p:not(.footer-wordmark){max-width:430px;color:var(--muted);line-height:1.7}.footer-grid h2{margin-bottom:18px;font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.footer-grid ul{margin:0;padding:0;list-style:none}.footer-grid li{margin-bottom:9px;color:var(--muted);font-size:12px}.footer-grid li a:hover{color:var(--ink)}.footer-bottom{display:flex;justify-content:space-between;padding-block:18px;border-top:1px solid var(--line);color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}@media(max-width:800px){.site-header__inner{grid-template-columns:1fr auto 1fr}.product-layout{grid-template-columns:minmax(0,1fr) minmax(350px,.85fr);gap:38px}.product-reassurance{grid-template-columns:1fr}.product-reassurance li,.product-reassurance li:first-child{padding:9px 0;border-right:0;border-bottom:1px solid var(--line)}.product-reassurance li:last-child{border-bottom:0}}@media(max-width:860px){.desktop-only{display:none!important}.mobile-only{display:inline-grid!important}.page-width{width:min(calc(100% - 28px),var(--page))}.section-space{padding-block:66px}.site-header__inner{min-height:70px;grid-template-columns:1fr auto 1fr;gap:8px}.menu-trigger span{display:none}.wordmark span{font-size:16px;letter-spacing:.09em}.wordmark small{display:block;margin-top:5px;font-size:6px;letter-spacing:.18em}.header-actions{gap:8px}.hero-section{min-height:min(760px,calc(100svh - 100px));place-items:start center}.hero-copy{min-height:auto;padding:44px 18px 160px}.hero-copy h1{max-width:680px;font-size:clamp(47px,10vw,70px)}.hero-media{min-height:0;max-height:none}.hero-media>img{object-position:53% center}.hero-benefits{bottom:18px;flex-wrap:wrap;row-gap:4px;padding:0;font-size:14px}.section-heading{grid-template-columns:1fr;gap:24px;margin-bottom:36px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 12px}.story-grid{grid-template-columns:1fr}.story-media{min-height:500px;margin:0 -14px}.story-copy{padding:68px 10px}.faq-layout{grid-template-columns:1fr;gap:42px}.faq-intro{position:static}.collection-header,.product-layout{grid-template-columns:1fr}.product-info{position:static}.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}.footer-grid{grid-template-columns:1fr 1fr;gap:42px}.footer-brand{grid-column:1 / -1}.trust-strip{grid-template-columns:repeat(3,1fr)}}@media(max-width:560px){.mobile-drawer__panel{padding:16px 14px 24px}.mobile-drawer__top{padding-bottom:14px}.mobile-drawer__title{font-size:8px;letter-spacing:.16em}.mobile-drawer__wordmark{font-size:16px;letter-spacing:.1em}.menu-collection-grid{grid-template-columns:1fr;gap:9px;margin-top:14px}.menu-collection-card{min-height:98px;grid-template-columns:minmax(0,1fr) 42%;border-radius:11px}.menu-collection-card__title{padding:16px 10px;font-size:19px}.menu-collection-card__title--compositions>span{white-space:normal}.mobile-search{margin-top:18px}.mobile-drawer__note{margin-top:20px}.announcement__inner{min-height:31px;font-size:8px}.hero-section{min-height:660px}.hero-copy{width:calc(100% - 24px);padding:36px 8px 146px}.hero-copy .eyebrow{font-size:9px}.hero-copy h1{font-size:clamp(39px,12vw,58px)}.hero-intro{margin-bottom:24px;font-size:18px}.hero-actions{width:min(100%,330px)}.hero-actions .button{width:100%;min-width:0}.hero-benefits{right:12px;bottom:14px;left:12px;font-size:12px;line-height:1.35}.product-grid{grid-template-columns:1fr}.product-reassurance--top{flex-wrap:wrap;gap:12px 20px}.product-grid--collection:has(>.product-card:only-child){grid-template-columns:1fr}.collection-page--canapes .product-grid--collection,.collection-page--poufs .product-grid--collection,.collection-page--fauteuils .product-grid--collection{grid-template-columns:1fr}.product-card__content{padding-top:14px}.product-card h3{font-size:25px}.story-media{min-height:390px}.story-points div{grid-template-columns:110px 1fr}.faq-item summary{min-height:68px;font-size:21px}.collection-toolbar{align-items:flex-start;flex-direction:column;gap:10px}.collection-toolbar form{width:100%;justify-content:space-between}.product-page{width:100%;padding-top:16px}.product-page>.breadcrumbs{padding-inline:14px}.product-gallery__main{aspect-ratio:4/5}.product-thumbnails{padding-inline:14px;overflow-x:auto;grid-template-columns:repeat(8,68px)}.product-info{padding:30px 14px 0}.product-info h1{font-size:42px}.format-grid a{padding-inline:5px}.purchase-row{grid-template-columns:104px 1fr}.sticky-purchase{bottom:10px;width:calc(100% - 20px);gap:10px;padding:8px 8px 8px 15px}body:has(#PBarNextFrame) .sticky-purchase{bottom:64px}.sticky-purchase__title{display:none}.sticky-purchase__summary{flex:1}.sticky-purchase__summary strong{font-size:15px}.sticky-purchase__button{min-height:42px;padding-inline:18px}.cart-item{grid-template-columns:92px 1fr;gap:13px}.cart-item__bottom{grid-template-columns:98px auto;gap:12px}.cart-item__bottom strong{grid-column:2}.cart-summary{padding:24px 18px}.trust-strip{width:100%;grid-template-columns:1fr;border-right:0;border-left:0}.trust-strip div,.trust-strip div:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1fr;padding-block:54px}.footer-brand{grid-column:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
