/* ============================================================
   SUHITO STONE — Multi-page theme
   Visual style meniru WoodMart (pabrikprecast.com)
   Font: Poppins + Open Sans | Primary: hijau #0b6019
   Alt: oranye #d1480e | body 14px
   ============================================================ */

/* ---------- Reset & Variabel ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { line-height: 1.6; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: 'Manrope', 'Poppins', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #3d3d3d;
  background: #fff;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-family: inherit; font-size: 14px; }

:root {
  --primary:        #0b6019;
  --primary-dark:   #075312;
  --primary-light:  #e8f5ec;
  --grad-primary:   linear-gradient(135deg, #1fae4f 0%, #0b6019 100%);
  --grad-accent:    linear-gradient(135deg, #fcd34d 0%, #f59e0b 100%);
  --alt:            #d1480e;
  --alt-dark:       #b03d0b;
  --text:           #3d3d3d;
  --title:          #0a0a0a;
  --entities:       #333333;
  --muted:          #666666;
  --link:           #089601;
  --link-hover:     #00600c;
  --white:          #ffffff;
  --light-bg:       #f7f7f7;
  --border:         #ebebeb;
  --wa:             #25d366;
  --r-sm: 4px; --r-md: 10px; --r-lg: 18px;
  --sh-sm: 0 1px 4px rgba(0,0,0,.06);
  --sh-md: 0 4px 20px rgba(0,0,0,.09);
  --sh-lg: 0 16px 48px rgba(0,0,0,.13);
  --ease: cubic-bezier(.4,0,.2,1);
  --dur: .28s;
  --max: 1222px;
  --title-font: 'Sora', 'Poppins', Arial, Helvetica, sans-serif;
  --alt-font: 'Manrope', 'Open Sans', Arial, Helvetica, sans-serif;
}

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- Tombol (modern: gradient + pill) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; font-weight: 700; font-size: 13px; line-height: 1.2;
  border-radius: 999px; letter-spacing: .2px;
  transition: all var(--dur) var(--ease); white-space: nowrap;
  position: relative; overflow: hidden;
}
.btn-primary { background: var(--grad-primary); color: #fff; box-shadow: 0 8px 22px rgba(11,96,25,.28); }
.btn-primary:hover { box-shadow: 0 12px 30px rgba(11,96,25,.4); transform: translateY(-2px); color: #fff; }
.btn-alt { background: var(--grad-accent); color: #5a3a00; box-shadow: 0 8px 22px rgba(245,158,11,.3); }
.btn-alt:hover { box-shadow: 0 12px 30px rgba(245,158,11,.42); transform: translateY(-2px); color: #5a3a00; }
.btn-outline { border: 2px solid rgba(255,255,255,.85); color: #fff; background: transparent; backdrop-filter: blur(4px); }
.btn-outline:hover { background: #fff; color: var(--title); transform: translateY(-2px); }
.btn-outline-dark { border: 2px solid var(--primary); color: var(--primary); background: transparent; }
.btn-outline-dark:hover { background: var(--primary); color: #fff; transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--primary); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.btn-light:hover { background: #f0f0f0; transform: translateY(-2px); }
.btn-wa { background: linear-gradient(135deg, #34e27a 0%, #25d366 100%); color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.35); }
.btn-wa:hover { box-shadow: 0 12px 30px rgba(37,211,102,.48); transform: translateY(-2px); color: #fff; }
.btn-ghost { border: 1.5px solid var(--primary); color: var(--primary); background: transparent; }
.btn-ghost:hover { background: var(--primary-light); color: var(--primary); transform: translateY(-2px); }
.btn-sm { padding: 9px 18px; font-size: 12px; }
.btn-lg { padding: 16px 34px; font-size: 14px; }
.btn-block { width: 100%; }

/* ---------- Section title (modern) ---------- */
.sec-label {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--primary); font-weight: 700; font-size: 12px;
  letter-spacing: .06em; text-transform: uppercase;
  background: var(--primary-light); padding: 6px 16px; border-radius: 999px;
  margin-bottom: 14px;
}
.sec-title {
  font-family: var(--title-font); font-weight: 700; font-size: 32px;
  line-height: 1.22; color: var(--title); margin: 0; letter-spacing: -.5px;
}
.sec-subtitle { color: var(--muted); max-width: 620px; margin-top: 12px; font-size: 15px; }
.sec-head { margin-bottom: 40px; }
.sec-head--center { text-align: center; }
.sec-head--center .sec-subtitle { margin-left: auto; margin-right: auto; }

