/* ============================================================
   VELENZA — Soft Luxe Beauty theme
   Ivory · Nude · Rose-Gold · Editorial serif
   ============================================================ */
:root{
  --cream:#FDFAF7; --ivory:#FFFFFF; --sand:#F8F1EB; --sand-2:#F2E7DE;
  --blush:#F7E5DE; --nude:#EACBBC; --nude-2:#DDB3A1;
  --rose:#C4796B; --rose-dk:#A85E52; --rose-lt:#E3A695;
  --gold:#C9A96A; --gold-lt:#E7D2A4;
  --ink:#2E2925; --ink-2:#4A423C; --muted:#8A7F76; --muted-2:#AFA398;
  --line:#EDE2D8; --line-2:#E0D2C5;
  --radius:20px; --radius-sm:12px; --radius-lg:32px; --radius-xl:44px;
  --shadow-sm:0 4px 18px -6px rgba(93,72,58,.12);
  --shadow:0 20px 50px -20px rgba(93,72,58,.22);
  --shadow-lg:0 34px 80px -30px rgba(93,72,58,.3);
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Jost',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  /* Dipakai untuk ikon emoji supaya glyph-nya tidak ikut metrik font teks
     (yang bikin posisinya melenceng dari tengah lingkaran). */
  --emoji:'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji','Segoe UI Symbol',sans-serif;
  --rose-grad:linear-gradient(135deg,#C4796B 0%,#D9998A 100%);
  --gold-grad:linear-gradient(135deg,#C9A96A 0%,#E7D2A4 50%,#BE9A56 100%);
  --wrap:1220px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:var(--sans);background:var(--cream);color:var(--ink);
  line-height:1.7;font-weight:300;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none;transition:.28s}
h1,h2,h3,h4{font-family:var(--serif);font-weight:600;line-height:1.14;color:var(--ink);letter-spacing:.2px}
.container{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 26px}
.container.narrow{max-width:840px}
.center{text-align:center}
.mt-2{margin-top:2.8rem}
.skip-link{position:absolute;left:-999px;background:var(--ink);color:#fff;padding:8px 14px;z-index:200}
.skip-link:focus{left:16px;top:16px}

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5em;
  font-family:var(--sans);font-weight:500;font-size:.92rem;letter-spacing:.06em;
  padding:.95em 1.9em;border-radius:100px;cursor:pointer;border:1px solid transparent;
  transition:.32s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative;overflow:hidden}
.btn-lg{padding:1.1em 2.4em;font-size:.98rem}
.btn-block{width:100%}
.btn-primary{background:var(--rose-grad);color:#fff;box-shadow:0 12px 28px -10px rgba(196,121,107,.55)}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 20px 40px -12px rgba(196,121,107,.65)}
.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line-2)}
.btn-ghost:hover{border-color:var(--rose);color:var(--rose);background:rgba(196,121,107,.05)}
.btn-outline{background:transparent;border-color:var(--rose);color:var(--rose)}
.btn-outline:hover{background:var(--rose);color:#fff}
.btn-light{background:#fff;color:var(--rose);box-shadow:var(--shadow-sm)}
.btn-light:hover{transform:translateY(-3px)}
.btn-nav{padding:.65em 1.4em;background:var(--rose-dk);color:#fff;font-weight:500}
.btn-nav:hover{background:var(--rose);box-shadow:0 10px 24px -8px rgba(196,121,107,.6)}

/* ---------- Topbar promo ---------- */
.topbar{background:var(--ink);color:#F4EDE5;font-size:.78rem;letter-spacing:.04em;
  text-align:center;padding:.62rem 1rem;position:relative;z-index:120}
/* `inline` (bukan inline-flex) supaya teks panjang tetap bisa membungkus di layar kecil */
.topbar a{color:#F4EDE5;text-decoration:none;display:inline}
.topbar a:hover{color:var(--nude)}
.topbar-close{position:absolute;right:14px;top:50%;transform:translateY(-50%);
  background:none;border:0;color:#BEB2A6;font-size:1.05rem;line-height:1;cursor:pointer;padding:4px 6px}
.topbar-close:hover{color:#fff}
body.topbar-off .topbar{display:none}

/* ---------- Header ---------- */
.site-header{position:sticky;top:0;z-index:110;background:rgba(253,250,247,.94);
  backdrop-filter:blur(18px);border-bottom:1px solid var(--line);transition:.35s}
.site-header.scrolled{box-shadow:0 6px 30px -20px rgba(93,72,58,.4)}
.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;
  gap:1.5rem;height:78px}
.brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.brand img{height:26px;width:auto;display:block}
.brand-name{font-family:var(--serif);font-weight:700;font-size:1.35rem;letter-spacing:.3em;
  color:var(--ink);padding-left:.2em}
.brand .brand-name{display:none} /* wordmark sudah memuat nama brand */

.main-nav{display:flex;align-items:center;justify-content:center;gap:2rem}
/* Tombol CTA di dalam nav hanya dipakai saat menu jadi drawer di mobile */
.main-nav .btn-nav{display:none}
.main-nav>a,.nav-item>a{font-size:.86rem;letter-spacing:.08em;text-transform:uppercase;
  color:var(--ink-2);position:relative;padding:.4em 0;font-weight:400;white-space:nowrap}
.main-nav>a:after,.nav-item>a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;
  height:1.5px;background:var(--rose);transition:.3s}
.main-nav>a:hover,.main-nav>a.active,.nav-item>a:hover,.nav-item.active>a{color:var(--rose)}
.main-nav>a:hover:after,.main-nav>a.active:after,
.nav-item:hover>a:after,.nav-item.active>a:after{width:100%}

/* Dropdown */
.nav-item{position:relative}
.nav-item>a:before{content:"";position:absolute;left:0;right:0;top:100%;height:18px}
.nav-caret{display:inline-block;margin-left:.35em;font-size:.6em;opacity:.7;vertical-align:middle}
.nav-drop{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(10px);
  min-width:238px;background:#fff;border:1px solid var(--line);border-radius:var(--radius-sm);
  box-shadow:var(--shadow);padding:.6rem;opacity:0;visibility:hidden;transition:.28s;display:grid;gap:2px}
.nav-item:hover .nav-drop,.nav-item:focus-within .nav-drop{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}
.nav-drop a{display:flex;align-items:center;gap:.7em;padding:.62rem .85rem;border-radius:9px;
  font-size:.88rem;color:var(--ink-2);text-transform:none;letter-spacing:.01em}
.nav-drop a:hover{background:var(--sand);color:var(--rose)}
.nav-drop a i{font-style:normal;font-size:1rem;width:1.3em;text-align:center}

/* Header actions */
.header-actions{display:flex;align-items:center;gap:.6rem;justify-self:end}
.icon-btn{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;
  display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--ink-2);transition:.28s;padding:0}
.icon-btn:hover{border-color:var(--nude);color:var(--rose);background:var(--sand)}
.icon-btn svg{width:18px;height:18px}
.btn-nav{padding:.62em 1.35em;background:var(--rose-dk);color:#fff;font-weight:500;
  border-radius:100px;font-size:.82rem;letter-spacing:.06em;display:inline-flex;align-items:center;gap:.4em}
.btn-nav:hover{background:var(--rose);box-shadow:0 10px 24px -8px rgba(196,121,107,.6)}

.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:9px}
.nav-toggle span{width:24px;height:2px;background:var(--ink);transition:.3s;border-radius:2px}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ---------- Search overlay ---------- */
.search-overlay{position:fixed;inset:0;z-index:200;background:rgba(46,41,37,.55);
  backdrop-filter:blur(6px);opacity:0;visibility:hidden;transition:.3s}
.search-overlay.open{opacity:1;visibility:visible}
.search-panel{background:var(--cream);padding:2.6rem 0 3rem;transform:translateY(-24px);transition:.35s}
.search-overlay.open .search-panel{transform:none}
.search-form{display:flex;align-items:center;gap:1rem;border-bottom:1.5px solid var(--nude);padding-bottom:1rem}
.search-form input{flex:1;border:0;background:none;font-family:var(--serif);font-size:clamp(1.5rem,4vw,2.4rem);
  color:var(--ink);outline:none;min-width:0}
.search-form input::placeholder{color:var(--muted-2)}
.search-form button{background:none;border:0;cursor:pointer;color:var(--rose);font-size:.85rem;
  letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
.search-hint{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;
  font-size:.82rem;color:var(--muted)}
.search-hint a{padding:.35em 1em;border:1px solid var(--line-2);border-radius:100px;color:var(--ink-2)}
.search-hint a:hover{border-color:var(--rose);color:var(--rose)}
.search-close{position:absolute;top:1.1rem;right:1.4rem;background:none;border:0;font-size:1.6rem;
  color:var(--muted);cursor:pointer;line-height:1}

/* ---------- Hero / Slider ---------- */
.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;
  padding:130px 0 0;overflow:hidden;background:
    radial-gradient(ellipse 60% 50% at 85% 15%,rgba(234,203,188,.55),transparent 60%),
    radial-gradient(ellipse 50% 45% at 10% 85%,rgba(247,229,222,.7),transparent 60%),
    var(--cream)}
.hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none}
.hero-bg .orb{position:absolute;border-radius:50%;filter:blur(70px);opacity:.55}
.orb-1{width:480px;height:480px;background:radial-gradient(circle,#F2CDBD,transparent 70%);top:-100px;right:-60px;animation:drift 16s ease-in-out infinite}
.orb-2{width:420px;height:420px;background:radial-gradient(circle,#F6E7C9,transparent 70%);bottom:-120px;left:-80px;animation:drift 20s ease-in-out infinite reverse}
@keyframes drift{0%,100%{transform:translate(0,0)}50%{transform:translate(-30px,26px)}}
.hero-grain{position:absolute;inset:0;opacity:.35;
  background-image:radial-gradient(var(--line-2) .7px,transparent .7px);background-size:22px 22px;
  mask-image:radial-gradient(ellipse at center,#000 20%,transparent 72%)}

.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;flex:1}
.eyebrow{display:inline-flex;align-items:center;gap:.55em;font-family:var(--sans);font-size:.74rem;
  letter-spacing:.3em;text-transform:uppercase;color:var(--rose);margin-bottom:1.3rem;font-weight:500}
.eyebrow:before{content:"";width:26px;height:1px;background:var(--rose);opacity:.6}
.section-head .eyebrow{justify-content:center}
.section-head .eyebrow:after{content:"";width:26px;height:1px;background:var(--rose);opacity:.6}
.hero-title{font-size:clamp(2.9rem,6.2vw,5rem);font-weight:600;margin-bottom:1.5rem;color:var(--ink)}
.hero-title em{font-style:italic;color:var(--rose);font-weight:500}
.hero-sub{font-size:1.1rem;color:var(--muted);max-width:520px;margin-bottom:2.4rem;line-height:1.85}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3.2rem}
.hero-stats{display:flex;gap:2.6rem}
.hero-stats div{display:flex;flex-direction:column}
.hero-stats strong{font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--rose)}
.hero-stats span{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}

/* Hero visual */
.hero-visual{display:flex;justify-content:center;align-items:center;position:relative}
.hero-frame{position:relative;width:min(420px,90%);aspect-ratio:4/5;border-radius:240px 240px 30px 30px;
  overflow:hidden;background:linear-gradient(160deg,var(--blush),var(--sand-2));box-shadow:var(--shadow-lg)}
.hero-frame img{width:100%;height:100%;object-fit:cover}
.hero-frame.is-logo{display:flex;align-items:center;justify-content:center}
.hero-frame.is-logo img{width:52%;height:auto;object-fit:contain;animation:float 6.5s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.hero-ring{position:absolute;inset:-26px;border:1px solid var(--nude);border-radius:260px 260px 50px 50px;opacity:.6;pointer-events:none}
.hero-badge{position:absolute;bottom:34px;left:-16px;background:#fff;border-radius:100px;padding:.75rem 1.3rem;
  box-shadow:var(--shadow);display:flex;align-items:center;gap:.6rem;font-size:.84rem;font-weight:500;z-index:3}
.hero-badge b{color:var(--rose);font-family:var(--serif);font-size:1.15rem}

/* Slider dots */
.hero-dots{display:flex;gap:.5rem;margin-top:2rem}
.hero-dots button{width:30px;height:3px;border-radius:3px;border:0;background:var(--line-2);cursor:pointer;transition:.3s;padding:0}
.hero-dots button.on{background:var(--rose);width:46px}
.hero-slide{display:none}
.hero-slide.on{display:block;animation:fadeUp .7s cubic-bezier(.2,.7,.2,1)}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}

/* ---------- Marquee ---------- */
.marquee{position:relative;z-index:2;margin-top:3rem;padding:20px 0;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  overflow:hidden;white-space:nowrap;background:rgba(255,255,255,.5)}
.marquee-track{display:inline-flex;gap:2.4rem;animation:marquee 30s linear infinite}
.marquee-track span{font-family:var(--serif);font-size:1.35rem;font-style:italic;letter-spacing:.06em;color:var(--nude-2)}
@keyframes marquee{to{transform:translateX(-50%)}}

/* ---------- Sections ---------- */
.section{padding:120px 0;position:relative}
.page-hero + .section{padding-top:70px}
/* Angka pakai lining figures agar harga & statistik mudah dibaca */
.price,.price-tag,.pd-price,.hero-stats strong,.stat-card b{font-variant-numeric:lining-nums;font-feature-settings:"lnum" 1}
.section-alt{background:var(--sand)}
.section-soft{background:linear-gradient(180deg,var(--cream),var(--blush) 120%)}
.section-rose{background:linear-gradient(150deg,#F9EAE4,#F4DACF)}
.section-head{max-width:660px;margin:0 auto 4rem;text-align:center}
.section-head h2{font-size:clamp(2.1rem,4.2vw,3.2rem)}
.section-head h2 em{font-style:italic;color:var(--rose)}
.section-desc{color:var(--muted);margin-top:1.1rem;font-size:1.04rem}

/* ---------- Spotlight ---------- */
.spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.spotlight-copy h2{font-size:clamp(2rem,3.6vw,2.9rem);margin:.6rem 0 1rem}
.spotlight-copy .lead{font-size:1.22rem;color:var(--rose);font-family:var(--serif);font-style:italic;margin-bottom:1.1rem}
.spotlight-copy>p{color:var(--muted);margin-bottom:1.8rem}
.spotlight-actions{display:flex;align-items:center;gap:1.6rem;margin-top:2.2rem;flex-wrap:wrap}
.price-tag{font-family:var(--serif);font-size:2.1rem;font-weight:700;color:var(--ink)}
.product-shot{position:relative;aspect-ratio:1;border-radius:var(--radius-xl);overflow:hidden;
  background:linear-gradient(160deg,var(--blush),var(--sand-2));display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow)}
.product-shot img{width:100%;height:100%;object-fit:cover}

/* ---------- Badge ---------- */
.badge{position:absolute;top:18px;left:18px;background:var(--rose-grad);color:#fff;
  font-size:.7rem;font-weight:500;letter-spacing:.09em;padding:.45em 1em;border-radius:100px;text-transform:uppercase;z-index:3;
  box-shadow:0 8px 20px -8px rgba(196,121,107,.6)}
.badge-soon{background:#fff;color:var(--muted);border:1px solid var(--line-2);box-shadow:var(--shadow-sm)}
.badge.floating{animation:float 5s ease-in-out infinite}

/* ---------- Check list ---------- */
.check-list{list-style:none;display:grid;gap:.8rem}
.check-list li{position:relative;padding-left:2.1rem;color:var(--muted);font-size:.98rem}
.check-list li:before{content:"";position:absolute;left:0;top:.55em;width:1.2rem;height:1.2rem;border-radius:50%;
  background:var(--blush);background-image:linear-gradient(135deg,var(--nude),var(--blush))}
.check-list li:after{content:"✓";position:absolute;left:.32rem;top:.05em;color:var(--rose);font-size:.72rem;font-weight:600}

/* ---------- Category ---------- */
.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.6rem}
.category-card{padding:2.6rem 2.1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);
  transition:.38s;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}
.category-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:var(--nude)}
.category-card .cat-icon{font-size:1.6rem;width:60px;height:60px;border-radius:50%;line-height:1;
  font-family:var(--emoji);
  background:linear-gradient(135deg,var(--blush),var(--sand-2));display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem}
.category-card h3{font-size:1.45rem;margin-bottom:.6rem}
.category-card p{color:var(--muted);font-size:.92rem;margin-bottom:1.3rem}
.cat-count{font-size:.8rem;letter-spacing:.08em;color:var(--rose);font-weight:500}

/* ---------- Products ---------- */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:2rem}
.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;
  transition:.38s;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}
.product-card:hover{transform:translateY(-10px);box-shadow:var(--shadow);border-color:var(--nude)}
.product-card-media{position:relative;aspect-ratio:4/3;overflow:hidden;display:block;
  background:linear-gradient(160deg,var(--blush),var(--sand-2))}
.product-card-media img{width:100%;height:100%;object-fit:cover;transition:.7s}
.product-card:hover .product-card-media img{transform:scale(1.07)}
.product-card-body{padding:1.7rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.product-cat{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--nude-2)}
.product-card-body h3{font-size:1.3rem;line-height:1.28}
.product-card-body h3 a:hover{color:var(--rose)}
.product-card-body p{color:var(--muted);font-size:.9rem;flex:1}
.product-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:.9rem;padding-top:1.1rem;border-top:1px solid var(--line)}
.price{font-family:var(--serif);font-size:1.4rem;font-weight:700;color:var(--ink)}
.soon{font-size:.85rem;color:var(--muted-2);font-style:italic}
.link-arrow{font-size:.85rem;font-weight:500;color:var(--rose)}
.link-arrow:hover{color:var(--rose-dk)}

/* ---------- Features ---------- */
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.8rem}
.feature{padding:2.3rem 2rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:.35s}
.feature:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.feature-num{font-family:var(--serif);font-size:2.4rem;font-weight:700;
  background:var(--gold-grad);-webkit-background-clip:text;background-clip:text;color:transparent;display:block;margin-bottom:.8rem}
