:root{--bg:#f4f0e8;--bg-elevated:#faf8f4;--bg-soft:#ebe6dc;--bg-deep:#2a2826;--bg-ink:#141312;--text:#2a2826;--text-muted:#6f6a63;--text-soft:#9a948c;--text-on-dark:#f4f0e8;--text-on-dark-muted:#b5afa5;--line:#2a28261a;--line-strong:#2a282633;--accent:#1f1d1b;--accent-hover:#000;--bronze:#8a7349;--bronze-soft:#8a73492e;--warm-stone:#c2b8a8;--oatmeal:#ddd4c6;--shadow-soft:0 28px 70px #14131212;--radius:1px;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Outfit", sans-serif;--header-h:80px;--ease:cubic-bezier(.22, 1, .36, 1);--max:1180px;--space-section:clamp(5.5rem, 12vw, 9.5rem)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;font-weight:300;line-height:1.65}body:before{content:"";pointer-events:none;opacity:.035;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-display);margin:0;font-weight:500;line-height:1.1}#root{min-height:100vh}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page{flex:1}.container{width:min(100% - 3.5rem, var(--max));margin-inline:auto}.lede{max-width:28ch;font-family:var(--font-display);color:var(--text);margin:0;font-size:clamp(1.35rem,2.4vw,1.85rem);font-style:italic;font-weight:400;line-height:1.35}.section-cta{margin-top:clamp(2.5rem,5vw,4rem)}.eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:500}.display{font-family:var(--font-display);letter-spacing:-.01em;font-weight:500}.btn{letter-spacing:.14em;text-transform:uppercase;min-height:48px;transition:background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease), transform .35s var(--ease);justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1.5rem;font-size:.78rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--accent);color:var(--text-on-dark)}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-light{background:var(--bg-elevated);color:var(--text)}.btn-light:hover{background:#fff;transform:translateY(-1px)}.btn-ghost{color:var(--text);border-bottom:1px solid var(--line-strong);letter-spacing:.12em;background:0 0;border-radius:0;min-height:auto;padding:.35rem 0}.btn-ghost:hover{border-color:var(--text)}.btn-arrow:after{content:"→";transition:transform .35s var(--ease);font-size:1rem}.btn-arrow:hover:after{transform:translate(3px)}.site-header{z-index:50;height:var(--header-h);transition:background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease);border-bottom:1px solid #0000;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 1.5rem;display:grid;position:fixed;inset:0 0 auto}.site-header.on-light,.site-header.scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--line);color:var(--text);background:#f3efe8e0}.site-header.on-dark{color:var(--text-on-dark)}.header-left,.header-right{align-items:center;gap:1.25rem;display:flex}.header-right{justify-content:flex-end}.logo{font-family:var(--font-display);letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;font-size:clamp(1.15rem,2vw,1.45rem);font-weight:500}.nav-desktop{gap:1.35rem;display:none}.nav-desktop a{letter-spacing:.16em;text-transform:uppercase;opacity:.85;transition:opacity .25s var(--ease);font-size:.72rem;font-weight:500}.nav-desktop a:hover{opacity:1}.menu-toggle{letter-spacing:.16em;text-transform:uppercase;align-items:center;gap:.55rem;font-size:.72rem;font-weight:500;display:inline-flex}.icon-btn{opacity:.9;width:36px;height:36px;transition:opacity .25s var(--ease);justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{opacity:1}.bag-label{letter-spacing:.14em;text-transform:uppercase;font-size:.72rem}.mobile-nav{inset:var(--header-h) 0 0;z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;transition:opacity .35s var(--ease), transform .35s var(--ease);background:#f3efe8f7;align-content:start;gap:1.25rem;padding:2rem 1.5rem 3rem;display:grid;position:fixed;transform:translateY(-8px)}.mobile-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-nav a{font-family:var(--font-display);letter-spacing:.02em;font-size:clamp(2rem,6vw,2.8rem)}.hero{min-height:100dvh;color:var(--text-on-dark);place-items:end stretch;display:grid;position:relative;overflow:hidden}.hero-media{position:absolute;inset:0}.hero-media img{object-fit:cover;width:100%;height:100%;animation:hero-zoom 14s var(--ease) forwards;transform:scale(1.04)}.hero-media:after{content:"";background:linear-gradient(#1c1a1847 0%,#1c1a182e 40%,#1c1a188c 100%),linear-gradient(90deg,#1c1a1859 0%,#0000 55%);position:absolute;inset:0}.hero-content{z-index:1;width:min(100% - 3.5rem, var(--max));padding:calc(var(--header-h) + 4rem) 0 5.5rem;max-width:36rem;margin:0 auto;margin-left:max(1.75rem, calc((100% - var(--max)) / 2 + 1.75rem));animation:fade-up 1.25s var(--ease) both;justify-self:start;gap:1.65rem;display:grid;position:relative}.hero-media img[data-parallax]{will-change:transform}.hero-content .eyebrow{color:#f3efe8c7}.hero-brand{letter-spacing:.14em;text-transform:uppercase;color:var(--text-on-dark);font-size:clamp(2.8rem,7vw,5rem);line-height:.98}.hero-content h1{color:#f4f0e8eb;max-width:14ch;font-size:clamp(1.85rem,3.8vw,2.75rem);font-style:italic;font-weight:400;line-height:1.15}.hero-content>p:not(.hero-brand){color:#f4f0e8b3;max-width:28ch;margin:0;font-size:1rem;font-weight:300}.hero-actions{flex-wrap:wrap;gap:.85rem;margin-top:.5rem;display:flex}.scroll-cue{left:max(1.25rem, calc((100% - var(--max)) / 2 + 1.25rem));z-index:1;letter-spacing:.18em;text-transform:uppercase;color:#f3efe8b3;animation:fade-up 1.2s .35s var(--ease) both;align-items:center;gap:.55rem;font-size:.68rem;display:inline-flex;position:absolute;bottom:1.5rem}.scroll-cue span{transform-origin:top;background:#f3efe88c;width:1px;height:28px;animation:1.8s ease-in-out infinite scroll-line}.trust-bar{background:var(--bg-deep);color:var(--text-on-dark);padding:1.75rem 0}.trust-bar.is-slim{background:var(--bg-elevated);color:var(--text);border-bottom:1px solid var(--line);padding:2.25rem 0}.trust-bar.is-slim .trust-item strong{color:var(--text);letter-spacing:.16em}.trust-bar.is-slim .trust-item span{color:var(--text-muted)}.trust-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem;display:grid}.trust-item{justify-items:start;gap:.45rem;display:grid}.trust-item svg{stroke:currentColor;fill:none;stroke-width:1.4px;width:22px;height:22px}.trust-item strong{letter-spacing:.14em;text-transform:uppercase;font-size:.72rem;font-weight:500}.trust-item span{color:var(--text-on-dark-muted);font-size:.85rem;font-weight:300}.section{padding:var(--space-section) 0}.section-head{gap:1.25rem;max-width:32rem;margin-bottom:clamp(3rem,7vw,5rem);display:grid}.section-head-wide{max-width:40rem}.section-head h2,.section-head .display{letter-spacing:-.02em;font-size:clamp(3rem,7vw,5.25rem);line-height:.98}.section-head p{color:var(--text-muted);max-width:38ch;margin:0;font-size:1.05rem;font-weight:300}.section-link{margin-top:.35rem}.featured-section{padding-bottom:0}.featured-grid{gap:clamp(1.5rem,3vw,2.5rem);display:grid}.featured-card{color:inherit;gap:clamp(1.25rem,3vw,2rem);text-decoration:none;display:grid}.featured-card-media{aspect-ratio:16/10;background:linear-gradient(160deg,#e7dfd3 0%,#d9cfc2 55%,#cfc4b6 100%);overflow:hidden}.featured-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .9s var(--ease)}.featured-card:hover .featured-card-media img{transform:scale(1.03)}.featured-card-copy{align-content:start;gap:.75rem;max-width:36rem;display:grid}.featured-card-copy .display{margin:0;font-size:clamp(2.2rem,4vw,3.4rem)}.featured-card-copy p{color:var(--text-muted);margin:0;font-weight:300;line-height:1.55}.featured-card-copy strong{font-family:var(--font-display);font-size:1.35rem;font-weight:500}.featured-card-copy .btn{pointer-events:none;justify-self:start;margin-top:.35rem}@media (width>=900px){.featured-card{grid-template-columns:1.15fr .85fr;align-items:center}}.product-grid{grid-template-columns:1fr;gap:clamp(2rem,4vw,3rem) clamp(1rem,2vw,1.5rem);display:grid}.product-tile{gap:1rem;display:grid}.product-tile-media{aspect-ratio:4/5;background:linear-gradient(160deg,#e7dfd3 0%,#d9cfc2 55%,#cfc4b6 100%);position:relative;overflow:hidden}.product-tile-media img{object-fit:cover;width:100%;height:100%;transition:transform .9s var(--ease)}.product-tile:hover .product-tile-media img{transform:scale(1.035)}.product-tile-meta{gap:.25rem;display:grid}.product-tile-meta h3{font-size:1.55rem}.product-tile-meta p{color:var(--text-muted);margin:0;font-size:.92rem;font-weight:300}.story-band{background:var(--bg-elevated);gap:0;display:grid}.story-band-media{min-height:52vh;overflow:hidden}.story-band-media img{object-fit:cover;width:100%;height:100%;min-height:52vh}.story-band-copy{align-content:center;gap:1rem;padding:clamp(2.5rem,6vw,4.5rem) clamp(1.25rem,4vw,3.5rem);display:grid}.story-band-copy h2{max-width:12ch;font-size:clamp(2.1rem,4vw,3.2rem)}.story-band-copy p{color:var(--text-muted);max-width:38ch;margin:0;font-weight:300}.story-band-reverse .story-band-media{order:2}.lifestyle-editorial{background:#ebe4d9;min-height:min(78vh,760px);position:relative;overflow:hidden}.lifestyle-editorial img{object-fit:cover;object-position:center center;width:100%;height:100%;min-height:min(78vh,760px)}.lifestyle-editorial-cta{left:max(1.25rem, calc((100% - var(--max)) / 2 + 1.25rem));z-index:1;position:absolute;bottom:clamp(1.5rem,4vw,2.75rem)}.hero-ghost{color:var(--text-on-dark)!important;border-color:#f3efe873!important}.hero-ghost:hover{background:#f3efe81f!important}.lifestyle-stage{background:linear-gradient(160deg,#efe8de,#e3d8c8);min-height:420px;overflow:hidden}.lifestyle-stage img{object-fit:cover;width:100%;height:100%;min-height:420px}.thankyou-hero{padding-bottom:0}.thankyou-layout{align-items:end;gap:2rem;display:grid}.thankyou-line{font-family:var(--font-display);color:#8a7349;margin:0;font-size:1.45rem;font-weight:500}.thankyou-visual{aspect-ratio:4/3;background:#ebe4d9;max-width:520px;margin:0;overflow:hidden}.thankyou-visual img{object-fit:cover;width:100%;height:100%}.product-page.is-sleep-therapy .product-stage img{object-fit:cover}@media (width>=900px){.story-band-reverse{grid-template-columns:.9fr 1.1fr}.story-band-reverse .story-band-copy{order:1}.story-band-reverse .story-band-media{order:2}.thankyou-layout{grid-template-columns:1fr .95fr;align-items:center}}.configure-page{padding-top:var(--header-h)}.configure-layout{min-height:calc(100vh - var(--header-h));grid-template-columns:1fr;display:grid}.configure-visual{background:linear-gradient(#ebe4d9 0%,#e2d8cb 100%);align-content:start;gap:1rem;padding:1.5rem;display:grid}.configure-stage{aspect-ratio:4/3;isolation:isolate;background:linear-gradient(#f4efe7 0%,#e8dfd3 100%);position:relative;overflow:hidden}.configure-stage img{object-fit:contain;width:100%;height:100%;transition:opacity .45s var(--ease), transform .8s var(--ease);background:linear-gradient(#f4efe7 0%,#e8dfd3 100%);position:absolute;inset:0}.configure-stage img.swap{opacity:.55;transform:scale(1.02)}.lifestyle-ref{border-top:1px solid var(--line);grid-template-columns:96px 1fr;align-items:center;gap:.85rem;margin-top:.35rem;padding-top:1rem;display:grid}.lifestyle-ref img{object-fit:cover;width:96px;height:72px}.lifestyle-ref .field-hint{margin:.2rem 0 0}.gallery-thumbs{grid-template-columns:repeat(5,1fr);gap:.55rem;display:grid}.gallery-thumbs button{aspect-ratio:1;opacity:.7;transition:opacity .25s var(--ease), border-color .25s var(--ease);border:1px solid #0000;overflow:hidden}.gallery-thumbs button.active,.gallery-thumbs button:hover{opacity:1;border-color:var(--text)}.gallery-thumbs img{object-fit:cover;width:100%;height:100%}.gallery-meta{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:.78rem;display:flex}.gallery-nav{gap:.5rem;display:flex}.gallery-nav button{border:1px solid var(--line-strong);width:34px;height:34px;transition:background .25s var(--ease);place-items:center;display:grid}.gallery-nav button:hover{background:#ffffff80}.configure-panel{background:var(--bg-elevated);border-top:1px solid var(--line);align-content:start;gap:1.25rem;padding:1.5rem 1.25rem 2.5rem;display:grid}.steps{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:.35rem;padding-bottom:.85rem;display:grid}.steps button{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);text-align:left;transition:color .25s var(--ease), border-color .25s var(--ease);border-bottom:2px solid #0000;padding:.35rem 0;font-size:.68rem;font-weight:500}.steps button.active{color:var(--text);border-bottom-color:var(--text)}.steps button.done{color:var(--text-muted)}.panel-title{gap:.35rem;display:grid}.panel-title h1{font-size:clamp(1.8rem,3vw,2.3rem)}.field{gap:.45rem;display:grid}.field label{letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:500}.select-row{border:1px solid var(--line);min-height:52px;transition:border-color .25s var(--ease);background:#fff;align-items:center;gap:.75rem;padding:.55rem .85rem;display:flex;position:relative}.select-row:focus-within{border-color:var(--line-strong)}.select-row select{appearance:none;background:0 0;border:none;outline:none;flex:1;min-width:0;padding-right:1.25rem}.select-row .swatch,.select-row .thumb{border:1px solid var(--line);object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px}.select-row .thumb{border-radius:2px}.select-row:after{content:"";border-right:1.5px solid var(--text-muted);border-bottom:1.5px solid var(--text-muted);pointer-events:none;width:8px;height:8px;position:absolute;right:.9rem;transform:rotate(45deg)translateY(-3px)}.swatch-row{flex-wrap:wrap;gap:.55rem;display:flex}.swatch-btn{width:34px;height:34px;transition:transform .25s var(--ease), border-color .25s var(--ease);border:2px solid #0000;border-radius:50%;box-shadow:inset 0 0 0 1px #00000014}.swatch-btn.active{border-color:var(--text);transform:scale(1.08)}.panel-price{gap:.75rem;padding-top:.35rem;display:grid}.panel-price .price{font-family:var(--font-display);font-size:2rem}.panel-price .from{letter-spacing:.14em;text-transform:uppercase;color:var(--text-soft);font-size:.72rem}.review-list{gap:.75rem;display:grid}.review-list li{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.85rem 0;font-size:.95rem;display:flex}.review-list span:first-child{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.summary-box{gap:1rem;padding:1.25rem 0;display:grid}.feature-list{gap:.65rem;display:grid}.feature-list li{color:var(--text-muted);align-items:center;gap:.65rem;font-weight:300;display:flex}.feature-list li:before{content:"";border-left:1.5px solid var(--text);border-bottom:1.5px solid var(--text);flex-shrink:0;width:14px;height:7px;transform:rotate(-45deg)translateY(-2px)}.detail-split{align-items:center;gap:2.5rem;display:grid}.detail-copy{gap:1rem;display:grid}.detail-copy h2{font-size:clamp(2rem,4vw,2.8rem)}.detail-copy p{color:var(--text-muted);margin:0;font-weight:300}.detail-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:.5rem;display:flex}.field-hint{color:var(--text-soft);margin:0;font-size:.82rem;font-weight:300}.design-steps{counter-reset:step;gap:.45rem;margin:.5rem 0 0;padding:0;list-style:none;display:grid}.design-steps li{counter-increment:step;color:var(--text-muted);font-size:.95rem;font-weight:300}.design-steps li:before{content:counter(step) ".";letter-spacing:.08em;color:var(--text-soft);margin-right:.45rem;font-size:.72rem}.price-table{border-top:1px solid var(--line);gap:0;display:grid}.price-table-head,.price-table-row{border-bottom:1px solid var(--line);grid-template-columns:1.4fr 1fr 1fr;gap:1rem;padding:1rem 0;display:grid}.price-table-head{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);font-size:.68rem;font-weight:500}.price-table-row span:first-child{font-weight:500}.price-table-row span:not(:first-child){font-family:var(--font-display);font-size:1.25rem}.price-note{background:var(--bg-deep);color:var(--text-on-dark);letter-spacing:.14em;text-transform:uppercase;margin:1rem 0 0;padding:.55rem .85rem;font-size:.68rem;display:inline-block}.mini-price-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:.65rem;margin-top:.5rem;display:grid}.mini-price-list div{gap:.2rem;display:grid}.mini-price-list span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);font-size:.65rem}.mini-price-list strong{font-family:var(--font-display);font-size:1.15rem;font-weight:500}.fabric-groups{gap:2.5rem;display:grid}.fabric-group h3{margin-bottom:1rem;font-size:1.4rem}.fabric-swatches{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;display:grid}.fabric-swatch{gap:.45rem;display:grid}.fabric-swatch span{aspect-ratio:1;border:1px solid var(--line);display:block}.fabric-swatch em{color:var(--text-muted);font-size:.78rem;font-style:normal;font-weight:300}.fabric-cta{flex-wrap:wrap;gap:1rem;margin-top:2.5rem;display:flex}.cart-layout,.checkout-layout{gap:2rem;display:grid}.cart-lines{gap:1rem;display:grid}.cart-line{border-bottom:1px solid var(--line);grid-template-columns:96px 1fr auto;align-items:start;gap:1rem;padding:1rem 0;display:grid}.cart-line img{object-fit:cover;background:var(--bg-soft);width:96px;height:72px}.cart-line h3{margin-bottom:.25rem;font-size:1.35rem}.cart-line p{color:var(--text-muted);margin:0;font-size:.92rem;font-weight:300}.cart-line-actions{flex-wrap:wrap;align-items:center;gap:.85rem;margin-top:.75rem;display:flex}.cart-line-actions label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.45rem;font-size:.78rem;display:inline-flex}.cart-line-actions input{border:1px solid var(--line);background:#fff;width:64px;min-height:36px;padding:.35rem .5rem}.cart-summary{background:var(--bg-elevated);border:1px solid var(--line);align-content:start;gap:1rem;padding:1.5rem;display:grid}.cart-summary h2{font-size:1.8rem}.empty-cart{justify-items:start;gap:1rem;display:grid}.checkout-form{gap:1.75rem;display:grid}.checkout-form fieldset{border:1px solid var(--line);gap:.85rem;padding:1.25rem;display:grid}.checkout-form legend{font-family:var(--font-display);padding:0 .35rem;font-size:1.35rem}.checkout-form label,.terms-check{color:var(--text-muted);gap:.35rem;font-size:.85rem;display:grid}.checkout-form input[type=text],.checkout-form input[type=email],.checkout-form input[type=tel]{border:1px solid var(--line);min-height:44px;color:var(--text);background:#fff;padding:.65rem .85rem}.field-row{gap:.85rem;display:grid}.radio-card{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;align-items:start;gap:.75rem;padding:.75rem 0}.radio-card strong{color:var(--text);font-weight:500;display:block}.radio-card em{margin-top:.2rem;font-style:normal;font-weight:300;display:block}.terms-check{color:var(--text);grid-template-columns:auto 1fr;align-items:start;gap:.75rem}.form-error{color:#8a2f2f;margin:0}.legal-prose{gap:.85rem;max-width:42rem;display:grid}.legal-prose h2{margin-top:1rem;font-size:1.6rem}.legal-prose p,.legal-prose li{color:var(--text-muted);font-weight:300}.legal-prose ul{gap:.55rem;padding-left:1.1rem;list-style:outside;display:grid}.category-grid{gap:2rem;display:grid}.category-card{gap:1rem;display:grid}.category-card-media{aspect-ratio:16/10;background:var(--bg-soft);overflow:hidden}.category-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .9s var(--ease)}.category-card:hover .category-card-media img{transform:scale(1.03)}.category-card-body{justify-items:start;gap:.55rem;display:grid}.category-card-body h2{font-size:2rem}.category-card-body p{color:var(--text-muted);margin:0;font-weight:300}.category-children{flex-wrap:wrap;gap:.65rem 1rem;display:flex}.category-children a{letter-spacing:.1em;text-transform:uppercase;border-bottom:1px solid var(--line-strong);padding-bottom:.15rem;font-size:.78rem}.hero-children{margin-top:1rem}.mobile-cat-group{gap:.45rem;margin-bottom:.75rem;display:grid}.mobile-cat-child{letter-spacing:.06em;text-transform:uppercase;opacity:.7;padding-left:.5rem;font-family:var(--font-body)!important;font-size:1rem!important}@media (width>=900px){.category-grid{grid-template-columns:repeat(2,1fr)}.category-card{grid-template-columns:1.1fr .9fr;align-items:center}.cart-layout,.checkout-layout{grid-template-columns:1.4fr .85fr;align-items:start}.field-row{grid-template-columns:1fr 1fr}}@media (width>=720px){.fabric-swatches{grid-template-columns:repeat(8,minmax(0,1fr))}}.collections-hero{padding:calc(var(--header-h) + 3.5rem) 0 2rem}.collections-hero h1{max-width:12ch;font-size:clamp(2.6rem,6vw,4.2rem)}.collections-hero p{max-width:40ch;color:var(--text-muted);margin:.85rem 0 0;font-size:1.05rem;font-weight:300}.site-footer{background:var(--bg-ink);color:var(--text-on-dark);margin-top:auto;padding:3.5rem 0 1.5rem}.footer-top{border-bottom:1px solid #f3efe81f;gap:2.5rem;padding-bottom:2.5rem;display:grid}.footer-brand .logo{font-size:1.15rem}.footer-brand p{max-width:28ch;color:var(--text-on-dark-muted);margin:1rem 0 0;font-weight:300}.footer-cols{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}.footer-cols h4{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.9rem;font-size:.7rem;font-weight:500}.footer-cols a{color:var(--text-on-dark-muted);transition:color .25s var(--ease);margin-bottom:.45rem;font-size:.92rem;font-weight:300;display:block}.footer-cols a:hover{color:var(--text-on-dark)}.footer-bottom{color:var(--text-on-dark-muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.5rem;font-size:.8rem;display:flex}.socials{gap:1rem;display:flex}.socials a{letter-spacing:.08em;text-transform:uppercase;font-size:.7rem}@keyframes hero-zoom{0%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes scroll-line{0%,to{opacity:.4;transform:scaleY(.35)}50%{opacity:1;transform:scaleY(1)}}.reveal{opacity:0;transition:opacity 1.15s var(--ease), transform 1.15s var(--ease);transform:translateY(36px)}.reveal.in{opacity:1;transform:translateY(0)}.promise-strip{border-bottom:1px solid var(--line);background:var(--bg-elevated);padding:1.75rem 0}.promise-strip-inner{letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);flex-wrap:wrap;justify-content:center;gap:.85rem 1.35rem;font-size:.72rem;font-weight:500;display:flex}.feature-bed-layout{align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.feature-bed-copy{gap:1.35rem;max-width:28rem;display:grid}.feature-bed-copy .display{font-size:clamp(3.4rem,8vw,6rem);line-height:.95}.feature-bed-copy>p:not(.lede):not(.eyebrow){color:var(--text-muted);max-width:34ch;margin:0}.feature-bed-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:.75rem;display:flex}.feature-bed-media{background:var(--bg-soft);aspect-ratio:4/5;margin:0;overflow:hidden}.feature-bed-media img{object-fit:cover;width:100%;height:100%;transition:transform 1.4s var(--ease)}.lifestyle-ritual{background:var(--bg-elevated)}.lifestyle-ritual-grid{align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.lifestyle-ritual-media{aspect-ratio:5/4;background:var(--bg-soft);margin:0;overflow:hidden}.lifestyle-ritual-media img{object-fit:cover;width:100%;height:100%}.lifestyle-ritual-copy{gap:1.35rem;max-width:30rem;display:grid}.lifestyle-ritual-copy>p:not(.lede):not(.eyebrow){color:var(--text-muted);max-width:36ch;margin:0}.lifestyle-ritual-copy .display{max-width:12ch;font-size:clamp(2.8rem,6vw,4.5rem);line-height:1}.fabric-editorial{gap:clamp(2.5rem,5vw,4rem);display:grid}.fabric-editorial-group h3{margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:500}.fabric-editorial-swatches{grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:1.1rem .85rem;display:grid}.fabric-editorial-swatch{justify-items:start;gap:.45rem;display:grid}.fabric-editorial-swatch span{aspect-ratio:1;border:1px solid var(--line);width:100%}.fabric-editorial-swatch em{letter-spacing:.06em;color:var(--text-muted);font-size:.68rem;font-style:normal}.craft-section{background:linear-gradient(#0000 0%,#8a73490a 40%,#0000 100%)}.craft-grid{gap:clamp(2.5rem,5vw,3.5rem);display:grid}.craft-item{gap:1rem;display:grid}.craft-item figure{aspect-ratio:4/5;background:var(--bg-soft);margin:0;overflow:hidden}.craft-item img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s var(--ease)}.craft-item:hover img{transform:scale(1.03)}.craft-item h3{font-size:clamp(1.7rem,3vw,2.2rem)}.craft-item p{color:var(--text-muted);max-width:28ch;margin:0;font-weight:300}.story-band-copy h2{max-width:10ch;font-size:clamp(2.8rem,6vw,4.4rem);line-height:1}.story-band-copy{gap:1.35rem;padding:clamp(3.5rem,8vw,6.5rem) clamp(1.75rem,5vw,4.5rem)}.story-band-media,.story-band-media img{min-height:62vh}.sleep-therapy-home{padding-bottom:0}.sleep-therapy-home-intro{gap:1.35rem;max-width:36rem;margin-bottom:clamp(2rem,5vw,3.5rem);display:grid}.sleep-therapy-home-intro .display{font-size:clamp(3rem,7vw,5rem);line-height:.98}.configure-centrepiece{background:var(--bg-ink);color:var(--text-on-dark)}.configure-centrepiece .eyebrow{color:#f4f0e88c}.configure-centrepiece .lede{color:#f4f0e8e0}.configure-centrepiece-grid{align-items:center;gap:clamp(2.5rem,6vw,5rem);display:grid}.configure-centrepiece-copy{gap:1.35rem;max-width:30rem;display:grid}.configure-centrepiece-copy .display{max-width:10ch;font-size:clamp(3rem,7vw,5rem);line-height:.98}.configure-centrepiece-copy>p:not(.lede):not(.eyebrow){color:var(--text-on-dark-muted);margin:0}.configure-centrepiece-list{color:#f4f0e89e;gap:.75rem;margin:.5rem 0 .75rem;padding:0;font-size:.95rem;font-weight:300;list-style:none;display:grid}.configure-centrepiece-list li{padding-left:1.1rem;position:relative}.configure-centrepiece-list li:before{content:"";background:var(--bronze);width:.35rem;height:.35rem;position:absolute;top:.55em;left:0}.configure-centrepiece .btn-primary{background:var(--bg-elevated);color:var(--text);justify-self:start}.configure-centrepiece .btn-primary:hover{background:#fff}.configure-centrepiece-media{gap:.85rem;margin:0;display:grid}.configure-centrepiece-media img{aspect-ratio:4/5;object-fit:cover;width:100%}.configure-centrepiece-media figcaption{letter-spacing:.16em;text-transform:uppercase;color:#f4f0e873;font-size:.72rem}.closing-band{padding:var(--space-section) 0;background:var(--bg-elevated)}.closing-band-inner{gap:1.5rem;max-width:28rem;display:grid}.closing-band-inner .display{max-width:12ch;font-size:clamp(2.6rem,5.5vw,4rem);line-height:1.05}.lifestyle-editorial,.lifestyle-editorial img{min-height:min(88vh,860px)}.home-editorial .st-story.is-compact .st-intro{padding-top:0}.choice-grid{grid-template-columns:repeat(2,1fr);gap:.55rem;display:grid}.choice-grid.is-sizes{grid-template-columns:repeat(3,1fr)}.choice-grid.is-fabrics{grid-template-columns:1fr 1fr}.choice-btn{border:1px solid var(--line);text-align:left;letter-spacing:.04em;min-height:48px;transition:border-color .3s var(--ease), background .3s var(--ease), color .3s var(--ease);background:#fff;padding:.7rem .75rem;font-size:.78rem}.choice-btn strong{font-family:var(--font-body);letter-spacing:.02em;font-size:.78rem;font-weight:500;display:block}.choice-btn em{color:var(--text-soft);margin-top:.2rem;font-size:.68rem;font-style:normal;display:block}.choice-btn.active{border-color:var(--text);background:var(--bg)}.choice-btn:hover{border-color:var(--line-strong)}.choice-media-grid{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.choice-media{text-align:left;transition:border-color .3s var(--ease);border:1px solid #0000;gap:.45rem;padding:0;display:grid}.choice-media img{aspect-ratio:4/3;object-fit:cover;background:var(--bg-soft);width:100%}.choice-media span{letter-spacing:.06em;color:var(--text-muted);font-size:.72rem}.choice-media.active{border-color:var(--text)}.choice-media.active span{color:var(--text)}.configure-stage-wrap{position:relative}.configure-colour-wash{pointer-events:none;mix-blend-mode:soft-light;opacity:.28;transition:background .55s var(--ease), opacity .55s var(--ease);z-index:1;position:absolute;inset:0}.configure-stage .live-label{z-index:2;letter-spacing:.16em;text-transform:uppercase;color:var(--text-muted);background:#faf8f4d1;padding:.4rem .65rem;font-size:.65rem;position:absolute;bottom:1rem;left:1rem}.swatch-row{gap:.55rem}.swatch-btn{border-radius:0;width:34px;height:34px}@media (width>=900px){.feature-bed-layout,.lifestyle-ritual-grid,.configure-centrepiece-grid{grid-template-columns:.9fr 1.1fr}.craft-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-bed-media{aspect-ratio:5/6}}@media (width>=720px){.trust-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-grid{grid-template-columns:repeat(2,1fr)}.story-band{grid-template-columns:1.1fr .9fr}.footer-cols{grid-template-columns:repeat(4,1fr)}.detail-split{grid-template-columns:1.1fr .9fr;gap:3.5rem}}@media (width>=980px){.menu-toggle{display:none}.nav-desktop{display:flex}.product-grid{grid-template-columns:repeat(3,1fr)}.configure-layout{grid-template-columns:1.35fr .9fr}.configure-visual{top:var(--header-h);height:calc(100vh - var(--header-h));padding:2rem 2rem 2.5rem;position:sticky;overflow:auto}.configure-panel{border-top:none;border-left:1px solid var(--line);min-height:calc(100vh - var(--header-h));padding:2rem 2rem 3rem}.footer-top{grid-template-columns:1.1fr 1.5fr;align-items:start}}.product-page{padding-top:var(--header-h)}.product-showcase{min-height:calc(100vh - var(--header-h));background:linear-gradient(#efe8de 0%,#f3efe8 42%,#faf7f2 100%);grid-template-columns:1fr;display:grid}.product-gallery{align-content:start;gap:.85rem;padding:1rem 1rem 1.25rem;display:grid}.product-thumbs{scrollbar-width:thin;gap:.55rem;padding-bottom:.15rem;display:flex;overflow-x:auto}.product-thumbs button{aspect-ratio:1;opacity:.62;width:72px;transition:opacity .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);background:linear-gradient(160deg,#f7f2ea,#e8dfd3);border:1px solid #0000;flex:0 0 72px;overflow:hidden}.product-thumbs button:hover{opacity:.9}.product-thumbs button.active{opacity:1;border-color:var(--text);transform:translateY(-1px)}.product-thumbs img{object-fit:cover;width:100%;height:100%}.product-stage-wrap{gap:.75rem;display:grid}.product-stage{aspect-ratio:5/4;isolation:isolate;box-shadow:var(--shadow-soft);background:radial-gradient(circle at 50% 30%,#ffffff8c,#0000 55%),linear-gradient(165deg,#f7f2ea 0%,#e7ddd0 100%);position:relative;overflow:hidden}.product-stage img{object-fit:contain;opacity:0;width:100%;height:100%;transition:opacity .55s var(--ease), transform .9s var(--ease);pointer-events:none;position:absolute;inset:0;transform:scale(1.015)}.product-stage img.is-active{opacity:1;pointer-events:auto;transform:scale(1)}.product-stage-bar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.product-stage-nav{gap:.4rem;display:flex}.product-stage-nav button{border:1px solid var(--line-strong);width:40px;height:40px;transition:background .25s var(--ease), border-color .25s var(--ease);background:#faf7f2bf;place-items:center;font-size:1.05rem;display:grid}.product-stage-nav button:hover{border-color:var(--text);background:#fff}.product-stage-count{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);align-items:baseline;gap:.35rem;margin:0;font-size:.78rem;display:flex}.product-stage-count em{opacity:.5;font-style:normal}.product-stage-count strong{font-family:var(--font-display);letter-spacing:.04em;color:var(--text);text-transform:none;margin-left:.55rem;font-size:1rem;font-weight:500}.product-buy{border-top:1px solid var(--line);background:linear-gradient(#faf7f2eb,#f3efe8f5);align-content:start;gap:1.35rem;padding:1.5rem 1.25rem 2.25rem;display:grid}.product-buy-top{gap:.55rem;display:grid}.product-title{margin:0;font-size:clamp(2.1rem,4.5vw,3.1rem);line-height:1.05}.product-tagline{font-family:var(--font-display);color:#8a7349;margin:0;font-size:1.25rem;font-weight:500}.product-lede{color:var(--text-muted);max-width:36rem;margin:.15rem 0 0;font-weight:300;line-height:1.6}.product-trust{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.product-trust li{border:1px solid var(--line);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:#ffffff73;padding:.4rem .7rem;font-size:.72rem}.product-sizes{gap:.75rem;display:grid}.product-sizes-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.product-sizes-head .field-hint{margin:0}.product-page .st-price-cards{grid-template-columns:1fr}.product-cta{border-top:1px solid var(--line);gap:.75rem;padding-top:.35rem;display:grid}.product-cta-price{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.product-cta-price span{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);font-size:.78rem}.product-cta-price strong{font-family:var(--font-display);color:#8a7349;font-size:clamp(2rem,4vw,2.6rem);font-weight:500}.product-cta-links{flex-wrap:wrap;gap:.85rem 1.25rem;display:flex}.product-cta-links a{color:var(--text-muted);text-underline-offset:.2em;transition:color .25s var(--ease);font-size:.85rem;text-decoration:underline}.product-cta-links a:hover{color:var(--text)}.product-assurance{color:var(--text-soft);margin:0;font-size:.92rem;font-weight:300}@media (width>=720px){.product-page .st-price-cards{grid-template-columns:repeat(3,1fr)}.product-stage{aspect-ratio:4/3}}@media (width>=980px){.product-showcase{grid-template-columns:minmax(0,1.35fr) minmax(340px,.85fr)}.product-gallery{top:var(--header-h);height:calc(100vh - var(--header-h));grid-template-columns:88px minmax(0,1fr);gap:1rem;padding:1.5rem 1.25rem 2rem 1.5rem;position:sticky;overflow:hidden}.product-thumbs{flex-direction:column;order:0;max-height:100%;padding-bottom:0;overflow:hidden auto}.product-thumbs button{flex:none;width:100%}.product-stage-wrap{grid-template-rows:1fr auto;height:100%;min-height:0}.product-stage{aspect-ratio:auto;height:100%;min-height:420px}.product-buy{border-top:none;border-left:1px solid var(--line);top:var(--header-h);height:calc(100vh - var(--header-h));padding:2.25rem 2rem 3rem;position:sticky;overflow:auto}}.st-home{padding-bottom:0}.st-home-tag{font-family:var(--font-display);color:var(--text-muted);margin:0;font-size:1.35rem;font-weight:500}.st-story{margin-top:clamp(2rem,5vw,4rem)}.st-band{padding:clamp(4rem,9vw,7rem) 0}.st-intro .display,.st-layers-copy .display{max-width:12ch;font-size:clamp(2.6rem,5.5vw,4.2rem);line-height:1}.st-band+.st-band{border-top:1px solid var(--line)}.st-intro-grid,.st-layers-grid,.st-sizes-grid,.st-unbox-grid{gap:clamp(1.75rem,4vw,3rem);display:grid}.st-intro .display,.st-layers-copy .display,.st-sizes .display,.st-unbox .display{margin:.2rem 0 .85rem;font-size:clamp(2.2rem,4.5vw,3.5rem)}.st-intro p,.st-layers-copy>p,.st-sizes p,.st-unbox p{color:var(--text-muted);max-width:36rem;margin:0;font-weight:300}.st-intro-visual{aspect-ratio:4/5;background:#ebe4d9;margin:0;overflow:hidden}.st-intro-visual img{object-fit:cover;width:100%;height:100%}.st-trust{grid-template-columns:1fr 1fr;gap:1rem 1.25rem;margin:0;padding:0;list-style:none;display:grid}.st-trust-wide{grid-template-columns:1fr 1fr;margin-top:2rem}@media (width>=900px){.st-trust-wide{grid-template-columns:repeat(4,1fr)}}.st-trust li{grid-template-columns:auto 1fr;align-items:center;gap:.7rem;display:grid}.st-trust-mark{background:linear-gradient(145deg,#c4b7a6,#8a7a66);border-radius:50%;width:10px;height:10px;box-shadow:0 0 0 6px #c4b7a62e}.st-trust strong{font-family:var(--font-display);letter-spacing:.01em;font-size:1.2rem;font-weight:500}.st-layers{background:linear-gradient(#faf7f2b3,#f3efe859)}.st-layers-visual{background:radial-gradient(circle at 30% 20%,#ffffff8c,#0000 55%),linear-gradient(160deg,#efe8de,#e3d8c8);min-height:280px;overflow:hidden}.st-layers-visual img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%}.st-layer-list{gap:1.15rem;margin:1.75rem 0 0;padding:0;list-style:none;display:grid}.st-layer-list li{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;gap:1rem;padding-bottom:1.1rem;display:grid}.st-layer-list li:last-child{border-bottom:0;padding-bottom:0}.st-layer-index{font-family:var(--font-display);color:var(--text-soft);font-size:1.35rem;line-height:1.2}.st-layer-list strong{font-family:var(--font-display);margin-bottom:.2rem;font-size:1.35rem;font-weight:500;display:block}.st-layer-list p{color:var(--text-muted);margin:0;font-size:.95rem;font-weight:300}.st-highlight-grid{gap:1.5rem;margin:2rem 0 0;padding:0;list-style:none;display:grid}.st-highlight-grid li{gap:.45rem;padding-top:.35rem;display:grid}.st-highlight-rule{background:linear-gradient(90deg,#b79b72,#0000);width:2.5rem;height:1px;margin-bottom:.35rem}.st-highlight-grid strong{font-family:var(--font-display);font-size:1.45rem;font-weight:500}.st-highlight-grid p{color:var(--text-muted);margin:0;font-weight:300}.st-size-list{border-top:1px solid var(--line);gap:0;margin:0;padding:0;list-style:none;display:grid}.st-size-list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:1rem;padding:.95rem 0;font-weight:300;display:flex}.st-size-list strong{font-family:var(--font-display);font-size:1.25rem;font-weight:500;display:block}.st-size-dims,.st-size-list span{color:var(--text-muted);font-size:.92rem}.st-size-list em{font-family:var(--font-display);color:#8a7349;font-size:1.45rem;font-style:normal;font-weight:500}.st-price-note{letter-spacing:.12em;text-transform:uppercase;color:var(--text-soft);margin:0;font-size:.78rem}.st-price-cards{grid-template-columns:1fr;gap:.65rem;display:grid}.st-price-card{text-align:left;border:1px solid var(--line);transition:border-color .25s var(--ease), background .25s var(--ease);background:#faf7f2a6;gap:.15rem;padding:.9rem 1rem;display:grid}.st-price-card strong{font-family:var(--font-display);font-size:1.25rem;font-weight:500}.st-price-card span{color:var(--text-muted);font-size:.88rem;font-weight:300}.st-price-card em{font-family:var(--font-display);color:#8a7349;margin-top:.2rem;font-size:1.35rem;font-style:normal;font-weight:500}.st-price-card.active,.st-price-card:hover{border-color:var(--text);background:#faf7f2}.st-price-dims{color:var(--text-soft);font-size:.85em;font-style:normal;font-weight:300}.st-panel-features{margin:1rem 0 0}.st-panel-features li{font-size:.92rem}.st-panel-trust{flex-wrap:wrap;gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.st-panel-trust li{border:1px solid var(--line);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);background:#faf7f2b3;padding:.35rem .7rem;font-size:.78rem}.st-more-details{border-top:1px solid var(--line);margin-top:1rem;padding-top:.85rem}.st-more-details summary{cursor:pointer;font-family:var(--font-display);font-size:1.15rem;list-style:none}.st-more-details summary::-webkit-details-marker{display:none}.st-more-details[open] summary{margin-bottom:.75rem}.st-brand-figure{border:1px solid var(--line);background:linear-gradient(#faf7f2,#f3efe8);place-items:center;margin:2.5rem 0 0;padding:1.5rem;display:grid}.st-brand-figure img{object-fit:contain;width:min(100%,420px);height:auto}.st-unbox{background:radial-gradient(700px 320px at 85% 10%,#c4b7a647,#0000 60%),linear-gradient(#faf7f28c,#0000)}.st-unbox-steps{gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.st-unbox-steps li{grid-template-columns:auto 1fr;gap:1rem;display:grid}.st-unbox-steps span{font-family:var(--font-display);color:var(--text-soft);font-size:1.6rem;line-height:1}.st-unbox-steps strong{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.35rem;font-weight:500;display:block}.st-unbox-steps p{color:var(--text-muted);margin:0;font-weight:300}.st-buy-block{gap:.65rem;margin:1.25rem 0 .5rem;display:grid}.st-size-select{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);gap:.4rem;font-size:.85rem;display:grid}.st-size-select select{appearance:none;border:1px solid var(--line-strong);border-radius:var(--radius);text-transform:none;letter-spacing:0;color:var(--text);background:linear-gradient(#faf7f2,#f3efe8);padding:.85rem 1rem;font-size:.98rem}.st-story.is-compact .st-band{padding:clamp(3.5rem,7vw,5.5rem) 0}.st-story.is-compact .st-intro{padding-top:0}@media (width>=900px){.st-intro-grid{grid-template-columns:1.2fr .8fr;align-items:end}.st-layers-grid,.st-sizes-grid,.st-unbox-grid{grid-template-columns:1.05fr .95fr;align-items:center}.st-highlight-grid{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}.st-highlight-grid li:nth-child(4),.st-highlight-grid li:nth-child(5){grid-column:span 1}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