/* ---------- Highlight kata kunci (underline brush/swoosh) ---------- */
.mark {
  position: relative; display: inline-block; white-space: nowrap;
  font-weight: 800;
}
.mark::after {
  content: ''; position: absolute; left: -2%; right: -2%; bottom: -0.14em; height: 0.42em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 20' preserveAspectRatio='none'%3E%3Cpath d='M4 13 Q 55 4, 110 12 T 216 9' fill='none' stroke='%23f59e0b' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
  z-index: -1; pointer-events: none;
}
.mark--green::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 20' preserveAspectRatio='none'%3E%3Cpath d='M4 13 Q 55 4, 110 12 T 216 9' fill='none' stroke='%231fae4f' stroke-width='7' stroke-linecap='round'/%3E%3C/svg%3E");
}
/* marker-style highlight (blok warna di belakang teks) */
.hl {
  position: relative; display: inline-block; white-space: nowrap; font-weight: 800; padding: 0 .15em;
}
.hl::before {
  content: ''; position: absolute; left: 0; right: 0; top: 8%; bottom: 6%;
  background: linear-gradient(180deg, transparent 40%, #ffd166 40%, #ffd166 92%, transparent 92%);
  border-radius: 2px; z-index: -1; transform: rotate(-1deg);
}

/* ============================================================
   TOPBAR (WoodMart header — satu baris: logo | nav | tools)
   ============================================================ */
.topbar { background: var(--primary-dark); color: #d7ecd9; font-size: 13px; }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 9px 0; flex-wrap: wrap; }
.topbar__promo { font-weight: 500; }
.topbar__promo strong { color: #ffd166; font-weight: 600; }
.topbar__links { display: flex; gap: 20px; align-items: center; }
.topbar__links a { display: inline-flex; align-items: center; gap: 6px; color: #d7ecd9; }
.topbar__links a:hover { color: #fff; }

/* ---------- HEADER (glassmorphism) ---------- */
.header {
  background: rgba(255,255,255,.82); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.06); position: sticky; top: 0; z-index: 60;
}
.header__inner { display: flex; align-items: center; gap: 24px; padding: 14px 0; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--title-font); font-weight: 800; font-size: 21px; color: var(--title); flex-shrink: 0; letter-spacing: -.4px; }
.logo span { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.logo__mark { width: 38px; height: 38px; border-radius: 11px; background: var(--grad-primary); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 16px rgba(11,96,25,.3); }
.logo__mark svg { width: 22px; height: 22px; fill: #fff; }

.header__search { flex: 1; position: relative; max-width: 420px; }
.header__search input {
  width: 100%; padding: 12px 18px 12px 42px; border: 1.5px solid #e6e6e6;
  border-radius: 999px; background: #f7f7f7; outline: none; transition: all var(--dur);
  font-size: 13px;
}
.header__search input:focus { border-color: var(--primary); background: #fff; box-shadow: 0 0 0 4px rgba(11,96,25,.08); }
.header__search > svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); }
.search-drop {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #fff; border: 1px solid var(--border);
  border-radius: 14px; box-shadow: var(--sh-lg); overflow: hidden; display: none; z-index: 70; text-align: left;
}
.search-drop.open { display: block; }
.search-drop a { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid var(--light-bg); }
.search-drop a:last-child { border-bottom: 0; }
.search-drop a:hover { background: var(--light-bg); }
.search-drop img { width: 44px; height: 44px; border-radius: 10px; object-fit: cover; }
.search-drop .sd-name { font-weight: 700; font-size: 13px; color: var(--entities); }
.search-drop .sd-price { font-size: 12px; color: var(--primary); font-weight: 700; }
.search-drop .sd-empty { padding: 16px; color: var(--muted); font-size: 13px; }

.header__cta { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* ---------- NAV (WoodMart main nav) ---------- */
.nav { background: #fff; border-top: 1px solid var(--light-bg); }
.nav__inner { display: flex; align-items: center; }
.nav__links { display: flex; align-items: center; gap: 2px; }
.nav__link {
  padding: 14px 16px; font-weight: 600; font-size: 13px; color: var(--entities);
  position: relative; transition: color var(--dur); display: inline-flex; align-items: center; gap: 5px;
}
.nav__link:hover { color: var(--primary); }
.nav__link.active { color: var(--primary); }
.nav__link.active::after { content: ''; position: absolute; left: 16px; right: 16px; bottom: 0; height: 3px; background: var(--grad-primary); border-radius: 3px 3px 0 0; }
.nav__link .caret { width: 12px; height: 12px; transition: transform var(--dur); }
.nav__link.has-drop:hover .caret { transform: rotate(180deg); }

.has-drop { position: relative; }
.nav__drop {
  position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff;
  border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--sh-lg);
  padding: 8px; display: none; z-index: 80;
}
.has-drop:hover .nav__drop { display: block; }
.nav__drop a { display: block; padding: 10px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; color: var(--entities); }
.nav__drop a:hover { background: var(--primary-light); color: var(--primary); }

.nav__hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.nav__hamburger span { width: 24px; height: 2px; background: var(--title); border-radius: 2px; }

.mnav { position: fixed; inset: 0; background: rgba(0,0,0,.4); z-index: 90; opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.mnav.open { opacity: 1; pointer-events: auto; }
.mnav__panel {
  position: absolute; top: 0; left: 0; right: 0; width: 100%;
  background: #fff; padding: 18px 24px 28px; overflow-y: auto;
  max-height: 90vh; box-shadow: 0 18px 40px rgba(0,0,0,.22);
  border-radius: 0 0 20px 20px;
  transform: translateY(-105%);
  transition: transform .42s cubic-bezier(.34,1.2,.64,1);
}
.mnav.open .mnav__panel { transform: translateY(0); }
.mnav__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--light-bg); }
.mnav__close { font-size: 1.8rem; color: var(--muted); line-height: 1; padding: 4px; }
.mnav a { display: block; padding: 13px 4px; font-weight: 600; border-bottom: 1px solid var(--light-bg); color: var(--entities); font-size: 15px; }
.mnav a:last-child { border-bottom: 0; }

/* ============================================================
   BREADCRUMB
   ============================================================ */
.crumb { background: var(--light-bg); border-bottom: 1px solid var(--border); }
.crumb__inner { padding: 13px 0; font-size: 12px; color: var(--muted); display: flex; gap: 8px; flex-wrap: wrap; }
.crumb a { color: var(--link); }
.crumb a:hover { color: var(--link-hover); }
.crumb span.current { color: var(--muted); }

/* ============================================================
   HERO (WoodMart slider style — full-bg, dark overlay)
   ============================================================ */
.hero { position: relative; min-height: 78vh; overflow: hidden; display: flex; align-items: center; }
.hero__slides { position: absolute; inset: 0; }
.hero__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s var(--ease); }
.hero__slide.active { opacity: 1; }
.hero__slide--1 { background-image: url('../images/product-03.jpeg'); }
.hero__slide--2 { background-image: url('../images/product-15.jpeg'); }
.hero__slide--3 { background-image: url('../images/product-25.jpeg'); }
.hero__slide--4 { background-image: url('../images/product-33.jpeg'); }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.45) 60%, rgba(0,0,0,.25) 100%); }
.hero__body { position: relative; z-index: 2; padding: 90px 0; max-width: 680px; }
.hero__eyebrow {
  display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 13px;
  letter-spacing: .06em; background: rgba(255,255,255,.14); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  padding: 8px 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2);
}
.hero__eyebrow::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--grad-accent); }
.hero__title { font-family: var(--title-font); color: #fff; font-size: 48px; line-height: 1.12; font-weight: 800; margin: 18px 0; letter-spacing: -1px; }
.hero__title em { font-style: normal; background: var(--grad-accent); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero__desc { color: rgba(255,255,255,.88); max-width: 540px; font-size: 16px; margin-bottom: 30px; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__stats { display: flex; gap: 44px; margin-top: 44px; }
.hero__stat-num { font-family: var(--title-font); font-size: 30px; font-weight: 800; color: #fff; }
.hero__stat-label { color: rgba(255,255,255,.7); font-size: 12px; }
.hero__indicator { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 3; }
.hero__dot { width: 22px; height: 4px; border-radius: 99px; background: rgba(255,255,255,.35); transition: all var(--dur); }
.hero__dot.active { background: var(--grad-accent); width: 44px; }

/* ---------- PAGE HERO (inner) ---------- */
.page-hero { position: relative; padding: 76px 0; background: var(--grad-primary); color: #fff; overflow: hidden; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.12), transparent 50%), radial-gradient(circle at 10% 90%, rgba(255,255,255,.08), transparent 40%); }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero h1 { font-family: var(--title-font); font-size: 38px; font-weight: 800; letter-spacing: -.8px; }
.page-hero p { color: rgba(255,255,255,.92); max-width: 640px; margin-top: 8px; font-size: 15px; }

/* ============================================================
   PRODUK — kartu katalog (WoodMart hover-standard)
   ============================================================ */
.catalog { padding: 60px 0 80px; background: #fff; }
.catalog--cream { background: var(--light-bg); }
.catalog__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 32px; flex-wrap: wrap; }
.catalog__count { color: var(--muted); font-size: 13px; }
.catalog__filters { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 8px 18px; border-radius: 999px; border: 1.5px solid var(--border);
  font-size: 12px; font-weight: 700; color: var(--muted);
  transition: all var(--dur);
}
.chip:hover { border-color: var(--primary); color: var(--primary); }
.chip.active { background: var(--grad-primary); border-color: transparent; color: #fff; box-shadow: 0 6px 16px rgba(11,96,25,.28); }

.catalog__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.pcard {
  background: #fff; border: 1px solid var(--border); border-radius: 18px;
  overflow: hidden; transition: box-shadow var(--dur), transform var(--dur);
  display: flex; flex-direction: column;
}
.pcard:hover { box-shadow: var(--sh-lg); transform: translateY(-6px); }
.pcard__thumb { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--light-bg); }
.pcard__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.pcard:hover .pcard__thumb img { transform: scale(1.07); }
.pcard__badge { position: absolute; top: 12px; left: 12px; background: var(--grad-accent); color: #5a3a00; font-size: 11px; font-weight: 800; padding: 5px 12px; border-radius: 999px; }
.pcard__badge--sale { background: var(--grad-accent); }
.pcard__body { padding: 16px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.pcard__cat { font-size: 12px; color: var(--link); letter-spacing: .3px; font-weight: 700; }
.pcard__title { font-family: var(--title-font); font-size: 15px; font-weight: 700; margin: 4px 0 8px; color: var(--entities); line-height: 1.35; letter-spacing: -.2px; }
.pcard__title a:hover { color: var(--primary); }
.pcard__price { font-weight: 800; color: var(--primary); font-size: 15px; margin-bottom: 8px; }
.pcard__price .from { font-weight: 500; font-size: 12px; color: var(--muted); }
.pcard__desc { color: var(--muted); font-size: 13px; margin-bottom: 14px; flex: 1; }
.pcard__actions { margin-top: auto; }
.pcard__cta { position: relative; overflow: hidden; width: 100%; }

/* teks "Lihat Detail" berubah jadi keranjang saat kursor didekatkan */
.pcard__cta .cta-label,
.pcard__cta .cta-cart {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  white-space: nowrap;
  transition: transform .4s var(--ease), opacity .28s ease;
}
.pcard__cta .cta-label { transform: translateY(0); opacity: 1; }
.pcard__cta .cta-cart {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  transform: translateY(120%); opacity: 0;
}
.pcard__cta .cta-cart svg { width: 16px; height: 16px; }

.pcard__cta:hover { background: var(--grad-primary); border-color: transparent; color: #fff; }
.pcard__cta:hover .cta-label { transform: translateY(-120%); opacity: 0; }
.pcard__cta:hover .cta-cart { transform: translateY(0); opacity: 1; }
.pcard__cta:hover .cta-cart svg { animation: cartSwing .6s .08s var(--ease) both; }
@keyframes cartSwing {
  0%   { transform: translateX(-4px) rotate(-14deg); }
  40%  { transform: translateX(2px) rotate(7deg); }
  70%  { transform: translateX(-1px) rotate(-3deg); }
  100% { transform: translateX(0) rotate(0); }
}

/* ============================================================
   INFO BOXES (WoodMart keunggulan)
   ============================================================ */
.why { padding: 70px 0; background: #fff; }
.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ibox { text-align: center; padding: 30px 24px; border-radius: 20px; background: #fff; border: 1px solid var(--border); transition: all var(--dur); }
.ibox:hover { box-shadow: var(--sh-lg); transform: translateY(-5px); }
.ibox__icon {
  width: 76px; height: 76px; margin: 0 auto 20px; border-radius: 22px;
  background: var(--grad-primary); color: #fff; box-shadow: 0 10px 24px rgba(11,96,25,.28);
  display: flex; align-items: center; justify-content: center;
}
.ibox__icon svg { width: 36px; height: 36px; fill: #fff; }
.ibox__title { font-family: var(--title-font); font-weight: 700; font-size: 17px; color: var(--title); margin-bottom: 10px; letter-spacing: -.2px; }
.ibox__desc { color: var(--muted); font-size: 14px; max-width: 320px; margin: 0 auto; }

/* ---------- CTA banner ---------- */
.cta-banner { padding: 70px 0; background: var(--grad-primary); color: #fff; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.14), transparent 45%), radial-gradient(circle at 85% 80%, rgba(255,255,255,.1), transparent 45%); }
.cta-banner__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-banner__title { font-family: var(--title-font); font-size: 30px; font-weight: 800; letter-spacing: -.5px; }
.cta-banner__desc { color: rgba(255,255,255,.9); margin-top: 6px; font-size: 15px; }
.cta-banner__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- STATS ---------- */
.stats { background: var(--grad-accent); color: #5a3a00; }
.stats__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 42px 0; text-align: center; }
.stats__num { font-family: var(--title-font); font-size: 34px; font-weight: 800; }
.stats__label { color: rgba(90,58,0,.82); font-size: 13px; font-weight: 600; }

/* ============================================================
   OFFICE HOURS (Datang langsung ke kantor)
   ============================================================ */
.office { padding: 70px 0; background: var(--light-bg); }
.office__inner { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.office__main { flex: 1; min-width: 280px; }
.office__main .sec-title { text-transform: uppercase; }
.office__main p { color: var(--muted); margin-top: 10px; }
.office__hours { display: flex; gap: 16px; }
.office__card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 24px 28px; text-align: center; min-width: 150px; box-shadow: var(--sh-sm); transition: all var(--dur);
}
.office__card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.office__card .day { font-family: var(--title-font); font-weight: 700; font-size: 16px; color: var(--title); }
.office__card .time { color: var(--primary); font-weight: 800; font-size: 15px; margin-top: 6px; }

/* ============================================================
   TENTANG KAMI
   ============================================================ */
.section { padding: 80px 0; }
.section--cream { background: var(--light-bg); }
.about { padding: 80px 0; background: #fff; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about__img { border-radius: 20px; overflow: hidden; box-shadow: var(--sh-lg); }
.about__img img { width: 100%; height: 100%; object-fit: cover; }
.about__text { color: var(--muted); margin-bottom: 14px; font-size: 15px; }
.about__list { display: grid; gap: 10px; margin: 20px 0; }
.about__list li { display: flex; gap: 10px; align-items: flex-start; color: var(--text); font-size: 15px; }
.about__list li::before { content: '✓'; color: var(--primary); font-weight: 700; flex-shrink: 0; }

.coverage { background: var(--light-bg); padding: 80px 0; }
.coverage__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 14px; margin-top: 30px; }
.coverage__item { background: #fff; border: 1px solid var(--border); border-radius: 14px; padding: 15px 18px; font-weight: 600; display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--entities); transition: all var(--dur); }
.coverage__item:hover { box-shadow: var(--sh-sm); transform: translateY(-2px); }
.coverage__item svg { width: 18px; height: 18px; fill: var(--primary); flex-shrink: 0; }

/* ============================================================
   PRODUK DETAIL
   ============================================================ */
.pdetail { padding: 55px 0 80px; background: #fff; }
.pdetail__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.pdetail__gallery { position: sticky; top: 120px; }
.pdetail__main-img { aspect-ratio: 1/1; border-radius: 20px; overflow: hidden; border: 1px solid var(--border); background: var(--light-bg); }
.pdetail__main-img img { width: 100%; height: 100%; object-fit: cover; }
.pdetail__thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.pdetail__thumbs img { aspect-ratio: 1/1; object-fit: cover; border-radius: 12px; cursor: pointer; border: 2px solid transparent; opacity: .85; }
.pdetail__thumbs img:hover, .pdetail__thumbs img.active { border-color: var(--primary); opacity: 1; }

.pdetail__cat { color: var(--link); letter-spacing: .4px; font-weight: 700; font-size: 12px; display: flex; align-items: center; gap: 8px; }
.pdetail__badge {
  display: inline-flex; align-items: center;
  background: var(--grad-accent); color: #5a3a00;
  font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 999px;
  letter-spacing: .3px; line-height: 1.4;
}
.pdetail__title { font-family: var(--title-font); font-size: 30px; font-weight: 800; margin: 6px 0 14px; line-height: 1.2; color: var(--title); letter-spacing: -.6px; }
.pdetail__price { font-size: 24px; font-weight: 800; color: var(--primary); }
.pdetail__price .from { font-size: 13px; font-weight: 500; color: var(--muted); }
.pdetail__desc { color: var(--muted); margin: 16px 0; font-size: 15px; }

.pdetail__table { width: 100%; border-collapse: collapse; margin: 20px 0 8px; font-size: 14px; }
.pdetail__table th, .pdetail__table td { padding: 11px 14px; text-align: left; border: 1px solid var(--border); }
.pdetail__table thead th { background: var(--grad-primary); color: #fff; font-weight: 700; font-size: 13px; }
.pdetail__table tbody tr:nth-child(even) { background: var(--light-bg); }
.pdetail__table tbody tr:hover { background: var(--primary-light); }
.pdetail__table .price { font-weight: 800; color: var(--primary); white-space: nowrap; }

.pdetail__note { background: var(--primary-light); border-left: 4px solid var(--primary); border-radius: 10px; padding: 14px 16px; font-size: 13px; color: var(--muted); margin: 16px 0; }
.pdetail__actions { display: flex; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.pdetail__meta { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--border); }
.pdetail__meta h4 { font-size: 16px; margin-bottom: 10px; color: var(--title); font-weight: 600; }
.pdetail__meta ul { display: grid; gap: 6px; }
.pdetail__meta li { color: var(--muted); font-size: 14px; display: flex; gap: 8px; align-items: center; }
.pdetail__meta li::before { content: '✓'; color: var(--primary); font-weight: 700; }

/* ---------- ORDER FORM (pilih varian & jumlah → otomatis bikin pesan WA) ---------- */
.orderbox {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbf7 100%);
  border: 1.5px solid var(--border); border-radius: 20px; padding: 26px;
  margin: 24px 0; box-shadow: var(--sh-md);
}
.orderbox__head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
.orderbox__title { font-family: var(--title-font); font-size: 18px; font-weight: 800; color: var(--title); letter-spacing: -.3px; }
.orderbox__badge { font-size: 11px; font-weight: 700; color: var(--primary); background: var(--primary-light); padding: 4px 12px; border-radius: 999px; }
.orderbox__row { margin-bottom: 16px; }
.orderbox__label { display: block; font-size: 13px; font-weight: 700; color: var(--entities); margin-bottom: 6px; }
.orderbox__select, .orderbox__input {
  width: 100%; padding: 12px 16px; border: 1.5px solid #e6e6e6; border-radius: 12px;
  background: #fff; outline: none; font-size: 14px; transition: all var(--dur); color: var(--text);
}
.orderbox__select:focus, .orderbox__input:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(11,96,25,.08); }
.orderbox__select:invalid { color: var(--muted); }
.orderbox__qty { display: flex; align-items: center; gap: 8px; }
.orderbox__qty button {
  width: 42px; height: 42px; border-radius: 12px; border: 1.5px solid var(--border);
  background: #fff; font-size: 20px; font-weight: 700; color: var(--primary); line-height: 1;
  transition: all var(--dur); flex-shrink: 0;
}
.orderbox__qty button:hover { background: var(--primary-light); }
.orderbox__qty input {
  width: 64px; height: 42px; text-align: center; border: 1.5px solid #e6e6e6; border-radius: 12px;
  font-size: 15px; font-weight: 700; outline: none; background: #fff;
}
.orderbox__qty input:focus { border-color: var(--primary); }
.orderbox__unit { font-size: 13px; color: var(--muted); font-weight: 600; }
.orderbox__total {
  background: var(--primary-light); border-radius: 12px; padding: 12px 16px;
  font-weight: 800; font-size: 15px; color: var(--primary-dark); margin-bottom: 16px;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.orderbox__total .lbl { font-weight: 600; font-size: 13px; color: var(--muted); }
.orderbox__preview {
  background: #fefcf5; border: 1px dashed #e6d9b8; border-radius: 14px; padding: 14px 16px; margin-bottom: 16px;
}
.orderbox__preview-label { font-size: 11px; font-weight: 700; color: #a0893f; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.orderbox__preview-msg { font-size: 13px; color: #4a4334; white-space: pre-wrap; line-height: 1.6; font-family: var(--alt-font); }
.orderbox__preview-msg.empty { color: #b8ae98; font-style: italic; }

/* ============================================================
   KONTAK + Q&A
   ============================================================ */
.contact { padding: 80px 0; background: #fff; }
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.cdetail { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.cdetail:last-child { border-bottom: 0; }
.cdetail__icon { width: 48px; height: 48px; border-radius: 14px; background: var(--primary-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cdetail__icon svg { width: 22px; height: 22px; fill: var(--primary); }
.cdetail__label { font-weight: 700; font-size: 11px; letter-spacing: .4px; color: var(--muted); }
.cdetail__val { font-weight: 700; margin-top: 2px; color: var(--entities); }
.cdetail__val a:hover { color: var(--primary); }

.cform { background: var(--light-bg); border-radius: 20px; padding: 32px; border: 1px solid var(--border); }
.cform__title { font-family: var(--title-font); font-size: 21px; font-weight: 800; margin-bottom: 20px; color: var(--title); letter-spacing: -.3px; }
.cform__row { margin-bottom: 16px; }
.cform__label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; color: var(--entities); }
.cform__input, .cform__select, .cform__textarea {
  width: 100%; padding: 12px 16px; border: 1.5px solid #e6e6e6; border-radius: 12px;
  background: #fff; outline: none; transition: all var(--dur); font-size: 14px;
}
.cform__input:focus, .cform__select:focus, .cform__textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(11,96,25,.08); }
.cform__textarea { min-height: 120px; resize: vertical; }

.faq { margin-top: 24px; }
.faq__item { border: 1px solid var(--border); border-radius: 14px; margin-bottom: 12px; overflow: hidden; background: #fff; }
.faq__q { width: 100%; text-align: left; padding: 16px 20px; font-weight: 700; font-size: 15px; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--title); }
.faq__q:hover { color: var(--primary); }
.faq__q .ic { transition: transform var(--dur); font-size: 1.4rem; color: var(--primary); line-height: 1; }
.faq__item.open .faq__q .ic { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height var(--dur) var(--ease); background: var(--light-bg); }
.faq__a p { padding: 0 20px 16px; color: var(--muted); font-size: 14px; }

/* ============================================================
   CARA PEMESANAN
   ============================================================ */
.steps { padding: 80px 0; background: #fff; }
.steps__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; margin-top: 40px; }
.step { position: relative; background: var(--light-bg); border: 1px solid var(--border); border-radius: 18px; padding: 32px 26px; transition: all var(--dur); }
.step:hover { box-shadow: var(--sh-md); transform: translateY(-4px); background: #fff; }
.step__num { width: 46px; height: 46px; border-radius: 14px; background: var(--grad-primary); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 17px; margin-bottom: 16px; box-shadow: 0 8px 18px rgba(11,96,25,.28); }
.step__title { font-family: var(--title-font); font-weight: 700; font-size: 16px; margin-bottom: 8px; color: var(--title); }
.step__desc { color: var(--muted); font-size: 14px; }

/* ============================================================
   FOOTER (WoodMart light footer)
   ============================================================ */
.footer { background: #fafafa; border-top: 1px solid var(--border); padding: 60px 0 24px; color: var(--text); }
.footer__inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 40px; margin-bottom: 40px; }
.footer__brand-name { font-family: var(--title-font); font-size: 22px; font-weight: 800; color: var(--title); letter-spacing: -.4px; }
.footer__brand-name span { background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.footer__brand-desc { font-size: 13px; color: var(--muted); margin: 12px 0 18px; max-width: 320px; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 38px; height: 38px; border-radius: 11px; background: #fff; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; transition: all var(--dur); }
.footer__social a:hover { background: var(--grad-primary); border-color: transparent; transform: translateY(-2px); }
.footer__social svg { width: 18px; height: 18px; fill: var(--muted); }
.footer__social a:hover svg { fill: #fff; }
.footer__col-title { font-weight: 700; color: var(--title); margin-bottom: 16px; font-size: 15px; }
.footer__col a { display: block; padding: 5px 0; font-size: 13px; color: var(--muted); }
.footer__col a:hover { color: var(--primary); }
.footer__col .contact-line { display: flex; gap: 8px; font-size: 13px; color: var(--muted); padding: 4px 0; }
.footer__col .contact-line svg { width: 16px; height: 16px; fill: var(--primary); flex-shrink: 0; margin-top: 3px; }
.footer__bottom { border-top: 1px solid var(--border); padding-top: 20px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 12px; color: var(--muted); }
.footer__bottom a { color: var(--primary); }

/* ============================================================
   POPUP WA + LIGHTBOX + FLOAT + BTT
   ============================================================ */
.wa-popup { position: fixed; inset: 0; z-index: 200; display: none; align-items: center; justify-content: center; padding: 20px; }
.wa-popup.open { display: flex; }
.wa-popup__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.wa-popup__box { position: relative; background: #fff; border-radius: 2px; width: 100%; max-width: 400px; padding: 28px; box-shadow: var(--sh-lg); }
.wa-popup__close { position: absolute; top: 14px; right: 16px; font-size: 1.5rem; color: var(--muted); line-height: 1; }
.wa-popup__head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.wa-popup__avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; }
.wa-popup__avatar svg { width: 26px; height: 26px; fill: #fff; }
.wa-popup__name { font-weight: 700; color: var(--title); }
.wa-popup__status { font-size: 12px; color: var(--muted); }
.wa-popup__bubble { background: var(--light-bg); border-radius: 8px 8px 8px 2px; padding: 14px 16px; font-size: 13px; margin-bottom: 18px; }
.wa-popup__field { margin-bottom: 12px; }
.wa-popup__input, .wa-popup__select { width: 100%; padding: 12px 16px; border: 1px solid var(--border); border-radius: 2px; outline: none; }
.wa-popup__input:focus, .wa-popup__select:focus { border-color: var(--wa); }
.wa-popup__send { width: 100%; padding: 13px; border-radius: 2px; background: var(--wa); color: #fff; font-weight: 700; display: flex; align-items: center; justify-content: center; gap: 8px; }
.wa-popup__send:hover { background: #1dba5a; }
.wa-popup__send svg { width: 18px; height: 18px; fill: #fff; }

.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 150; width: 56px; height: 56px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(37,211,102,.45); transition: transform var(--dur); }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; fill: #fff; }

.btt { position: fixed; right: 22px; bottom: 90px; z-index: 150; width: 46px; height: 46px; border-radius: 2px; background: var(--primary); color: #fff; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity var(--dur); box-shadow: var(--sh-md); }
.btt.show { opacity: 1; pointer-events: auto; }
.btt svg { width: 20px; height: 20px; fill: none; stroke: #fff; stroke-width: 2.5; }

.lightbox { position: fixed; inset: 0; z-index: 210; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.88); padding: 24px; }
.lightbox.open { display: flex; }
.lightbox__img { max-width: 90vw; max-height: 82vh; border-radius: 2px; }
.lightbox__close, .lightbox__prev, .lightbox__next { position: absolute; color: #fff; font-size: 2rem; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 2px; background: rgba(255,255,255,.12); transition: background var(--dur); }
.lightbox__close:hover, .lightbox__prev:hover, .lightbox__next:hover { background: rgba(255,255,255,.25); }
.lightbox__close { top: 20px; right: 24px; }
.lightbox__prev { left: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 20px; top: 50%; transform: translateY(-50%); }
.lightbox__cap { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 13px; }

/* ============================================================
   PRELOADER — tirai mulai TERTUTUP, lalu terbuka ke samping
   ============================================================ */
.preloader { position: fixed; inset: 0; z-index: 9999; pointer-events: none; }
.preloader__panel { position: absolute; top: 0; bottom: 0; width: 50.2%; background: var(--primary-dark); }
.preloader__panel--left  { left: 0;   transform: translateX(0); }
.preloader__panel--right { right: 0;  transform: translateX(0); }
.preloader__panel--left .preloader__edge  { position: absolute; top: 0; bottom: 0; right: 0; width: 5px; background: #ffd166; }
.preloader__panel--right .preloader__edge { position: absolute; top: 0; bottom: 0; left: 0;  width: 5px; background: #ffd166; }

.preloader__center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  text-align: center; z-index: 2; color: #fff; opacity: 0;
}
.preloader__center .logo__mark { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 18px; background: var(--grad-primary); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.preloader__center .logo__mark svg { width: 36px; height: 36px; fill: #fff; }
.preloader__center .name { font-family: var(--title-font); font-weight: 700; font-size: 26px; letter-spacing: .5px; }
.preloader__center .name span { color: #ffd166; }
.preloader__center .tagline { font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-top: 8px; }
.preloader__bar { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 160px; height: 3px; background: rgba(255,255,255,.2); z-index: 2; overflow: hidden; opacity: 0; }
.preloader__bar-fill { height: 100%; width: 0; background: #ffd166; }

/* Fase 1: tirai sudah tertutup — logo & loading bar muncul di tengah */
.preloader.is-enter .preloader__center { animation: centerIn .5s .3s var(--ease) forwards; }
.preloader.is-enter .preloader__bar { animation: barIn .3s .35s var(--ease) forwards; }
.preloader.is-enter .preloader__bar-fill { animation: barFill 1s .45s var(--ease) forwards; }

/* Fase 2: tirai terbuka ke samping, menampilkan halaman */
.preloader.is-leave .preloader__panel--left  { animation: curtainOutLeft  .85s var(--ease) forwards; }
.preloader.is-leave .preloader__panel--right { animation: curtainOutRight .85s var(--ease) forwards; }
.preloader.is-leave .preloader__center { animation: centerOut .5s var(--ease) forwards; }
.preloader.is-leave .preloader__bar { animation: barOut .4s var(--ease) forwards; }
.preloader.is-done { display: none; }

@keyframes curtainOutLeft  { to { transform: translateX(-100%); } }
@keyframes curtainOutRight { to { transform: translateX(100%); } }
@keyframes centerIn  { from { opacity: 0; transform: translate(-50%, -50%) scale(.75); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }
@keyframes centerOut { to { opacity: 0; transform: translate(-50%, -50%) scale(1.35); } }
@keyframes barIn  { from { opacity: 0; } to { opacity: 1; } }
@keyframes barOut { to { opacity: 0; } }
@keyframes barFill { to { width: 100%; } }

/* ============================================================
   REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .pdetail__grid, .about__grid, .contact__grid { grid-template-columns: 1fr; }
  .pdetail__gallery { position: static; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .why__grid { grid-template-columns: repeat(2, 1fr); }
  .hero__title { font-size: 38px; }
}
@media (max-width: 820px) {
  .nav__links, .header__cta .btn-outline-dark { display: none; }
  .nav__hamburger { display: flex; }
  .header__search { max-width: none; }
  .topbar__links { display: none; }
  .topbar__inner { justify-content: center; text-align: center; }
  .stats__inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hero { min-height: 70vh; }
  .hero__title { font-size: 28px; }
  .hero__stats { gap: 20px; flex-wrap: wrap; }
  .why__grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr; }
  .catalog__grid { grid-template-columns: 1fr; }
  .cta-banner__inner { flex-direction: column; align-items: flex-start; }
  .office__hours { flex-direction: column; width: 100%; }
}
