:root{--ink:#24231f;--paper:#f8f7f3;--line:#d9d6cf;--sand:#e8e2d7}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 Arial,sans-serif}h1,h2,h3,p{margin:0 0 1rem}h1,h2{font-family:Georgia,serif;font-weight:400;line-height:1.06;letter-spacing:-.045em}h1{font-size:clamp(2.7rem,5vw,5.8rem)}h2{font-size:clamp(2.2rem,3.4vw,4rem)}h3{font-size:1.1rem;font-weight:400}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit}button,a,input,select,summary,textarea{outline-offset:5px}button{cursor:pointer}label{display:block;margin-top:1rem;font-size:.9rem}input,select,textarea{width:100%;border:1px solid var(--line);background:transparent;padding:.85rem;color:var(--ink)}button:disabled{opacity:.5;cursor:not-allowed}.skip{position:absolute;top:-100px}.skip:focus{top:0;z-index:20;background:#fff}.announcement{text-align:center;background:var(--ink);color:#fff;padding:.55rem 1rem;font-size:.75rem;letter-spacing:.14em}.site-header{padding:1rem 5%;display:flex;align-items:center;gap:2rem;border-bottom:1px solid var(--line);background:#fff}.brand{width:180px;height:65px;overflow:hidden;position:relative;flex-shrink:0}.brand img{width:195px;max-width:none;position:absolute;top:-91px;left:-7px}.site-header nav{display:flex;gap:2rem;margin:auto;font-size:.9rem}.cart-link{margin-left:auto;font-size:.9rem}.mobile-menu{display:none}.hero{height:clamp(540px,75vh,900px);position:relative;color:#fff;background:#39352f}.hero>img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0009,transparent 85%)}.hero-copy{position:absolute;z-index:1;top:50%;transform:translateY(-50%);left:7%;max-width:650px;padding-right:2rem}.hero-copy h1{max-width:650px}.hero-copy>p{max-width:450px}.hero-caption{position:absolute;z-index:1;bottom:2rem;right:5%;font-size:.85rem}.eyebrow{font:12px/1.5 Arial,sans-serif;letter-spacing:.17em;text-transform:uppercase;margin-bottom:1.1rem}.button{display:inline-flex;justify-content:space-between;align-items:center;gap:2rem;padding:1rem 1.6rem;background:var(--ink);border:1px solid var(--ink);color:#fff;font-size:.9rem;margin-top:1rem;min-height:48px}.button.light{background:var(--paper);color:var(--ink);border-color:var(--paper)}.button.secondary{background:transparent;color:var(--ink)}.section{padding:6rem 6%;max-width:1700px;margin:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-heading>a{font-size:.9rem;margin-bottom:1rem;white-space:nowrap}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.collection-card img{width:100%;aspect-ratio:4/5;object-fit:cover;margin-bottom:1.2rem}.collection-card h3{font-size:1.3rem;display:flex;justify-content:space-between;margin-bottom:.3rem}.collection-card p{font-size:.9rem;color:#656158}.selection{background:#eeece6;max-width:none}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem;margin-top:2rem}.product-card img{width:100%;aspect-ratio:1;object-fit:cover;margin-bottom:1rem}.product-card h3{line-height:1.4;margin-bottom:.4rem}.product-card .eyebrow{margin-bottom:.5rem;color:#686258}.story{display:grid;grid-template-columns:1fr 1fr;background:var(--sand)}.story>img{height:100%;max-height:760px;width:100%;object-fit:cover}.story>div{padding:12%;align-self:center}.story p:not(.eyebrow){max-width:420px}.trust{display:grid;grid-template-columns:repeat(3,1fr);padding:3rem 6%;gap:4rem;border-bottom:1px solid var(--line)}.trust p{font-size:.9rem;color:#625d54}.newsletter{padding:5rem 6%;display:grid;grid-template-columns:1fr 1fr;gap:6rem}.newsletter h2{font-size:3rem}.email-row{display:flex;border-bottom:1px solid var(--ink)}.email-row input{border:0}.email-row button{background:none;border:0;white-space:nowrap}.site-footer{background:var(--ink);color:#f8f7f3;padding:4rem 6%;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.footer-brand{letter-spacing:.22em;font-size:1.3rem}.site-footer nav{display:flex;gap:1rem 2rem;flex-wrap:wrap;font-size:.9rem}.copyright{grid-column:1/-1;border-top:1px solid #ffffff30;padding-top:2rem;font-size:.8rem}.product-detail{padding:4rem 6%;display:grid;grid-template-columns:1.15fr 1fr;gap:5rem}.product-copy{align-self:start;position:sticky;top:2rem}.product-copy h1{font-size:3rem}.product-copy>.eyebrow{margin-top:2rem}.price{font-size:1.4rem}.gallery figure{margin:0 0 2rem}.gallery img{width:100%}figcaption,.small{font-size:.8rem;color:#625d54;margin-top:.7rem}.prose{max-width:900px;min-height:45vh}.rte{margin:2rem 0}.rte ul{padding-left:1.3rem}.cart-item{display:flex;align-items:center;gap:2rem;border-bottom:1px solid var(--line);padding:2rem 0}.cart-item img{width:110px}.cart-item input{max-width:100px}.empty{grid-column:1/-1;padding:2rem 0}.pagination{margin-top:3rem;word-spacing:1rem}@media(max-width:750px){.site-header{padding:.8rem 5%;flex-wrap:wrap;gap:1rem}.site-header>nav{display:none}.brand{width:150px}.mobile-menu{display:block;width:100%;border-top:1px solid var(--line);padding-top:.5rem}.mobile-menu nav{display:flex;flex-direction:column;gap:.7rem;padding:1rem 0}.announcement{font-size:.65rem}.hero{height:580px}.hero-copy{left:6%}.hero-caption{left:6%;font-size:.7rem}.section{padding:3.5rem 6%}.section-heading{display:block}.collection-grid{grid-template-columns:1fr;gap:2rem}.collection-card img{aspect-ratio:1}.product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem}.product-card h3{font-size:1rem}.story{grid-template-columns:1fr}.story>div{padding:3rem 6%}.trust{grid-template-columns:1fr;gap:1rem}.newsletter{grid-template-columns:1fr;gap:1rem;padding:3rem 6%}.site-footer{grid-template-columns:1fr}.product-detail{grid-template-columns:1fr;gap:2rem;padding:2rem 6%}.product-copy{position:static}.gallery{display:flex;overflow-x:auto;gap:1rem;scroll-snap-type:x mandatory}.gallery figure{min-width:90%;scroll-snap-align:start}.product-copy h1{font-size:2.4rem}.cart-item{gap:1rem}.cart-item img{width:70px}}.brand{width:180px;height:48px}.brand img{top:-108px;left:-7px;width:195px}.collection-card[href$="/frontpage"]{display:none}.rte h2{font-size:clamp(1.6rem,3vw,2.4rem);margin-top:2rem}.rte p{margin-bottom:1.2rem}@media(max-width:750px){.brand{width:165px;height:48px}}.site-header{gap:1.4rem}.site-header nav{gap:1.4rem}.search-link{font-size:.9rem}.cart-link{margin-left:0;white-space:nowrap}.launch-preview{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;background:var(--sand);overflow:hidden}.launch-preview>img{width:100%;height:100%;max-height:580px;object-fit:cover}.launch-preview>div{padding:clamp(2rem,5vw,5rem);align-self:center}.launch-preview h3{font-family:Georgia,serif;font-size:clamp(2rem,3.5vw,3.6rem);line-height:1.12;letter-spacing:-.035em}.launch-preview p{max-width:470px}.text-link{display:block;margin-top:1.3rem;text-decoration:underline}.collection-intro{max-width:670px;margin:1.5rem 0 3rem}.collection-card h2{font-size:1.6rem;letter-spacing:-.02em}.breadcrumbs{display:flex;gap:.75rem;font-size:.8rem;margin-bottom:2rem;color:#625d54}.collection-nav{display:flex;flex-wrap:wrap;gap:.7rem;margin:2rem 0}.collection-nav a{border:1px solid var(--line);padding:.6rem 1.1rem;font-size:.85rem}.collection-nav a:hover{background:var(--sand);text-decoration:none}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.site-footer nav{flex-direction:column;gap:.65rem}.site-footer nav h3{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#c8c2b6;margin-bottom:.5rem}.visual-disclosure{grid-column:1/-1;max-width:800px;font-size:.75rem;color:#c8c2b6;margin-bottom:0}.copyright{margin-bottom:0}.newsletter .small a{text-decoration:underline}.email-row input{min-width:0}#Newsletter{scroll-margin-top:2rem}.trust a{display:block;margin-top:.6rem;text-decoration:underline}.collection-card:hover img{filter:brightness(.97)}a:focus-visible,summary:focus-visible,button:focus-visible{outline:2px solid #967b50}@media(max-width:1000px){.site-header{gap:1rem}.site-header>nav{gap:.8rem}.brand{width:165px}}@media(max-width:750px){.site-header .search-link{margin-left:auto}.launch-preview{grid-template-columns:1fr}.launch-preview>img{aspect-ratio:1;max-height:420px}.launch-preview>div{padding:2rem 1.4rem}.footer-links{gap:1.5rem}.site-header .mobile-menu nav{display:grid;grid-template-columns:1fr 1fr;gap:.2rem 1rem}.mobile-menu nav a{padding:.45rem 0;font-size:.85rem}.mobile-menu summary{cursor:pointer;min-height:36px}.hero-copy h1{font-size:clamp(2.6rem,10vw,4rem)}.newsletter h2{font-size:2.5rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/nuvello.css.map */