.feature h3{font-size:1.3rem;margin-bottom:.6rem}
.feature p{color:var(--muted);font-size:.92rem}

/* ---------- Testimonials ---------- */
.testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.8rem}
.testi-card{background:#fff;border-radius:var(--radius-lg);padding:2.3rem 2rem;box-shadow:var(--shadow-sm);
  position:relative;transition:.35s;display:flex;flex-direction:column;gap:1rem}
.testi-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.testi-card:before{content:"”";position:absolute;top:.4rem;right:1.6rem;font-family:var(--serif);
  font-size:5rem;color:var(--blush);line-height:1}
.stars{color:var(--gold);font-size:.95rem;letter-spacing:.15em}
.testi-card p{color:var(--ink-2);font-size:.96rem;line-height:1.8;flex:1;position:relative}
.testi-who{display:flex;align-items:center;gap:.85rem;padding-top:1rem;border-top:1px solid var(--line)}
.testi-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;
  background:linear-gradient(135deg,var(--nude),var(--blush));display:flex;align-items:center;justify-content:center;
  font-family:var(--serif);font-weight:700;color:var(--rose);font-size:1.1rem;flex-shrink:0}
.testi-who b{display:block;font-size:.95rem;font-weight:500}
.testi-who span{font-size:.8rem;color:var(--muted-2)}

