:root{--lavender: #7B6A91;--lavender-deep: #5E4F73;--lavender-tint: #F3F0F7;--cream: #F5EFE6;--charcoal: #2A2A2A;--text: #2A2A2A;--text-muted: #6B6B6B;--border: #E8E2EE;--white: #FFFFFF;--footer-bg: #2A2A2A;--max: 1280px;--base-size: 16px;--btn-radius: 50px;--radius: 10px;--radius-lg: 16px;--shadow-sm: 0 2px 8px rgba(94, 79, 115, .06);--shadow-md: 0 8px 24px rgba(94, 79, 115, .1)}*{box-sizing:border-box;margin:0;padding:0}*:focus-visible{outline:2px solid var(--lavender);outline-offset:2px;border-radius:2px}html{font-size:var(--base-size)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.skip-to-content-link:focus{position:absolute;top:10px;left:10px;padding:8px 16px;background:var(--lavender);color:#fff;z-index:1000}h1,h2,h3,h4{font-family:Fraunces,Georgia,serif;font-weight:500;color:var(--charcoal);line-height:1.15;letter-spacing:-.01em}h1{font-size:clamp(2.25rem,5vw,4rem)}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:clamp(1.1rem,2vw,1.4rem)}h1 em,h2 em,h3 em{font-style:italic;color:var(--lavender);font-weight:400}.eyebrow{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--lavender)}.rte p+p{margin-top:1em}.rte strong{color:var(--charcoal);font-weight:500}.rte ul,.rte ol{margin:1em 0 1em 1.5em}.rte li{margin-bottom:.5em}.container{max-width:var(--max);margin:0 auto;padding:0 24px}.container--narrow{max-width:880px}.section{padding:80px 0}.section--cream{background:var(--cream)}.section--lavender-tint{background:var(--lavender-tint)}@media(max-width:768px){.section,section{padding:56px 0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:.95rem;font-weight:600;border-radius:var(--btn-radius);border:none;cursor:pointer;transition:all .2s ease;letter-spacing:.02em;text-align:center}.btn-primary{background:var(--lavender);color:var(--white)}.btn-primary:hover{background:var(--lavender-deep);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-primary:disabled{background:#999;cursor:not-allowed;transform:none}.btn-secondary{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.7)}.btn-secondary:hover{background:#ffffff26}.btn-text{color:var(--lavender);font-weight:600;font-size:.95rem}.btn-text:after{content:" \2192";transition:transform .2s;display:inline-block;margin-left:4px}.btn-text:hover:after{transform:translate(4px)}.announcement{background:var(--lavender-deep);color:var(--white);text-align:center;padding:10px 16px;font-size:.85rem;letter-spacing:.05em}.announcement strong{font-weight:600}.announcement p{margin:0}.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;will-change:transform;transition:transform .3s ease}.site-header.header-hidden{transform:translateY(-100%)}.header-top{border-bottom:1px solid var(--border)}.header-top-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 24px;max-width:var(--max);margin:0 auto;gap:24px}.logo-link{text-align:center;display:inline-flex;flex-direction:column;align-items:center;text-decoration:none;justify-self:center;gap:4px}.logo-img{height:72px;width:auto;display:block}.logo-text{font-family:Fraunces,serif;font-size:1.6rem;font-weight:500;color:var(--charcoal)}.logo-tag{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--text-muted);margin-top:2px}.nav-right{display:flex;gap:6px;justify-content:flex-end;align-items:center;justify-self:end}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:all .2s;color:var(--charcoal);position:relative}.icon-btn:hover{background:var(--lavender-tint);color:var(--lavender)}.cart-count{position:absolute;top:0;right:0;background:var(--lavender);color:var(--white);border-radius:50px;padding:2px 6px;font-size:.65rem;font-weight:600;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.header-nav{max-width:var(--max);margin:0 auto;padding:0 24px}.nav-main{display:flex;justify-content:center;gap:44px;align-items:center}.nav-item{position:relative}.nav-item>a,.nav-item>span{display:inline-flex;align-items:center;gap:5px;padding:16px 4px;font-size:.88rem;font-weight:500;color:var(--text);transition:color .2s;cursor:pointer;letter-spacing:.02em;text-decoration:none;white-space:nowrap}.nav-item:hover>a,.nav-item:hover>span,.nav-item:focus-within>a,.nav-item:focus-within>span{color:var(--lavender)}.nav-caret{width:10px;height:10px;transition:transform .2s}.nav-item:hover .nav-caret{transform:rotate(180deg)}.dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(8px);background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:10px;min-width:200px;opacity:0;visibility:hidden;transition:all .2s ease;z-index:200}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown a{display:block;padding:10px 16px;font-size:.9rem;font-weight:500;color:var(--text);border-radius:6px;transition:all .15s;white-space:nowrap}.dropdown a:hover{background:var(--lavender-tint);color:var(--lavender-deep)}.hamburger{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:transparent;border:none;color:var(--charcoal);justify-self:start}@media(max-width:900px){.header-top-inner{grid-template-columns:auto 1fr auto;padding:14px 16px;gap:12px}.header-spacer{display:none}.logo-link{justify-self:center}.logo-img{height:52px}.logo-tag{font-size:.55rem;letter-spacing:.2em}.hamburger{display:inline-flex}.header-nav{display:none}.nav-right .icon-btn:not(:last-child){display:none}}.hero{position:relative;height:88vh;min-height:600px;max-height:800px;overflow:hidden}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--lavender-tint) 0%,var(--cream) 100%)}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#2a2a2ad9,#2a2a2a59 60%,#2a2a2a0d);opacity:.45}.hero-content{position:relative;max-width:var(--max);margin:0 auto;padding:0 32px;height:100%;display:flex;align-items:center;color:var(--white)}.hero-text{max-width:580px}.hero-stars{display:inline-flex;align-items:center;gap:8px;margin-bottom:20px;background:#ffffff26;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:8px 16px;border-radius:50px;font-size:.85rem;font-weight:500}.stars{color:#f5c84b;letter-spacing:1px}.hero h1{color:var(--white);margin-bottom:16px;font-weight:500}.hero h1 em{color:#e8dff5;font-weight:400}.hero-sub{font-size:1.15rem;color:#ffffffeb;margin-bottom:32px;max-width:500px;line-height:1.5}.hero-ctas{display:flex;gap:16px;flex-wrap:wrap;align-items:center}[data-image-position=center] .hero-content{justify-content:center;text-align:center}[data-image-position=center] .hero-text{margin:0 auto}[data-image-position=right] .hero-content{justify-content:flex-end}.trust-strip{background:var(--lavender-tint);padding:32px 0}.trust-grid{max-width:var(--max);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.trust-item{display:flex;flex-direction:column;align-items:center;gap:8px}.trust-icon{width:32px;height:32px;color:var(--lavender)}.trust-label{font-size:.85rem;font-weight:600;color:var(--charcoal);letter-spacing:.02em}@media(max-width:640px){.trust-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.section-header{text-align:center;margin-bottom:56px}.section-header .eyebrow{margin-bottom:12px;display:inline-block}.section-header p{color:var(--text-muted);max-width:560px;margin:12px auto 0;font-size:1.05rem}.problem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.problem-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column;cursor:pointer}.problem-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--lavender)}.problem-image{height:200px;background-size:cover;background-position:center;background-color:var(--lavender-tint)}.problem-body{padding:24px 20px;flex:1;display:flex;flex-direction:column}.problem-name{font-size:1.15rem;font-weight:600;margin-bottom:6px;color:var(--charcoal);font-family:Fraunces,serif}.problem-solution{font-size:.85rem;color:var(--text-muted);margin-bottom:16px;flex:1}.problem-cta{font-size:.85rem;font-weight:600;color:var(--lavender)}.problem-cta:after{content:" \2192";transition:transform .2s;display:inline-block;margin-left:4px}.problem-card:hover .problem-cta:after{transform:translate(4px)}@media(max-width:900px){.problem-grid{grid-template-columns:repeat(2,1fr)}}.story{background:var(--cream);padding:80px 0}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.story-grid.image-right{direction:rtl}.story-grid.image-right>*{direction:ltr}.story-image{height:540px;background-size:cover;background-position:center;background-color:var(--lavender-tint);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.story-content .eyebrow{margin-bottom:12px;display:inline-block}.story-content h2{margin-bottom:24px}.story-content p{color:var(--text-muted);margin-bottom:20px;font-size:1.05rem;line-height:1.7}.story-content p strong{color:var(--charcoal);font-weight:500}.story-content .btn-text{margin-top:8px;display:inline-block}@media(max-width:900px){.story-grid{grid-template-columns:1fr;gap:40px}.story-image{height:360px}}.product-section-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px;gap:24px}.product-section-header h2{margin-bottom:4px}.product-section-header .subtitle{color:var(--text-muted);font-size:.95rem}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{background:var(--white);border-radius:var(--radius);overflow:hidden;transition:all .3s ease;position:relative;display:block}.product-card:hover{transform:translateY(-4px)}.product-card:hover .product-image-wrapper{box-shadow:var(--shadow-md)}.product-image-wrapper{aspect-ratio:1;background:var(--lavender-tint);border-radius:var(--radius);overflow:hidden;margin-bottom:16px;transition:box-shadow .3s;position:relative}.product-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:opacity .3s,transform .5s ease;position:absolute;top:0;left:0}.product-image-secondary,.product-card:hover .product-image-primary{opacity:0}.product-card:hover .product-image-secondary{opacity:1}.product-card:hover .product-image-wrapper img{transform:scale(1.05)}.product-badge{position:absolute;top:12px;left:12px;z-index:2;background:var(--charcoal);color:var(--white);padding:4px 12px;border-radius:50px;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.product-badge--sale{background:var(--lavender)}.product-info{padding:0 4px}.product-name{font-family:Fraunces,serif;font-size:1.1rem;font-weight:500;color:var(--charcoal);margin-bottom:6px}.product-rating{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-size:.8rem;color:var(--text-muted)}.product-rating .stars{font-size:.85rem}.product-price{font-size:1rem;font-weight:600;color:var(--charcoal)}.price-on-sale{color:var(--lavender)}.price-compare{text-decoration:line-through;color:var(--text-muted);margin-left:6px;font-weight:400}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}.bundle-section{background:var(--lavender-tint);padding:80px 0}.bundle-feature{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.bundle-image{height:480px;background-size:cover;background-position:center;background-color:var(--lavender-tint)}.bundle-content{padding:56px 56px 56px 0}.bundle-savings{display:inline-block;background:var(--lavender);color:var(--white);padding:6px 14px;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:16px;letter-spacing:.03em}.bundle-content h2{margin-bottom:16px}.bundle-content p{color:var(--text-muted);margin-bottom:24px;font-size:1.05rem;line-height:1.7}.bundle-includes{list-style:none;margin-bottom:32px;padding:0}.bundle-includes li{padding:6px 0;color:var(--text);font-size:.95rem;display:flex;align-items:flex-start;gap:10px}.bundle-includes li:before{content:"\2713";color:var(--lavender);font-weight:700;font-size:1.1rem;flex-shrink:0}.bundle-price{display:flex;align-items:center;gap:16px;margin-bottom:24px}.price-now{font-size:2rem;font-weight:600;color:var(--charcoal);font-family:Fraunces,serif}.price-was{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.bundle-form{margin:0}@media(max-width:900px){.bundle-feature{grid-template-columns:1fr}.bundle-image{height:320px}.bundle-content{padding:40px 32px}}.reviews-section{background:var(--white);padding:80px 0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{background:var(--lavender-tint);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column}.review-stars{color:#f5c84b;font-size:1rem;margin-bottom:16px;letter-spacing:1px}.review-quote{font-family:Fraunces,serif;font-size:1.05rem;line-height:1.6;color:var(--charcoal);margin-bottom:24px;flex:1}.review-author{border-top:1px solid var(--border);padding-top:16px;display:flex;justify-content:space-between;align-items:center}.review-name{font-weight:600;font-size:.9rem;color:var(--charcoal)}.review-product{font-size:.8rem;color:var(--lavender);font-weight:500}@media(max-width:900px){.review-grid{grid-template-columns:1fr}}.email-section{background:var(--lavender);color:var(--white);text-align:center;padding:80px 0}.email-section h2{color:var(--white);margin-bottom:16px}.email-section h2 em{color:#e8dff5}.email-section p{color:#ffffffd9;margin-bottom:32px;max-width:540px;margin-left:auto;margin-right:auto;font-size:1.05rem}.email-form{display:flex;gap:12px;max-width:480px;margin:0 auto;flex-wrap:wrap;justify-content:center}.email-form input{flex:1;min-width:240px;padding:14px 20px;border-radius:50px;border:none;font-size:.95rem;font-family:inherit;background:var(--white);color:var(--charcoal)}.email-form input:focus{outline:2px solid #E8DFF5;outline-offset:2px}.email-form button{background:var(--charcoal);color:var(--white);padding:14px 28px;border-radius:50px;border:none;font-weight:600;font-family:inherit;transition:background .2s}.email-form button:hover{background:#000}.email-fine-print{font-size:.75rem;color:#ffffffb3;margin-top:16px}.email-success,.email-error{font-size:.9rem;margin-top:8px;width:100%}.email-error{color:#ffd9d9}.email-success{color:#e8dff5}.site-footer{background:var(--footer-bg);color:#ffffffd9;padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;max-width:var(--max);margin:0 auto;padding:0 24px 48px}.footer-brand p{color:#ffffffa6;font-size:.9rem;line-height:1.6;margin-bottom:24px}.footer-logo-img{height:96px;width:auto;margin-bottom:20px;filter:invert(1);mix-blend-mode:screen;margin-left:-12px}.footer-logo-text{font-family:Fraunces,serif;font-size:1.6rem;font-weight:500;color:var(--white);margin-bottom:16px}.footer-social{display:flex;gap:12px}.footer-social a{width:36px;height:36px;border-radius:50%;background:#ffffff1a;display:inline-flex;align-items:center;justify-content:center;transition:background .2s}.footer-social a:hover{background:var(--lavender)}.footer-col h4{color:var(--white);font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:12px}.footer-col a{color:#ffffffb3;font-size:.9rem;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);max-width:var(--max);margin:0 auto;padding:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:.8rem;color:#ffffff80}.payment-icons{display:flex;gap:8px;flex-wrap:wrap}.payment-icons span{background:#ffffff1a;color:#ffffffb3;padding:4px 10px;border-radius:4px;font-size:.7rem;font-weight:600;letter-spacing:.05em}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:span 2}}@media(max-width:540px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}.breadcrumb{padding:24px 0 16px;font-size:.85rem;color:var(--text-muted)}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--lavender)}.product-detail{padding:0 0 80px}.product-grid-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:64px}.product-gallery{display:flex;flex-direction:column;gap:12px;position:sticky;top:180px;align-self:start;max-height:calc(100vh - 200px)}.product-gallery-img{border-radius:var(--radius);overflow:hidden;background:var(--lavender-tint)}.product-gallery-img img{width:100%;height:auto;display:block}.gallery-main{position:relative;aspect-ratio:1;background:var(--lavender-tint);border-radius:var(--radius);overflow:hidden}.gallery-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease;pointer-events:none}.gallery-slide.is-active{opacity:1;pointer-events:auto}.gallery-slide img{width:100%;height:100%;object-fit:cover;display:block}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fffffff2;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 12px #2a2a2a1f;z-index:2;color:var(--charcoal);transition:all .2s ease}.gallery-arrow:hover{background:var(--lavender);color:var(--white);box-shadow:0 4px 16px #5e4f7340}.gallery-arrow-prev{left:14px}.gallery-arrow-next{right:14px}.gallery-counter{position:absolute;bottom:14px;right:14px;background:#2a2a2ab3;color:var(--white);padding:4px 10px;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.04em;z-index:2}.gallery-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:8px;margin-top:4px}.gallery-thumb{aspect-ratio:1;background:var(--lavender-tint);border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;transition:all .2s ease;opacity:.7}.gallery-thumb:hover{opacity:1}.gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-thumb.is-active{border-color:var(--lavender);opacity:1}@media(max-width:640px){.gallery-arrow{width:38px;height:38px}.gallery-thumbs{grid-template-columns:repeat(5,1fr)}}.product-info-panel{padding-top:8px}.product-vendor{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--lavender);margin-bottom:12px}.product-title{font-size:clamp(2rem,4vw,2.75rem);margin-bottom:12px}.product-info-panel .product-rating{margin-bottom:16px;font-size:.9rem}.product-price-block{font-size:1.5rem;font-family:Fraunces,serif;font-weight:500;color:var(--charcoal);margin-bottom:24px}.product-description{color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:24px}.product-description h2,.product-description h3{font-size:1.05rem;margin:16px 0 8px;color:var(--charcoal);font-family:Inter,sans-serif;font-weight:600;letter-spacing:.02em}.product-description ul{margin-left:1.2em}.product-subscribe{margin-bottom:24px;display:flex;flex-direction:column;gap:8px}.subscribe-option{display:flex;align-items:center;gap:12px;padding:14px 18px;border:1.5px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:all .2s}.subscribe-option:hover{border-color:var(--lavender)}.subscribe-option--active{border-color:var(--lavender);background:var(--lavender-tint)}.subscribe-option input{accent-color:var(--lavender)}.subscribe-label{display:flex;flex-direction:column;flex:1;font-size:.9rem}.subscribe-label strong{font-weight:600;color:var(--charcoal);display:flex;align-items:center;gap:8px}.subscribe-label span{color:var(--text-muted);font-size:.85rem}.subscribe-badge{background:var(--lavender);color:var(--white);font-size:.65rem;padding:2px 8px;border-radius:50px;letter-spacing:.05em}.product-quantity{margin-bottom:16px}.product-quantity label{display:block;font-size:.85rem;font-weight:600;margin-bottom:8px}.qty-control{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:50px;overflow:hidden}.qty-btn{background:transparent;border:none;padding:10px 16px;font-size:1.1rem;color:var(--charcoal);transition:background .2s}.qty-btn:hover{background:var(--lavender-tint);color:var(--lavender)}.qty-control input{border:none;text-align:center;width:50px;font-size:1rem;background:transparent}.btn-add-to-cart{width:100%;padding:18px 28px;font-size:1rem;margin-bottom:20px}.product-trust-row{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.trust-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--lavender-tint);border-radius:50px;font-size:.8rem;font-weight:500;color:var(--charcoal)}.trust-pill-icon{color:var(--lavender);font-weight:700}.product-share{display:flex;align-items:center;gap:12px;font-size:.85rem;color:var(--text-muted);margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.product-share a{color:var(--lavender);font-weight:500}.product-share a:hover{text-decoration:underline}@media(max-width:900px){.product-grid-detail{grid-template-columns:1fr;gap:32px}.product-info-panel{position:static}.product-gallery{position:static;max-height:none}}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px 24px;transition:border-color .2s}.faq-item[open]{border-color:var(--lavender)}.faq-q{font-family:Fraunces,serif;font-size:1.1rem;font-weight:500;cursor:pointer;color:var(--charcoal);padding-right:32px;position:relative}.faq-q:after{content:"+";position:absolute;right:0;top:0;font-size:1.5rem;color:var(--lavender);transition:transform .2s}.faq-item[open] .faq-q:after{transform:rotate(45deg)}.faq-a{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin-top:12px;padding-top:12px;border-top:1px solid var(--border)}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);padding:12px 16px;display:none;justify-content:space-between;align-items:center;gap:12px;z-index:50;box-shadow:0 -4px 12px #00000014}.sticky-atc-info{display:flex;flex-direction:column;min-width:0;flex:1}.sticky-atc-name{font-family:Fraunces,serif;font-size:.85rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc-price{font-size:.8rem;color:var(--text-muted);font-weight:600}.sticky-atc .btn{padding:12px 20px;font-size:.85rem}@media(max-width:900px){.sticky-atc.is-visible{display:flex}}.section--related{padding:64px 0;background:var(--white)}.section--related .section-header{margin-bottom:40px}.section--related .product-grid{gap:24px}.collection-page{padding:40px 0 80px}.collection-header{text-align:center;margin-bottom:56px}.collection-header h1{margin-bottom:12px}.collection-description{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:1.05rem}.collection-empty{text-align:center;color:var(--text-muted);padding:80px 0}.pagination{display:flex;justify-content:center;align-items:center;gap:24px;margin-top:48px}.pagination-link{color:var(--lavender);font-weight:600;font-size:.9rem}.pagination-info{color:var(--text-muted);font-size:.85rem}.cart-page{padding:40px 0 80px}.cart-page h1{margin-bottom:32px}.cart-items{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:20px;padding:20px 0;border-bottom:1px solid var(--border);align-items:center}.cart-item-img img{width:100px;height:100px;object-fit:cover;border-radius:var(--radius)}.cart-item-name{font-family:Fraunces,serif;font-size:1.1rem;color:var(--charcoal);font-weight:500}.cart-item-variant{font-size:.85rem;color:var(--text-muted);margin-top:4px}.cart-item-price{font-size:.9rem;color:var(--text-muted);margin-top:4px}.cart-item-remove{font-size:.8rem;color:var(--text-muted);text-decoration:underline;margin-top:8px;display:inline-block}.cart-item-remove:hover{color:var(--lavender)}.cart-item-total{font-weight:600;font-size:1rem}.cart-footer{display:flex;justify-content:space-between;align-items:center;padding-top:24px;gap:24px;flex-wrap:wrap}.cart-subtotal{display:flex;gap:16px;align-items:baseline;font-size:1.1rem}.cart-subtotal strong{font-size:1.4rem;font-family:Fraunces,serif}.cart-tax-shipping{font-size:.8rem;color:var(--text-muted);margin-top:4px}.btn-checkout{min-width:200px}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{margin-bottom:24px;color:var(--text-muted);font-size:1.1rem}@media(max-width:640px){.cart-item{grid-template-columns:80px 1fr}.cart-item-img img{width:80px;height:80px}.cart-item-qty,.cart-item-total{grid-column:span 2}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none;visibility:hidden;transition:visibility .3s}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2a2a2a66;opacity:0;transition:opacity .3s}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__inner{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:440px;background:var(--white);transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.cart-drawer.is-open .cart-drawer__inner{transform:translate(0)}.cart-drawer__header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.cart-drawer__header h2{font-size:1.25rem;font-family:Fraunces,serif;font-weight:500}.cart-drawer__close{background:transparent;border:none;color:var(--charcoal);display:inline-flex;align-items:center;padding:4px;cursor:pointer}.cart-drawer__close:hover{color:var(--lavender)}.cart-drawer__body{flex:1;overflow-y:auto;padding:0;display:flex;flex-direction:column}.cart-drawer__empty{text-align:center;color:var(--text-muted);padding:60px 24px;font-size:.95rem}.cart-shipping{padding:16px 24px 18px;border-bottom:1px solid var(--border);background:var(--lavender-tint)}.cart-shipping-text{margin:0 0 10px;font-size:.9rem;color:var(--charcoal);text-align:center;line-height:1.4}.cart-shipping-text strong{color:var(--lavender-deep);font-weight:600}.cart-shipping-text--complete,.cart-shipping-text--complete strong{color:var(--lavender-deep)}.cart-shipping-bar{height:6px;background:#7b6a912e;border-radius:50px;overflow:hidden;margin-bottom:8px}.cart-shipping-fill{height:100%;background:var(--lavender);border-radius:50px;transition:width .4s ease;min-width:4px}.cart-shipping-threshold{margin:0;font-size:.7rem;color:var(--text-muted);text-align:center;letter-spacing:.04em;font-weight:500}.cart-drawer__items{flex:1;padding:8px 24px;display:flex;flex-direction:column;gap:16px}.cart-drawer__item{display:grid;grid-template-columns:72px 1fr;gap:14px;padding:12px 0;border-bottom:1px solid var(--border)}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-img{width:72px;height:72px;object-fit:cover;border-radius:8px;background:var(--lavender-tint)}.cart-drawer__item-info{display:flex;flex-direction:column;justify-content:center;min-width:0}.cart-drawer__item-name{font-family:Fraunces,serif;font-size:.95rem;font-weight:500;color:var(--charcoal);line-height:1.3;margin-bottom:4px;text-decoration:none}.cart-drawer__item-name:hover{color:var(--lavender)}.cart-drawer__item-meta{font-size:.85rem;color:var(--text-muted);margin-bottom:6px}.cart-drawer__item-remove{font-size:.75rem;color:var(--text-muted);text-decoration:underline;align-self:flex-start}.cart-drawer__item-remove:hover{color:var(--lavender)}.cart-drawer__footer{border-top:1px solid var(--border);padding:20px 24px 24px;background:var(--white)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:16px;font-size:1rem}.cart-drawer__subtotal strong{font-family:Fraunces,serif;font-size:1.25rem;font-weight:600;color:var(--charcoal)}.cart-drawer__checkout{width:100%;padding:16px 28px;text-align:center;display:block;font-size:1rem}.product-card-rating{min-height:18px;margin-bottom:8px}.product-card-rating .jdgm-prev-badge{font-size:.8rem}.product-card-rating .jdgm-prev-badge__stars{color:#f5c84b!important;font-size:.85rem!important}.product-card-rating .jdgm-prev-badge__text{font-size:.75rem;color:var(--text-muted)}.page-section{padding:60px 0 80px}.page-title{margin-bottom:32px}.page-content{font-size:1.05rem;line-height:1.7}.page-content p{margin-bottom:1.2em}.page-content img{border-radius:var(--radius);margin:1.5em 0}.product-collapsible{margin:24px 0;border-top:1px solid var(--border)}.collapsible-item{border-bottom:1px solid var(--border);padding:0}.collapsible-summary{font-family:Fraunces,serif;font-size:1.05rem;font-weight:500;color:var(--charcoal);padding:18px 36px 18px 0;cursor:pointer;position:relative;list-style:none;transition:color .2s}.collapsible-summary::-webkit-details-marker{display:none}.collapsible-summary:hover{color:var(--lavender)}.collapsible-summary:after{content:"+";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:1.5rem;color:var(--lavender);font-weight:300;transition:transform .2s;line-height:1}.collapsible-item[open] .collapsible-summary:after{transform:translateY(-50%) rotate(45deg)}.collapsible-body{padding:0 0 20px;color:var(--text-muted);font-size:.95rem;line-height:1.65}.collapsible-body p+p{margin-top:.8em}.collapsible-body ul,.collapsible-body ol{margin-left:1.2em;margin-top:.5em;margin-bottom:.5em}.collapsible-body li{margin-bottom:.4em}.collapsible-body strong{color:var(--charcoal);font-weight:500}.product-short-desc{font-size:1rem;line-height:1.6;color:var(--text-muted);margin-bottom:16px}.fbt-section{padding:64px 0}.fbt-section .section-header{margin-bottom:36px}.fbt-wrap{background:var(--white);border-radius:var(--radius-lg);padding:40px;box-shadow:var(--shadow-sm)}.fbt-products{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:28px}.fbt-product-card{flex:1 1 0;min-width:160px;max-width:200px;text-align:center;text-decoration:none;transition:transform .2s}.fbt-product-card:hover{transform:translateY(-3px)}.fbt-product-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);background:var(--lavender-tint);margin-bottom:10px}.fbt-product-name{font-family:Fraunces,serif;font-size:.95rem;color:var(--charcoal);margin-bottom:4px;font-weight:500;line-height:1.3}.fbt-product-price{font-size:.85rem;color:var(--text-muted);font-weight:600}.fbt-plus{font-size:1.6rem;font-weight:300;color:var(--text-muted);-webkit-user-select:none;user-select:none}.fbt-divider{text-align:center;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:24px}.fbt-separately{font-size:.95rem;color:var(--text-muted)}.fbt-separately strong{color:var(--charcoal);font-weight:600}.fbt-bundle-card{display:flex;gap:28px;align-items:center;flex-wrap:wrap;justify-content:center;max-width:580px;margin:0 auto;text-align:left}.fbt-bundle-img{flex:0 0 160px;display:block}@media(max-width:640px){.fbt-bundle-card{text-align:center}.fbt-bundle-img{flex:0 0 140px}}.fbt-bundle-img img{width:140px;height:140px;object-fit:cover;border-radius:var(--radius);background:var(--lavender-tint)}.fbt-bundle-info{flex:1;min-width:240px}.fbt-bundle-name{font-family:Fraunces,serif;font-size:1.25rem;font-weight:500;color:var(--charcoal);display:block;margin-bottom:8px}.fbt-bundle-price{display:flex;align-items:center;gap:12px;margin-bottom:16px}.fbt-bundle-price-now{font-size:1.6rem;font-family:Fraunces,serif;font-weight:500;color:var(--charcoal)}.fbt-bundle-savings{background:var(--lavender);color:var(--white);padding:4px 10px;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.03em}.fbt-form{margin:0}.faq-from-metafield{background:var(--white);padding:32px;border-radius:var(--radius-lg)}.faq-from-metafield h2,.faq-from-metafield h3{font-family:Fraunces,serif;font-size:1.1rem;color:var(--charcoal);margin:20px 0 8px;font-weight:500}.faq-from-metafield h2:first-child,.faq-from-metafield h3:first-child{margin-top:0}.faq-from-metafield p{margin-bottom:1em;color:var(--text-muted);line-height:1.65}@media(max-width:768px){.fbt-wrap{padding:24px}.fbt-products{gap:8px}.fbt-product-card{min-width:100px}.fbt-product-card img{aspect-ratio:1}.fbt-product-name{font-size:.8rem}.fbt-plus{font-size:1.2rem}.fbt-bundle-card{gap:16px}.fbt-bundle-img,.fbt-bundle-img img{flex:0 0 100px;width:100px;height:100px}}.blog-page{padding:60px 0 80px}.blog-header{text-align:center;margin-bottom:56px}.blog-header h1{margin-bottom:16px}.blog-subtitle{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.5}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.article-card{display:flex;flex-direction:column;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease;border:1px solid var(--border)}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--lavender)}.article-card-img{aspect-ratio:16 / 10;overflow:hidden;background:var(--lavender-tint)}.article-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.article-card:hover .article-card-img img{transform:scale(1.05)}.article-card-body{padding:24px;flex:1;display:flex;flex-direction:column}.article-card-tag{display:inline-block;background:var(--lavender-tint);color:var(--lavender-deep);padding:4px 10px;border-radius:50px;font-size:.7rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:12px;align-self:flex-start}.article-card-title{font-family:Fraunces,serif;font-size:1.25rem;font-weight:500;color:var(--charcoal);margin-bottom:12px;line-height:1.3}.article-card-excerpt{color:var(--text-muted);font-size:.95rem;line-height:1.6;margin-bottom:16px;flex:1}.article-card-meta{font-size:.8rem;color:var(--text-muted);border-top:1px solid var(--border);padding-top:16px}.blog-empty{text-align:center;color:var(--text-muted);padding:80px 0;font-size:1.05rem}@media(max-width:900px){.article-grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:640px){.article-grid{grid-template-columns:1fr}}.article-page{padding:24px 0 80px}.article-page .breadcrumb{padding:24px 0 32px}.article-header{text-align:center;margin-bottom:40px}.article-tag{display:inline-block;background:var(--lavender-tint);color:var(--lavender-deep);padding:6px 14px;border-radius:50px;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}.article-title{font-size:clamp(2rem,4.5vw,3.25rem);margin-bottom:20px;line-height:1.15}.article-meta{color:var(--text-muted);font-size:.9rem;display:flex;gap:10px;justify-content:center;align-items:center;flex-wrap:wrap}.article-hero-img{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:48px;background:var(--lavender-tint)}.article-hero-img img{width:100%;height:auto;display:block}.article-content{font-size:1.1rem;line-height:1.75;color:var(--text)}.article-content p{margin-bottom:1.4em}.article-content h2{font-family:Fraunces,serif;font-size:1.75rem;font-weight:500;color:var(--charcoal);margin:2em 0 .6em}.article-content h3{font-family:Fraunces,serif;font-size:1.35rem;font-weight:500;color:var(--charcoal);margin:1.6em 0 .5em}.article-content ul,.article-content ol{margin:1em 0 1em 1.4em}.article-content li{margin-bottom:.5em}.article-content strong{color:var(--charcoal);font-weight:500}.article-content em{color:var(--lavender-deep)}.article-content blockquote{border-left:3px solid var(--lavender);padding:8px 20px;margin:1.6em 0;font-family:Fraunces,serif;font-style:italic;color:var(--charcoal);font-size:1.15rem;background:var(--lavender-tint);border-radius:0 var(--radius) var(--radius) 0}.article-content img{border-radius:var(--radius);margin:1.6em 0}.article-content a{color:var(--lavender);text-decoration:underline;text-underline-offset:3px}.article-content a:hover{color:var(--lavender-deep)}.article-share{margin-top:56px;padding-top:32px;border-top:1px solid var(--border);display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:.9rem;color:var(--text-muted)}.article-share a{color:var(--lavender);font-weight:500}.article-share a:hover{text-decoration:underline}.article-nav{margin-top:48px;padding-top:32px;border-top:1px solid var(--border);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.article-nav-prev,.article-nav-next{color:var(--lavender);font-weight:600;font-size:.95rem}.article-nav-prev:hover,.article-nav-next:hover{color:var(--lavender-deep)}.cart-drawer__item-price{font-size:.9rem;color:var(--text-muted);margin-bottom:8px;font-weight:600}.cart-drawer__item-actions{display:flex;justify-content:space-between;align-items:center;gap:12px}.cart-qty-control{display:inline-flex;align-items:center;border:1.5px solid var(--border);border-radius:50px;overflow:hidden}.cart-qty-btn{background:transparent;border:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;color:var(--charcoal);cursor:pointer;transition:background .15s}.cart-qty-btn:hover{background:var(--lavender-tint);color:var(--lavender)}.cart-qty-value{min-width:28px;text-align:center;font-size:.85rem;font-weight:600}.cart-discount{border-top:1px solid var(--border);margin:8px 24px;padding:12px 0}.cart-discount-toggle{width:100%}.cart-discount-summary{cursor:pointer;font-size:.85rem;font-weight:600;color:var(--lavender-deep);list-style:none;padding-right:24px;position:relative}.cart-discount-summary::-webkit-details-marker{display:none}.cart-discount-summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:1.2rem;color:var(--lavender);font-weight:300;transition:transform .2s}.cart-discount-toggle[open] .cart-discount-summary:after{transform:translateY(-50%) rotate(45deg)}.cart-discount-row{display:flex;gap:8px;margin-top:12px}.cart-discount-input{flex:1;padding:10px 12px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.9rem;font-family:inherit;background:var(--white)}.cart-discount-input:focus{outline:none;border-color:var(--lavender)}.cart-discount-apply{padding:10px 18px;background:var(--charcoal);color:var(--white);border:none;border-radius:var(--radius);font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.cart-discount-apply:hover{background:#000}.cart-discount-note{font-size:.8rem;color:var(--text-muted);margin:8px 0 0;min-height:1.2em}.cart-discount-note.is-active{color:var(--lavender-deep);font-weight:500}.cart-discount-applied{margin-top:4px}.cart-discount-applied[hidden],.cart-discount-form[hidden]{display:none}.cart-discount-chip{display:flex;align-items:center;gap:12px;padding:12px 14px;background:linear-gradient(135deg,var(--lavender) 0%,var(--lavender-deep) 100%);border-radius:10px;color:#fff;box-shadow:0 4px 12px #7b6a9140;animation:chipPop .3s ease-out}@keyframes chipPop{0%{opacity:0;transform:translateY(-4px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.cart-discount-icon{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ffffff38;color:#fff;flex-shrink:0}.cart-discount-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.cart-discount-code{font-family:SF Mono,Menlo,Consolas,monospace;font-size:.95rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;word-break:break-all}.cart-discount-status{font-size:.72rem;color:#ffffffd9;letter-spacing:.02em}.cart-discount-remove{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;border:none;background:#ffffff2e;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s}.cart-discount-remove:hover{background:#ffffff52}.about-hero{position:relative;height:60vh;min-height:420px;max-height:600px;overflow:hidden}.about-hero-img{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.about-hero-placeholder{background:linear-gradient(135deg,var(--lavender-tint) 0%,var(--cream) 100%)}.about-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#2a2a2a33,#2a2a2a99)}.about-hero-content{position:relative;max-width:var(--max);margin:0 auto;padding:0 32px;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--white)}.about-hero-content .eyebrow{color:#e8dff5;margin-bottom:16px}.about-hero-content h1{color:var(--white);font-size:clamp(2rem,5vw,3.75rem);margin-bottom:20px;max-width:820px;line-height:1.1}.about-hero-sub{color:#ffffffeb;font-size:1.15rem;max-width:640px;line-height:1.5}.about-story{padding:80px 0;background:var(--cream)}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.about-story-img img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.about-story-text .eyebrow{display:inline-block;margin-bottom:12px}.about-story-text h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:24px}.about-story-text .rte{color:var(--text-muted);font-size:1.05rem;line-height:1.75}.about-story-text .rte p+p{margin-top:1.2em}.about-story-text .rte strong{color:var(--charcoal);font-weight:500}@media(max-width:900px){.about-story-grid{grid-template-columns:1fr;gap:40px}}.about-values{padding:80px 0;background:var(--white)}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.about-value-card{text-align:center;padding:32px 24px;background:var(--lavender-tint);border-radius:var(--radius-lg)}.about-value-icon{width:56px;height:56px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:var(--white);color:var(--lavender);border-radius:50%}.about-value-icon svg{width:28px;height:28px}.about-value-card h3{font-family:Fraunces,serif;font-size:1.2rem;font-weight:500;color:var(--charcoal);margin-bottom:12px}.about-value-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media(max-width:900px){.about-values-grid{grid-template-columns:1fr;gap:16px}}.about-quote-section{padding:80px 0;background:var(--lavender-tint)}.about-quote{text-align:center;margin:0;position:relative}.about-quote-mark{font-family:Fraunces,serif;font-size:6rem;color:var(--lavender);line-height:.5;display:block;margin-bottom:24px;opacity:.5}.about-quote p{font-family:Fraunces,serif;font-style:italic;font-size:clamp(1.4rem,3vw,2rem);color:var(--charcoal);line-height:1.4;margin-bottom:24px}.about-quote-author{color:var(--text-muted);font-size:.95rem;font-weight:500;letter-spacing:.05em}.about-cta{padding:80px 0;text-align:center;background:var(--white)}.about-cta h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:16px}.about-cta p{color:var(--text-muted);font-size:1.05rem;max-width:540px;margin:0 auto 32px;line-height:1.6}.about-cta-buttons{display:flex;gap:20px;justify-content:center;align-items:center;flex-wrap:wrap}.contact-section{padding:60px 0 80px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.contact-intro .eyebrow{display:inline-block;margin-bottom:12px}.contact-intro h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:24px;line-height:1.1}.contact-intro-body{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-bottom:32px}.contact-intro-body p+p{margin-top:1em}.contact-promises{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:16px}.contact-promises li{display:flex;gap:14px;align-items:flex-start}.contact-promise-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--lavender);color:var(--white);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.contact-promises strong{display:block;font-weight:600;color:var(--charcoal);margin-bottom:2px;font-size:.95rem}.contact-promises span{font-size:.9rem;color:var(--text-muted);line-height:1.5}.contact-direct{padding:16px 20px;background:var(--lavender-tint);border-radius:var(--radius);display:flex;flex-direction:column;gap:4px}.contact-direct-label{font-size:.8rem;color:var(--text-muted);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.contact-direct-link{color:var(--lavender-deep);font-weight:600;font-size:1.05rem;text-decoration:none}.contact-direct-link:hover{text-decoration:underline}.contact-form-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px;position:sticky;top:200px}.contact-form-heading{font-family:Fraunces,serif;font-size:1.5rem;font-weight:500;color:var(--charcoal);margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-field{display:flex;flex-direction:column;gap:6px}.contact-field label{font-size:.85rem;font-weight:600;color:var(--charcoal)}.contact-field .required{color:var(--lavender)}.contact-field input,.contact-field select,.contact-field textarea{padding:12px 14px;border:1.5px solid var(--border);border-radius:var(--radius);font-size:.95rem;font-family:inherit;color:var(--charcoal);background:var(--white);transition:border-color .2s}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{outline:none;border-color:var(--lavender)}.contact-field textarea{resize:vertical;min-height:120px;line-height:1.5}.contact-submit{width:100%;padding:16px 28px}.contact-fine-print{font-size:.8rem;color:var(--text-muted);text-align:center;margin-top:4px}.contact-error{padding:14px 18px;background:#ffe5e5;border-left:3px solid #D04545;border-radius:var(--radius);font-size:.9rem;color:#8a2929}.contact-success{padding:32px 24px;text-align:center}.contact-success h3{font-family:Fraunces,serif;font-size:1.6rem;font-weight:500;color:var(--charcoal);margin-bottom:12px}.contact-success p{color:var(--text-muted);line-height:1.6}@media(max-width:900px){.contact-grid{grid-template-columns:1fr;gap:40px}.contact-form-wrap{position:static;padding:24px}.contact-field-row{grid-template-columns:1fr}}.placeholder-svg{background:var(--lavender-tint);width:100%;height:100%}
/*# sourceMappingURL=/cdn/shop/t/31/assets/theme.css.map */
