*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --rose:hsl(340,65%,55%);--rose-d:hsl(340,65%,42%);--rose-l:hsl(340,65%,95%);
  --gold:hsl(42,80%,52%);--dark:hsl(222,30%,12%);--text:hsl(222,20%,22%);
  --muted:hsl(222,12%,52%);--border:hsl(222,16%,90%);--white:#fff;
  --cream:hsl(38,40%,97%);--shadow:0 4px 24px hsla(340,60%,40%,.10);
  --shadow-lg:0 12px 48px hsla(340,60%,40%,.18);--radius:18px;
  --tr:.3s cubic-bezier(.4,0,.2,1);
}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--white);color:var(--text);line-height:1.65;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{max-width:1180px;margin:0 auto;padding:0 24px}
.section{padding:88px 0}
.section-label{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--rose);background:var(--rose-l);padding:6px 16px;border-radius:100px;margin-bottom:18px}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.9rem,3.5vw,2.7rem);font-weight:700;line-height:1.2;color:var(--dark);margin-bottom:14px}
.section-desc{font-size:1rem;color:var(--muted);max-width:580px;margin-bottom:48px}
.gradient-text{background:linear-gradient(135deg,var(--rose) 0%,var(--gold) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* BUTTONS */
.btn-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--rose),var(--rose-d));color:#fff;font-weight:600;font-size:.95rem;padding:14px 28px;border-radius:100px;transition:var(--tr);box-shadow:0 6px 24px hsla(340,60%,45%,.35)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 32px hsla(340,60%,45%,.45)}
.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--dark);font-weight:600;font-size:.95rem;padding:13px 28px;border-radius:100px;border:2px solid var(--border);transition:var(--tr)}
.btn-outline:hover{border-color:var(--rose);color:var(--rose)}
.btn-buy{display:block;text-align:center;background:linear-gradient(135deg,var(--rose),var(--rose-d));color:#fff;font-weight:600;font-size:.88rem;padding:11px 20px;border-radius:100px;margin-top:14px;transition:var(--tr);box-shadow:0 4px 16px hsla(340,60%,45%,.3)}
.btn-buy:hover{transform:translateY(-2px);box-shadow:0 8px 24px hsla(340,60%,45%,.4)}
.btn-view-all{display:inline-flex;align-items:center;background:var(--white);border:2px solid var(--rose);color:var(--rose);font-weight:700;font-size:1rem;padding:14px 36px;border-radius:100px;transition:var(--tr)}
.btn-view-all:hover{background:var(--rose);color:#fff}
.view-all-wrap{text-align:center;margin-top:48px}

/* NAVBAR */
.navbar{position:fixed;top:0;left:0;right:0;z-index:100;padding:12px 0;transition:var(--tr);background:transparent}
.navbar.scrolled{background:rgba(255,255,255,.93);backdrop-filter:blur(16px);box-shadow:0 2px 24px rgba(0,0,0,.08);padding:8px 0}
.nav-container{max-width:1180px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:28px}
.logo-img{height:48px;width:auto;object-fit:contain}
.nav-links{list-style:none;display:flex;gap:28px;margin-left:auto}
.nav-links a{font-size:.9rem;font-weight:500;color:var(--text);transition:color var(--tr);position:relative}
.nav-links a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--rose);transition:width var(--tr);border-radius:2px}
.nav-links a:hover{color:var(--rose)}
.nav-links a:hover::after{width:100%}
.btn-shopee{display:flex;align-items:center;gap:7px;background:var(--rose);color:#fff;font-weight:600;font-size:.85rem;padding:10px 20px;border-radius:100px;transition:var(--tr);white-space:nowrap}
.btn-shopee:hover{background:var(--rose-d);transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}
.hamburger span{display:block;width:24px;height:2.5px;background:var(--dark);border-radius:2px;transition:var(--tr)}

/* HERO */
.hero{min-height:100vh;background:linear-gradient(145deg,hsl(340,40%,98%) 0%,hsl(38,50%,97%) 60%,hsl(152,30%,96%) 100%);display:flex;flex-direction:column;position:relative;overflow:hidden}
.hero-bg-shapes{position:absolute;inset:0;pointer-events:none}
.shape{position:absolute;border-radius:50%;filter:blur(60px);opacity:.5}
.shape-1{width:480px;height:480px;background:radial-gradient(circle,hsl(340,70%,80%) 0%,transparent 70%);top:-120px;right:-80px}
.shape-2{width:320px;height:320px;background:radial-gradient(circle,hsl(38,80%,75%) 0%,transparent 70%);bottom:80px;left:-60px}
.hero-container{flex:1;display:flex;align-items:center;max-width:1180px;margin:0 auto;padding:120px 24px 80px;gap:64px}
.hero-content{flex:1;min-width:0}
.hero-badge{display:inline-block;font-size:.82rem;font-weight:600;color:var(--gold);background:hsl(42,80%,95%);padding:7px 18px;border-radius:100px;margin-bottom:24px;border:1px solid hsl(42,60%,85%)}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:700;line-height:1.12;color:var(--dark);margin-bottom:20px}
.hero-desc{font-size:1.05rem;color:var(--muted);max-width:490px;margin-bottom:36px}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:48px}
.hero-stats{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.stat-item{text-align:left}
.stat-num{display:block;font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:700;color:var(--dark)}
.stat-label{font-size:.75rem;color:var(--muted);font-weight:500}
.stat-divider{width:1px;height:36px;background:var(--border)}
.hero-image-wrap{flex:1;display:flex;justify-content:center;align-items:center;min-width:0}
.hero-img-card{position:relative;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-lg);max-width:420px;width:100%;animation:float 6s ease-in-out infinite}
.hero-img{width:100%;aspect-ratio:3/4;object-fit:cover}
.hero-img-badge{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.92);backdrop-filter:blur(12px);padding:9px 20px;border-radius:100px;font-size:.86rem;font-weight:600;color:var(--dark);white-space:nowrap;box-shadow:0 4px 20px rgba(0,0,0,.1)}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}