/* ---------- FAQ accordion ---------- */
.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.3s}
.faq-item.open{border-color:var(--nude);box-shadow:var(--shadow-sm)}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:1.35rem 1.7rem;background:none;border:0;cursor:pointer;text-align:left;
  font-family:var(--serif);font-size:1.18rem;font-weight:600;color:var(--ink)}
.faq-q i{font-style:normal;width:26px;height:26px;border-radius:50%;background:var(--blush);color:var(--rose);
  display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;transition:.3s}
.faq-item.open .faq-q i{transform:rotate(45deg);background:var(--rose);color:#fff}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}
.faq-a p{padding:0 1.7rem 1.5rem;color:var(--muted);font-size:.97rem;line-height:1.8}

/* ---------- CTA ---------- */
.cta-partner-inner{background:linear-gradient(140deg,#F7E5DE 0%,#EACBBC 55%,#E7D2A4 130%);
  border-radius:var(--radius-xl);padding:5rem 3rem;text-align:center;position:relative;overflow:hidden}
.cta-partner-inner:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;
  border:1px solid rgba(255,255,255,.5);top:-180px;right:-120px}
.cta-partner-inner:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;
  background:rgba(255,255,255,.25);bottom:-160px;left:-80px}
.cta-partner-inner>*{position:relative;z-index:2}
.cta-partner-inner .eyebrow{color:var(--rose-dk)}
.cta-partner-inner .eyebrow:before{background:var(--rose-dk)}
.cta-partner-inner h2{font-size:clamp(2.1rem,4.2vw,3.2rem);margin:.5rem 0 1rem}
.cta-partner-inner p{color:var(--ink-2);max-width:580px;margin:0 auto 2.2rem}
.cta-partner-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ---------- Blog ---------- */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(325px,1fr));gap:2.2rem}
.blog-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;
  transition:.38s;display:flex;flex-direction:column;box-shadow:var(--shadow-sm)}
.blog-card:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:var(--nude)}
.blog-card-media{aspect-ratio:16/9;overflow:hidden;display:block;background:linear-gradient(160deg,var(--blush),var(--sand-2))}
.blog-card-media img{width:100%;height:100%;object-fit:cover;transition:.7s}
.blog-card:hover .blog-card-media img{transform:scale(1.06)}
.blog-card-body{padding:1.7rem;display:flex;flex-direction:column;gap:.7rem;flex:1}
.blog-meta{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--nude-2)}
.blog-card-body h2,.blog-card-body h3{font-size:1.35rem;line-height:1.32}
.blog-card-body h2 a:hover,.blog-card-body h3 a:hover{color:var(--rose)}
.blog-card-body p{color:var(--muted);font-size:.92rem;flex:1}

/* ---------- Page hero ---------- */
/* Header sekarang `sticky` (sudah memakan ruang sendiri), jadi tidak perlu
   lagi padding atas besar untuk memberi jarak seperti saat header `fixed`. */
