:root{--ink:#1b1024;--muted:#6c6372;--lilac:#eadcff;--lilac-strong:#c6a8ef;--paper:#fff;--line:#e9e3ed;--display:"Cormorant Garamond",Georgia,serif;--body:Inter,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.6 var(--body)}a{color:inherit;text-decoration:none}button{font:inherit}.announcement{padding:.55rem 1rem;background:var(--ink);color:#fff;text-align:center;font-size:.78rem;letter-spacing:.08em}.site-header{height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(1.25rem,5vw,5rem);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);z-index:10}.brand{display:flex;align-items:center;gap:.65rem;font-family:var(--display);font-size:1.35rem;letter-spacing:.14em}.brand small{display:block;font:500 .6rem/1 var(--body);letter-spacing:.38em}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--lilac);font:bold 1.45rem var(--display);border-radius:50%}nav{display:flex;gap:2rem;font-size:.9rem}nav a{position:relative}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--ink);transition:.2s}nav a:hover:after{right:0}.bag{justify-self:end;border:0;background:none;cursor:pointer}.bag span{display:inline-grid;place-items:center;min-width:23px;height:23px;margin-left:.3rem;border-radius:50%;background:var(--lilac)}.menu-button{display:none}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;background:linear-gradient(110deg,#fff 0 52%,#f4eaff 52%);overflow:hidden}.hero-copy{padding:5rem clamp(1.5rem,8vw,9rem)}.eyebrow{margin:0 0 1rem;font-size:.72rem;font-weight:600;letter-spacing:.24em;color:#6a3f88}.hero h1{max-width:700px;margin:0;font:600 clamp(3.4rem,7vw,6.7rem)/.9 var(--display);letter-spacing:-.035em}.hero-copy>p:not(.eyebrow){max-width:550px;margin:2rem 0;color:var(--muted)}.primary-button{display:inline-block;padding:.95rem 1.35rem;background:var(--ink);color:#fff;font-weight:600;transition:.2s}.primary-button:hover{background:#6a3f88;transform:translateY(-2px)}.hero-art{position:relative;display:grid;place-items:center;height:100%;padding:4rem}.hero-art img{position:relative;width:min(440px,90%);aspect-ratio:1;object-fit:cover;border:12px solid #fff;box-shadow:0 30px 80px rgba(36,18,54,.18)}.halo{position:absolute;width:520px;height:520px;border:1px solid rgba(36,18,54,.2);border-radius:50%}.collections,.products{padding:6.5rem clamp(1.5rem,6vw,7rem)}.section-heading h2,.story h2{margin:0;font:600 clamp(2.8rem,5vw,4.8rem)/1 var(--display)}.collection-grid{display:grid;grid-template-columns:1.1fr .9fr 1fr;gap:1rem;margin-top:2.5rem}.collection-card{min-height:270px;padding:2rem;display:flex;flex-direction:column;justify-content:flex-end;transition:.25s}.collection-card:hover{transform:translateY(-5px)}.collection-card span{font:600 2.2rem var(--display)}.collection-card small{font-size:.8rem;letter-spacing:.08em}.collection-card.lilac{background:var(--lilac)}.collection-card.dark{background:var(--ink);color:white}.collection-card.light{background:#f5f1f7;border:1px solid var(--line)}.products{background:#faf9fb}.section-heading.row{display:flex;align-items:end;justify-content:space-between;gap:2rem}.section-heading.row>p{max-width:420px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:2.8rem}.product-card{background:#fff;padding:1rem;border:1px solid var(--line)}.product-image{height:330px;display:grid;place-items:center;overflow:hidden}.product-image span{padding:.5rem 1rem;border:1px solid currentColor;font-size:.7rem;letter-spacing:.25em}.tone-one{background:linear-gradient(145deg,#efe4ff,#c7acec)}.tone-two{background:linear-gradient(145deg,#eee,#b9b5bb)}.tone-three{background:linear-gradient(145deg,#3a2946,#17101d);color:#fff}.product-details{display:flex;justify-content:space-between;gap:1rem;padding:1.2rem 0}.product-details h3{margin:0;font:600 1.55rem var(--display)}.product-details p{margin:0;color:var(--muted);font-size:.85rem}.product-details strong{white-space:nowrap}.add-button{width:100%;padding:.85rem;border:1px solid var(--ink);background:#fff;cursor:pointer}.add-button:hover{background:var(--ink);color:#fff}.story{text-align:center;padding:8rem 1.5rem;background:var(--lilac)}.story>p:last-child{max-width:620px;margin:1.5rem auto 0;color:#53455d}footer{padding:2.5rem clamp(1.5rem,6vw,7rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid var(--line)}footer p,footer a{font-size:.85rem;color:var(--muted)}.toast{position:fixed;right:1.5rem;bottom:1.5rem;padding:1rem 1.3rem;background:var(--ink);color:#fff;transform:translateY(130px);opacity:0;transition:.25s;z-index:20}.toast.show{transform:none;opacity:1}@media(max-width:850px){.site-header{grid-template-columns:1fr auto auto;gap:1rem}.menu-button{display:block;border:0;background:none}.site-header nav{display:none;position:absolute;top:86px;left:0;right:0;padding:1.5rem;background:#fff;border-bottom:1px solid var(--line);flex-direction:column}.site-header nav.open{display:flex}.hero{grid-template-columns:1fr;background:linear-gradient(#fff 0 55%,#f4eaff 55%)}.hero-copy{padding:4rem 1.5rem}.hero-art{min-height:440px;padding:2rem}.halo{width:360px;height:360px}.collection-grid,.product-grid{grid-template-columns:1fr}.section-heading.row,footer{align-items:flex-start;flex-direction:column}.product-image{height:280px}}@media(max-width:480px){.brand{font-size:1rem}.brand-mark{display:none}.bag{font-size:0}.bag span{font-size:.85rem}.hero h1{font-size:3.6rem}.collections,.products{padding-top:4.5rem;padding-bottom:4.5rem}}