/* ETALASE */
.etalase{background:var(--white)}
.etalase-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.etalase-card{border-radius:16px;overflow:hidden;position:relative;aspect-ratio:1;display:flex;align-items:flex-end;box-shadow:var(--shadow);transition:var(--tr)}
.etalase-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.etalase-card:hover img{transform:scale(1.07)}
.etalase-card span{position:relative;z-index:1;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 100%);width:100%;padding:36px 16px 14px;color:#fff;font-weight:700;font-size:.95rem}

/* PRODUK */
.produk{background:linear-gradient(180deg,hsl(340,30%,98%) 0%,var(--white) 100%)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:var(--tr);box-shadow:0 2px 12px rgba(0,0,0,.05)}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:hsla(340,60%,70%,.3)}
.product-img-wrap{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--cream)}
.product-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.product-card:hover .product-img{transform:scale(1.06)}
.product-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--tr)}
.product-card:hover .product-overlay{opacity:1}
.overlay-btn{background:#fff;color:var(--dark);font-weight:700;font-size:.86rem;padding:11px 22px;border-radius:100px;transition:background var(--tr),color var(--tr)}
.overlay-btn:hover{background:var(--rose);color:#fff}
.product-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,var(--rose),var(--rose-d));color:#fff;font-size:.72rem;font-weight:700;padding:4px 11px;border-radius:100px}
.product-badge.top{background:linear-gradient(135deg,hsl(42,90%,48%),hsl(38,90%,40%))}
.product-badge.sale{background:linear-gradient(135deg,hsl(152,50%,42%),hsl(152,50%,34%))}
.product-info{padding:18px 20px 20px}
.product-category{font-size:.73rem;font-weight:600;color:var(--rose);text-transform:uppercase;letter-spacing:.08em}
.product-name{font-size:.98rem;font-weight:700;color:var(--dark);margin:6px 0 8px;line-height:1.35}
.product-desc{font-size:.84rem;color:var(--muted);line-height:1.65}
.product-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;flex-wrap:wrap;gap:6px}
.product-price{font-size:1rem;font-weight:700;color:var(--rose)}
.product-price del{color:var(--muted);font-weight:400;font-size:.82rem;margin-left:4px}
.product-rating{font-size:.8rem;color:hsl(42,80%,45%)}
.product-rating span{color:var(--muted)}