.page-hero{padding:72px 0 56px;text-align:center;position:relative;overflow:hidden;
  background:radial-gradient(ellipse 70% 60% at 50% 0%,rgba(247,229,222,.9),transparent 65%),var(--cream)}
.page-hero h1{font-size:clamp(2.5rem,5.2vw,3.8rem);margin:.6rem 0}
.page-hero h1 em{font-style:italic;color:var(--rose)}
.page-hero p{color:var(--muted);max-width:640px;margin:0 auto;font-size:1.05rem}
.breadcrumb{font-size:.82rem;color:var(--muted-2);letter-spacing:.04em;margin-bottom:1.1rem}
.breadcrumb a:hover{color:var(--rose)}

/* ---------- Chips ---------- */
.filter-bar{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center;margin-bottom:3.4rem}
.chip{padding:.6em 1.4em;border:1px solid var(--line-2);border-radius:100px;font-size:.86rem;color:var(--muted);background:#fff;transition:.25s}
.chip:hover{border-color:var(--rose);color:var(--rose)}
.chip.active{background:var(--rose-grad);color:#fff;border-color:transparent;font-weight:500;
  box-shadow:0 10px 22px -10px rgba(196,121,107,.6)}

/* ---------- Product detail ---------- */
.product-detail{padding:56px 0 90px}
.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:1.5rem}
.pd-info h1{font-size:clamp(2rem,4vw,2.9rem);margin:.6rem 0 .5rem}
.pd-tagline{font-family:var(--serif);font-style:italic;font-size:1.25rem;color:var(--rose);margin-bottom:1.1rem}
.pd-short{color:var(--muted);margin-bottom:1.7rem}
.pd-price{font-family:var(--serif);font-size:2.7rem;font-weight:700;color:var(--ink);margin-bottom:1.6rem}
.pd-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.2rem}
.pd-soon-box{background:#fff;border:1px solid var(--line-2);border-radius:var(--radius);padding:1.9rem;margin-bottom:2rem;box-shadow:var(--shadow-sm)}
.pd-soon-box strong{font-family:var(--serif);font-size:1.5rem;display:block;margin-bottom:.4rem}
.pd-soon-box p{color:var(--muted);font-size:.92rem;margin-bottom:1.3rem}
.pd-benefits h3{font-size:1.35rem;margin-bottom:1.1rem}
.pd-tabs{margin-top:5.5rem;display:grid;gap:3rem;max-width:880px}
.pd-block h2{font-size:1.8rem;margin-bottom:1.1rem;padding-bottom:.7rem;border-bottom:1px solid var(--line)}
.step-list{padding-left:0;list-style:none;counter-reset:s;display:grid;gap:1.1rem}
.step-list li{position:relative;padding-left:3.2rem;counter-increment:s;color:var(--muted)}
.step-list li:before{content:counter(s);position:absolute;left:0;top:-1px;width:2.1rem;height:2.1rem;border-radius:50%;
  background:var(--rose-grad);color:#fff;font-weight:500;display:flex;align-items:center;justify-content:center;font-size:.85rem}

/* ---------- Rich text ---------- */
.rich-text{color:var(--ink-2);font-size:1.06rem;line-height:1.9}
.rich-text h2{font-size:1.85rem;margin:2.4rem 0 1rem}
.rich-text h3{font-size:1.4rem;margin:1.8rem 0 .8rem}
.rich-text p{margin-bottom:1.3rem}
.rich-text ul,.rich-text ol{margin:0 0 1.3rem 1.4rem;display:grid;gap:.55rem}
.rich-text strong{color:var(--ink);font-weight:500}
.rich-text a{color:var(--rose);text-decoration:underline}
.rich-text img{border-radius:var(--radius);margin:1.5rem 0}
.rich-text blockquote{border-left:3px solid var(--nude);padding:.4rem 0 .4rem 1.4rem;margin:1.6rem 0;
  font-family:var(--serif);font-style:italic;font-size:1.2rem;color:var(--rose)}

/* ---------- Post ---------- */
.post-hero{padding:64px 0 30px;text-align:center}
.post-hero h1{font-size:clamp(2.2rem,4.6vw,3.5rem);margin:1rem 0}
.post-lead{color:var(--muted);font-size:1.14rem;max-width:700px;margin:0 auto 1rem}
.post-author{color:var(--muted-2);font-size:.9rem}
.post-cover{border-radius:var(--radius-lg);overflow:hidden;margin:2.2rem 0;box-shadow:var(--shadow)}
.post-cover img{width:100%;aspect-ratio:16/8;object-fit:cover}
.post-tags{display:flex;gap:.6rem;flex-wrap:wrap;margin:2.8rem 0 1.5rem}
.tag{font-size:.8rem;color:var(--rose);background:var(--blush);padding:.35em 1em;border-radius:100px}
.post-share{display:flex;align-items:center;gap:1.2rem;padding-top:1.6rem;border-top:1px solid var(--line);font-size:.9rem;color:var(--muted)}
.post-share a{color:var(--rose);font-weight:500}

/* ---------- Pagination ---------- */
.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:3.4rem}
.pagination a{width:46px;height:46px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--line-2);border-radius:14px;color:var(--muted);background:#fff}
.pagination a.active,.pagination a:hover{background:var(--rose-grad);color:#fff;border-color:transparent}

/* ---------- About ---------- */
.about-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}
.about-copy p{color:var(--muted);margin-bottom:1.2rem}
.about-visual{display:flex;justify-content:center}
.vm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(265px,1fr));gap:1.8rem}
.vm-card{padding:2.8rem 2.1rem;background:#fff;border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);transition:.35s}
.vm-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.vm-card .cat-icon{font-size:1.7rem;width:64px;height:64px;border-radius:50%;margin:0 auto 1.2rem;
  background:linear-gradient(135deg,var(--blush),var(--sand-2));display:flex;align-items:center;justify-content:center}
.vm-card h3{font-size:1.5rem;margin-bottom:.8rem}
.vm-card p{color:var(--muted);font-size:.95rem}

/* ---------- Partner ---------- */
.partner-compare{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:940px;margin:0 auto 5.5rem}
.partner-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-xl);padding:3rem 2.5rem;
  position:relative;transition:.38s;box-shadow:var(--shadow-sm)}
.partner-card.featured{border-color:var(--nude);background:linear-gradient(165deg,#fff,#FBF1EB);box-shadow:var(--shadow)}
.partner-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}
.partner-tag{display:inline-block;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;
  padding:.4em 1em;border-radius:100px;background:var(--sand-2);color:var(--muted);margin-bottom:1.3rem;font-weight:500}
.partner-tag.gold{background:var(--gold-grad);color:#fff}
.partner-card h2{font-size:2.3rem;margin-bottom:.8rem}
.partner-card>p{color:var(--muted);margin-bottom:1.6rem;font-size:.95rem}
.partner-card .check-list{margin-bottom:2.2rem}
.steps-section{max-width:1020px;margin:0 auto}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(215px,1fr));gap:1.6rem}
.step-item{text-align:center;padding:1.6rem}
.step-num{width:60px;height:60px;margin:0 auto 1.1rem;border-radius:50%;background:var(--rose-grad);color:#fff;
  display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:1.5rem;font-weight:700;
  box-shadow:0 12px 26px -10px rgba(196,121,107,.6)}
.step-item h3{font-size:1.25rem;margin-bottom:.5rem}
.step-item p{color:var(--muted);font-size:.88rem}

