:root{--ink:#35263c;--muted:#746878;--purple:#71389a;--purple-deep:#4b216a;--gold:#c98d37;--cream:#fffaf6;--blush:#fbf0f3;--line:#eadbe5;--white:#fff;--shadow:0 20px 50px rgba(76,34,91,.12)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
a{color:inherit;text-decoration:none}
.topbar{min-height:34px;padding:8px 6vw;background:#f1e5f4;display:flex;justify-content:center;gap:8vw;color:#594461;font-size:13px}
.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:15px 5vw;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}
.brand{display:flex;align-items:center;gap:10px;color:var(--purple)}
.brand img{border-radius:50%}
.brand strong,.brand small{display:block}
.brand strong{font-family:Georgia,serif;font-size:21px;letter-spacing:.06em}
.brand small{font-size:9px;letter-spacing:.28em;text-transform:uppercase}
.site-header nav{display:flex;gap:24px;font-size:14px;font-weight:700}
.site-header nav a:hover,.site-header nav a[aria-current="page"]{color:var(--purple)}
.header-cta,.product-cta,.retail-wholesale>a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--purple);color:#fff;padding:12px 18px;font-size:14px;font-weight:800}
.shop-intro{max-width:1240px;margin:auto;padding:50px 32px 32px;display:grid;grid-template-columns:1.5fr .7fr;gap:28px;align-items:end}
.eyebrow{margin:0 0 10px;color:var(--gold);font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.shop-intro h1,.section-heading h2,.how-order h2,.retail-wholesale h2{font-family:Georgia,serif;color:var(--purple-deep)}
.shop-intro h1{max-width:760px;margin:0;font-size:clamp(42px,6vw,76px);line-height:1}
.shop-intro>div>p:last-child{max-width:710px;margin:22px 0 0;color:var(--muted);font-size:17px;line-height:1.7}
.intro-note{padding:22px;border:1px solid #e5cba6;border-radius:20px;background:#fff7e9}
.intro-note strong,.intro-note span{display:block}
.intro-note strong{color:#9a6421;font-size:16px}
.intro-note span{margin-top:7px;color:var(--muted);font-size:14px;line-height:1.55}
.shop-shell{max-width:1300px;margin:auto;padding:28px 32px 72px}
.section-heading{display:flex;flex-wrap:wrap;align-items:end;gap:0 28px;margin-bottom:26px}
.section-heading .eyebrow{width:100%}
.section-heading h2{margin:0;font-size:38px}
.section-heading>p:last-child{max-width:650px;margin:0 0 4px;color:var(--muted);line-height:1.6}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.product-card{display:grid;grid-template-columns:minmax(190px,.72fr) 1.28fr;overflow:hidden;border:1px solid var(--line);border-radius:26px;background:#fff;box-shadow:var(--shadow)}
.product-image{min-height:350px;padding:24px 12px;background:linear-gradient(145deg,#f8edf7,#f8eee9);overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}
.product-card:hover .product-image img{transform:scale(1.018)}
.product-copy{padding:28px 25px;display:flex;flex-direction:column}
.tag{color:var(--purple);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.product-copy h3{margin:10px 0 12px;font-family:Georgia,serif;font-size:28px;line-height:1.05;color:var(--purple-deep)}
.product-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.65}
.product-copy ul{margin:18px 0 22px;padding:0;list-style:none;color:#5f5264;font-size:14px;line-height:1.8}
.product-copy li:before{content:"✓";margin-right:8px;color:var(--gold);font-weight:900}
.product-cta{margin-top:auto;border-radius:10px;background:linear-gradient(135deg,var(--purple),#914fba)}
.how-order{padding:58px max(5vw,32px);display:grid;grid-template-columns:.55fr 1.45fr;gap:40px;background:var(--blush);border-block:1px solid var(--line)}
.how-order h2,.retail-wholesale h2{margin:0;font-size:38px}
.how-order ol{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;list-style:none}
.how-order li{padding:22px;border-radius:18px;background:#fff}
.how-order li span,.how-order li strong,.how-order li small{display:block}
.how-order li span{color:var(--gold);font-weight:900}
.how-order li strong{margin-top:22px;font-size:16px}
.how-order li small{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.5}
.retail-wholesale{padding:60px max(6vw,32px);display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(100deg,#fff8f4,#f4e8f8)}
.retail-wholesale p:last-child{max-width:650px;color:var(--muted);line-height:1.6}
.retail-wholesale>a{background:var(--gold);white-space:nowrap}
footer{padding:42px 6vw;display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px;background:#eadced;color:#514258}
footer p{max-width:460px;line-height:1.6}
footer a,footer span{display:block;margin-top:9px;font-size:14px}
footer b{color:var(--purple-deep)}
@media(max-width:1100px){.site-header nav{display:none}
.product-card{grid-template-columns:1fr}
.product-image{min-height:290px;padding:18px}
.shop-intro{grid-template-columns:1fr}
.intro-note{max-width:540px}
.how-order{grid-template-columns:1fr}
}
@media(max-width:760px){.topbar{display:none}
.site-header{padding:12px 18px}
.brand strong{font-size:17px}
.brand small{display:none}
.header-cta{padding:10px 13px;font-size:12px}
.shop-intro,.shop-shell{padding-left:18px;padding-right:18px}
.shop-intro{padding-top:34px}
.shop-intro h1{font-size:44px}
.product-grid{grid-template-columns:1fr}
.product-card{grid-template-columns:38% 62%;border-radius:20px}
.product-image{min-height:330px;padding:16px 8px}
.product-copy{padding:22px 18px}
.product-copy h3{font-size:24px}
.product-copy p{font-size:14px}
.product-copy ul{font-size:13px}
.how-order{padding:44px 18px}
.how-order ol{grid-template-columns:1fr}
.retail-wholesale{padding:48px 18px;align-items:flex-start;flex-direction:column}
footer{grid-template-columns:1fr;padding:38px 20px}
}
@media(max-width:520px){.product-card{grid-template-columns:1fr}
.product-image{min-height:260px;padding:16px}
.section-heading{display:block}
.section-heading>p:last-child{margin-top:10px}
}
