
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Great+Vibes&family=Playfair+Display:wght@600;700;800&display=swap');

:root{
  --black:#070507;
  --black2:#0d080d;
  --pink:#6f2aa5;
  --pink2:#a86bd1;
  --soft:#eee4f5;
  --gold:#d7ad4b;
  --white:#fbfafc;
  --muted:#c9c1cc;
  --line:rgba(255,255,255,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 20% 10%,rgba(255,92,168,.10),transparent 22%),
    radial-gradient(circle at 80% 30%,rgba(255,148,199,.08),transparent 20%),
    var(--black);
  color:var(--white);
  font-family:"DM Sans",sans-serif;
}
img,video{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.topbar{
  background:linear-gradient(90deg,#2a1238,#4b1d67,#2a1238);
  color:#f7edf9;
  text-align:center;
  padding:9px 12px;
  font-weight:800;
  letter-spacing:.03em;
  font-size:.86rem;
}
.site-header{
  position:sticky;top:0;z-index:30;
  background:rgba(7,5,7,.96);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,92,168,.35);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 5vw 10px;
}
.brand-text{
  display:flex;flex-direction:column;align-items:flex-start;
  line-height:1;
}
.brand-text .script{
  font-family:"Great Vibes",cursive;
  font-size:clamp(2.6rem,5vw,4.6rem);
  color:#9a5bc1;
  text-shadow:0 0 12px rgba(255,92,168,.55), 0 2px 0 #3b174d;
}
.brand-text small{
  color:var(--pink2);
  font-weight:800;
  letter-spacing:.12em;
  margin-top:3px;
}
.nav{
  display:flex;gap:22px;align-items:center;
  padding:0 5vw 12px;
  justify-content:center;
}
.nav a{
  font-weight:700;
  font-size:.92rem;
  color:#fff1f7;
}
.nav a:hover{color:var(--pink)}
.menu-btn{display:none;background:none;border:0;color:#fff;font-size:1.7rem}
.hero{
  min-height:76vh;
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:34px;
  align-items:center;
  padding:54px 6vw 62px;
  position:relative;
  overflow:hidden;
}
.hero:before,.hero:after{
  content:"✦";
  position:absolute;
  color:#ffd3e8;
  opacity:.85;
  text-shadow:0 0 15px #ff72b5;
}
.hero:before{left:4%;top:10%;font-size:1.6rem}
.hero:after{right:6%;bottom:12%;font-size:2rem}
.hero-copy{position:relative;z-index:2}
.eyebrow{
  letter-spacing:.18em;
  font-size:.78rem;
  color:#ffd073;
  font-weight:800;
}
.hero .script-title{
  font-family:"Great Vibes",cursive;
  color:#a86bd1;
  font-size:clamp(4rem,9vw,7.8rem);
  line-height:.82;
  margin:12px 0 6px;
  text-shadow:0 0 16px rgba(255,92,168,.38);
}
.hero .block-title{
  font-family:"Playfair Display",serif;
  font-size:clamp(2.4rem,5vw,4.6rem);
  line-height:.95;
  margin:0 0 20px;
  color:#fff;
}
.hero p{color:var(--muted);font-size:1.1rem;line-height:1.7;max-width:650px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;justify-content:center;align-items:center;
  padding:14px 22px;border-radius:999px;
  font-weight:800;border:1px solid transparent;cursor:pointer;
}
.btn-primary{
  background:linear-gradient(135deg,#5d247d,#8a4ab2);
  color:#fff;
  box-shadow:0 10px 28px rgba(111,42,165,.25);
}
.btn-secondary{
  border-color:var(--gold);
  color:#ffd970;
  background:rgba(0,0,0,.2);
}
.hero-image{
  position:relative;
  padding:12px;
  border-radius:34px;
  background:linear-gradient(145deg,rgba(255,92,168,.38),rgba(231,184,76,.20));
}
.hero-image:after{
  content:"🎀";
  position:absolute;right:-5px;top:-24px;font-size:3.7rem;
  filter:drop-shadow(0 8px 12px rgba(255,92,168,.25));
}
.hero-image img{
  width:100%;height:610px;object-fit:cover;border-radius:26px;
  border:1px solid rgba(255,255,255,.16);
}
.wave{
  height:28px;
  background:linear-gradient(90deg,#2d1539,#6f2aa5,#2d1539);
  clip-path:polygon(0 35%,8% 55%,16% 40%,25% 60%,34% 44%,42% 58%,50% 42%,58% 60%,67% 44%,75% 58%,84% 40%,92% 56%,100% 36%,100% 100%,0 100%);
}
.strip{
  display:grid;grid-template-columns:repeat(4,1fr);
  background:#0d080d;
  border-top:1px solid rgba(255,92,168,.3);
  border-bottom:1px solid rgba(255,92,168,.3)
}
.strip div{text-align:center;padding:24px 10px;border-right:1px solid var(--line)}
.strip div:last-child{border-right:0}
.strip strong{display:block;color:#ff8fc2;font-size:1.35rem}
.strip span{display:block;color:var(--muted);margin-top:4px}
.section{padding:82px 6vw}
.alt{
  background:
   linear-gradient(rgba(255,220,237,.97),rgba(255,220,237,.97)),
   radial-gradient(circle,rgba(255,255,255,.6) 1px,transparent 1px);
  background-size:auto,18px 18px;
  color:#2c1724;
}
.alt .section-heading p,.alt .product-body p,.alt .owner-copy p{color:#6d4f60}
.section-heading{text-align:center;max-width:820px;margin:0 auto 38px}
.section-heading .script-heading{
  font-family:"Great Vibes",cursive;
  color:#6f2aa5;
  font-size:clamp(3.2rem,6vw,5.5rem);
  margin:0;
  line-height:1;
}
.section-heading h2{
  font-family:"Playfair Display",serif;
  font-size:clamp(2.2rem,4vw,3.8rem);
  margin:8px 0;
}
.product-grid,.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card,.price-card{
  background:#fff7fb;
  color:#2b1723;
  border:2px solid #8a4ab2;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(156,37,94,.10);
}
.product-card img{width:100%;height:330px;object-fit:cover}
.product-body{padding:20px}
.product-body h3,.price-card h3{margin:0 0 8px;color:#5d247d}
.product-price,.price{
  font-family:"Playfair Display",serif;
  color:#c89628;
  font-size:2.25rem;
  font-weight:800;
}
.product-body p,.price-card p{line-height:1.6;color:#6a4d5d}
.price-card{padding:24px;position:relative}
.badge{position:absolute;right:14px;top:14px;background:#ff5ca8;color:#fff;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:800}
.notice{
  margin-top:24px;padding:18px 20px;border-radius:18px;
  background:#150c13;color:#ffe6f1;
  border:1px solid rgba(255,92,168,.4);
  text-align:center;
}
.owner{
  display:grid;grid-template-columns:.8fr 1.2fr;gap:46px;align-items:center;
  background:
    radial-gradient(circle at 75% 30%,rgba(255,92,168,.14),transparent 24%),
    #0a0609;
}
.owner-photo-wrap{
  padding:10px;border:2px solid #8a4ab2;border-radius:40px;
  box-shadow:0 0 32px rgba(255,92,168,.20);
  position:relative;
}
.owner-photo-wrap:after{
  content:"💖";
  position:absolute;right:-12px;bottom:-14px;font-size:2.7rem;
}
.owner-photo{width:100%;height:540px;object-fit:cover;border-radius:30px}
.owner-copy .script-heading{
  font-family:"Great Vibes",cursive;
  color:#a86bd1;
  font-size:clamp(3.4rem,6vw,5.4rem);
  margin:0 0 8px;
}
.owner-copy p{color:var(--muted);line-height:1.75}
.signature{color:#ffd26a;font-weight:800;margin-top:18px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery img,.gallery video{
  width:100%;height:410px;object-fit:cover;
  border-radius:22px;border:2px solid #8a4ab2;
  box-shadow:0 10px 24px rgba(255,92,168,.14)
}
.page-hero{
  padding:72px 6vw 42px;text-align:center;
  background:linear-gradient(180deg,#1b0b16,#090609);
  border-bottom:1px solid rgba(255,92,168,.28)
}
.page-hero h1{
  font-family:"Great Vibes",cursive;
  font-size:clamp(4rem,8vw,6.8rem);
  color:#a86bd1;margin:0;
}
.page-hero p{max-width:760px;margin:10px auto 0;color:var(--muted);line-height:1.7}
.policy-list{max-width:900px;margin:auto}
.policy{padding:24px 0;border-bottom:1px solid var(--line)}
.policy h2{color:#a86bd1;font-family:"Playfair Display",serif}
.policy p,.policy ul{color:var(--muted);line-height:1.8}
.order-box{
  background:#120a11;border:1px solid rgba(255,92,168,.3);
  border-radius:24px;padding:28px;max-width:900px;margin:auto
}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
label{display:flex;flex-direction:column;gap:8px;font-weight:700}
input,textarea,select{
  width:100%;background:#1c1019;color:#fff;
  border:1px solid #4b2940;border-radius:12px;
  padding:13px 14px;font:inherit
}
.option-row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:22px 0}
.check-card{flex-direction:row;align-items:center;background:#1c1019;border:1px solid #4b2940;padding:16px;border-radius:16px}
.check-card input{width:20px;height:20px}
.check-card span{display:flex;justify-content:space-between;gap:20px;width:100%}
.check-card small{color:#ffb7d8;font-weight:800}
.summary-card{margin-top:22px;border-top:1px solid var(--line);padding-top:16px}
.summary-card div{display:flex;justify-content:space-between;padding:8px 0}
.summary-card .total{font-size:1.35rem;border-top:1px solid var(--line);margin-top:8px;padding-top:16px}
.hidden{display:none!important}
.policy-agree{display:flex;flex-direction:row;align-items:flex-start;gap:10px;margin:18px 0;color:var(--muted)}
.policy-agree input{width:20px;height:20px}
.policy-agree a{color:#a86bd1;text-decoration:underline}
.contact{display:grid;grid-template-columns:.7fr 1.3fr;gap:46px;align-items:center}
.contact-card{
  background:linear-gradient(145deg,#1a0d17,#0a0709);
  border:1px solid rgba(255,92,168,.32);
  border-radius:28px;padding:28px;
  text-align:center
}
.contact .script-heading{font-family:"Great Vibes",cursive;color:#a86bd1;font-size:4.2rem;margin:0}
footer{
  background:linear-gradient(90deg,#24102f,#3b174d,#24102f);
  color:#f6e9fa;
  padding:22px 6vw;
  text-align:center;
  font-weight:800;
}
@media(max-width:980px){
  .hero,.owner{grid-template-columns:1fr}
  .hero-image img,.owner-photo{height:520px}
  .product-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}
  .gallery{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:720px){
  .header-inner{padding-bottom:12px}
  .brand-text .script{font-size:3rem}
  .menu-btn{display:block}
  .nav{display:none;position:absolute;top:106px;left:4vw;right:4vw;background:#120a11;border:1px solid rgba(255,92,168,.3);border-radius:18px;padding:18px;flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .hero{padding-top:40px}
  .hero .script-title{font-size:4.8rem}
  .hero .block-title{font-size:3rem}
  .hero-image img,.owner-photo{height:460px}
  .strip{grid-template-columns:repeat(2,1fr)}
  .product-grid,.pricing-grid,.gallery,.form-grid,.option-row{grid-template-columns:1fr}
  .gallery img,.gallery video{height:400px}
}

/* Refined boutique homepage */
.hero{min-height:auto;grid-template-columns:1fr;padding:58px 7vw 36px;text-align:center}
.hero-copy{max-width:760px;margin:auto}
.hero p{margin-left:auto;margin-right:auto}
.hero-actions{justify-content:center}
.hero-image{display:none}
.hero:before,.hero:after{display:none}
.wave{height:5px;clip-path:none;background:linear-gradient(90deg,transparent,#d7ad4b,transparent)}
.home-collage{padding:18px 6vw 58px;display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:14px;max-width:1180px;margin:auto}
.home-collage img{width:100%;height:300px;object-fit:cover;border-radius:18px;border:1px solid rgba(215,173,75,.55)}
.home-collage img:first-child{height:300px}
.alt{background:#f4eff6;color:#251b28}
.product-card,.price-card{border:1px solid rgba(111,42,165,.35);box-shadow:0 8px 22px rgba(35,18,42,.08)}
.product-card img{height:280px}
.brand-text .script{text-shadow:none}
.owner-photo-wrap{box-shadow:none}
@media(max-width:720px){
 .home-collage{grid-template-columns:1fr 1fr;padding:12px 5vw 42px}
 .home-collage img{height:190px}
 .home-collage img:first-child{grid-column:1/-1;height:230px}
}

.social-links{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.social-links a,.social-links .social-text{display:inline-flex;gap:6px;align-items:center;padding:9px 14px;border:1px solid rgba(215,173,75,.65);border-radius:999px;color:#f6e9fa;text-decoration:none;font-weight:800;background:rgba(0,0,0,.18)}
.social-links a:hover{transform:translateY(-1px);border-color:#d7ad4b}
.social-links span span,.social-links a span{color:#d7ad4b}
.footer-thanks{margin-top:4px}
@media(max-width:720px){.social-links{gap:8px}.social-links a,.social-links .social-text{font-size:.9rem;padding:8px 11px}}