/* ---------- Forms ---------- */
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);padding:2.8rem;display:grid;gap:1.4rem;box-shadow:var(--shadow-sm)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}
.field{display:flex;flex-direction:column;gap:.5rem}
.field label{font-size:.85rem;color:var(--ink-2);letter-spacing:.03em;font-weight:400}
.field input,.field textarea,.field select{
  background:var(--cream);border:1px solid var(--line-2);border-radius:var(--radius-sm);
  padding:.9em 1.1em;color:var(--ink);font-family:var(--sans);font-size:.95rem;transition:.25s;width:100%}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--rose);
  background:#fff;box-shadow:0 0 0 4px rgba(196,121,107,.09)}
.field textarea{resize:vertical}
.checkbox{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--muted)}
.checkbox input{margin-top:.3rem;accent-color:var(--rose)}

/* ---------- Contact ---------- */
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:start}
.contact-info h2{font-size:2.1rem;margin-bottom:1rem}
.contact-info>p{color:var(--muted);margin-bottom:2.2rem}
.contact-list{list-style:none;display:grid;gap:1.3rem}
.contact-list li{display:flex;flex-direction:column;gap:.2rem;padding-bottom:1.3rem;border-bottom:1px solid var(--line)}
.contact-list span{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}
.contact-list a{font-size:1.1rem;color:var(--rose)}

