:root{--background:#f6f0e6;--foreground:#2a1d2e;--card:#faf4ea;--muted:#ece4d6;--muted-foreground:#7a6a78;--secondary:#ece1d2;--accent:#e6b8a8;--blush:#efc4b3;--sand:#d6b07a;--plum:#362438;--plum-hover:#43304a;--primary-foreground:#f6f0e6;--border:#ddd1c0;--destructive:#c4523a;--font-display:"Fraunces", ui-serif, Georgia, serif;--font-sans:"Inter", ui-sans-serif, system-ui, sans-serif;--shadow-soft:0 30px 60px -30px rgba(54,36,56,.18);--container:1200px}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-feature-settings:"ss01","cv11";font-size:16px;line-height:1.5}img,svg,video{max-width:100%;display:block}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit}a{color:inherit;text-decoration:none}input,textarea,select{font:inherit;color:inherit}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:-.015em;margin:0;line-height:1.05}p{margin:0}::selection{background:var(--accent);color:var(--foreground)}.skip{position:absolute;left:-9999px;top:0}.skip:focus{left:0;background:var(--plum);color:#fff;padding:8px 16px;z-index:100}.container{max-width:var(--container);margin:0 auto;padding:0 24px}@media(min-width:1024px){.container{padding:0 40px}}.container-wide{max-width:1320px;margin:0 auto;padding:0 24px}@media(min-width:1024px){.container-wide{padding:0 40px}}.eyebrow{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500}.text-display{font-family:var(--font-display);font-weight:300;letter-spacing:-.02em}.muted{color:var(--muted-foreground)}.italic-light{font-style:italic;font-weight:300}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;height:48px;padding:0 32px;background:var(--plum);color:var(--primary-foreground);font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500;transition:background .2s;border-radius:0}.btn:hover{background:var(--plum-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-full{width:100%;height:52px}.btn-ghost{background:transparent;color:var(--foreground);text-decoration:underline;text-underline-offset:4px}.btn-ghost:hover{background:transparent;color:var(--plum)}.arrow{display:inline-block;transition:transform .2s}.btn:hover .arrow{transform:translate(4px)}.announce{background:var(--plum);color:var(--primary-foreground);overflow:hidden}.announce-track{display:flex;white-space:nowrap;padding:10px 0}.announce-row{display:flex;align-items:center;flex-shrink:0;min-width:100%;animation:marquee 40s linear infinite}.announce-row span.msg{display:inline-flex;align-items:center;font-size:10px;letter-spacing:.28em;text-transform:uppercase;font-weight:500}.announce-row .sep{margin:0 32px;opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.site-header{position:sticky;top:0;z-index:40;background:#f6f0e6d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(221,209,192,.6)}.header-inner{position:relative;max-width:var(--container);margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}@media(min-width:1024px){.header-inner{padding:0 40px}}.header-nav{display:none;flex:1;gap:32px;align-items:center}.header-nav a{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500;color:var(--muted-foreground);transition:color .2s}.header-nav a:hover{color:var(--foreground)}@media(min-width:768px){.header-nav{display:flex}}.header-logo{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px}.header-logo img{height:24px;width:24px}.header-logo span{font-family:var(--font-display);font-size:24px;letter-spacing:.3em}.header-right{display:flex;justify-content:flex-end;align-items:center;gap:24px;flex:1}.cart-toggle{position:relative;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border)}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--accent);color:var(--foreground);min-width:20px;height:20px;border-radius:999px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;padding:0 6px}.cart-count[data-count="0"]{display:none}.hero{position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr;min-height:88vh}@media(min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:80px 24px;order:2}@media(min-width:1024px){.hero-copy{padding:80px 64px;order:1}}.hero-copy h1{font-size:clamp(2.5rem,7vw,4.75rem);line-height:.95;margin-top:24px}.hero-copy h1 .ital{font-style:italic;font-weight:300}.hero-copy p.lead{margin-top:32px;max-width:28rem;color:var(--muted-foreground);line-height:1.65}.hero-cta{margin-top:40px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hero-cta .btn-ghost{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500}.hero-image{position:relative;order:1;min-height:50vh;background:var(--muted)}@media(min-width:1024px){.hero-image{order:2;min-height:100%}}.hero-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;bottom:24px;right:24px;background:#f6f0e6f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 20px}.hero-badge p:first-child{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:2px}.hero-badge p:last-child{font-family:var(--font-display);font-size:1.125rem}.hero-scroll{display:none;position:absolute;bottom:24px;left:50%;transform:translate(-50%);flex-direction:column;align-items:center;color:var(--muted-foreground)}@media(min-width:768px){.hero-scroll{display:flex}}.hero-scroll svg{margin-top:4px;animation:bounce 1.4s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.pillars{border-top:1px solid rgba(221,209,192,.6);border-bottom:1px solid rgba(221,209,192,.6);padding:64px 24px}@media(min-width:1024px){.pillars{padding:64px 40px}}.pillars-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;text-align:center}@media(min-width:768px){.pillars-inner{grid-template-columns:repeat(3,1fr)}}.pillar{display:flex;flex-direction:column;align-items:center}.pillar svg{color:var(--plum)}.pillar h3{margin-top:20px;font-size:1.25rem}.pillar p{margin-top:8px;font-size:.875rem;color:var(--muted-foreground);max-width:18rem}.product-section{padding:96px 24px}@media(min-width:1024px){.product-section{padding:96px 40px}}.product-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px}@media(min-width:1024px){.product-grid{grid-template-columns:1fr 1fr;gap:80px}}.product-gallery{display:flex;flex-direction:column;gap:12px}.product-main-image{aspect-ratio:4/5;background:var(--muted);overflow:hidden}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-thumb{aspect-ratio:1;background:var(--muted);overflow:hidden;cursor:pointer;opacity:.8;transition:opacity .2s}.product-thumb:hover,.product-thumb.active{opacity:1}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info{align-self:start}@media(min-width:1024px){.product-info{position:sticky;top:96px}}.product-info h2{font-size:clamp(2rem,4vw,3rem);margin-top:12px}.product-price{font-size:1.25rem;margin-top:16px;color:var(--muted-foreground)}.product-desc{margin-top:24px;font-size:.875rem;color:var(--muted-foreground);line-height:1.7}.variants{margin-top:32px}.variants-label{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500;color:var(--muted-foreground);margin-bottom:12px;display:block}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{padding:0 20px;height:44px;font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500;border:1px solid var(--border);background:transparent;color:var(--foreground);transition:all .2s;cursor:pointer}.variant-option:hover{border-color:var(--foreground)}.variant-option.active{border-color:var(--plum);background:var(--plum);color:var(--primary-foreground)}.product-meta{margin-top:40px;padding-top:40px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:16px;font-size:.875rem;color:var(--muted-foreground)}.product-meta .row{display:flex;justify-content:space-between}.product-meta .row span:last-child{color:var(--foreground)}.story{background:#ece1d299}.story-inner{max-width:1080px;margin:0 auto;padding:96px 24px}@media(min-width:1024px){.story-inner{padding:96px 40px}}.story h2{font-size:clamp(2rem,4vw,3rem);margin-top:16px;line-height:1.15;max-width:42rem}.story-steps{margin-top:48px;display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:768px){.story-steps{grid-template-columns:repeat(3,1fr)}}.story-step .num{font-family:var(--font-display);font-size:1.875rem;color:var(--plum)}.story-step .title{margin-top:12px;font-family:var(--font-display);font-size:1.25rem;letter-spacing:-.015em}.story-step .text{margin-top:8px;font-size:.875rem;color:var(--muted-foreground);line-height:1.7}.faq{padding:96px 24px}@media(min-width:1024px){.faq{padding:96px 40px}}.faq-inner{max-width:880px;margin:0 auto}.faq-header{text-align:center;margin-bottom:56px}.faq-header h2{font-size:clamp(2rem,4vw,3rem);margin-top:16px}.faq-list{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:0}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:24px 0;cursor:pointer}.faq-q .q-text{font-family:var(--font-display);font-size:1.125rem;padding-right:24px;transition:color .2s}@media(min-width:768px){.faq-q .q-text{font-size:1.25rem}}.faq-q:hover .q-text{color:var(--plum)}.faq-q svg{flex-shrink:0;color:var(--muted-foreground)}.faq-item.open .faq-q svg{color:var(--plum)}.faq-a{display:none;padding:0 40px 24px 0}.faq-item.open .faq-a{display:block;animation:fadein .25s ease}.faq-a p{font-size:.875rem;color:var(--muted-foreground);line-height:1.7}@keyframes fadein{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.signup{padding:96px 24px;background:#ece1d266;border-top:1px solid rgba(221,209,192,.6);border-bottom:1px solid rgba(221,209,192,.6)}@media(min-width:1024px){.signup{padding:96px 40px}}.signup-inner{max-width:720px;margin:0 auto;text-align:center}.signup h2{font-size:clamp(2rem,4vw,3rem);margin-top:16px;line-height:1.15}.signup p.lead{margin:20px auto 0;max-width:28rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.7}.signup form{margin-top:40px;display:flex;flex-direction:column;gap:12px;max-width:28rem;margin-left:auto;margin-right:auto}@media(min-width:640px){.signup form{flex-direction:row}}.signup input{flex:1;height:48px;padding:0 16px;background:var(--background);border:1px solid var(--border);outline:0;font-size:.875rem}.signup input:focus{border-color:var(--plum)}.signup .note{margin-top:16px;font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted-foreground)}.site-footer{border-top:1px solid rgba(221,209,192,.6);padding:40px 24px}@media(min-width:1024px){.site-footer{padding:40px}}.footer-inner{max-width:var(--container);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;font-size:12px;color:var(--muted-foreground)}@media(min-width:768px){.footer-inner{flex-direction:row}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none;opacity:0;transition:opacity .25s}.cart-drawer.open{pointer-events:auto;opacity:1}.cart-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a1d2e66}.cart-panel{position:absolute;right:0;top:0;height:100%;width:100%;max-width:480px;background:var(--background);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.open .cart-panel{transform:translate(0)}.cart-head{padding:24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.cart-head h3{font-size:1.25rem}.cart-close{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}.cart-items{flex:1;overflow-y:auto;padding:24px}.cart-empty{text-align:center;color:var(--muted-foreground);padding:80px 0}.cart-item{display:flex;gap:16px;padding:8px 0}.cart-item+.cart-item{border-top:1px solid var(--border);margin-top:16px;padding-top:24px}.cart-item img{width:64px;height:64px;object-fit:cover;background:var(--muted)}.cart-item .meta{flex:1;min-width:0}.cart-item .name{font-weight:500;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item .opts{font-size:.75rem;color:var(--muted-foreground);margin-top:2px}.cart-item .price{font-weight:600;font-size:.875rem;margin-top:4px}.cart-item .actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.qty{display:inline-flex;align-items:center;gap:4px}.qty button{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border)}.qty span{width:28px;text-align:center;font-size:.875rem}.cart-foot{padding:16px 24px;border-top:1px solid var(--border);background:var(--background)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cart-total .lbl{font-size:1.125rem;font-weight:600}.cart-total .val{font-size:1.25rem;font-weight:700}@media(max-width:767px){.md-only{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
