:root{--sand:#F4EEE6;--cream:#FBF7F0;--blush:#EBCABB;--terracotta:#D98C74;--olive:#5E6247;--forest:#2F3B33;--gold:#C8A063;--ink:#3A2E22;--border:rgba(58,46,34,.14);--muted:#7a6a58;--radius:18px;--radius-pill:999px;--font-display:"Playfair Display",Georgia,serif;--font-script:"Allura",cursive;--font-body:"Lato",system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--font-body);font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:500;letter-spacing:-.01em;margin:0 0 .3em;color:var(--ink);line-height:1.1}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(2rem,3.5vw,3rem)}h3{font-size:1.5rem}p{margin:0 0 1em}.font-script{font-family:var(--font-script);color:var(--terracotta);font-weight:400}.font-display{font-family:var(--font-display)}.eyebrow{font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--terracotta);font-weight:500;margin:0}.container{max-width:1280px;margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 40px}}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:#fff;padding:.5rem 1rem;z-index:100}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:var(--radius-pill);font-size:.875rem;font-weight:500;letter-spacing:.02em;transition:all .2s;cursor:pointer;border:1px solid transparent}.btn-primary{background:var(--terracotta);color:#fff}.btn-primary:hover{filter:brightness(.94)}.btn-outline{border-color:var(--ink);color:var(--ink);background:transparent}.btn-outline:hover{background:var(--ink);color:var(--cream)}.btn-block{width:100%}.btn[disabled]{opacity:.5;cursor:not-allowed}.announcement{background:var(--terracotta);color:#fff;text-align:center;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;padding:.6rem 1rem}.site-header{position:sticky;top:0;z-index:40;background:#fbf7f0eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:80px;gap:1.5rem}.site-header__logo{font-family:var(--font-display);font-size:1.6rem;font-weight:500;letter-spacing:.02em}.site-header__logo span{font-family:var(--font-script);color:var(--terracotta);font-size:1.9rem}.site-nav{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.site-nav{display:flex}}.site-nav a{font-size:.875rem;color:#3a2e22cc;transition:color .2s}.site-nav a:hover,.site-nav a.is-active{color:var(--terracotta)}.site-header__actions{display:flex;align-items:center;gap:1rem}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-pill);color:#3a2e22b3;position:relative}.icon-btn:hover{color:var(--terracotta)}.cart-count{position:absolute;top:4px;right:4px;background:var(--terracotta);color:#fff;font-size:10px;min-width:18px;height:18px;border-radius:9px;display:grid;place-items:center;padding:0 4px}.menu-toggle{display:inline-flex}@media(min-width:1024px){.menu-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid var(--border);padding:1rem 0;background:var(--cream)}.mobile-nav.is-open{display:block}.mobile-nav a{display:block;padding:.75rem 0;font-size:.95rem}.hero{background:var(--sand);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center;padding:4rem 0}@media(min-width:1024px){.hero__inner{grid-template-columns:1.05fr 1fr;gap:4rem;padding:6rem 0}}.hero h1{margin-top:1.5rem}.hero__script{display:block;font-family:var(--font-script);color:var(--terracotta);font-size:clamp(3.5rem,6vw,6rem);margin-top:.5rem;line-height:1}.hero__lede{margin-top:1.75rem;max-width:32rem;font-size:1.05rem;color:#3a2e22bf;line-height:1.7}.hero__ctas{margin-top:2.25rem;display:flex;flex-wrap:wrap;gap:.75rem}.hero__pillars{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}.hero__pillar{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#3a2e2299}.hero__pillar:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--terracotta)}.hero__media{position:relative;aspect-ratio:5/6;border-radius:32px;overflow:hidden;box-shadow:0 25px 50px -12px #0000001f}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__card{position:absolute;left:-16px;bottom:-24px;background:var(--cream);padding:1.25rem;border-radius:18px;box-shadow:0 10px 30px #00000014;width:240px;border:1px solid var(--border);display:none}@media(min-width:768px){.hero__card{display:block}}.hero__card p:first-child{font-family:var(--font-script);font-size:1.5rem;color:var(--terracotta);margin:0;line-height:1}.hero__card p:nth-child(2){font-family:var(--font-display);font-size:1.25rem;margin:.25rem 0 .5rem}.hero__card p:last-child{font-size:.72rem;color:var(--muted);margin:0}.section{padding:5rem 0}@media(min-width:768px){.section{padding:7rem 0}}.section--sand{background:var(--sand)}.section__head{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}@media(min-width:768px){.section__head{flex-direction:row;justify-content:space-between;align-items:flex-end}}.section__head h2{margin:.75rem 0 0;max-width:36rem}.link-arrow{font-size:.875rem;color:var(--terracotta);display:inline-flex;align-items:center;gap:.5rem;transition:gap .2s}.link-arrow:hover{gap:.75rem}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 1.25rem}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:3rem 1.5rem}}.product-grid--3{grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.product-grid--3{grid-template-columns:repeat(3,1fr)}}.product-card{display:block}.product-card__media{position:relative;background:var(--sand);border-radius:20px;overflow:hidden;aspect-ratio:4/5}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badge{position:absolute;top:1rem;left:1rem;background:#fbf7f0eb;padding:.35rem .85rem;border-radius:var(--radius-pill);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terracotta)}.product-card__body{margin-top:1rem;display:flex;justify-content:space-between;gap:.75rem;align-items:flex-start}.product-card__type{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terracotta)}.product-card__title{font-family:var(--font-display);font-size:1.1rem;margin:.25rem 0 0;line-height:1.3;transition:color .2s}.product-card:hover .product-card__title{color:var(--terracotta)}.product-card__price{font-family:var(--font-display);font-size:1rem;margin-top:.25rem;white-space:nowrap}.promo-band{display:grid;gap:1.25rem;margin:5rem 0}@media(min-width:768px){.promo-band{grid-template-columns:1fr 1fr}}.promo-tile{position:relative;border-radius:32px;padding:2.5rem;min-height:280px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:transform .3s}.promo-tile:hover{transform:translateY(-4px)}.promo-tile h3{font-size:1.75rem;max-width:18rem;margin:.75rem 0 0}.promo-tile--blush{background:#ebcabb80;color:var(--ink)}.promo-tile--forest{background:var(--forest);color:var(--cream)}.promo-tile--forest .eyebrow,.promo-tile--forest .link-arrow{color:var(--gold)}.story{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.story{grid-template-columns:1fr 1fr;gap:5rem}}.story__media{position:relative;border-radius:32px;overflow:hidden;aspect-ratio:4/5}.story__media img{width:100%;height:100%;object-fit:cover}.story__card{position:absolute;bottom:-24px;right:-16px;background:var(--blush);padding:1.5rem;border-radius:18px;max-width:220px;display:none}@media(min-width:768px){.story__card{display:block}}.story__card p:first-child{font-family:var(--font-script);font-size:2rem;margin:0;line-height:1}.story__card p:last-child{font-family:var(--font-display);font-size:1.1rem;margin:.25rem 0 0}.newsletter{display:grid;gap:3rem;align-items:center}@media(min-width:768px){.newsletter{grid-template-columns:1fr 1.2fr}}.newsletter h2{margin-top:.75rem}.newsletter__form{display:flex;flex-direction:column;gap:.75rem;margin-top:1.75rem;max-width:28rem}@media(min-width:480px){.newsletter__form{flex-direction:row}}.newsletter__form input{flex:1;border:1px solid var(--border);background:var(--cream);border-radius:var(--radius-pill);padding:.85rem 1.25rem;font:inherit;font-size:.9rem;color:var(--ink)}.newsletter__form input:focus{outline:2px solid var(--terracotta);outline-offset:1px}.newsletter__fineprint{margin-top:.75rem;font-size:.72rem;color:var(--muted)}.newsletter__media{border-radius:32px;overflow:hidden;aspect-ratio:5/4}.newsletter__media img{width:100%;height:100%;object-fit:cover}.blog-grid{display:grid;gap:2rem}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card__media{aspect-ratio:4/3;border-radius:18px;overflow:hidden}.blog-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s}.blog-card:hover .blog-card__media img{transform:scale(1.05)}.blog-card__meta{font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--terracotta);margin-top:1.25rem}.blog-card__title{font-family:var(--font-display);font-size:1.25rem;margin:.5rem 0;transition:color .2s}.blog-card:hover .blog-card__title{color:var(--terracotta)}.blog-card__excerpt{font-size:.9rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pdp{display:grid;gap:3rem;padding:3rem 0 5rem}@media(min-width:768px){.pdp{grid-template-columns:1fr 1fr;gap:4rem;padding:4rem 0 7rem}}.pdp__gallery{display:flex;flex-direction:column;gap:1rem}.pdp__main-image{border-radius:24px;overflow:hidden;background:var(--sand);aspect-ratio:4/5}.pdp__main-image img{width:100%;height:100%;object-fit:cover}.pdp__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.pdp__thumb{border-radius:12px;overflow:hidden;background:var(--sand);aspect-ratio:1;cursor:pointer;border:2px solid transparent}.pdp__thumb.is-active{border-color:var(--terracotta)}.pdp__thumb img{width:100%;height:100%;object-fit:cover}.pdp__type{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--terracotta);margin-bottom:.75rem}.pdp__title{font-size:clamp(2rem,3vw,2.75rem);margin:0 0 1rem}.pdp__price{font-family:var(--font-display);font-size:1.5rem;margin:0 0 1.5rem}.pdp__price del{color:var(--muted);margin-right:.5rem;font-weight:400}.pdp__desc{color:#3a2e22cc;line-height:1.7;margin-bottom:2rem}.pdp__variants{margin-bottom:2rem}.variant-group{margin-bottom:1.25rem}.variant-group__label{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:.5rem;display:block}.variant-group select{width:100%;padding:.85rem 1rem;border:1px solid var(--border);background:var(--cream);border-radius:12px;font:inherit;font-size:.95rem}.pdp__qty{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.qty-input{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius-pill);overflow:hidden}.qty-input button{width:40px;height:40px}.qty-input input{width:48px;text-align:center;border:none;background:transparent;font:inherit}.collection-header{background:var(--sand);padding:4rem 0;text-align:center}.collection-header h1{margin-top:1rem}.collection-header p{max-width:36rem;margin:1rem auto 0;color:#3a2e22bf}.collection-filters{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:3rem 0}.collection-filter{padding:.55rem 1.25rem;border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#3a2e22b3;transition:all .2s}.collection-filter:hover,.collection-filter.is-active{background:var(--ink);color:var(--cream);border-color:var(--ink)}.article{max-width:740px;margin:0 auto;padding:4rem 24px 6rem}.article header{text-align:center;margin-bottom:3rem}.article__meta{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--terracotta);margin-bottom:1rem}.article__hero{margin:2.5rem 0;border-radius:24px;overflow:hidden;aspect-ratio:16/9}.article__hero img{width:100%;height:100%;object-fit:cover}.article__body{font-size:1.06rem;line-height:1.85;color:#3a2e22e0}.article__body h2{margin-top:2.5rem}.article__body h3{margin-top:2rem}.article__body a{color:var(--terracotta);text-decoration:underline}.article__body blockquote{border-left:3px solid var(--terracotta);padding:.5rem 0 .5rem 1.5rem;margin:2rem 0;font-family:var(--font-display);font-style:italic;font-size:1.25rem;color:var(--ink)}.cart-page{padding:4rem 0 6rem}.cart-page h1{margin-bottom:2rem}.cart-line{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--border);align-items:center}.cart-line__media{aspect-ratio:4/5;background:var(--sand);border-radius:12px;overflow:hidden}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-family:var(--font-display);font-size:1.1rem;margin:0 0 .25rem}.cart-totals{margin-top:2.5rem;padding-top:1.5rem;border-top:2px solid var(--ink);display:flex;justify-content:space-between;align-items:center;font-family:var(--font-display);font-size:1.5rem}.cart-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.cart-empty{text-align:center;padding:5rem 0}.site-footer{margin-top:4rem;border-top:1px solid var(--border);background:var(--sand)}.site-footer__inner{padding:4rem 0;display:grid;gap:3rem}@media(min-width:768px){.site-footer__inner{grid-template-columns:1.2fr 1fr 1fr 1.4fr}}.site-footer h4{font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:var(--terracotta);margin:0 0 1rem;font-family:var(--font-body);font-weight:500}.site-footer ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.site-footer a{font-size:.9rem;color:#3a2e22cc}.site-footer a:hover{color:var(--terracotta)}.site-footer__bar{border-top:1px solid var(--border);padding:1.5rem 0;font-size:.75rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.page{max-width:780px;margin:0 auto;padding:4rem 24px 6rem}.page h1{margin-bottom:2rem}.page__rte{font-size:1.05rem;line-height:1.8;color:#3a2e22d9}.page__rte h2{margin-top:2.5rem}.page__rte a{color:var(--terracotta);text-decoration:underline}.text-center{text-align:center}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