/* ---------- Alerts ---------- */
.alert{padding:1em 1.3em;border-radius:var(--radius-sm);margin-bottom:1.5rem;font-size:.92rem;border:1px solid}
.alert-success{background:#EDF7F0;border-color:#B9DEC7;color:#3B7550}
.alert-error{background:#FBEDEC;border-color:#EFC3BE;color:#A8564C}

/* ---------- Thank you / error ---------- */
.thankyou,.error-page{padding:90px 0 110px;text-align:center}
.ty-icon{width:96px;height:96px;margin:0 auto 2.2rem;border-radius:50%;background:var(--rose-grad);
  display:flex;align-items:center;justify-content:center;font-size:2.8rem;color:#fff;
  box-shadow:0 20px 44px -14px rgba(196,121,107,.6)}
.thankyou h1,.error-page h1{font-size:clamp(2.2rem,5vw,3.5rem);margin-bottom:1rem}
.thankyou p,.error-page p{color:var(--muted);max-width:540px;margin:0 auto 2.2rem}
.ty-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.error-code{font-family:var(--serif);font-size:9rem;font-weight:700;line-height:1;
  background:var(--rose-grad);-webkit-background-clip:text;background-clip:text;color:transparent}
.empty-state{text-align:center;color:var(--muted);padding:4rem 0;font-size:1.1rem}

/* ---------- Footer ---------- */
.site-footer{background:var(--ink);color:#D8CFC7;padding:5.5rem 0 2rem}
.site-footer h4{color:#fff}
.footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:2.6rem;padding-bottom:3.2rem;
  border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand .brand-name{color:#fff;font-size:1.35rem}
.footer-brand p{color:#A9A099;font-size:.92rem;margin:1.3rem 0;max-width:330px}
.social{display:flex;gap:1.3rem}
.social a{font-size:.85rem;color:var(--nude)}
.social a:hover{color:#fff}
.footer-col h4{font-family:var(--sans);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--nude);margin-bottom:1.3rem;font-weight:500}
.footer-col a{display:block;color:#A9A099;font-size:.92rem;margin-bottom:.75rem}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;justify-content:space-between;padding-top:2rem;color:#8A817A;font-size:.85rem;flex-wrap:wrap;gap:1rem}

/* ---------- WhatsApp float ---------- */
.wa-float{position:fixed;bottom:26px;right:26px;width:58px;height:58px;border-radius:50%;
  background:linear-gradient(135deg,#2ec46b,#1a9d51);color:#fff;display:flex;align-items:center;justify-content:center;
  z-index:90;box-shadow:0 12px 30px -8px rgba(46,196,107,.55);animation:pulse 2.6s infinite}
.wa-float:hover{transform:scale(1.08)}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(46,196,107,.45)}70%{box-shadow:0 0 0 16px rgba(46,196,107,0)}100%{box-shadow:0 0 0 0 rgba(46,196,107,0)}}

/* ---------- Reveal ----------
   Hanya disembunyikan bila JavaScript aktif, supaya konten tetap terbaca
   (dan terindeks) kalau JS gagal dimuat atau dimatikan. */
.js .reveal{opacity:0;transform:translateY(28px);transition:.85s cubic-bezier(.2,.7,.2,1)}
.js .reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){
  .js .reveal{opacity:1;transform:none;transition:none}
}

/* ---------- Responsive ---------- */
@media(max-width:960px){
  .hero-inner,.spotlight-grid,.pd-grid,.about-grid,.contact-grid,.partner-compare{grid-template-columns:1fr}
  .hero{min-height:auto;padding-top:120px}
  .hero-visual{order:-1;margin-bottom:2rem}
  .hero-frame{width:min(320px,80%)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .main-nav{position:fixed;top:84px;right:0;bottom:0;width:min(80vw,330px);flex-direction:column;align-items:flex-start;
    background:rgba(253,250,247,.98);backdrop-filter:blur(20px);padding:2.2rem;gap:1.5rem;transform:translateX(100%);
    transition:.4s;border-left:1px solid var(--line);box-shadow:-20px 0 50px -30px rgba(93,72,58,.4)}
  .main-nav.open{transform:none}
  .nav-toggle{display:flex}
  .nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .nav-toggle.open span:nth-child(2){opacity:0}
  .nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .section{padding:85px 0}
  .cta-partner-inner{padding:3.5rem 1.8rem}
}
@media(max-width:560px){
  .container{padding:0 18px}
  .hero-stats{gap:1.5rem}
  .hero-stats strong{font-size:1.6rem}
  .form-row{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .form-card{padding:1.8rem}
  .hero-badge{left:0}
}

/* ============================================================
   V3 — Struktur homepage baru (banner hero, best seller,
   cerita brand, legalitas, galeri sosial, mitra resmi)
   ============================================================ */

/* ---------- Hero banner (slider full-bleed) ---------- */
.hero-banner{position:relative;overflow:hidden;background:var(--sand)}
.hb-slide{display:none;position:relative}
.hb-slide.on{display:block;animation:hbIn .8s cubic-bezier(.2,.7,.2,1)}
@keyframes hbIn{from{opacity:0}to{opacity:1}}
.hb-media{position:absolute;inset:0;z-index:0}
.hb-media img{width:100%;height:100%;object-fit:cover}
.hb-media.is-empty{background:
  radial-gradient(ellipse 55% 60% at 78% 25%,rgba(234,203,188,.75),transparent 62%),
  radial-gradient(ellipse 50% 50% at 12% 82%,rgba(247,229,222,.85),transparent 62%),
  linear-gradient(150deg,var(--cream),var(--sand-2))}
.hb-scrim{position:absolute;inset:0;z-index:1}
.hb-slide.theme-dark .hb-scrim{background:linear-gradient(90deg,rgba(30,26,23,.72) 0%,rgba(30,26,23,.42) 45%,rgba(30,26,23,.08) 100%)}
.hb-slide.theme-light .hb-scrim{background:linear-gradient(90deg,rgba(253,250,247,.9) 0%,rgba(253,250,247,.55) 48%,transparent 100%)}
.hb-inner{position:relative;z-index:2;display:flex;align-items:center;
  min-height:clamp(420px,64vh,620px);padding:4.5rem 0}
.hb-copy{max-width:610px}
.hb-slide.align-center .hb-inner{justify-content:center;text-align:center}
.hb-slide.align-center .hb-copy .eyebrow{justify-content:center}
.hb-slide.align-center .hb-actions{justify-content:center}
.hb-slide.align-right .hb-inner{justify-content:flex-end;text-align:right}
.hb-slide.align-right .hb-actions{justify-content:flex-end}
.hb-title{font-size:clamp(2.3rem,5.4vw,4.1rem);font-weight:600;line-height:1.1;margin-bottom:1.2rem}
.hb-sub{font-size:clamp(.98rem,1.6vw,1.12rem);line-height:1.8;margin-bottom:2.2rem;max-width:520px}
.hb-slide.align-center .hb-sub{margin-left:auto;margin-right:auto}
.hb-slide.align-right .hb-sub{margin-left:auto}
.hb-actions{display:flex;gap:.9rem;flex-wrap:wrap}
.hb-slide.theme-dark .hb-title{color:#fff}
.hb-slide.theme-dark .hb-sub{color:rgba(255,255,255,.86)}
.hb-slide.theme-dark .eyebrow{color:var(--nude)}
.hb-slide.theme-dark .eyebrow:before{background:var(--nude)}
.hb-slide.theme-light .hb-title{color:var(--ink)}
.hb-slide.theme-light .hb-sub{color:var(--muted)}

/* Kontrol slider */
.hb-dots{position:absolute;left:0;right:0;bottom:24px;z-index:5;display:flex;justify-content:center;gap:.5rem}
.hb-dots button{width:26px;height:3px;border-radius:3px;border:0;padding:0;cursor:pointer;
  background:rgba(255,255,255,.5);transition:.3s}
.hb-dots button.on{background:var(--rose-lt);width:44px}
.hb-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;
  border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.16);
  backdrop-filter:blur(6px);color:#fff;cursor:pointer;display:none;align-items:center;justify-content:center;font-size:1.1rem}
.hb-arrow:hover{background:#fff;color:var(--ink);border-color:#fff}
.hb-prev{left:22px} .hb-next{right:22px}
.hero-banner:hover .hb-arrow{display:flex}

/* ---------- Strip keunggulan ---------- */
.highlight-strip{background:#fff;border-bottom:1px solid var(--line)}
.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.hl-item{display:flex;align-items:center;gap:.95rem;padding:1.6rem 1.4rem;
  border-right:1px solid var(--line)}
.hl-item:last-child{border-right:0}
.hl-icon{width:44px;height:44px;flex-shrink:0;border-radius:50%;display:flex;align-items:center;
  justify-content:center;font-size:1.15rem;line-height:1;text-align:center;
  font-family:var(--emoji);color:var(--rose);
  background:linear-gradient(135deg,var(--blush),var(--sand-2))}
/* Selektor dipersempit ke `.hl-txt`. Kalau memakai `.hl-item span`, aturan ini
   ikut mengenai `.hl-icon` (yang juga sebuah <span>) dan menimpa display:flex-nya
   sehingga emoji tidak lagi berada di tengah lingkaran. */
.hl-txt b{display:block;font-size:.92rem;font-weight:500;color:var(--ink);letter-spacing:.01em}
.hl-txt span{display:block;font-size:.78rem;color:var(--muted);line-height:1.5;margin-top:.15rem}

/* ---------- Section head varian rata kiri ---------- */
.section-head.head-row{max-width:none;display:flex;align-items:flex-end;justify-content:space-between;
  gap:2rem;text-align:left;margin-bottom:3rem}
.section-head.head-row .eyebrow{justify-content:flex-start}
.section-head.head-row .eyebrow:after{display:none}
.section-head.head-row .section-desc{margin-top:.7rem;max-width:520px}
.head-row-copy h2{font-size:clamp(1.9rem,3.6vw,2.8rem)}
.arrow-link{display:inline-flex;align-items:center;gap:.6em;font-size:.84rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--rose);white-space:nowrap;font-weight:500;flex-shrink:0}
.arrow-link:hover{gap:1.05em;color:var(--rose-dk)}

/* ---------- Best seller ---------- */
.best-rail{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.product-card .pc-rating{display:flex;align-items:center;gap:.4rem;font-size:.78rem;color:var(--muted);margin-bottom:.5rem}
.product-card .pc-rating b{color:var(--ink);font-weight:500}
.product-card .pc-rating .stars{font-size:.8rem;letter-spacing:.02em}
.pc-size{font-size:.75rem;color:var(--muted-2);letter-spacing:.08em;text-transform:uppercase}
.pc-sold{font-size:.75rem;color:var(--muted-2)}
.rank-badge{position:absolute;top:16px;right:16px;z-index:3;width:34px;height:34px;border-radius:50%;
  background:rgba(255,255,255,.92);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;
  font-family:var(--serif);font-weight:700;font-size:1rem;color:var(--rose);box-shadow:var(--shadow-sm)}
.pc-wa{display:inline-flex;align-items:center;gap:.45em;font-size:.8rem;color:#1a9d51;font-weight:500}
.pc-wa:hover{color:#137a3e}

/* ---------- Cerita brand + video ---------- */
.story-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}
.story-copy h2{font-size:clamp(2rem,3.8vw,3rem);margin:.5rem 0 1.2rem}
.story-copy>p{color:var(--muted);font-size:1.04rem;margin-bottom:1.9rem}
.story-media{position:relative;border-radius:var(--radius-lg);overflow:hidden;
  aspect-ratio:4/3;background:linear-gradient(155deg,var(--blush),var(--sand-2));box-shadow:var(--shadow)}
.story-media img,.story-media iframe,.story-media video{width:100%;height:100%;object-fit:cover;border:0;display:block}
.story-media.is-logo{display:flex;align-items:center;justify-content:center}
.story-media.is-logo img{width:62%;height:auto;object-fit:contain;opacity:.85}
.play-btn{position:absolute;inset:0;margin:auto;width:78px;height:78px;border-radius:50%;border:0;cursor:pointer;
  background:rgba(255,255,255,.92);color:var(--rose);font-size:1.5rem;display:flex;align-items:center;
  justify-content:center;box-shadow:var(--shadow);transition:.3s;padding-left:5px}
.play-btn:hover{transform:scale(1.08);background:#fff}
.story-stats{display:flex;gap:2.6rem;flex-wrap:wrap;margin-top:2.2rem;padding-top:2rem;border-top:1px solid var(--line)}
.story-stats div{display:flex;flex-direction:column}
.story-stats strong{font-family:var(--serif);font-size:2rem;font-weight:700;color:var(--rose);
  font-variant-numeric:lining-nums}
.story-stats span{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}

/* ---------- Legalitas / sertifikasi ---------- */
.cert-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.4rem}
.cert-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:2rem 1.5rem;text-align:center;transition:.35s}
.cert-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-sm);border-color:var(--nude)}
.cert-card .cert-ic{width:62px;height:62px;margin:0 auto 1.1rem;border-radius:50%;font-size:1.5rem;
  display:flex;align-items:center;justify-content:center;line-height:1;
  font-family:var(--emoji);color:var(--rose);
  background:linear-gradient(135deg,var(--blush),var(--sand-2))}
.cert-card img.cert-ic{object-fit:contain;padding:.7rem;background:var(--sand)}
.cert-card b{display:block;font-family:var(--serif);font-size:1.2rem;font-weight:600;color:var(--ink)}
.cert-card span{display:block;font-size:.85rem;color:var(--muted);margin-top:.35rem;line-height:1.6}

/* ---------- Galeri sosial ---------- */
.ig-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.7rem}
.ig-item{position:relative;aspect-ratio:1;border-radius:var(--radius-sm);overflow:hidden;
  background:var(--sand-2);display:block}
.ig-item img{width:100%;height:100%;object-fit:cover;transition:.5s}
.ig-item:hover img{transform:scale(1.08)}
.ig-item:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(46,41,37,.5),transparent 55%);
  opacity:0;transition:.35s}
.ig-item:hover:after{opacity:1}
.ig-cap{position:absolute;left:0;right:0;bottom:0;padding:.7rem;color:#fff;font-size:.75rem;
  opacity:0;transform:translateY(6px);transition:.35s;z-index:2;line-height:1.4}
.ig-item:hover .ig-cap{opacity:1;transform:none}

/* ---------- Mitra resmi (etalase publik) ---------- */
.seller-filter{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2.6rem}
.seller-filter a{padding:.5em 1.3em;border:1px solid var(--line-2);border-radius:100px;
  font-size:.85rem;color:var(--ink-2)}
.seller-filter a:hover,.seller-filter a.active{background:var(--rose);border-color:var(--rose);color:#fff}
.seller-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.4rem}
.seller-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.7rem;transition:.35s;display:flex;flex-direction:column;gap:.55rem}
.seller-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-sm);border-color:var(--nude)}
.seller-card h3{font-size:1.22rem}
.seller-loc{font-size:.86rem;color:var(--muted);display:flex;align-items:center;gap:.4em}
.seller-card .partner-tag{align-self:flex-start}
.seller-actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.7rem}
.seller-actions a{font-size:.82rem;padding:.55em 1.2em;border-radius:100px;border:1px solid var(--line-2);color:var(--ink-2)}
.seller-actions a.is-wa{background:#1a9d51;border-color:#1a9d51;color:#fff}
.seller-actions a:hover{border-color:var(--rose);color:var(--rose)}
.seller-actions a.is-wa:hover{background:#137a3e;border-color:#137a3e;color:#fff}

/* ---------- Drawer navigasi mobile ---------- */
.drawer-backdrop{position:fixed;inset:0;background:rgba(46,41,37,.45);backdrop-filter:blur(3px);
  z-index:118;opacity:0;visibility:hidden;transition:.32s}
.drawer-backdrop.open{opacity:1;visibility:visible}
body.nav-open{overflow:hidden}

/* ---------- Tombol kembali ke atas ---------- */
.to-top{position:fixed;bottom:96px;right:26px;width:44px;height:44px;border-radius:50%;
  background:#fff;border:1px solid var(--line-2);color:var(--ink-2);cursor:pointer;z-index:89;
  display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);
  opacity:0;visibility:hidden;transform:translateY(10px);transition:.32s;font-size:1rem}
.to-top.show{opacity:1;visibility:visible;transform:none}
.to-top:hover{border-color:var(--rose);color:var(--rose)}

/* ---------- Footer tambahan ---------- */
.footer-logo{height:24px;width:auto;margin-bottom:1.2rem;display:block}
.footer-note{font-size:.82rem;color:#8A817A;margin-top:1.4rem;line-height:1.7}
.footer-contact{display:grid;gap:.6rem;font-size:.9rem;color:#A9A099}
.footer-contact div{display:flex;gap:.6em;align-items:flex-start}
.footer-contact i{font-style:normal;opacity:.8}
.social-round{display:flex;gap:.6rem;margin-top:1.4rem}
.social-round a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);
  display:flex;align-items:center;justify-content:center;color:#D8CFC7;font-size:.95rem}
.social-round a:hover{background:var(--rose);border-color:var(--rose);color:#fff}

/* ============================================================
   Responsif V3
   ============================================================ */
@media(max-width:1080px){
  .main-nav{gap:1.4rem}
  .main-nav>a,.nav-item>a{font-size:.8rem;letter-spacing:.05em}
  .ig-grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:960px){
  .header-inner{grid-template-columns:auto auto;justify-content:space-between;height:66px}
  .brand img{height:22px}

  /* Drawer */
  .main-nav{position:fixed;top:0;right:0;bottom:0;left:auto;width:min(86vw,340px);
    flex-direction:column;align-items:stretch;justify-content:flex-start;
    background:var(--cream);padding:5.2rem 1.6rem 2.4rem;gap:0;overflow-y:auto;
    transform:translateX(100%);transition:transform .38s cubic-bezier(.2,.7,.2,1),visibility .38s;
    visibility:hidden;z-index:119;
    border-left:1px solid var(--line);box-shadow:-24px 0 60px -34px rgba(93,72,58,.55)}
  .main-nav.open{transform:none;visibility:visible}
  .main-nav>a,.nav-item>a{display:block;padding:1rem 0;border-bottom:1px solid var(--line);
    font-size:.95rem;letter-spacing:.06em}
  .main-nav>a:after,.nav-item>a:after{display:none}
  .nav-item{border-bottom:1px solid var(--line)}
  .nav-item>a{border-bottom:0}
  .nav-caret{float:right;transition:.3s}
  .nav-item.open .nav-caret{transform:rotate(180deg)}
  .nav-drop{position:static;transform:none;opacity:1;visibility:visible;min-width:0;
    border:0;box-shadow:none;background:none;padding:0 0 .8rem;max-height:0;overflow:hidden;transition:.3s}
  .nav-item.open .nav-drop{max-height:420px}
  .nav-drop a{padding:.6rem .9rem;font-size:.88rem;color:var(--muted)}
  .main-nav .btn-nav{display:inline-flex;margin-top:1.4rem;justify-content:center;padding:.9em 1.4em;font-size:.9rem}
  .nav-toggle{display:flex;order:3}
  .header-actions{gap:.4rem}
  .header-actions .btn-nav{display:none}

  /* Hero & seksi */
  .hb-inner{min-height:clamp(400px,72vh,540px);padding:3.4rem 0;align-items:flex-end}
  .hb-slide.theme-dark .hb-scrim{background:linear-gradient(180deg,rgba(30,26,23,.35) 0%,rgba(30,26,23,.78) 100%)}
  .hb-slide.theme-light .hb-scrim{background:linear-gradient(180deg,rgba(253,250,247,.5) 0%,rgba(253,250,247,.92) 100%)}
  .hb-copy{max-width:none}
  .hb-arrow{display:none!important}
  .highlight-grid{grid-template-columns:repeat(2,1fr)}
  .hl-item{border-bottom:1px solid var(--line);padding:1.25rem 1rem}
  .hl-item:nth-child(2n){border-right:0}
  .story-grid{grid-template-columns:1fr;gap:2.6rem}
  .story-media{order:-1}
  .best-rail{grid-template-columns:repeat(2,1fr);gap:1.1rem}
  .section-head.head-row{flex-direction:column;align-items:flex-start;gap:1.1rem;margin-bottom:2.2rem}
  .ig-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:560px){
  .topbar{font-size:.72rem;padding:.55rem 2.2rem}
  .hb-inner{padding:2.6rem 0;min-height:clamp(360px,66vh,460px)}
  .hb-title{font-size:clamp(1.85rem,7.6vw,2.5rem)}
  .hb-sub{font-size:.94rem;margin-bottom:1.6rem}
  .hb-actions{gap:.6rem}
  .hb-actions .btn{padding:.85em 1.4em;font-size:.85rem;flex:1 1 auto;justify-content:center}
  .hb-dots{bottom:14px}
  .highlight-grid{grid-template-columns:1fr}
  .hl-item{border-right:0}
  /* Kategori 2 kolom di HP supaya tidak terlalu panjang digulir */
  .category-grid{grid-template-columns:1fr 1fr;gap:.8rem}
  .category-card{padding:1.5rem 1rem;border-radius:var(--radius)}
  .category-card .cat-icon{width:44px;height:44px;font-size:1.2rem;margin-bottom:.8rem}
  .category-card h3{font-size:1.08rem}
  .category-card p{font-size:.82rem;line-height:1.55}
  .best-rail{grid-template-columns:repeat(2,1fr);gap:.9rem}
  .product-card h3{font-size:1.02rem}
  .ig-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}
  .cert-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}
  .cert-card{padding:1.4rem .9rem}
  .cert-card .cert-ic{width:48px;height:48px;font-size:1.2rem;margin-bottom:.8rem}
  .cert-card b{font-size:1rem}
  .story-stats{gap:1.6rem}
  .story-stats strong{font-size:1.6rem}
  .seller-grid{grid-template-columns:1fr}
  .to-top{bottom:88px;right:18px;width:40px;height:40px}
  .wa-float{width:52px;height:52px;bottom:18px;right:18px}
  .search-form input{font-size:1.25rem}
}

/* ============================================================
   Penyusunan ulang tampilan MOBILE
   Fokus: rapatkan jarak vertikal, kartu produk 2 kolom,
   tombol seragam, dan hilangkan ruang kosong berlebih.
   ============================================================ */
@media(max-width:768px){
  /* --- Jarak antar seksi --- */
  .section{padding:56px 0}
  .page-hero{padding:34px 0 30px}
  .page-hero + .section{padding-top:36px}
  .post-hero{padding:30px 0 18px}
  .product-detail{padding:26px 0 50px}
  .thankyou,.error-page{padding:50px 0 60px}
  .error-code{font-size:5.5rem}
  .section-head{margin-bottom:2.2rem}
  .section-head h2{font-size:clamp(1.6rem,6.4vw,2.1rem)}
  .section-desc{font-size:.94rem;margin-top:.7rem}
  .page-hero h1{font-size:clamp(1.75rem,7.4vw,2.4rem);margin:.4rem 0}
  .page-hero p{font-size:.95rem}
  .breadcrumb{margin-bottom:.7rem;font-size:.76rem}
  .mt-2{margin-top:1.8rem}

  /* --- Katalog produk: 2 kolom --- */
  .product-grid{grid-template-columns:1fr 1fr;gap:.85rem}
  .product-card{border-radius:var(--radius)}
  .product-card-media{aspect-ratio:1}
  .product-card-body{padding:.9rem .8rem 1rem;gap:.35rem}
  .product-card-body h3{font-size:.98rem;line-height:1.3}
  .product-card-body p{display:none}          /* deskripsi disembunyikan agar kartu ringkas */
  .product-cat{font-size:.62rem;letter-spacing:.12em}
  .product-card-foot{flex-direction:column;align-items:flex-start;gap:.45rem;
    margin-top:.6rem;padding-top:.7rem}
  .price{font-size:1.12rem}
  .product-card .pc-rating{font-size:.72rem;gap:.3rem;margin-bottom:.2rem}
  .pc-sold{display:none}                       /* terlalu sempit untuk 2 kolom */
  .badge{top:10px;left:10px;font-size:.6rem;padding:.35em .8em}
  .rank-badge{top:10px;right:10px;width:27px;height:27px;font-size:.82rem}
  .link-arrow,.pc-wa{font-size:.76rem}

  /* --- Filter kategori: satu baris yang bisa digeser --- */
  .filter-bar{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;
    margin-bottom:1.6rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;
    scrollbar-width:none}
  .filter-bar::-webkit-scrollbar{display:none}
  .chip{flex:0 0 auto;font-size:.8rem;padding:.5em 1.1em}

  /* --- Halaman detail produk --- */
  .pd-grid{gap:1.8rem;margin-top:.5rem}
  .pd-info h1{font-size:clamp(1.6rem,6.6vw,2.1rem)}
  .pd-tagline{font-size:1.05rem;margin-bottom:.9rem}
  .pd-short{margin-bottom:1.2rem;font-size:.95rem}
  .pd-price{font-size:2rem;margin-bottom:1.1rem}
  /* tombol dibuat selebar penuh & seragam, tidak lagi ragged */
  .pd-actions{flex-direction:column;gap:.65rem;margin-bottom:1.6rem}
  .pd-actions .btn{width:100%;justify-content:center}
  .pd-benefits h3,.pd-block h3{font-size:1.15rem;margin-bottom:.8rem}
  .pd-block{margin-bottom:1.8rem}
  .pd-soon-box{padding:1.4rem;margin-bottom:1.4rem}

  /* --- Kemitraan --- */
  .partner-compare{gap:1rem;margin-bottom:3rem}
  .partner-card{padding:1.8rem 1.4rem;border-radius:var(--radius-lg)}
  .partner-card h3,.partner-card h2{font-size:1.5rem}
  .steps-grid{grid-template-columns:1fr 1fr;gap:.8rem}
  .step-item{padding:1.1rem .7rem}
  .step-num{width:44px;height:44px;font-size:1.15rem;margin-bottom:.7rem}
  .step-item h3{font-size:1.02rem}
  .step-item p{font-size:.8rem;line-height:1.55}

  /* --- Kontak & formulir --- */
  .contact-grid{gap:2rem}
  .contact-info h2{font-size:1.55rem}
  .contact-info>p{margin-bottom:1.4rem;font-size:.95rem}
  .contact-list{gap:.9rem}
  .form-card{padding:1.4rem;gap:1rem;border-radius:var(--radius)}

  /* --- Blog --- */
  .blog-grid{gap:1.1rem}
  .post-cover{margin:1.4rem 0;border-radius:var(--radius)}
  .post-cover img{aspect-ratio:16/10}
  .post-lead{font-size:1rem}
  .post-body{font-size:.97rem}

  /* --- Testimoni & FAQ --- */
  .testi-grid{gap:1rem}
  .testi-card{padding:1.5rem 1.3rem}
  .faq-q{font-size:.94rem;padding:1rem 2.2rem 1rem 0}

  /* --- Sorotan produk unggulan --- */
  .spotlight-grid{gap:1.8rem}
  .spotlight-copy h2{font-size:clamp(1.55rem,6.2vw,2rem)}
  .spotlight-actions{gap:.8rem;margin-top:1.4rem}
  .spotlight-actions .btn{flex:1 1 100%;justify-content:center}
  .price-tag{font-size:1.7rem}

  /* --- CTA kemitraan --- */
  .cta-partner-inner h2{font-size:clamp(1.6rem,6.4vw,2.1rem)}
  .cta-partner-actions{flex-direction:column;gap:.7rem}
  .cta-partner-actions .btn{width:100%;justify-content:center}

  /* --- Footer --- */
  .site-footer{padding:3rem 0 1.5rem}
  .footer-grid{gap:1.8rem;padding-bottom:2rem}
}

/* Layar sangat kecil (≤360px): turunkan katalog jadi 1 kolom lagi
   supaya nama produk tidak terpotong-potong. */
@media(max-width:360px){
  .product-grid,.best-rail{grid-template-columns:1fr}
  .product-card-media{aspect-ratio:4/3}
  .product-card-body p{display:block}
  .steps-grid{grid-template-columns:1fr}
}
