:root{--cream: #FAF7F2;--cream-dark: #F2EDE4;--blush: #E8C9B8;--blush-light: #F5EAE3;--blush-deep: #D4A08A;--gold: #C9A96E;--gold-light: #E8D5B0;--gold-dark: #9E7A45;--bark: #6B4F3A;--ink: #2C1F14;--ink-soft: #5C4A3A;--ink-muted: #8C7A6A;--white: #FFFFFF;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", sans-serif;--radius-sm: 4px;--radius-md: 10px;--radius-lg: 18px;--radius-pill: 100px;--transition: .3s cubic-bezier(.4, 0, .2, 1);--shadow-soft: 0 2px 20px rgba(44,31,20,.08);--shadow-hover: 0 8px 40px rgba(44,31,20,.14)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);font-weight:300;line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:1.2;color:var(--ink)}.display-title{font-family:var(--font-display);font-size:clamp(2.8rem,6vw,5rem);font-weight:300;letter-spacing:-.02em;line-height:1.05}.section-title{font-family:var(--font-display);font-size:clamp(1.9rem,4vw,3rem);font-weight:400;letter-spacing:-.01em}.eyebrow{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-dark)}.body-text{font-size:1rem;color:var(--ink-soft);line-height:1.8}.container{max-width:1240px;margin:0 auto;padding:0 2rem}.section-spacing{padding:6rem 0}.section-spacing-sm{padding:3.5rem 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:900px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.container{padding:0 1.25rem}.section-spacing{padding:4rem 0}}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.78rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:.85rem 2.2rem;border-radius:var(--radius-pill);border:none;cursor:pointer;transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--gold);color:var(--ink)}.btn-primary:hover{background:var(--gold-dark);color:var(--white);transform:translateY(-1px);box-shadow:var(--shadow-hover)}.btn-outline{background:transparent;color:var(--ink);border:1px solid var(--ink)}.btn-outline:hover{background:var(--ink);color:var(--cream);transform:translateY(-1px)}.btn-ghost{background:transparent;color:var(--gold-dark);padding:0;letter-spacing:.12em;position:relative}.btn-ghost:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--gold-dark);transition:width var(--transition)}.btn-ghost:hover:after{width:100%}.announcement-bar{background:var(--ink);color:var(--gold-light);text-align:center;padding:.7rem 1rem;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase}.site-header{background:var(--cream);border-bottom:1px solid var(--blush);position:sticky;top:0;z-index:100;transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:0 2px 20px #2c1f141a}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.site-logo{font-family:var(--font-display);font-size:1.6rem;font-weight:500;color:var(--ink);letter-spacing:.02em;flex-shrink:0}.site-logo span{color:var(--gold-dark)}.site-nav{display:flex;align-items:center;gap:2.5rem;list-style:none}.site-nav a{font-size:.78rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);transition:color var(--transition)}.site-nav a:hover{color:var(--gold-dark)}.header-actions{display:flex;align-items:center;gap:1.2rem}.cart-icon{position:relative;cursor:pointer;color:var(--ink);font-size:1.1rem}.cart-count{position:absolute;top:-6px;right:-8px;background:var(--gold);color:var(--ink);font-size:.6rem;font-weight:500;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.mobile-menu-btn span{display:block;width:22px;height:1.5px;background:var(--ink);transition:var(--transition)}@media(max-width:800px){.site-nav{display:none}.mobile-menu-btn{display:flex}}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--cream);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem}.mobile-nav.open{display:flex}.mobile-nav a{font-family:var(--font-display);font-size:2rem;font-weight:400;color:var(--ink);letter-spacing:.02em}.mobile-nav-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--ink);font-family:var(--font-body)}.hero{background:var(--cream);overflow:hidden;position:relative}.hero-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:85vh;gap:4rem}.hero-content{padding:4rem 0;position:relative;z-index:2}.hero-content .eyebrow{margin-bottom:1.2rem;display:flex;align-items:center;gap:.8rem}.hero-content .eyebrow:before{content:"";display:block;width:30px;height:1px;background:var(--gold)}.hero-title{font-family:var(--font-display);font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.05;letter-spacing:-.02em;margin-bottom:1.5rem}.hero-title em{font-style:italic;color:var(--gold-dark)}.hero-subtitle{font-size:1.05rem;color:var(--ink-soft);max-width:440px;margin-bottom:2.5rem;line-height:1.8}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-image{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.hero-image-frame{width:100%;max-width:500px;aspect-ratio:3/4;border-radius:var(--radius-lg);overflow:hidden;position:relative;background:var(--blush-light)}.hero-image-frame img{width:100%;height:100%;object-fit:cover}.hero-image-accent{position:absolute;top:-20px;right:-20px;width:120px;height:120px;border-radius:50%;background:var(--gold-light);opacity:.6;z-index:-1}.hero-stats{position:absolute;bottom:2rem;left:-1rem;background:var(--white);border-radius:var(--radius-md);padding:1rem 1.4rem;box-shadow:var(--shadow-hover);display:flex;gap:1.5rem}.hero-stat-num{font-family:var(--font-display);font-size:1.6rem;font-weight:500;color:var(--ink);display:block}.hero-stat-label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-muted)}.hero-bg-ornament{position:absolute;top:-10%;right:-5%;width:45%;height:120%;background:var(--blush-light);border-radius:50% 0 0 50%;z-index:0;opacity:.5}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;min-height:auto;text-align:center}.hero-content .eyebrow{justify-content:center}.hero-subtitle{margin:0 auto 2.5rem}.hero-ctas{justify-content:center}.hero-image,.hero-bg-ornament{display:none}.hero-content{padding:5rem 0 4rem}}.petal{position:absolute;border-radius:50% 0;opacity:.15;pointer-events:none}.trust-bar{background:var(--blush-light);border-top:1px solid var(--blush);border-bottom:1px solid var(--blush);padding:1.5rem 0}.trust-bar-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.6rem;font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft)}.trust-item svg{width:18px;height:18px;color:var(--gold-dark);flex-shrink:0}.section-header{text-align:center;margin-bottom:3.5rem}.section-header .eyebrow{margin-bottom:.8rem}.section-header .section-title{margin-bottom:1rem}.section-header .body-text{max-width:520px;margin:0 auto}.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform var(--transition),box-shadow var(--transition);position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.product-card-image{aspect-ratio:4/3;overflow:hidden;background:var(--blush-light);position:relative}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-badge{position:absolute;top:1rem;left:1rem;background:var(--gold);color:var(--ink);font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;padding:.3rem .8rem;border-radius:var(--radius-pill)}.product-card-body{padding:1.4rem 1.5rem 1.6rem}.product-card-type{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:.4rem}.product-card-title{font-family:var(--font-display);font-size:1.2rem;font-weight:400;color:var(--ink);margin-bottom:.5rem;line-height:1.3}.product-card-desc{font-size:.85rem;color:var(--ink-muted);margin-bottom:1.2rem;line-height:1.6}.product-card-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-family:var(--font-display);font-size:1.3rem;font-weight:500;color:var(--bark)}.product-price .compare-at{font-size:.9rem;color:var(--ink-muted);text-decoration:line-through;font-weight:300;margin-left:.4rem}.digital-products-section{background:var(--cream)}.digital-products-section .grid-3{position:relative}.product-card.featured{grid-column:span 2}.product-card.featured .product-card-image{aspect-ratio:16/7}.product-card.featured .product-card-title{font-size:1.6rem}@media(max-width:900px){.product-card.featured{grid-column:span 1}.product-card.featured .product-card-image{aspect-ratio:4/3}}.affiliate-section{background:var(--ink);position:relative;overflow:hidden}.affiliate-section:before{content:"";position:absolute;top:-150px;right:-100px;width:500px;height:500px;border-radius:50%;background:var(--bark);opacity:.3}.affiliate-section .section-title{color:var(--cream)}.affiliate-section .eyebrow{color:var(--gold)}.affiliate-section .body-text{color:var(--blush-light)}.affiliate-card{background:#ffffff0d;border:1px solid rgba(201,169,110,.25);border-radius:var(--radius-lg);padding:1.5rem;transition:background var(--transition),border-color var(--transition),transform var(--transition)}.affiliate-card:hover{background:#ffffff17;border-color:#c9a96e8c;transform:translateY(-3px)}.affiliate-card-image{aspect-ratio:1;border-radius:var(--radius-md);overflow:hidden;background:#ffffff14;margin-bottom:1.1rem}.affiliate-card-image img{width:100%;height:100%;object-fit:cover}.affiliate-card-tag{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.3rem}.affiliate-card-title{font-family:var(--font-display);font-size:1.1rem;color:var(--cream);margin-bottom:.5rem;line-height:1.3}.affiliate-card-desc{font-size:.82rem;color:var(--blush-light);margin-bottom:1rem;line-height:1.6;opacity:.8}.affiliate-card-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);transition:gap var(--transition)}.affiliate-card-link:hover{gap:.7rem}.affiliate-disclaimer{margin-top:2.5rem;text-align:center;font-size:.72rem;color:#e6c8b473;letter-spacing:.05em}.about-section{background:var(--blush-light)}.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-image-wrap{position:relative}.about-image-main{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:var(--blush)}.about-image-main img{width:100%;height:100%;object-fit:cover}.about-image-accent-box{position:absolute;bottom:-2rem;right:-2rem;background:var(--gold-light);border-radius:var(--radius-md);padding:1.5rem;max-width:180px;box-shadow:var(--shadow-hover)}.about-image-accent-box .number{font-family:var(--font-display);font-size:2.5rem;font-weight:500;color:var(--bark);line-height:1}.about-image-accent-box .label{font-size:.72rem;color:var(--ink-soft);letter-spacing:.08em;margin-top:.3rem}.about-content .eyebrow{margin-bottom:.8rem}.about-content .section-title{margin-bottom:1.2rem}.about-content .body-text{margin-bottom:1.5rem}.about-values{display:flex;flex-direction:column;gap:.8rem;margin-top:1.8rem}.about-value-item{display:flex;align-items:flex-start;gap:.8rem}.about-value-dot{width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:.55rem}.about-value-text{font-size:.9rem;color:var(--ink-soft)}@media(max-width:800px){.about-inner{grid-template-columns:1fr;gap:3rem}.about-image-accent-box{right:0}}.testimonials-section{background:var(--cream-dark)}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;position:relative;box-shadow:var(--shadow-soft)}.testimonial-quote-mark{font-family:var(--font-display);font-size:4rem;color:var(--gold-light);line-height:1;margin-bottom:.5rem;font-style:italic}.testimonial-text{font-family:var(--font-display);font-size:1.05rem;font-style:italic;color:var(--ink-soft);line-height:1.7;margin-bottom:1.2rem}.testimonial-author{display:flex;align-items:center;gap:.8rem}.testimonial-avatar{width:38px;height:38px;border-radius:50%;background:var(--blush);overflow:hidden;flex-shrink:0}.testimonial-name{font-size:.8rem;font-weight:500;color:var(--ink);letter-spacing:.05em}.testimonial-handle{font-size:.72rem;color:var(--ink-muted)}.testimonial-stars{color:var(--gold);font-size:.75rem;margin-bottom:.8rem}.newsletter-section{background:var(--gold-light);text-align:center;position:relative;overflow:hidden}.newsletter-section:before,.newsletter-section:after{content:"";position:absolute;border-radius:50%;background:var(--gold);opacity:.2}.newsletter-section:before{width:300px;height:300px;top:-100px;left:-80px}.newsletter-section:after{width:200px;height:200px;bottom:-80px;right:-50px}.newsletter-inner{position:relative;z-index:1;max-width:580px;margin:0 auto}.newsletter-inner .section-title{margin-bottom:.8rem}.newsletter-inner .body-text{margin-bottom:2rem}.newsletter-form{display:flex;gap:0;border-radius:var(--radius-pill);overflow:hidden;box-shadow:var(--shadow-hover);max-width:480px;margin:0 auto}.newsletter-form input{flex:1;border:none;padding:.9rem 1.4rem;font-family:var(--font-body);font-size:.9rem;background:var(--white);color:var(--ink);outline:none}.newsletter-form input::placeholder{color:var(--ink-muted)}.newsletter-form button{border-radius:0;padding:.9rem 1.6rem}.newsletter-fine{font-size:.7rem;color:var(--ink-soft);margin-top:.8rem;opacity:.7}.site-footer{background:var(--ink);color:var(--blush-light);padding:4rem 0 2rem}.footer-inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand .site-logo{color:var(--cream);margin-bottom:1rem;display:block}.footer-brand p{font-size:.85rem;color:#e6c8b4a6;line-height:1.7;max-width:240px}.footer-col h4{font-family:var(--font-body);font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.footer-col ul{list-style:none}.footer-col li+li{margin-top:.7rem}.footer-col a{font-size:.85rem;color:#e6c8b4a6;transition:color var(--transition)}.footer-col a:hover{color:var(--cream)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#e6c8b466;flex-wrap:wrap;gap:.8rem}@media(max-width:800px){.footer-inner{grid-template-columns:1fr 1fr}}@media(max-width:500px){.footer-inner{grid-template-columns:1fr;gap:2rem}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animate-fade-up{opacity:0;animation:fadeUp .7s ease forwards}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.float{animation:float 4s ease-in-out infinite}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.product-page{padding:4rem 0 6rem}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-gallery{position:sticky;top:100px}.product-main-image{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;background:var(--blush-light)}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-thumbnails{display:flex;gap:.8rem;margin-top:.8rem}.product-thumb{width:70px;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition);background:var(--blush-light)}.product-thumb.active{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-info .eyebrow{margin-bottom:.6rem}.product-info h1{font-size:2.4rem;margin-bottom:.8rem}.product-info .product-price{font-size:1.8rem;margin-bottom:1.2rem}.product-info .body-text{margin-bottom:2rem}.product-add-btn{width:100%;justify-content:center}@media(max-width:900px){.product-page-inner{grid-template-columns:1fr;gap:2.5rem}.product-gallery{position:static}}.collection-header{background:var(--blush-light);text-align:center;padding:4rem 0 3rem}.collection-header h1{font-size:3rem}.collection-grid{padding:3.5rem 0 6rem}.page-header{background:var(--blush-light);padding:3rem 0 2.5rem;text-align:center}.page-content{padding:3rem 0 6rem}@media(max-width:600px){.trust-bar-inner{gap:1.2rem}.newsletter-form{flex-direction:column;border-radius:var(--radius-lg)}.newsletter-form button{border-radius:var(--radius-pill)}.footer-bottom{flex-direction:column;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
