:root{
  --blue:#6e8ff5; --blue2:#a8baff; --pink:#f39bc8; --pink2:#ffd4e9;
  --purple:#c8b4ff; --ink:#302d5a; --muted:#716d8b; --white:#fff;
  --shadow:0 16px 45px rgba(71,53,105,.12); --radius:22px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:#fff}
a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid #eee9f7}
.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:end;gap:9px}.brand-mf{font-family:Georgia,serif;font-size:39px;line-height:.8;letter-spacing:-5px}.brand-word{font-size:10px;letter-spacing:3px;font-weight:700;margin-bottom:1px}
.nav{display:flex;align-items:center;gap:27px;font-size:14px;font-weight:600}.nav a:not(.nav-cta){color:#484467}.nav a:not(.nav-cta):hover{color:#c34f9c}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:999px;font-weight:700;transition:.2s transform,.2s box-shadow}
.nav-cta{padding:12px 18px;color:#fff;background:linear-gradient(90deg,#527ee9,#ef55a9);box-shadow:0 8px 20px rgba(103,103,229,.2)}
.nav-cta:hover,.btn:hover{transform:translateY(-2px)}
.menu-toggle{display:none;border:0;background:none;font-size:27px;color:var(--ink)}
.hero{position:relative;overflow:hidden;background:linear-gradient(105deg,#b7c7ff 0%,#e8dcff 47%,#ffd0e8 100%);min-height:510px}
.hero:before,.hero:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.45);border-radius:50%;width:260px;height:260px;right:-110px;top:25px}
.hero:after{width:190px;height:190px;right:45px;top:90px}
.hero-grid{min-height:510px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:25px}
.hero-copy{padding:58px 0}.eyebrow{font-size:11px;letter-spacing:3px;color:#e44e9e;font-weight:800;margin:0 0 10px}
.hero h1{font-family:"Playfair Display",Georgia,serif;font-size:clamp(42px,5vw,66px);line-height:1.04;margin:0 0 22px;font-weight:500}
.hero h1 em{color:#c34f9c}.hero-text{font-size:16px;line-height:1.7;color:#4d4a6e;margin-bottom:27px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{padding:13px 21px;font-size:14px}.btn-primary{color:#fff;background:linear-gradient(90deg,#527ee9,#ef55a9);box-shadow:0 10px 24px rgba(109,92,225,.22)}.btn-outline{border:1px solid #d47ab7;background:rgba(255,255,255,.35)}
.hero-image-wrap{height:430px;border-radius:28px 0 0 28px;overflow:hidden;box-shadow:var(--shadow);transform:translateY(18px)}
.hero-image{width:100%;height:100%;object-fit:cover}
.benefits{background:#fff;padding:24px 0;border-bottom:1px solid #f0edf7}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr)}.benefit{text-align:center;padding:12px 22px;border-right:1px solid #eee8f5}.benefit:last-child{border:0}.benefit span{display:block;font-size:25px;margin-bottom:6px;color:#7a72d8}.benefit strong{display:block;font-family:"Playfair Display",serif;font-size:16px}.benefit small{display:block;color:#85809b;font-size:11px;line-height:1.45;margin-top:4px}
.section{padding:76px 0}.section-heading{text-align:center;margin-bottom:32px}.section-heading h2{font-family:"Playfair Display",Georgia,serif;font-size:38px;margin:0}.ornament{color:#df6bad;margin:10px auto 0;letter-spacing:8px}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.product-card{border:1px solid #eee5f4;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 6px 20px rgba(74,53,104,.06)}.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.product-info{padding:12px;text-align:center}.product-info h3{font-size:13px;margin:0 0 4px}.product-info strong{font-size:12px}.product-info a{display:block;margin-top:10px;padding:8px 5px;border-radius:999px;color:#fff;font-size:10px;font-weight:700;background:linear-gradient(90deg,#527ee9,#ef55a9)}
.view-all{display:block;width:max-content;margin:20px auto 0;padding:10px 28px;border:1px solid #e6a1cf;border-radius:999px;font-size:12px;color:#9b4e9b}
.order-banner{background:linear-gradient(105deg,#9fb8ff,#f4b3e1);padding:35px 0}.order-grid{display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:center;max-width:900px}.order-photo{width:170px;height:170px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.85)}.order-photo img{width:100%;height:100%;object-fit:cover}.order-banner h2{font-family:"Playfair Display",serif;font-size:37px;margin:0 0 8px}.order-banner p:not(.eyebrow){line-height:1.6;color:#514b70;margin:0 0 15px}
.instagram{padding-bottom:60px}.mini-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:20px}.mini-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:13px}.btn-instagram{display:flex;width:max-content;margin:auto;color:#fff;background:linear-gradient(90deg,#527ee9,#ef55a9)}
.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.contact-card{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;border:1px solid #eee7f4;border-radius:16px;padding:16px;box-shadow:0 5px 18px rgba(75,57,105,.05)}.contact-card>span{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#f4edff;font-size:20px;color:#735fd5}.contact-card b,.contact-card small{display:block}.contact-card b{font-size:13px}.contact-card small{font-size:11px;color:#7b758e;margin-top:3px}.contact-card em{font-style:normal;font-size:10px;font-weight:800;padding:7px 10px;border-radius:999px;background:#35bf70;color:#fff}.contact-card:nth-child(2) em{background:#5d72e8}.contact-card:nth-child(3) em{background:#6d56df}
.footer{padding:42px 0 15px;background:linear-gradient(105deg,#aebeff,#f5b0dd);margin-top:20px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1.25fr 1.3fr;gap:28px}.footer p{font-size:10px;line-height:1.55;color:#4d4a68}.footer h4{font-size:10px;letter-spacing:1px;margin:0 0 12px}.footer a{display:block;font-size:10px;margin:7px 0;color:#4b4866}.footer-brand{margin-bottom:10px}.copyright{border-top:1px solid rgba(80,63,111,.15);margin-top:30px;padding-top:12px;text-align:center;font-size:9px;color:#625d78}.copyright span{float:right;margin-right:4%}
@media(max-width:900px){.nav{gap:13px}.product-grid{grid-template-columns:repeat(3,1fr)}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero-image-wrap{height:360px}.hero-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){
  .site-header{position:relative}.nav-wrap{height:68px}.menu-toggle{display:block}.nav{display:none;position:absolute;left:4%;right:4%;top:66px;padding:14px;background:#fff;border:1px solid #eee6f4;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a{padding:9px}.nav-cta{text-align:center}
  .hero-grid{grid-template-columns:1fr;min-height:0}.hero-copy{padding:55px 0 25px}.hero-image-wrap{height:330px;border-radius:25px;transform:none;margin-bottom:30px}.benefit-grid{grid-template-columns:1fr 1fr}.benefit{border-bottom:1px solid #eee8f5}.benefit:nth-child(2){border-right:0}.benefit:nth-child(3),.benefit:nth-child(4){border-bottom:0}
  .section{padding:58px 0}.product-grid{grid-template-columns:repeat(2,1fr)}.order-grid{grid-template-columns:120px 1fr}.order-photo{width:120px;height:120px}.mini-gallery{grid-template-columns:repeat(3,1fr)}.mini-gallery img:nth-child(n+4){display:none}.footer-grid{grid-template-columns:1fr 1fr}.copyright span{float:none;display:block;margin:5px 0 0}
}
@media(max-width:440px){.hero h1{font-size:40px}.hero-text{font-size:14px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.product-grid{gap:9px}.product-info{padding:9px}.order-grid{grid-template-columns:1fr;text-align:center}.order-photo{margin:auto}.footer-grid{grid-template-columns:1fr}.contact-card{grid-template-columns:42px 1fr}.contact-card em{display:none}}
