@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;1,9..144,300;1,9..144,400&family=DM+Sans:wght@300;400;500&display=swap");:root{--white:#FFFFFF;--off-white:#FAF9FF;--lav-mist:#F0ECFC;--lav-light:#E4DCFA;--lav:#C5B4F0;--lav-mid:#9B82E0;--purple:#6B4FBB;--purple-dark:#3D2878;--ink:#1A1530;--muted:#6B6183;--serif:var(--font-cormorant),"Cormorant Garamond","Fraunces",Georgia,serif;--sans:var(--font-inter),"Inter","DM Sans",-apple-system,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h, 124px) + 12px)}body{background:var(--white);font-weight:300;line-height:1.6;overflow-x:hidden}.price,body{color:var(--ink);font-family:var(--sans)}.price{font-weight:600;font-style:normal;letter-spacing:-.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1;white-space:nowrap}.price--card{font-size:20px}.price--detail{font-size:32px}.price--line{font-size:16px}.price--summary{font-size:18px}.price--total{font-size:24px}@media (max-width:680px){.price--card{font-size:18px}.price--detail{font-size:28px}}.wa-fab{position:fixed;right:22px;bottom:22px;z-index:95;width:58px;height:58px;border-radius:50%;background:#25d366;color:white;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 34px -10px rgba(37,211,102,.55),0 6px 18px rgba(0,0,0,.18);text-decoration:none;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.wa-fab:hover{transform:translateY(-2px) scale(1.04);background:#1ebe5a;box-shadow:0 18px 40px -10px rgba(37,211,102,.7),0 8px 22px rgba(0,0,0,.22)}.wa-fab:active{transform:translateY(0) scale(.98)}.wa-fab:focus-visible{outline:3px solid rgba(37,211,102,.4);outline-offset:4px}.wa-fab svg{width:30px;height:30px;display:block;position:relative;z-index:1}.wa-fab-pulse{position:absolute;inset:0;border-radius:50%;background:rgba(37,211,102,.55);animation:waPulse 2.4s ease-out infinite}@keyframes waPulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.6);opacity:0}to{transform:scale(1.6);opacity:0}}@media (max-width:899px){.wa-fab{bottom:84px}}@media (max-width:680px){.wa-fab{right:16px;bottom:88px;width:54px;height:54px}.wa-fab svg{width:27px;height:27px}}@media (prefers-reduced-motion:reduce){.wa-fab-pulse{animation:none}.wa-fab:hover{transform:none}}.hero{background:var(--off-white);position:relative;overflow:hidden}.hero:before{top:-200px;right:-200px;width:700px;height:700px;background:radial-gradient(circle,var(--lav-light) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;z-index:0}.hero:after{bottom:-150px;left:-100px;width:500px;height:500px;background:radial-gradient(circle,var(--lav-mist) 0,transparent 70%)}.hero-inner{max-width:1440px;margin:0 auto;padding:80px 56px 100px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:var(--lav-light);color:var(--purple);padding:8px 18px;border-radius:100px;font-size:11px;letter-spacing:.15em;text-transform:uppercase;font-weight:500;margin-bottom:32px}.hero h1{font-family:var(--serif);font-size:clamp(52px,5.5vw,88px);font-weight:300;line-height:1.02;letter-spacing:-.03em;margin-bottom:24px}.hero h1 em{font-style:italic;color:var(--purple)}.hero-desc{font-size:17px;line-height:1.8;color:var(--muted);max-width:460px;margin-bottom:44px}.hero-actions{display:flex;gap:16px;align-items:center}.btn-primary{background:var(--purple);color:white;padding:16px 36px;border-radius:100px;text-decoration:none;font-size:13px;letter-spacing:.1em;font-weight:500;transition:all .35s cubic-bezier(.2,.8,.2,1);display:inline-block;border:none;cursor:pointer;font-family:var(--sans)}.btn-primary:hover{background:var(--purple-dark);transform:translateY(-2px);box-shadow:0 12px 40px rgba(107,79,187,.3)}.btn-ghost{color:var(--ink);text-decoration:none;font-size:13px;font-weight:400;display:inline-flex;align-items:center;gap:8px;transition:all .3s;background:none;border:none;cursor:pointer;font-family:var(--sans)}.btn-ghost:hover{gap:14px;color:var(--purple)}.hero-visual{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.hero-img-main{grid-column:span 2;height:400px;border-radius:24px;overflow:hidden;position:relative}.hero-img-main img{width:100%;height:100%;object-fit:cover;object-position:center top}.hero-pill{position:absolute;bottom:20px;left:20px;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:100px;padding:12px 20px;display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--ink)}.dot{width:8px;height:8px;border-radius:50%;background:var(--purple);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.hero-img-sm{height:190px;border-radius:18px;overflow:hidden}.hero-img-sm img{width:100%;height:100%;object-fit:cover}.hero-img-sm:last-child{margin-top:28px}.trust-bar{border-top:1px solid var(--lav-light);border-bottom:1px solid var(--lav-light);padding:18px 56px;background:var(--white)}.trust-inner{max-width:1440px;margin:0 auto;justify-content:space-between;gap:32px}.trust-inner,.trust-item{display:flex;align-items:center}.trust-item{gap:10px;font-size:13px;color:var(--muted)}.trust-icon{width:32px;height:32px;background:var(--lav-mist);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.products{padding:100px 0}.products-inner{max-width:1440px;margin:0 auto;padding:0 56px}.section-tag{font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:var(--purple);font-weight:500;margin-bottom:14px}.products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:52px}.products-header h2{font-family:var(--serif);font-size:56px;font-weight:300;line-height:1;letter-spacing:-.02em}.products-header h2 em{font-style:italic;color:var(--purple)}.see-all{color:var(--purple);text-decoration:none;font-size:13px;font-weight:500;border-bottom:1px solid var(--lav);padding-bottom:2px;display:inline-flex;align-items:center;gap:8px;transition:gap .3s}.see-all:hover{gap:14px}.product-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:20px;gap:20px}.product-card{background:var(--off-white);border-radius:22px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s;display:block;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(107,79,187,.12)}.product-card.large{grid-column:span 5}.product-card.medium{grid-column:span 4}.product-card.small{grid-column:span 3}.product-img-wrap{width:100%;overflow:hidden;position:relative;background:#ffffff}.product-card.large .product-img-wrap{height:480px}.product-card.medium .product-img-wrap{height:300px}.product-card.small .product-img-wrap{height:220px}.product-img-wrap img{width:100%;height:100%;object-fit:contain;padding:18px;transition:transform .6s cubic-bezier(.2,.8,.2,1);display:block}.product-card:hover .product-img-wrap img{transform:scale(1.05)}.p-badge{left:14px;background:var(--purple);color:white;font-size:10px;letter-spacing:.15em;text-transform:uppercase;padding:5px 14px;border-radius:100px;font-weight:500}.p-badge,.p-wish{position:absolute;top:14px;z-index:2}.p-wish{right:14px;width:34px;height:34px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:15px;box-shadow:0 2px 12px rgba(0,0,0,.1);cursor:pointer;transition:transform .3s;border:none}.p-wish:hover{transform:scale(1.15)}.product-img-tags{position:absolute;top:14px;left:14px;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:6px;pointer-events:none}.product-img-tags .p-badge{position:static}.product-cat-chip{background:rgba(255,255,255,.92);color:var(--muted);font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;padding:5px 10px;border-radius:100px;border:1px solid var(--lav-light);opacity:0;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease}.product-card:focus-visible .product-cat-chip,.product-card:hover .product-cat-chip{opacity:1;transform:translateY(0)}.product-info{padding:18px 20px 20px;display:flex;flex-direction:column}.product-brand{font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.product-name{font-family:var(--serif);font-size:18px;font-weight:500;color:var(--ink);letter-spacing:-.005em;line-height:1.25;margin:0}.product-descriptor{font-family:var(--serif);font-size:15px;font-weight:400;color:var(--muted);line-height:1.3;margin-top:2px}.product-size{font-family:var(--mono);font-size:11px;color:var(--muted);letter-spacing:.04em;margin-top:6px}.product-footer{justify-content:space-between;gap:12px;margin-top:14px}.add-btn,.product-footer{display:flex;align-items:center}.add-btn{background:var(--ink);color:white;border:none;min-width:40px;min-height:40px;width:40px;height:40px;border-radius:50%;font-size:22px;cursor:pointer;justify-content:center;transition:background .3s,transform .3s;line-height:1;flex-shrink:0}.add-btn:hover{background:var(--purple);transform:scale(1.1) rotate(90deg)}.story{padding:120px 0;background:var(--lav-mist)}.story-inner{max-width:1440px;margin:0 auto;padding:0 56px;display:grid;grid-template-columns:1.1fr 1fr;grid-gap:90px;gap:90px;align-items:center}.story-content h2{font-family:var(--serif);font-size:60px;font-weight:300;line-height:1.05;letter-spacing:-.025em;margin-bottom:24px}.story-content h2 em{font-style:italic;color:var(--purple)}.story-content p{font-size:17px;line-height:1.8;color:var(--muted);margin-bottom:18px;max-width:520px}.story-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:44px;padding-top:36px;border-top:1px solid var(--lav-light)}.stat-num{font-family:var(--serif);font-size:38px;font-style:italic;color:var(--purple);font-weight:300;line-height:1;margin-bottom:4px}.stat-label{font-size:12px;color:var(--muted)}.story-images{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.story-img{border-radius:18px;overflow:hidden}.story-img img{width:100%;height:100%;object-fit:cover;display:block}.story-img:first-child{grid-column:span 2;height:280px}.story-img:not(:first-child){height:190px}.testimonials{padding:100px 0;background:var(--white)}.testimonials-inner{max-width:1440px;margin:0 auto;padding:0 56px;text-align:center}.testimonials h2{font-family:var(--serif);font-size:52px;font-weight:300;letter-spacing:-.02em;margin-bottom:52px}.testimonials h2 em{font-style:italic;color:var(--purple)}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;text-align:left}.testimonial{background:var(--off-white);border-radius:22px;padding:30px;border:1px solid var(--lav-light);transition:border-color .3s,box-shadow .3s}.testimonial:hover{border-color:var(--lav);box-shadow:0 10px 40px rgba(107,79,187,.08)}.t-stars{color:#f0a500;font-size:13px;letter-spacing:3px;margin-bottom:14px}.testimonial q{font-family:var(--serif);font-style:italic;font-size:19px;line-height:1.5;font-weight:300;display:block;margin-bottom:20px;quotes:'"' '"'}.testimonial q:before{content:open-quote}.testimonial q:after{content:close-quote}.t-author{gap:10px}.avatar,.t-author{display:flex;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;background:var(--lav-light);justify-content:center;font-family:var(--serif);font-style:italic;font-size:17px;color:var(--purple);flex-shrink:0}.author-name{font-weight:500;font-size:13px;display:block}.author-meta{font-size:11px;color:var(--muted);display:block}.nl-wrap{padding:0 56px 100px;max-width:1440px;margin:0 auto}.newsletter{background:linear-gradient(135deg,var(--purple-dark) 0,var(--purple) 60%,var(--lav-mid) 100%);border-radius:32px;padding:90px 80px;text-align:center;position:relative;overflow:hidden}.newsletter:before{top:-150px;right:-150px;width:400px;height:400px;background:rgba(255,255,255,.07)}.newsletter:after,.newsletter:before{content:"";position:absolute;border-radius:50%}.newsletter:after{bottom:-100px;left:-100px;width:300px;height:300px;background:rgba(255,255,255,.05)}.nl-eyebrow{font-size:11px;letter-spacing:.4em;text-transform:uppercase;color:var(--lav);margin-bottom:18px;font-weight:500}.newsletter h2,.nl-eyebrow{position:relative;z-index:1}.newsletter h2{font-family:var(--serif);font-size:60px;font-weight:300;line-height:1;letter-spacing:-.025em;color:white;margin-bottom:16px}.newsletter h2 em{font-style:italic}.newsletter p{color:rgba(255,255,255,.7);font-size:16px;margin-bottom:36px;max-width:420px;margin-left:auto;margin-right:auto}.newsletter p,.nl-form{position:relative;z-index:1}.nl-form{display:flex;max-width:440px;margin:0 auto;background:rgba(255,255,255,.12);border-radius:100px;padding:6px 6px 6px 24px;border:1px solid rgba(255,255,255,.2)}.nl-form input{flex:1 1;background:none;border:none;color:white;font-size:15px;font-family:var(--sans);outline:none}.nl-form input::placeholder{color:rgba(255,255,255,.5)}.nl-form button{background:white;color:var(--purple);border:none;padding:12px 26px;border-radius:100px;font-size:13px;font-weight:500;cursor:pointer;font-family:var(--sans);transition:all .3s;white-space:nowrap}.nl-form button:hover{background:var(--lav-light)}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:fadeUp 1s cubic-bezier(.2,.8,.2,1) backwards}.hero-visual{animation:fadeUp 1s cubic-bezier(.2,.8,.2,1) .15s backwards}.cart-backdrop{position:fixed;inset:0;background:rgba(26,21,48,.45);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:199;animation:fadeIn .25s ease both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:440px;max-width:100vw;background:var(--white);z-index:200;display:flex;flex-direction:column;transform:translateX(100%);visibility:hidden;transition:transform .4s cubic-bezier(.2,.8,.2,1),visibility 0s linear .4s;box-shadow:-20px 0 60px rgba(26,21,48,.12)}.cart-drawer.open{transform:translateX(0);visibility:visible;transition-delay:0s,0s}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:28px 28px 20px;border-bottom:1px solid var(--lav-light)}.cart-header h2{font-family:var(--serif);font-size:24px;font-weight:400;font-style:italic;color:var(--purple-dark)}.cart-close{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:var(--ink);padding:0 6px;transition:color .3s}.cart-close:hover{color:var(--purple)}.cart-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:40px 28px;text-align:center;color:var(--muted)}.cart-items{flex:1 1;overflow-y:auto;padding:12px 28px}.cart-footer{padding:24px 28px 28px;border-top:1px solid var(--lav-light);background:var(--off-white)}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:15px;margin-bottom:18px}.cart-subtotal span:first-child{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-weight:500}.cart-checkout-btn{display:block;text-align:center;background:var(--purple);color:white;padding:16px 24px;border-radius:100px;text-decoration:none;font-size:13px;letter-spacing:.1em;font-weight:500;transition:background .3s;font-family:var(--sans)}.cart-checkout-btn:hover{background:var(--purple-dark)}.cart-item{display:grid;grid-template-columns:80px 1fr auto;grid-gap:14px;gap:14px;padding:16px 0;border-bottom:1px solid var(--lav-light);align-items:flex-start}.cart-item:last-child{border-bottom:none}.cart-item-img{width:80px;height:80px;border-radius:14px;overflow:hidden;background:var(--lav-mist)}.cart-item-img img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-info{min-width:0}.cart-item-cat{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.cart-item-name{font-family:var(--serif);font-size:16px;font-weight:400;line-height:1.25;margin-bottom:6px}.cart-item-name em{font-style:italic;color:var(--purple)}.cart-item-price{margin-bottom:10px}.cart-item-controls{display:inline-flex;align-items:center;gap:12px;background:var(--off-white);padding:4px 8px;border-radius:100px}.cart-qty-btn{background:none;border:none;cursor:pointer;width:24px;height:24px;border-radius:50%;font-size:16px;color:var(--ink);transition:background .2s;display:flex;align-items:center;justify-content:center}.cart-qty-btn:hover{background:var(--lav-light)}.cart-qty{font-size:13px;font-weight:500;min-width:16px;text-align:center}.cart-remove{background:none;border:none;font-size:22px;line-height:1;color:var(--muted);cursor:pointer;padding:0 4px;transition:color .2s}.cart-remove:hover{color:var(--purple)}.shop-header{background:var(--off-white);padding:60px 0 30px}.shop-header-inner{max-width:1440px;margin:0 auto;padding:0 56px}.breadcrumb{font-size:12px;color:var(--muted);letter-spacing:.08em;margin-bottom:16px}.breadcrumb a{color:var(--muted);text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--purple)}.shop-header h1{font-family:var(--serif);font-size:clamp(40px,4.5vw,64px);font-weight:300;letter-spacing:-.02em;color:var(--ink)}.shop-header h1 em{font-style:italic;color:var(--purple)}.shop-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.shop-filters:last-of-type{margin-bottom:40px}.shop-filters-sub{gap:8px;padding-left:0}.filter-pill{padding:10px 22px;border-radius:100px;background:var(--off-white);color:var(--ink);text-decoration:none;font-size:13px;letter-spacing:.08em;font-weight:400;border:1px solid var(--lav-light);transition:all .3s}.filter-pill:hover{border-color:var(--lav);color:var(--purple)}.filter-pill.active{background:var(--purple);color:white;border-color:var(--purple)}.filter-pill-sub{padding:8px 16px;font-size:12px;background:var(--white);border-color:var(--lav-mist);color:var(--muted)}.filter-pill-sub:hover{border-color:var(--lav);color:var(--purple);background:var(--off-white)}.filter-pill-sub.active{background:var(--lav-light);color:var(--purple-dark);border-color:var(--lav)}.shop-toolbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:20px;gap:20px;margin:6px 0 28px;padding:14px 0;border-top:1px solid var(--lav-light);border-bottom:1px solid var(--lav-light)}.shop-toolbar--no-brands{grid-template-columns:1fr auto}.shop-count{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);white-space:nowrap;margin:0}.shop-brands{display:flex;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:2px 0}.shop-brands::-webkit-scrollbar{display:none}.filter-pill-brand{padding:7px 14px;font-size:12px;background:var(--white);border-color:var(--lav-mist);color:var(--ink);white-space:nowrap;flex-shrink:0}.filter-pill-brand:hover{border-color:var(--lav);color:var(--purple);background:var(--off-white)}.filter-pill-brand.active{background:var(--ink);color:white;border-color:var(--ink)}.filter-pill-count{font-family:var(--mono);font-size:10px;color:var(--muted);margin-left:2px}.filter-pill-brand.active .filter-pill-count{color:rgba(255,255,255,.65)}.shop-sort{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}.shop-sort-label{font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.shop-sort select{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:var(--sans);font-size:13px;font-weight:400;color:var(--ink);background-color:var(--off-white);border:1px solid var(--lav-light);border-radius:100px;padding:8px 34px 8px 16px;cursor:pointer;outline:none;transition:border-color .25s;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237B7095' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.shop-sort select:focus-visible,.shop-sort select:hover{border-color:var(--lav)}.shop-active{display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;margin:-12px 0 28px;font-size:13px;color:var(--ink)}.shop-active-summary{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.shop-active-sep{color:var(--muted)}.shop-active-clear{display:inline-flex;align-items:center;gap:6px;font-size:12px;letter-spacing:.04em;color:var(--muted);text-decoration:none;padding:4px 0;transition:color .25s}.shop-active-clear:hover{color:var(--purple)}.product-grid.is-pending{opacity:.55;transition:opacity .2s ease;pointer-events:none}.product-detail{max-width:1440px;margin:0 auto;padding:60px 56px 100px;display:grid;grid-template-columns:1fr 1fr;grid-gap:80px;gap:80px;align-items:flex-start}.pd-gallery{position:-webkit-sticky;position:sticky;top:calc(var(--header-h, 124px) + 16px)}.pd-main-img{width:100%;aspect-ratio:1;border-radius:24px;overflow:hidden;background:var(--lav-mist);margin-bottom:14px}.pd-main-img img{width:100%;height:100%;object-fit:cover;display:block}.pd-thumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.pd-thumb{padding:0;border:2px solid transparent;border-radius:14px;overflow:hidden;cursor:pointer;background:var(--lav-mist);aspect-ratio:1;transition:border-color .3s}.pd-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pd-thumb.active{border-color:var(--purple)}.pd-thumb:hover{border-color:var(--lav)}.pd-info{padding-top:12px}.pd-brand{font-family:var(--mono);font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.pd-name{font-family:var(--serif);font-size:clamp(36px,4vw,56px);font-weight:300;line-height:1.05;letter-spacing:-.02em;margin-bottom:8px;color:var(--ink)}.pd-original{font-family:var(--sans);font-size:13px;line-height:1.4;color:var(--muted);margin:0 0 12px}.pd-descriptor{font-family:var(--serif);font-size:22px;font-weight:400;color:var(--muted);line-height:1.3;margin-bottom:10px}.pd-size{font-family:var(--mono);font-size:12px;color:var(--muted);letter-spacing:.04em;margin-bottom:18px}.pd-info .price--detail{display:block;margin:6px 0 24px}.pd-desc{font-size:16px;line-height:1.75;color:var(--muted);margin-bottom:36px;max-width:480px}.pd-qty{display:inline-flex;align-items:center;gap:18px;background:var(--off-white);padding:8px 18px;border-radius:100px;margin-bottom:24px}.pd-qty-btn{background:none;border:none;cursor:pointer;width:30px;height:30px;border-radius:50%;font-size:18px;color:var(--ink);transition:background .2s;display:flex;align-items:center;justify-content:center}.pd-qty-btn:hover{background:var(--lav-light)}.pd-qty-num{font-size:15px;font-weight:500;min-width:20px;text-align:center}.pd-add-btn{display:block;width:100%;max-width:380px;padding:18px 36px;text-align:center}.checkout-section{padding:60px 0 100px;background:var(--off-white);min-height:60vh}.checkout-inner{max-width:1100px;margin:0 auto;padding:0 56px}.checkout-section h1{font-family:var(--serif);font-size:clamp(40px,4.5vw,64px);font-weight:300;letter-spacing:-.02em;margin-bottom:12px}.checkout-intro{color:var(--muted);font-size:16px;margin-bottom:44px;max-width:560px}.checkout-empty{text-align:center;padding:60px 0;display:flex;flex-direction:column;align-items:center;gap:24px;color:var(--muted)}.checkout-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:56px;gap:56px;align-items:flex-start}.checkout-summary{background:var(--white);border:1px solid var(--lav-light);border-radius:22px;padding:28px;position:-webkit-sticky;position:sticky;top:calc(var(--header-h, 124px) + 16px)}.checkout-summary h2{font-family:var(--serif);font-size:22px;font-weight:400;font-style:italic;color:var(--purple-dark);margin-bottom:18px}.checkout-summary ul{list-style:none;padding:0;margin:0 0 18px}.checkout-summary li{display:flex;justify-content:space-between;gap:14px;padding:10px 0;border-bottom:1px solid var(--lav-light);font-size:14px;color:var(--ink)}.checkout-summary li em{font-style:italic;color:var(--purple)}.checkout-summary li:last-child{border-bottom:none}.checkout-summary .cart-subtotal{padding-top:14px;border-top:1px solid var(--lav-light);margin-bottom:0}.checkout-form{background:var(--white);border:1px solid var(--lav-light);border-radius:22px;padding:32px;gap:22px}.checkout-form,.form-field{display:flex;flex-direction:column}.form-field{gap:8px}.form-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);font-weight:500}.form-input,.form-textarea{font-family:var(--sans);font-size:15px;padding:14px 16px;border:1px solid var(--lav-light);border-radius:12px;background:var(--off-white);color:var(--ink);outline:none;transition:border-color .25s;width:100%}.form-input:focus,.form-textarea:focus{border-color:var(--purple);background:var(--white)}.form-textarea{resize:vertical;min-height:90px;line-height:1.5}.form-radio-group{display:flex;gap:12px;flex-wrap:wrap}.form-radio{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;border:1px solid var(--lav-light);border-radius:100px;cursor:pointer;background:var(--off-white);font-size:14px;transition:all .2s}.form-radio input{accent-color:var(--purple)}.form-radio:has(input:checked){border-color:var(--purple);background:var(--lav-light);color:var(--purple-dark)}.form-error{color:#c0392b;font-size:12px}.checkout-submit{margin-top:8px}.checkout-submit:disabled{opacity:.6;cursor:not-allowed}.checkout-success{background:var(--white);border:1px solid var(--lav-light);border-radius:22px;padding:48px;text-align:center;max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:18px;align-items:center}.checkout-success h2{font-family:var(--serif);font-size:36px;font-weight:300;font-style:italic;color:var(--purple-dark)}.checkout-success p{color:var(--muted);font-size:16px;line-height:1.7}.checkout-success a{color:var(--purple);text-decoration:underline}.about-hero{background:var(--lav-mist);padding:110px 0 130px;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,var(--lav-light) 0,transparent 70%);z-index:0}.about-hero-inner{max-width:880px;margin:0 auto;padding:0 56px;position:relative;z-index:1}.about-hero-inner .section-tag{margin-bottom:18px}.about-hero-inner h1{font-family:var(--serif);font-size:clamp(48px,5.5vw,84px);font-weight:300;line-height:1.04;letter-spacing:-.03em;margin-bottom:28px}.about-hero-inner h1 em{font-style:italic;color:var(--purple)}.about-hero-inner p{font-size:17px;line-height:1.85;color:var(--muted);max-width:640px;margin-bottom:18px}.about-hero-inner p:last-child{margin-bottom:0}.about-values{padding:110px 0;background:var(--white)}.about-values-inner{max-width:1440px;margin:0 auto;padding:0 56px}.about-values .section-tag{margin-bottom:14px}.about-values h2{font-family:var(--serif);font-size:clamp(40px,4.8vw,60px);font-weight:300;line-height:1.05;letter-spacing:-.02em;margin-bottom:56px;max-width:720px}.about-values h2 em{font-style:italic;color:var(--purple)}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.value-card{background:var(--off-white);border:1px solid var(--lav-light);border-radius:22px;padding:38px 32px;transition:border-color .3s,box-shadow .3s,transform .3s}.value-card:hover{border-color:var(--lav);box-shadow:0 16px 50px rgba(107,79,187,.08);transform:translateY(-4px)}.value-icon{width:52px;height:52px;border-radius:50%;background:var(--lav-light);color:var(--purple);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:22px}.value-card h3{font-family:var(--serif);font-size:22px;font-weight:400;line-height:1.25;margin-bottom:14px;color:var(--ink)}.value-card p{font-size:15px;line-height:1.75;color:var(--muted)}.about-atelier{padding:110px 0;background:var(--off-white);position:relative;overflow:hidden}.about-atelier:after{content:"";position:absolute;bottom:-180px;left:-120px;width:500px;height:500px;background:radial-gradient(circle,var(--lav-mist) 0,transparent 70%);z-index:0}.about-atelier-inner{max-width:880px;margin:0 auto;padding:0 56px;position:relative;z-index:1}.about-atelier-inner .section-tag{margin-bottom:14px}.about-atelier-inner h2{font-family:var(--serif);font-size:clamp(40px,4.8vw,60px);font-weight:300;line-height:1.05;letter-spacing:-.02em;margin-bottom:26px}.about-atelier-inner h2 em{font-style:italic;color:var(--purple)}.about-atelier-inner p{font-size:16px;line-height:1.85;color:var(--muted);margin-bottom:18px;max-width:640px}.about-atelier-inner p:last-child{margin-bottom:0}.about-credit{max-width:720px;margin:72px auto 0;padding:0 56px;text-align:center;position:relative;z-index:1}.about-credit:before{content:"";display:block;width:40px;height:1px;background:var(--lav-mid);opacity:.5;margin:0 auto 28px}.about-credit p{font-family:var(--serif);font-size:17px;line-height:1.75;font-style:italic;color:var(--muted)}.about-credit a{color:var(--purple);text-decoration:none;font-style:normal;border-bottom:1px solid var(--lav-mid);transition:color .25s,border-color .25s}.about-credit a:hover{color:var(--purple-dark);border-color:var(--purple)}.page-hero{padding:60px 0 50px}.journal-hero,.page-hero{background:var(--lav-mist)}.page-hero-inner{max-width:1100px;margin:0 auto;padding:0 56px}.page-hero h1{font-family:var(--serif);font-size:clamp(40px,4.8vw,64px);font-weight:300;line-height:1.05;letter-spacing:-.02em;margin:18px 0 14px}.page-hero h1 em{font-style:italic;color:var(--purple)}.page-hero p{color:var(--muted);font-size:17px;line-height:1.7;max-width:600px}.breadcrumbs{font-size:12px;color:var(--muted);letter-spacing:.06em}.breadcrumbs ol{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:4px;align-items:center}.breadcrumb-item,.breadcrumb-item a{display:inline-flex;align-items:center}.breadcrumb-item a{min-height:24px;padding:2px 0;color:var(--muted);text-decoration:none;transition:color .25s}.breadcrumb-item a:hover{color:var(--purple)}.breadcrumb-item span[aria-current=page]{color:var(--ink)}.breadcrumb-separator{color:var(--lav-mid);margin:0 6px}.skeleton{display:block;width:100%;height:18px;background:linear-gradient(90deg,var(--lav-mist) 0,var(--lav-light) 50%,var(--lav-mist) 100%);background-size:200% 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:6px}.skeleton-rounded{border-radius:18px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{flex-direction:column;text-align:center;padding:56px 28px;gap:14px;max-width:480px;margin:40px auto;color:var(--muted)}.empty-state,.empty-state-icon{display:flex;align-items:center}.empty-state-icon{width:64px;height:64px;border-radius:50%;background:var(--lav-light);color:var(--purple);justify-content:center;font-size:26px}.empty-state-title{font-family:var(--serif);font-size:26px;font-weight:400;font-style:italic;color:var(--ink);margin:0}.empty-state-desc{font-size:15px;line-height:1.65;max-width:380px;margin:0}.empty-state-cta{margin-top:10px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px;margin-top:24px}.journal-card{display:block;text-decoration:none;color:inherit;background:var(--white);border:1px solid var(--lav-light);border-radius:22px;overflow:hidden;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s}.journal-card:hover{transform:translateY(-4px);box-shadow:0 18px 48px rgba(107,79,187,.1)}.journal-img{aspect-ratio:16/9;background:var(--lav-mist);overflow:hidden}.journal-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s cubic-bezier(.2,.8,.2,1)}.journal-card:hover .journal-img img{transform:scale(1.04)}.journal-content{padding:22px 24px 26px}.journal-cat{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--purple);font-weight:500;margin-bottom:10px}.journal-title{font-family:var(--serif);font-size:22px;font-weight:400;line-height:1.25;color:var(--ink);margin:0 0 12px}.journal-excerpt{font-size:14px;line-height:1.7;color:var(--muted);margin:0 0 14px}.journal-meta{font-size:12px;color:var(--muted);display:flex;gap:8px;align-items:center}.post-page{padding-bottom:100px}.post-header{background:var(--off-white);padding:44px 0 30px;border-bottom:1px solid var(--lav-light)}.post-header-inner{max-width:820px;margin:0 auto;padding:0 56px}.post-cat{font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:var(--purple);margin:22px 0 10px;font-weight:500}.post-title{font-family:var(--serif);font-size:clamp(36px,4.5vw,60px);font-weight:300;letter-spacing:-.02em;line-height:1.05;margin:0 0 18px;color:var(--ink)}.post-meta{font-size:13px;color:var(--muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap}.post-cover{max-width:1200px;margin:36px auto 48px;padding:0 56px}.post-cover img{width:100%;height:auto;display:block;border-radius:24px}.post-body-wrap{max-width:720px;margin:0 auto;padding:0 56px}.post-body{font-size:17px;line-height:1.85;color:var(--ink)}.post-body p{margin:0 0 22px;color:var(--ink)}.post-body h1{font-size:36px;line-height:1.2;margin:44px 0 18px}.post-body h1,.post-body h2{font-family:var(--serif);font-weight:400}.post-body h2{font-size:30px;line-height:1.25;margin:40px 0 16px;letter-spacing:-.01em}.post-body h3{font-weight:500;line-height:1.3;margin:32px 0 12px}.post-body blockquote,.post-body h3{font-family:var(--serif);font-size:22px}.post-body blockquote{border-left:3px solid var(--purple);padding:4px 0 4px 22px;margin:28px 0;font-style:italic;color:var(--purple-dark);line-height:1.5}.post-body ol,.post-body ul{margin:0 0 22px 1.2em;padding:0}.post-body li{margin-bottom:8px;line-height:1.7}.post-body figure{margin:36px 0}.post-body figure img{width:100%;height:auto;border-radius:18px;display:block}.post-body figcaption{font-size:13px;color:var(--muted);margin-top:10px;text-align:center;font-style:italic}.post-body a{color:var(--purple);text-decoration:underline;text-underline-offset:3px}.post-body a:hover{color:var(--purple-dark)}.post-body strong{font-weight:500}.faq-page{padding:80px 0 100px;background:var(--white)}.faq-page-inner{max-width:820px;margin:0 auto;padding:0 56px}.faq-list{gap:56px}.faq-list,.faq-section{display:flex;flex-direction:column}.faq-section{gap:12px}.faq-category{font-family:var(--serif);font-size:28px;font-weight:400;font-style:italic;color:var(--purple-dark);margin:0 0 6px}.faq-item{background:var(--off-white);border:1px solid var(--lav-light);border-radius:16px;padding:0;transition:border-color .3s,box-shadow .3s}.faq-item[open]{background:var(--white);border-color:var(--lav);box-shadow:0 6px 26px rgba(107,79,187,.06)}.faq-question{cursor:pointer;font-size:15px;font-weight:500;color:var(--ink);list-style:none;position:relative;padding:18px 48px 18px 22px}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:22px;color:var(--purple);transition:transform .3s;line-height:1}.faq-item[open] .faq-question:after{transform:translateY(-50%) rotate(45deg)}.faq-question:hover{color:var(--purple)}.faq-answer{padding:0 22px 20px;margin:0;font-size:15px;line-height:1.75;color:var(--muted)}.prose-section{padding:70px 0 100px;background:var(--white)}.prose-page{max-width:820px;margin:0 auto;padding:0 56px;font-size:16px;line-height:1.85;color:var(--ink)}.prose-page h2{font-family:var(--serif);font-size:28px;font-weight:400;font-style:italic;color:var(--purple-dark);margin:44px 0 14px;letter-spacing:-.01em}.prose-page h2:first-child{margin-top:0}.prose-page p{margin:0 0 18px;color:var(--muted)}.prose-page ul{margin:0 0 22px 1.2em;padding:0;color:var(--muted)}.prose-page li{margin-bottom:8px}.prose-page strong{color:var(--ink);font-weight:500}.contact-section{padding:70px 0 100px;background:var(--white)}.contact-section-inner{max-width:1100px;margin:0 auto;padding:0 56px}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:32px}.contact-card{background:var(--off-white);border:1px solid var(--lav-light);border-radius:22px;padding:36px 28px;display:flex;flex-direction:column;gap:14px;transition:border-color .3s,transform .3s,box-shadow .3s}.contact-card:hover{border-color:var(--lav);transform:translateY(-4px);box-shadow:0 18px 48px rgba(107,79,187,.08)}.contact-icon{width:52px;height:52px;border-radius:50%;background:var(--lav-light);color:var(--purple);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-style:italic;font-size:18px;font-weight:500}.contact-card-title{font-family:var(--serif);font-size:24px;font-weight:400;margin:0;color:var(--ink)}.contact-card-desc{font-size:14px;line-height:1.7;color:var(--muted);margin:0;flex:1 1}.contact-card-cta{display:inline-block;text-align:center;margin-top:8px}.contact-note{color:var(--muted);font-size:14px;text-align:center;margin:0;padding-top:8px}.pd-breadcrumbs{grid-column:1/-1;margin-bottom:24px}.prose-meta{font-size:13px;color:var(--muted);letter-spacing:.04em;margin-bottom:28px;font-style:italic}.not-found-page{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:80px 24px;background:linear-gradient(160deg,var(--off-white) 0,var(--lav-mist) 100%)}.not-found-card{max-width:560px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:18px}.not-found-code{font-family:var(--serif);font-size:clamp(80px,12vw,120px);font-weight:700;line-height:1;color:var(--purple-dark);letter-spacing:-.04em;margin-bottom:8px}.not-found-code em{font-style:italic}.not-found-card h1{font-family:var(--serif);font-size:clamp(28px,3.5vw,38px);font-weight:400;font-style:italic;color:var(--ink);margin:0}.not-found-card p{font-size:16px;line-height:1.7;color:var(--muted);margin:0;max-width:440px}.not-found-actions{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:14px}.not-found-actions button.btn-primary{font-family:var(--sans)}.route-loading{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:60px 24px;background:var(--off-white)}.route-loading-card{display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--muted);font-size:14px}.route-loading-mark{width:56px;height:56px;border-radius:50%;background:var(--purple);color:white;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:26px;animation:routePulse 1.6s ease-in-out infinite}.route-loading-mark em{font-style:italic}@keyframes routePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.94)}}@media (max-width:768px){.hero-inner,.story-inner{grid-template-columns:1fr;padding-left:24px;padding-right:24px;gap:40px}.trust-bar{padding:18px 20px}.trust-inner{flex-wrap:wrap;gap:18px}.products-inner,.testimonials-inner{padding-left:24px;padding-right:24px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-card.large,.product-card.medium,.product-card.small{grid-column:span 1;border-radius:16px}.product-card.large .product-img-wrap,.product-card.medium .product-img-wrap,.product-card.small .product-img-wrap{height:auto;aspect-ratio:4/5}.product-img-wrap img{padding:10px}.product-img-tags{top:10px;left:10px}.product-cat-chip{display:none}.product-info{padding:12px 12px 14px}.product-name{font-size:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-descriptor{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-footer{margin-top:10px}.testimonial-grid{grid-template-columns:1fr}.checkout-inner,.product-detail,.shop-header-inner{padding-left:24px;padding-right:24px}.product-detail{grid-template-columns:1fr;gap:32px;padding-top:32px;padding-bottom:60px}.pd-gallery{position:static}.checkout-grid{grid-template-columns:1fr;gap:24px}.checkout-summary{position:static}.shop-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}.filter-pill{white-space:nowrap;flex-shrink:0}.shop-toolbar{grid-template-columns:1fr auto;grid-template-areas:"count sort" "brands brands";gap:12px 16px;margin-bottom:22px}.shop-count{grid-area:count}.shop-sort{grid-area:sort}.shop-brands{grid-area:brands;margin:0 -24px;padding:2px 24px;scroll-padding:0 24px}.shop-sort-label{display:none}.shop-sort select{font-size:12px;padding:7px 30px 7px 14px}.shop-active{margin-top:-8px;font-size:12px}.cart-drawer{width:100vw}.about-atelier-inner,.about-hero-inner,.about-values-inner{padding-left:24px;padding-right:24px}.about-values-grid{grid-template-columns:1fr;gap:18px}.about-hero{padding:60px 0}.about-atelier,.about-values{padding:70px 0}.contact-section-inner,.faq-page-inner,.page-hero-inner,.post-body-wrap,.post-cover,.post-header-inner,.prose-page{padding-left:24px;padding-right:24px}.page-hero{padding:44px 0 32px}.journal-grid{grid-template-columns:repeat(2,1fr);gap:18px}.contact-grid{grid-template-columns:1fr;gap:16px}.faq-page{padding:56px 0 80px}.contact-section,.prose-section{padding:50px 0 80px}}@media (max-width:640px){.cart-drawer{width:100vw}}@media (max-width:500px){.journal-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--cream:#faf6f1;--cream-2:#f2ebe5;--paper:#ffffff;--lavender-1:#f0e9f5;--lavender-2:#e0d2ee;--lavender-3:#c4add9;--lavender:#9b7fbf;--lavender-dp:#6e5494;--plum:#3e2a5a;--plum-deep:#281a3d;--ed-ink:#1a1126;--ink:var(--ed-ink);--line:rgba(62,42,90,0.14);--line-soft:rgba(62,42,90,0.07);--rule:var(--line);--display:var(--font-cormorant),"Cormorant Garamond",Georgia,serif;--body:var(--font-inter),"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--mono:ui-monospace,"SFMono-Regular",Menlo,Consolas,"Liberation Mono",monospace;--hdr-top-h:76px;--hdr-top-h-compact:60px;--hdr-nav-h:48px;--hdr-bar-h:60px;--header-h:calc(var(--hdr-top-h) + var(--hdr-nav-h))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.utility{background:var(--plum-deep);color:var(--cream);font-family:var(--body);font-size:10.5px;letter-spacing:2px;text-transform:uppercase;position:relative;z-index:60;overflow:hidden}.utility-track{display:flex;gap:60px;padding:11px 32px;animation:chrome-slide 38s linear infinite;width:max-content;color:rgba(250,246,241,.78)}.utility-track span{display:inline-flex;align-items:center;gap:14px;flex:0 0 auto}.utility-track span:after{content:"✦";color:var(--lavender);opacity:.6}@keyframes chrome-slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--cream);color:var(--ink);font-family:var(--body);font-size:15px;line-height:1.4;-webkit-font-smoothing:antialiased}.site-header a{color:inherit;text-decoration:none}.site-header button{font-family:inherit;border:none;background:none;color:inherit;cursor:pointer;padding:0}.site-header *,.site-header :after,.site-header :before{box-sizing:border-box}.hdr-logo{display:inline-flex;flex-direction:column;align-items:flex-start;color:var(--plum-deep);-webkit-user-select:none;-moz-user-select:none;user-select:none;line-height:1;white-space:nowrap}.hdr-logo-word{font-family:var(--display);font-style:italic;font-weight:400;font-size:40px;letter-spacing:-.8px;line-height:.9}.hdr-logo-sub,.hdr-logo-word{transition:font-size .2s ease}.hdr-logo-sub{font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--lavender-dp);margin-top:3px;padding-left:2px}.hdr-logo.is-mobile{align-items:center}.hdr-logo.is-mobile .hdr-logo-word{font-size:30px}.hdr-logo.is-mobile .hdr-logo-sub{font-size:8px;padding-left:0;margin-top:2px}.hdr-search{position:relative;display:flex;align-items:center;width:100%;height:44px;transition:height .2s ease}.hdr-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--lavender-dp);pointer-events:none;display:inline-flex}.hdr-search-icon,.hdr-search-icon svg{width:18px;height:18px}.hdr-search input{width:100%;height:100%;padding:0 16px 0 44px;border:1px solid var(--rule);border-radius:22px;background:var(--paper);color:var(--plum-deep);font-family:var(--body);font-size:14px;line-height:1;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color .2s,box-shadow .2s}.hdr-search input::placeholder{color:rgba(110,84,148,.55)}.hdr-search input:focus{border-color:var(--lavender);box-shadow:0 0 0 3px rgba(155,127,191,.22)}.hdr-search input::-webkit-search-cancel-button,.hdr-search input::-webkit-search-decoration{-webkit-appearance:none}.hdr-search.is-compact{height:38px}.hdr-search.is-compact input{border-radius:19px}.hdr-action{position:relative;display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:13px;font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:var(--ink);line-height:1;transition:color .2s}.hdr-action:hover{color:var(--lavender-dp)}.hdr-action svg{width:20px;height:20px;flex:0 0 auto}.hdr-action.is-icon{width:44px;height:44px;justify-content:center;gap:0}.hdr-action.is-icon svg{width:24px;height:24px}.hdr-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:var(--plum);color:var(--cream);font-family:var(--mono);font-size:10px;font-weight:600;line-height:1;margin-left:-2px}.hdr-action.is-icon .hdr-badge{position:absolute;top:4px;right:2px;margin:0}.nav-pill{display:inline-block;margin-left:8px;padding:2px 7px;border-radius:999px;background:var(--plum);color:var(--cream);font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;line-height:1.2;vertical-align:1px}.hdr-desktop{display:block}.hdr-top{height:var(--hdr-top-h);border-bottom:1px solid var(--rule);transition:height .2s ease}.hdr-top-inner{max-width:1480px;height:100%;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(max-content,1fr) auto minmax(max-content,1fr);align-items:center;grid-column-gap:24px;column-gap:24px}.hdr-top-inner>.hdr-logo{justify-self:start}.hdr-top-inner>.hdr-search{width:clamp(320px,32vw,520px);justify-self:center}.hdr-actions{justify-self:end;display:flex;align-items:center;gap:24px;white-space:nowrap}.hdr-nav{height:var(--hdr-nav-h);border-bottom:1px solid var(--rule);padding:0 24px;overflow:hidden}.hdr-nav-list{--nav-gap:36px;--nav-tracking:0.12em;list-style:none;margin:0 auto;padding:0;height:100%;width:max-content;max-width:none;display:flex;align-items:center;justify-content:center;gap:var(--nav-gap);white-space:nowrap}.hdr-nav[data-fit="1"] .hdr-nav-list{--nav-gap:24px}.hdr-nav[data-fit="2"] .hdr-nav-list{--nav-gap:24px;--nav-tracking:0.08em}.hdr-nav-list a{position:relative;display:inline-flex;align-items:center;padding:6px 0;font-family:var(--body);font-size:13px;font-weight:500;letter-spacing:var(--nav-tracking);text-transform:uppercase;color:var(--ink);line-height:1}.hdr-nav-list a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--plum);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.hdr-nav-list a.is-active:after,.hdr-nav-list a:hover:after{transform:scaleX(1)}.site-header.compact .hdr-top{height:var(--hdr-top-h-compact)}.site-header.compact .hdr-logo-word{font-size:32px}.hdr-mobile{display:none}.hdr-bar{height:var(--hdr-bar-h);padding:0 8px;display:grid;grid-template-columns:minmax(max-content,1fr) auto minmax(max-content,1fr);align-items:center;border-bottom:1px solid var(--rule)}.hdr-bar>.hdr-menu-toggle{justify-self:start}.hdr-bar>.hdr-logo{justify-self:center}.hdr-bar-right{justify-self:end;display:flex;align-items:center}.hdr-search-row{padding:4px 16px;border-bottom:1px solid var(--rule)}.hdr-search-row .hdr-search{height:40px}.hdr-search-row .hdr-search input{border-radius:20px}.site-drawer-root{position:fixed;inset:0;z-index:150;background:rgba(40,26,61,.35)}.site-drawer{position:absolute;inset:0;background:var(--cream);color:var(--ink);font-family:var(--body);font-size:15px;line-height:1.4;display:flex;flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:chrome-slide-in .24s cubic-bezier(.2,.8,.2,1) both;-webkit-font-smoothing:antialiased}.site-drawer *,.site-drawer :after,.site-drawer :before{box-sizing:border-box}@keyframes chrome-slide-in{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.site-drawer a{color:inherit;text-decoration:none}.site-drawer button{font-family:inherit;border:none;background:none;color:inherit;cursor:pointer;padding:0}.site-drawer-head{display:flex;justify-content:space-between;align-items:center;height:var(--hdr-bar-h);padding:0 8px 0 16px;border-bottom:1px solid var(--rule);flex:0 0 auto}.site-drawer-head .hdr-logo.is-mobile{align-items:flex-start}.site-drawer-search{padding:12px 16px;flex:0 0 auto}.site-drawer-nav{flex:1 1 auto;padding:0 16px 16px}.site-drawer-nav ul{list-style:none;margin:0;padding:0}.site-drawer-primary li{border-bottom:1px solid var(--rule)}.site-drawer-primary a{display:flex;align-items:center;gap:10px;padding:16px 0;font-family:var(--display);font-weight:400;font-size:22px;line-height:1.1;letter-spacing:-.2px;color:var(--plum-deep)}.site-drawer-primary a[aria-current=page]{color:var(--lavender-dp)}.site-drawer-primary .nav-pill{margin-left:0;vertical-align:2px}.site-drawer-secondary{margin-top:8px;padding-top:8px;border-top:1px solid var(--rule)}.site-drawer-secondary a{display:block;padding:12px 0;font-family:var(--body);font-size:15px;font-weight:500;color:var(--ink)}.site-drawer-secondary a[aria-current=page]{color:var(--lavender-dp)}.site-drawer-foot{position:-webkit-sticky;position:sticky;bottom:0;flex:0 0 auto;display:flex;gap:12px;padding:12px 16px calc(12px + env(safe-area-inset-bottom, 0px));background:var(--cream);border-top:1px solid var(--rule)}.site-drawer-social{flex:1 1;height:44px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--rule);border-radius:22px;font-family:var(--mono);font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--plum-deep);transition:background .2s,border-color .2s}.site-drawer-social:hover{background:var(--lavender-1);border-color:var(--lavender-3)}.site-drawer-social svg{width:20px;height:20px}.ed-footer{background:var(--plum-deep);color:rgba(250,246,241,.7);font-family:var(--body);font-size:15px;line-height:1.6;padding:90px 36px 32px;position:relative}.ed-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(196,173,217,.6),transparent)}.ed-footer-grid{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:64px;gap:64px}.ed-footer .brand-col .brandmark{text-align:left;color:var(--cream);text-decoration:none;display:block;line-height:.85;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ed-footer .brand-col .brandmark .word{font-family:var(--display);font-style:italic;font-weight:400;font-size:54px;letter-spacing:-1px}.ed-footer .brand-col .brandmark .rule{width:30px;height:1px;background:var(--lavender);opacity:.7;margin:6px 0}.ed-footer .brand-col .brandmark .sub{font-size:8.5px;letter-spacing:5px;text-transform:uppercase;color:var(--lavender-3);font-weight:500}.ed-footer .brand-col p{font-size:13px;line-height:1.7;max-width:300px;margin:24px 0}.ed-footer .social{display:flex;gap:10px}.ed-footer .social a{width:36px;height:36px;border:1px solid rgba(196,173,217,.25);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background .3s,border-color .3s}.ed-footer .social a:hover{background:var(--lavender);border-color:var(--lavender)}.ed-footer .social svg{width:14px;height:14px;color:var(--cream)}.ed-footer h2{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--lavender-3);font-weight:600;margin-bottom:20px}.ed-footer ul{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0;margin:0}.ed-footer ul a{color:rgba(250,246,241,.7);text-decoration:none;font-size:13px;transition:color .2s}.ed-footer ul a:hover{color:var(--lavender-3)}.ed-footer-base{max-width:1480px;margin:80px auto 0;padding-top:28px;border-top:1px solid rgba(196,173,217,.1);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;font-size:11px;letter-spacing:.5px;color:rgba(250,246,241,.58);grid-gap:14px;gap:14px}.ed-footer-base>:first-child{justify-self:start}.ed-footer-base>:nth-child(2){justify-self:center;text-align:center}.ed-footer-base>:nth-child(3){justify-self:end}.ed-footer-credit a{color:rgba(250,246,241,.75);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.ed-footer-credit a:hover{color:var(--lavender-3)}.ed-footer-credit{line-height:1.7}.ed-footer :focus-visible,.site-drawer :focus-visible,.site-header :focus-visible{outline:2px solid var(--lavender);outline-offset:3px;border-radius:4px}.hdr-search input:focus-visible{outline:none}.hdr-nav-list a:focus-visible{outline-offset:1px}@media (hover:hover){html.ed-cursor .ed-footer,html.ed-cursor .ed-footer a,html.ed-cursor .site-header,html.ed-cursor .site-header a,html.ed-cursor .site-header button,html.ed-cursor .utility{cursor:none}}@media (max-width:1100px){.ed-footer-grid{grid-template-columns:1fr 1fr;gap:48px}}@media (max-width:899px){:root{--header-h:var(--hdr-bar-h)}.hdr-desktop{display:none}.hdr-mobile{display:block}.utility{display:none}}@media (max-width:680px){.ed-footer{padding:64px 24px 28px}.ed-footer-grid{grid-template-columns:1fr;gap:40px}.ed-footer-grid>div:not(.brand-col){display:none}.ed-footer-base{grid-template-columns:1fr;gap:8px;text-align:center;margin-top:56px}.ed-footer-base>:first-child,.ed-footer-base>:nth-child(2),.ed-footer-base>:nth-child(3){justify-self:center}.ed-footer-credit{white-space:normal;max-width:34ch}.ed-footer-credit-sep{display:none}.ed-footer-credit-tag{display:block}}@media (prefers-reduced-motion:reduce){.site-drawer,.utility-track{animation:none}.hdr-logo-sub,.hdr-logo-word,.hdr-nav-list a:after,.hdr-search,.hdr-top{transition:none}}