/* KEUNGGULAN */
.keunggulan{background:var(--white)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.feature-item{padding:28px 24px;border:1px solid var(--border);border-radius:var(--radius);transition:var(--tr)}
.feature-item:hover{border-color:hsla(340,60%,70%,.4);box-shadow:var(--shadow);transform:translateY(-4px)}
.feature-icon-wrap{width:52px;height:52px;background:var(--rose-l);border-radius:13px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.6rem}
.feature-item h4{font-size:.98rem;font-weight:700;color:var(--dark);margin-bottom:8px}
.feature-item p{font-size:.86rem;color:var(--muted);line-height:1.7}

/* CTA BANNER */
.cta-banner{background:linear-gradient(135deg,var(--rose) 0%,hsl(340,60%,42%) 40%,hsl(30,80%,48%) 100%);padding:64px 0}
.cta-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.cta-banner-logo img{height:60px;width:auto;filter:brightness(0) invert(1);opacity:.9}
.cta-banner-text h2{font-family:'Playfair Display',serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:#fff;margin-bottom:8px}
.cta-banner-text p{font-size:.95rem;color:rgba(255,255,255,.85)}
.cta-banner-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-shopee-lg{display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--rose);font-weight:700;font-size:.92rem;padding:13px 26px;border-radius:100px;transition:var(--tr);box-shadow:0 4px 20px rgba(0,0,0,.15)}
.btn-shopee-lg:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.2)}
.btn-ig-lg{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.18);color:#fff;font-weight:600;font-size:.92rem;padding:13px 26px;border-radius:100px;border:2px solid rgba(255,255,255,.5);transition:var(--tr)}
.btn-ig-lg:hover{background:rgba(255,255,255,.28);transform:translateY(-2px)}

/* FOOTER */
.footer{background:var(--dark);color:rgba(255,255,255,.75);padding:64px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:48px}
.footer-logo{height:52px;width:auto;filter:brightness(0) invert(1);opacity:.85;margin-bottom:14px}
.footer-brand p{font-size:.86rem;line-height:1.75;max-width:280px;margin-top:8px}
.footer-social{display:flex;gap:10px;margin-top:18px}
.social-link{font-size:.84rem;font-weight:600;color:rgba(255,255,255,.7);background:rgba(255,255,255,.1);padding:8px 16px;border-radius:100px;transition:background var(--tr)}
.social-link:hover{background:var(--rose);color:#fff}
.social-link.shopee-lnk:hover{background:var(--gold)}
.footer-links h4{font-size:.88rem;font-weight:700;color:#fff;margin-bottom:18px}
.footer-links ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:.86rem;color:rgba(255,255,255,.62);transition:color var(--tr)}
.footer-links a:hover{color:var(--rose)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;text-align:center;font-size:.8rem;color:rgba(255,255,255,.4)}

/* RESPONSIVE */
@media(max-width:1024px){
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .etalase-grid{grid-template-columns:repeat(2,1fr)}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .nav-links,.btn-shopee{display:none}
  .hamburger{display:flex}
  .nav-links.open{display:flex;flex-direction:column;position:fixed;top:64px;left:0;right:0;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);padding:24px;gap:20px;border-bottom:1px solid var(--border);box-shadow:0 8px 32px rgba(0,0,0,.12)}
  .hero-container{flex-direction:column;padding-top:100px;text-align:center;gap:36px}
  .hero-desc,.section-desc{margin-left:auto;margin-right:auto}
  .hero-cta,.hero-stats{justify-content:center}
  .hero-image-wrap{order:-1}
  .hero-img-card{max-width:300px}
  .product-grid,.etalase-grid,.feature-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:28px}
  .cta-banner-inner{flex-direction:column;text-align:center}
  .cta-banner-btns{justify-content:center}
  .cta-banner-logo{display:none}
}
