/* ============================================================
   LYSA GLOBAL INDONESIA — STYLESHEET UTAMA
   Tema: Teal / Laboratory Technical
   Breakpoint wajib: 360 / 480 / 560 / 720 / 1024 / 1080 / 1280
   ============================================================ */

/* ---------- DESIGN TOKENS ---------- */
:root{
  --ink:#023535;
  --ink-soft:#0A3F3F;
  --ink-softer:#124747;
  --steel:#5B6472;
  --steel-light:#8B93A1;
  --canvas:#F3F4F6;
  --canvas-deep:#E7E9ED;
  --white:#FFFFFF;
  --brand:#008F8C;
  --brand-dark:#015958;
  --brand-soft:#E2F4F3;
  --brand-bright:#0FC2C0;
  --brand-mid:#0CABA8;
  --text-main:#20242C;
  --text-muted:#5B6472;
  --success:#1F9D55;
  --success-soft:#E6F7EC;
  --danger:#D64545;
  --danger-soft:#FCEAEA;
  --warning:#B9790A;
  --warning-soft:#FCF3DC;
  --radius-sm:4px;
  --radius-md:8px;
  --radius-lg:16px;
  --shadow-sm:0 1px 2px rgba(20,24,31,.07),0 1px 3px rgba(20,24,31,.08);
  --shadow-md:0 6px 16px rgba(20,24,31,.10),0 2px 6px rgba(20,24,31,.06);
  --shadow-lg:0 18px 40px rgba(20,24,31,.18);
  --font-display:'Oswald',sans-serif;
  --font-body:'Inter',sans-serif;
  --font-mono:'Roboto Mono',monospace;
  --container-w:1240px;
  --header-h:64px;
  --bottom-nav-h:62px;
}

/* ---------- RESET ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:var(--font-body);
  color:var(--text-main);
  background:var(--canvas);
  line-height:1.6;
  font-size:15px;
  -webkit-font-smoothing:antialiased;
  padding-bottom:var(--bottom-nav-h);
}
.admin-body{padding-bottom:0}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}
input,textarea,select{font:inherit;color:inherit}
table{border-collapse:collapse;width:100%}
h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.18;letter-spacing:.01em}
:focus-visible{outline:3px solid var(--brand);outline-offset:2px}
@media (prefers-reduced-motion:reduce){
  *{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important}
}

/* ---------- LAYOUT UTILITIES ---------- */
.container{max-width:var(--container-w);margin:0 auto;padding:0 18px}
.section{padding:48px 0}
.section-head{margin-bottom:28px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--font-mono);font-size:12px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--brand-dark);font-weight:600;margin-bottom:10px;
}
.eyebrow::before{content:'';width:18px;height:2px;background:var(--brand);display:inline-block}
.section-title{font-size:28px;color:var(--ink);margin-bottom:8px}
.section-desc{color:var(--text-muted);max-width:620px;font-size:15px}
.section--dark{background:var(--ink);color:var(--canvas)}
.section--dark .section-title{color:var(--white)}
.section--dark .section-desc{color:var(--steel-light)}
.text-center{text-align:center}
.mx-auto{margin-left:auto;margin-right:auto}

.blueprint{
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:34px 34px;
}

/* ---------- BUTTONS ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 22px;border-radius:var(--radius-sm);
  font-weight:600;font-size:14px;letter-spacing:.01em;
  transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px)}
.btn-primary{background:var(--brand);color:var(--white)}
.btn-primary:hover{background:var(--brand-dark)}
.btn-dark{background:var(--ink);color:var(--white)}
.btn-dark:hover{background:var(--ink-soft)}
.btn-outline{background:transparent;border:1.5px solid var(--steel-light);color:var(--ink)}
.btn-outline:hover{border-color:var(--brand);color:var(--brand-dark)}
.btn-outline-light{background:transparent;border:1.5px solid rgba(255,255,255,.45);color:var(--white)}
.btn-outline-light:hover{border-color:var(--white);background:rgba(255,255,255,.08)}
.btn-block{width:100%}
.btn-sm{padding:8px 14px;font-size:13px}
.btn-danger{background:var(--danger);color:var(--white)}
.btn-danger:hover{background:#b73838}
.btn[disabled]{opacity:.5;cursor:not-allowed}

/* ---------- HEADER / NAV ---------- */
.site-header{
  position:sticky;top:0;z-index:200;
  background:var(--white);
  box-shadow:0 1px 0 rgba(20,24,31,.08);
}
.site-header .container{
  display:flex;align-items:center;justify-content:space-between;
  height:var(--header-h);gap:10px;
}
.brand{display:flex;align-items:center;gap:10px;min-width:0;flex-shrink:1}
.brand-mark{
  width:42px;height:42px;border-radius:8px;
  background:linear-gradient(155deg,var(--brand),var(--brand-dark));
  color:var(--white);font-family:var(--font-display);font-weight:700;font-size:17px;
  display:flex;align-items:center;justify-content:center;letter-spacing:.02em;
  box-shadow:var(--shadow-sm);flex-shrink:0;
}
.brand-text{display:flex;flex-direction:column;line-height:1.15;min-width:0;overflow:hidden}
.brand-text strong{font-family:Georgia,'Times New Roman',serif;font-size:15px;color:var(--ink);letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.brand-text span{display:none;font-family:'Monotype Corsiva','Brush Script MT',cursive;font-size:12.5px;color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.main-nav{display:none}
.main-nav ul{display:flex;gap:28px}
.main-nav a{
  font-size:14px;font-weight:600;color:var(--ink);position:relative;padding:6px 0;
}
.main-nav a::after{
  content:'';position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--brand);
  transition:width .18s ease;
}
.main-nav a:hover::after,.main-nav a.active::after{width:100%}
.main-nav a.active{color:var(--brand-dark)}

.header-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}
.icon-btn{
  position:relative;width:40px;height:40px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--ink);font-size:17px;transition:background .15s ease;
}
.icon-btn:hover{background:var(--canvas)}
.cart-badge{
  position:absolute;top:-2px;right:-2px;background:var(--brand);color:var(--white);
  font-size:10px;font-weight:700;min-width:17px;height:17px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;padding:0 3px;font-family:var(--font-mono);
}
.user-chip{
  display:none;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--ink);
  padding:8px 12px;border-radius:30px;background:var(--canvas);
}
.user-chip i{color:var(--brand)}
.dropdown-menu{
  display:none;position:absolute;right:0;top:48px;background:var(--white);color:var(--text-main);
  border-radius:10px;box-shadow:var(--shadow-md);padding:8px;width:200px;
  border:1px solid rgba(20,24,31,.08);z-index:50;
}
.dropdown-menu.show{display:block}
.dropdown-menu a{display:flex;align-items:center;gap:8px;padding:10px;border-radius:6px;font-size:13.5px;color:var(--text-main)}
.dropdown-menu a:hover{background:var(--canvas)}
.hamburger{
  display:flex;width:40px;height:40px;align-items:center;justify-content:center;
  font-size:20px;color:var(--ink);
}

/* Mobile drawer nav */
.nav-overlay{
  position:fixed;inset:0;background:rgba(20,24,31,.55);z-index:300;
  opacity:0;pointer-events:none;transition:opacity .2s ease;
}
.nav-overlay.show{opacity:1;pointer-events:auto}
.nav-drawer{
  position:fixed;top:0;right:0;height:100%;width:82%;max-width:340px;
  background:var(--ink);color:var(--white);z-index:301;
  transform:translateX(100%);transition:transform .25s ease;
  display:flex;flex-direction:column;overflow-y:auto;
}
.nav-drawer.show{transform:translateX(0)}
.nav-drawer-head{display:flex;justify-content:space-between;align-items:center;padding:18px;border-bottom:1px solid rgba(255,255,255,.1)}
.nav-drawer-close{font-size:22px;width:36px;height:36px;display:flex;align-items:center;justify-content:center}
.nav-drawer ul{padding:10px 8px}
.nav-drawer a{
  display:flex;align-items:center;gap:12px;padding:14px 14px;font-size:15px;font-weight:600;
  border-radius:var(--radius-sm);color:var(--canvas);
}
.nav-drawer a:hover,.nav-drawer a.active{background:rgba(255,255,255,.07);color:var(--brand)}
.nav-drawer-foot{margin-top:auto;padding:18px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:var(--steel-light)}
.nav-drawer-foot a{display:block;color:var(--canvas);margin-top:8px;font-weight:600}

/* ---------- FLASH MESSAGE ---------- */
.flash-wrap{position:sticky;top:var(--header-h);z-index:150}
.flash-message{
  display:flex;align-items:center;gap:10px;
  padding:13px 18px;font-size:14px;font-weight:500;
  border-bottom:1px solid rgba(0,0,0,.05);
}
.flash-success{background:var(--success-soft);color:#176b3c}
.flash-error{background:var(--danger-soft);color:#9c2c2c}
.flash-info{background:var(--brand-soft);color:var(--brand-dark)}

/* ---------- HERO / BANNER ---------- */
.hero{position:relative;color:var(--white);overflow:hidden;background:var(--ink)}
.hero-slide{
  position:relative;min-height:380px;display:flex;align-items:center;
  background-size:cover;background-position:center;
}
.hero-slide::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(2,53,53,0) 35%,rgba(2,53,53,.6) 100%);
}
.hero-slide.no-image{background:linear-gradient(135deg,var(--ink) 0%,#0B4544 60%,var(--ink-softer) 100%)}
.hero-inner{position:relative;z-index:2;max-width:600px;padding:60px 0}

/* Banner tanpa teks overlay (gambar sudah punya judul sendiri di dalamnya) —
   tetap cerah tanpa gradasi gelap, tombol aksi diletakkan di bawah gambar */
.hero-slide.notext-slide{align-items:flex-end}
.hero-slide.notext-slide::before{display:none}
.hero-slide.notext-slide .hero-inner{max-width:100%;width:100%;padding-bottom:34px}
.hero-slide.notext-slide .hero-actions{justify-content:center}
.hero-slide.notext-slide .hero-actions .btn-outline-light{border-color:var(--brand-dark);color:var(--brand-dark);background:rgba(255,255,255,.85)}
.hero-slide.notext-slide .hero-actions .btn-outline-light:hover{background:var(--white)}
.hero-tag{
  display:inline-flex;align-items:center;gap:8px;background:rgba(15,194,192,.18);
  border:1px solid rgba(15,194,192,.55);color:var(--brand-bright);font-family:var(--font-mono);
  font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:30px;margin-bottom:18px;
}
.hero-inner h1{font-size:34px;line-height:1.15;margin-bottom:14px;text-shadow:0 2px 10px rgba(2,20,20,.55)}
.hero-inner h1 em{font-style:normal;color:var(--brand-bright)}
.hero-inner p{color:#E4EEED;font-size:15px;margin-bottom:24px;max-width:480px;text-shadow:0 1px 6px rgba(2,20,20,.5)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
/* Tombol banner dibuat transparan (kaca buram) dengan teks hijau (brand) supaya gambar banner tetap terlihat jelas di baliknya */
.hero-actions .btn-primary{
  background:rgba(15,194,192,.1);border:1.5px solid rgba(15,194,192,.7);color:var(--brand-bright);
  backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);
}
.hero-actions .btn-primary:hover{background:rgba(15,194,192,.2);border-color:var(--brand-bright)}
.hero-actions .btn-outline-light{
  color:var(--brand-bright);border-color:rgba(15,194,192,.6);
  backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);
}
.hero-actions .btn-outline-light:hover{border-color:var(--brand-bright);background:rgba(15,194,192,.12)}
.hero-dots{position:absolute;bottom:18px;left:0;right:0;z-index:3;display:flex;justify-content:center;gap:8px}
.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35)}
.hero-dot.active{background:var(--brand);width:22px;border-radius:5px}
.hero-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:3;
  width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.12);
  display:flex;align-items:center;justify-content:center;color:var(--white);
  border:1px solid rgba(255,255,255,.25);
  box-shadow:0 3px 14px rgba(2,20,20,.45);
  backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);
}
.hero-arrow:hover{background:rgba(255,255,255,.22)}
.hero-arrow.prev{left:16px}
.hero-arrow.next{right:16px}
/* Banner tanpa teks (bisa berlatar putih/terang) — panah dibuat solid gelap agar tetap kontras & terlihat */
.hero-slide.notext-slide .hero-arrow{background:rgba(255,255,255,.95);color:var(--ink);border-color:rgba(255,255,255,.95)}
.hero-slide.notext-slide .hero-arrow:hover{background:var(--white)}

/* ---------- CATEGORY STRIP ---------- */
.cat-strip{padding:30px 0;background:var(--white)}
.cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.cat-tile{
  display:flex;flex-direction:column;align-items:flex-start;gap:10px;
  padding:18px 16px;border-radius:var(--radius-md);background:var(--canvas);
  border:1px solid transparent;transition:border-color .15s ease,background .15s ease,transform .15s ease;
}
.cat-tile:hover{border-color:var(--brand);background:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-sm)}
.cat-tile-icon{
  width:42px;height:42px;border-radius:9px;background:var(--ink);color:var(--brand);
  display:flex;align-items:center;justify-content:center;font-size:18px;
}
.cat-tile-name{font-weight:600;font-size:13.5px;color:var(--ink);line-height:1.3}

/* ---------- PRODUCT GRID & CARD (signature: nameplate) ---------- */
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.product-card{
  position:relative;display:flex;flex-direction:column;
  background:var(--white);border-radius:var(--radius-md);overflow:hidden;
  box-shadow:var(--shadow-sm);transition:box-shadow .18s ease,transform .18s ease;
  border:1px solid rgba(20,24,31,.06);
}
.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}
.product-card-media{
  position:relative;aspect-ratio:4/3;background:
    linear-gradient(135deg,#eef0f3 0%,#e3e6ea 100%);
  display:flex;align-items:center;justify-content:center;overflow:hidden;
}
.product-card-media img{width:100%;height:100%;object-fit:cover}
.product-card-media .ph-icon{font-size:34px;color:#c2c8d0}
.nameplate{
  position:absolute;top:10px;left:10px;z-index:2;
  background:var(--ink);color:var(--canvas);
  font-family:var(--font-mono);font-size:10.5px;letter-spacing:.03em;
  padding:5px 9px 5px 9px;border-radius:3px;display:flex;align-items:center;gap:6px;
  box-shadow:0 2px 6px rgba(0,0,0,.25);
}
.nameplate::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--brand)}
.badge-featured{
  position:absolute;top:10px;right:10px;z-index:2;background:var(--brand);color:var(--white);
  font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  padding:5px 9px;border-radius:3px;
}
.product-card-body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:6px;flex:1}
.product-card-cat{font-family:var(--font-mono);font-size:10.5px;color:var(--brand-dark);letter-spacing:.04em;text-transform:uppercase}
.product-card-name{font-size:15px;font-weight:700;color:var(--ink);line-height:1.32;min-height:2.6em}
.product-card-desc{font-size:12.5px;color:var(--text-muted);line-height:1.5;flex:1}
.product-card-foot{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:8px}
.product-card-price{font-family:var(--font-mono);font-size:13px;font-weight:700;color:var(--ink)}
.product-card-link{
  display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--brand-dark);
}
.product-card-link i{transition:transform .15s ease}
.product-card:hover .product-card-link i{transform:translateX(3px)}

/* ---------- WHY US / COMMITMENT ---------- */
.feature-grid{display:grid;grid-template-columns:1fr;gap:16px}
.feature-card{
  padding:22px;border-radius:var(--radius-md);background:var(--white);
  border:1px solid rgba(20,24,31,.06);box-shadow:var(--shadow-sm);
}
.feature-icon{
  width:44px;height:44px;border-radius:50%;background:var(--brand-soft);color:var(--brand-dark);
  display:flex;align-items:center;justify-content:center;font-size:18px;margin-bottom:14px;
}
.feature-card h3{font-size:16px;color:var(--ink);margin-bottom:6px}
.feature-card p{font-size:13.5px;color:var(--text-muted)}

/* ---------- STEPS (Cara Pemesanan) ---------- */
.steps{display:grid;grid-template-columns:1fr;gap:0}
.step{display:flex;gap:16px;position:relative;padding-bottom:30px}
.step:last-child{padding-bottom:0}
.step::before{
  content:'';position:absolute;left:21px;top:46px;bottom:0;width:2px;
  background:repeating-linear-gradient(to bottom,var(--steel-light) 0 6px,transparent 6px 12px);
}
.step:last-child::before{display:none}
.step-num{
  flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--ink);color:var(--brand);
  display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:700;font-size:16px;z-index:1;
}
.step-text h4{font-family:var(--font-display);font-size:16px;color:var(--ink);margin-bottom:4px}
.step-text p{font-size:13.5px;color:var(--text-muted)}

/* ---------- BRAND PARTNERS ---------- */
.brand-strip{background:var(--ink);padding:42px 0}
.brand-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.brand-tile{
  display:flex;align-items:center;justify-content:center;height:64px;
  background:var(--white);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);
  padding:8px 14px;transition:transform .15s ease,box-shadow .15s ease;box-shadow:var(--shadow-sm);
}
.brand-tile:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}
.brand-tile img{max-height:34px;width:auto;object-fit:contain}
.brand-tile span{
  font-family:var(--font-mono);font-size:11.5px;color:var(--ink);text-align:center;
  letter-spacing:.02em;
}

/* ---------- BLOG ---------- */
.blog-grid{display:grid;grid-template-columns:1fr;gap:20px}
.blog-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid rgba(20,24,31,.06);display:flex;flex-direction:column}
.blog-card-media{aspect-ratio:16/9;background:linear-gradient(135deg,#eef0f3,#e3e6ea);display:flex;align-items:center;justify-content:center;overflow:hidden}
.blog-card-media img{width:100%;height:100%;object-fit:cover}
.blog-card-media .ph-icon{font-size:28px;color:#c2c8d0}
.blog-card-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1}
.blog-meta{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);letter-spacing:.03em;text-transform:uppercase}
.blog-card-title{font-size:17px;color:var(--ink);line-height:1.3}
.blog-card-excerpt{font-size:13.5px;color:var(--text-muted);flex:1}
.blog-card-link{font-size:13px;font-weight:700;color:var(--brand-dark);display:inline-flex;align-items:center;gap:6px;margin-top:4px}

.blog-article{max-width:760px;margin:0 auto}
.blog-article-head{margin-bottom:22px}
.blog-article-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.blog-article-title{font-size:26px;color:var(--ink);margin-bottom:16px}
.blog-author-row{display:flex;align-items:center;gap:10px}
.blog-author-avatar{
  width:38px;height:38px;border-radius:50%;background:var(--brand);color:var(--white);
  display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:700;font-size:15px;flex-shrink:0;
}
.blog-author-row strong{display:block;font-size:13.5px;color:var(--ink)}
.blog-author-row span{display:block;font-size:11.5px;color:var(--text-muted)}
.blog-article-cover{width:100%;aspect-ratio:16/9;border-radius:var(--radius-md);overflow:hidden;margin-bottom:24px;background:linear-gradient(135deg,#eef0f3,#e3e6ea);display:flex;align-items:center;justify-content:center}
.blog-article-cover img{width:100%;height:100%;object-fit:cover}
.blog-article-cover .ph-icon{font-size:40px;color:#c2c8d0}
.blog-article-body{font-size:15.5px;color:var(--text-main);line-height:1.85}
.blog-article-body p{margin-bottom:18px;text-align:justify;-webkit-hyphens:auto;hyphens:auto}
.blog-article-body h3{font-size:19px;color:var(--ink);margin:28px 0 14px}
.blog-article-body a{color:var(--brand-dark);text-decoration:underline;text-underline-offset:2px}
.richtext-list{margin:0 0 18px;display:flex;flex-direction:column;gap:9px}
.richtext-list li{display:flex;gap:10px;padding-left:2px}
.richtext-list li::before{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;color:var(--brand);flex-shrink:0;margin-top:3px;font-size:.85em}
.breadcrumb{display:flex;flex-wrap:wrap;gap:6px;font-size:12.5px;color:var(--text-muted);margin-bottom:18px}
.breadcrumb a:hover{color:var(--brand-dark)}
.breadcrumb .sep{color:var(--steel-light)}

/* ---------- CTA BAND ---------- */
.cta-band{
  background:linear-gradient(120deg,var(--ink) 0%,#33271d 130%);
  position:relative;overflow:hidden;color:var(--white);
}
.cta-band .container{position:relative;z-index:2;padding:46px 18px;text-align:center}
.cta-band h2{font-size:24px;margin-bottom:10px}
.cta-band p{color:var(--steel-light);margin-bottom:22px;max-width:520px;margin-left:auto;margin-right:auto}
.cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ---------- CONTACT ---------- */
.contact-wrap{display:grid;grid-template-columns:1fr;gap:28px}
.contact-info-card{background:var(--ink);color:var(--white);border-radius:var(--radius-lg);padding:28px}
.contact-info-card h3{font-size:18px;margin-bottom:18px}
.contact-row{display:flex;gap:12px;margin-bottom:16px;font-size:13.5px;align-items:flex-start}
.contact-row i{color:var(--brand);width:18px;flex-shrink:0;margin-top:2px}
.contact-row a:hover{color:var(--brand)}
.form-card{background:var(--white);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-sm);border:1px solid rgba(20,24,31,.06)}

/* ---------- FORMS (umum) ---------- */
.field{margin-bottom:16px}
.field label{display:block;font-size:13px;font-weight:600;color:var(--ink);margin-bottom:6px}
.field .hint{display:block;font-size:11.5px;color:var(--text-muted);margin-top:5px}
.field input[type=text],
.field input[type=email],
.field input[type=password],
.field input[type=tel],
.field input[type=number],
.field input[type=file],
.field input[type=url],
.field select,
.field textarea{
  width:100%;padding:11px 13px;border:1.5px solid #DADEE3;border-radius:var(--radius-sm);
  font-size:14px;background:var(--white);transition:border-color .15s ease;color:var(--text-main);
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);outline:none}
.field textarea{resize:vertical;min-height:110px}
.field-row{display:grid;grid-template-columns:1fr;gap:14px}
.checkbox-row{display:flex;align-items:center;gap:8px;font-size:13.5px}
.checkbox-row input{width:16px;height:16px}
.form-error{background:var(--danger-soft);color:#9c2c2c;padding:10px 14px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:14px}

/* ---------- AUTH PAGE ---------- */
.auth-shell{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:36px 16px;background:var(--canvas)}
.auth-card{width:100%;max-width:420px;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}
.auth-tabs{display:flex}
.auth-tab{flex:1;text-align:center;padding:16px 10px;font-weight:700;font-size:14px;color:var(--text-muted);background:var(--canvas);border-bottom:2px solid transparent}
.auth-tab.active{color:var(--brand-dark);background:var(--white);border-color:var(--brand)}
.auth-body{padding:26px}
.auth-body h2{font-size:20px;color:var(--ink);margin-bottom:4px}
.auth-body .sub{font-size:13px;color:var(--text-muted);margin-bottom:20px}
.auth-panel{display:none}
.auth-panel.show{display:block}

/* ---------- FOOTER ---------- */
.site-footer{background:var(--ink);color:var(--steel-light);padding-top:48px}
.footer-grid{display:grid;grid-template-columns:1fr;gap:32px;padding-bottom:32px}
.footer-brand p{font-size:13px;margin-top:14px;line-height:1.7;color:var(--steel-light)}
.footer-col h4{font-family:var(--font-display);color:var(--white);font-size:14px;letter-spacing:.04em;text-transform:uppercase;margin-bottom:16px}
.footer-col ul li{margin-bottom:10px}
.footer-col a{font-size:13.5px;color:var(--steel-light)}
.footer-col a:hover{color:var(--brand)}
.footer-social{display:flex;gap:10px;margin-top:16px}
.footer-social a{
  width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.06);
  display:flex;align-items:center;justify-content:center;
}
.footer-social a:hover{background:var(--brand)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;font-size:12.5px;display:flex;flex-direction:column;gap:6px;text-align:center;color:var(--steel-light)}

/* ---------- PAGE HEADER (halaman dalam) ---------- */
.page-header{
  background:var(--ink);color:var(--white);padding:38px 0;position:relative;overflow:hidden;
}
.page-header h1{font-size:26px}
.page-header .breadcrumb{margin-bottom:10px;color:var(--steel-light)}
.page-header .breadcrumb a{color:var(--steel-light)}
.page-header .breadcrumb a:hover{color:var(--brand)}

/* ---------- PRODUK: LISTING ---------- */
.product-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}
.filter-toggle-mobile{display:flex;justify-content:space-between;align-items:center;background:var(--white);border:1px solid #DADEE3;border-radius:var(--radius-sm);padding:12px 14px;font-weight:600;font-size:14px;margin-bottom:14px}
.filter-panel{background:var(--white);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-sm);border:1px solid rgba(20,24,31,.06);display:none;min-width:0}
.filter-panel.show{display:block}
.filter-panel h4{font-size:13px;text-transform:uppercase;letter-spacing:.05em;color:var(--ink);margin-bottom:12px}
.filter-list li{margin-bottom:4px}
.filter-list a{
  display:flex;justify-content:space-between;padding:9px 10px;border-radius:var(--radius-sm);font-size:13.5px;color:var(--text-main);
}
.filter-list a:hover{background:var(--canvas)}
.filter-list a.active{background:var(--brand-soft);color:var(--brand-dark);font-weight:700}
.filter-list .count{color:var(--text-muted);font-family:var(--font-mono);font-size:11.5px}
.search-active-hint{background:var(--brand-soft);color:var(--brand-dark);font-size:12.5px;line-height:1.5;padding:10px 12px;border-radius:var(--radius-sm);margin-bottom:16px;word-break:break-word}
.search-active-hint a{text-decoration:underline;color:var(--brand-dark);font-weight:600}
.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:10px}
.toolbar .result-count{font-size:13.5px;color:var(--text-muted)}
.toolbar select{border:1.5px solid #DADEE3;border-radius:var(--radius-sm);padding:9px 12px;font-size:13.5px}
.pagination{display:flex;justify-content:center;gap:6px;margin-top:30px;flex-wrap:wrap}
.pagination a,.pagination span{
  min-width:38px;height:38px;display:flex;align-items:center;justify-content:center;
  border-radius:var(--radius-sm);font-size:13.5px;font-weight:600;border:1.5px solid #DADEE3;color:var(--text-main);
}
.pagination a:hover{border-color:var(--brand);color:var(--brand-dark)}
.pagination .current{background:var(--ink);color:var(--white);border-color:var(--ink)}
.empty-state{
  text-align:center;padding:56px 20px;background:var(--white);border-radius:var(--radius-md);border:1.5px dashed #DADEE3;
}
.empty-state i{font-size:34px;color:var(--steel-light);margin-bottom:14px}
.empty-state h3{font-size:16px;color:var(--ink);margin-bottom:6px}
.empty-state p{font-size:13.5px;color:var(--text-muted)}

/* ---------- PRODUK: DETAIL ---------- */
.product-detail{display:grid;grid-template-columns:1fr;gap:30px}
.product-detail-media{
  background:linear-gradient(135deg,#eef0f3,#e3e6ea);border-radius:var(--radius-lg);
  aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;
}
.product-detail-media img{width:100%;height:100%;object-fit:cover}
.product-detail-media .ph-icon{font-size:54px;color:#c2c8d0}
.product-detail-info .cat-link{font-family:var(--font-mono);font-size:11.5px;color:var(--brand-dark);text-transform:uppercase;letter-spacing:.05em}
.product-detail-top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.share-wrap{position:relative}
.share-menu{right:0;left:auto;top:calc(100% + 6px)}
.product-detail-info h1{font-size:25px;color:var(--ink);margin:8px 0 12px}
.spec-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.spec-chip{
  font-family:var(--font-mono);font-size:11.5px;background:var(--canvas);border:1px solid var(--canvas-deep);
  padding:6px 11px;border-radius:30px;color:var(--text-muted);
}
.spec-chip strong{color:var(--ink)}
.price-block{font-family:var(--font-mono);font-size:22px;font-weight:700;color:var(--ink);margin-bottom:18px}
.qty-stepper{display:flex;align-items:center;border:1.5px solid #DADEE3;border-radius:var(--radius-sm);width:fit-content}
.qty-stepper button{width:38px;height:42px;font-size:16px;color:var(--ink)}
.qty-stepper input{width:48px;text-align:center;border:none;font-size:14px;font-weight:700}
.detail-actions{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}
.feature-list{margin-top:8px}
.feature-list li{display:flex;gap:10px;padding:9px 0;border-bottom:1px solid var(--canvas-deep);font-size:13.5px}
.feature-list li::before{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;color:var(--success);flex-shrink:0}
.tab-bar{display:flex;gap:6px;border-bottom:1.5px solid var(--canvas-deep);margin:34px 0 18px}
.tab-btn{padding:12px 6px;font-weight:700;font-size:13.5px;color:var(--text-muted);border-bottom:2px solid transparent;margin-bottom:-1.5px}
.tab-btn.active{color:var(--brand-dark);border-color:var(--brand)}
.tab-panel{display:none;font-size:14.5px;color:var(--text-main);line-height:1.8}
.tab-panel p{text-align:justify}
.tab-panel.show{display:block}
.related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:14px}

/* ---------- KERANJANG ---------- */
.cart-table{width:100%}
.cart-row{display:flex;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--canvas-deep)}
.cart-thumb{width:64px;height:64px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#eef0f3,#e3e6ea);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.cart-thumb img{width:100%;height:100%;object-fit:cover}
.cart-thumb i{color:#c2c8d0;font-size:18px}
.cart-row-info{flex:1;min-width:0}
.cart-row-info .nm{font-weight:700;font-size:14px;color:var(--ink)}
.cart-row-info .cat{font-size:12px;color:var(--text-muted)}
.cart-row-actions{display:flex;align-items:center;gap:14px}
.cart-qty{display:flex;align-items:center;border:1.5px solid #DADEE3;border-radius:var(--radius-sm)}
.cart-qty button{width:30px;height:34px}
.cart-qty input{width:38px;text-align:center;border:none;font-size:13px;font-weight:700}
.cart-remove{color:var(--danger);font-size:13px}
.cart-summary{background:var(--white);border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-sm);border:1px solid rgba(20,24,31,.06)}
.cart-summary-row{display:flex;justify-content:space-between;font-size:14px;padding:8px 0}
.cart-summary-row.total{font-weight:700;font-size:16px;border-top:1px solid var(--canvas-deep);margin-top:6px;padding-top:14px}
.success-box{
  text-align:center;background:var(--white);border-radius:var(--radius-lg);padding:48px 24px;
  box-shadow:var(--shadow-sm);border:1px solid rgba(20,24,31,.06);max-width:520px;margin:0 auto;
}
.success-box .icon{
  width:64px;height:64px;border-radius:50%;background:var(--success-soft);color:var(--success);
  display:flex;align-items:center;justify-content:center;font-size:28px;margin:0 auto 18px;
}
.history-item{background:var(--white);border-radius:var(--radius-md);padding:16px 18px;margin-bottom:12px;border:1px solid rgba(20,24,31,.06);box-shadow:var(--shadow-sm)}
.status-pill{font-size:11px;font-weight:700;padding:4px 10px;border-radius:30px;text-transform:uppercase;letter-spacing:.03em}
.status-baru{background:var(--warning-soft);color:var(--warning)}
.status-diproses{background:#E2ECFB;color:#2A5DBA}
.status-selesai{background:var(--success-soft);color:var(--success)}

/* ============================================================
   ADMIN PANEL
   ============================================================ */
.admin-body{background:var(--canvas);min-height:100vh}
.admin-shell{display:flex;min-height:100vh}
.admin-sidebar{
  width:240px;background:var(--ink);color:var(--canvas);flex-shrink:0;
  position:fixed;top:0;left:0;bottom:0;overflow-y:auto;z-index:250;
  transform:translateX(-100%);transition:transform .22s ease;
}
.admin-sidebar.show{transform:translateX(0)}
.admin-sidebar-head{padding:20px 18px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:10px}
.admin-sidebar-head strong{font-family:var(--font-display);font-size:15px}
.admin-sidebar-head span{display:block;font-size:10px;color:var(--steel-light);font-family:var(--font-mono);letter-spacing:.05em}
.admin-nav{padding:12px 10px}
.admin-nav a{
  display:flex;align-items:center;gap:12px;padding:12px 12px;border-radius:var(--radius-sm);
  font-size:13.5px;font-weight:600;color:var(--steel-light);margin-bottom:2px;
}
.admin-nav a i{width:18px;text-align:center}
.admin-nav a:hover{background:rgba(255,255,255,.06);color:var(--white)}
.admin-nav a.active{background:var(--brand);color:var(--white)}
.admin-nav .divider{height:1px;background:rgba(255,255,255,.08);margin:10px 4px}
.admin-nav .small-link{display:flex;align-items:center;gap:12px;padding:12px 12px;font-size:13px;color:var(--steel-light)}

.admin-main{flex:1;min-width:0}
.admin-topbar{
  position:sticky;top:0;z-index:120;background:var(--white);border-bottom:1px solid var(--canvas-deep);
  display:flex;align-items:center;gap:8px;padding:0 12px;height:60px;
}
.admin-topbar-title{
  font-family:var(--font-display);font-size:15px;color:var(--ink);
  flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}
.admin-burger{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--ink)}
.admin-topbar-user{
  font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:6px;
  flex-shrink:0;max-width:90px;
}
.admin-topbar-user-name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.admin-content{padding:22px 16px 60px}
.admin-overlay{position:fixed;inset:0;background:rgba(20,24,31,.5);z-index:240;opacity:0;pointer-events:none;transition:opacity .2s}
.admin-overlay.show{opacity:1;pointer-events:auto}

.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:26px}
.stat-card{background:var(--white);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-sm);border:1px solid rgba(20,24,31,.06)}
.stat-card .num{font-family:var(--font-mono);font-size:26px;font-weight:700;color:var(--ink)}
.stat-card .lbl{font-size:12px;color:var(--text-muted);margin-top:4px}
.stat-card i{color:var(--brand);font-size:18px;margin-bottom:10px;display:block}

.admin-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid rgba(20,24,31,.06);margin-bottom:22px}
.admin-card-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--canvas-deep);flex-wrap:wrap;gap:10px}
.admin-card-head h3{font-family:var(--font-display);font-size:16px;color:var(--ink)}
.admin-card-body{padding:18px}
.admin-help{background:var(--brand-soft);color:var(--brand-dark);border-radius:var(--radius-sm);padding:12px 14px;font-size:13px;margin-bottom:18px;display:flex;gap:10px}
.admin-help i{margin-top:2px}

.table-wrap{overflow-x:auto}
.admin-table{min-width:600px}
.admin-table th{
  text-align:left;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);
  padding:10px 12px;border-bottom:2px solid var(--canvas-deep);white-space:nowrap;
}
.admin-table td{padding:12px;border-bottom:1px solid var(--canvas-deep);font-size:13.5px;vertical-align:middle}
.admin-table tr:hover td{background:var(--canvas)}
.admin-thumb{width:42px;height:42px;border-radius:6px;object-fit:cover;background:var(--canvas-deep)}
.admin-thumb-ph{width:42px;height:42px;border-radius:6px;background:var(--canvas-deep);display:flex;align-items:center;justify-content:center;color:var(--steel-light)}
.row-actions{display:flex;gap:8px}
.row-actions a,.row-actions button{
  width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;
  background:var(--canvas);color:var(--ink);font-size:13px;
}
.row-actions a:hover{background:var(--brand-soft);color:var(--brand-dark)}
.row-actions .del:hover{background:var(--danger-soft);color:var(--danger)}
.pill{font-size:11px;font-weight:700;padding:3px 9px;border-radius:30px}
.pill-on{background:var(--success-soft);color:var(--success)}
.pill-off{background:#EAEAEA;color:var(--text-muted)}
.thumb-preview{width:100%;max-width:240px;aspect-ratio:16/9;border-radius:var(--radius-sm);background:var(--canvas);border:1.5px dashed #DADEE3;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px}
.thumb-preview img{width:100%;height:100%;object-fit:cover}
.thumb-preview i{color:var(--steel-light);font-size:24px}
[data-image-input]{width:100%;max-width:100%;box-sizing:border-box;font-size:12.5px}

/* ---------- EDITOR BLOG (admin, gaya Blogspot) ---------- */
.blog-editor{display:grid;grid-template-columns:minmax(0,1fr);gap:20px;align-items:start;min-width:0}
.blog-editor-main{min-width:0}
.blog-editor-side{display:flex;flex-direction:column;gap:0;min-width:0}
.blog-editor-side .admin-card{margin-bottom:20px}
.blog-title-input{
  width:100%;border:none;border-bottom:2px solid var(--canvas-deep);padding:10px 2px;
  font-family:var(--font-display);font-size:24px;color:var(--ink);background:transparent;
}
.blog-title-input:focus{outline:none;border-color:var(--brand)}
.blog-toolbar{
  display:flex;align-items:center;gap:4px;flex-wrap:wrap;margin:16px 0 8px;
  padding:8px;background:var(--canvas);border-radius:var(--radius-sm);
}
.blog-toolbar button{
  width:34px;height:34px;border-radius:6px;display:flex;align-items:center;justify-content:center;
  color:var(--ink);font-size:13.5px;background:var(--white);border:1px solid var(--canvas-deep);
}
.blog-toolbar button:hover{background:var(--brand-soft);color:var(--brand-dark);border-color:var(--brand)}
.blog-toolbar-hint{font-size:11.5px;color:var(--text-muted);margin-left:6px}
#blog-content{font-family:var(--font-mono);font-size:13.5px;line-height:1.7}
.blog-wordcount{font-size:12px;color:var(--text-muted);margin-top:8px;text-align:right}

/* ---------- HEADER SEARCH (expand on click) ---------- */
.header-search{
  position:absolute;top:calc(100% + 10px);right:0;z-index:60;
  width:260px;max-width:calc(100vw - 32px);
  background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);
  border:1px solid rgba(20,24,31,.08);padding:8px;display:none;
}
.header-search.show{display:block}
.header-search form{display:flex}
.header-search input{flex:1;min-width:0;border:1.5px solid #DADEE3;border-right:none;border-radius:var(--radius-sm) 0 0 var(--radius-sm);padding:9px 11px;font-size:13.5px}
.header-search button{background:var(--ink);color:var(--white);padding:0 14px;border-radius:0 var(--radius-sm) var(--radius-sm) 0}

/* ---------- FLOATING WA / IG ---------- */
.floating-actions{
  position:fixed;right:16px;bottom:calc(var(--bottom-nav-h) + 16px);z-index:180;
  display:flex;flex-direction:column;gap:10px;
}
.floating-btn{
  width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:24px;color:var(--white);box-shadow:var(--shadow-lg);transition:transform .15s ease;
}
.floating-btn:hover{transform:scale(1.07)}
.floating-btn img{width:58%;height:58%;object-fit:contain}
.floating-wa{background:#25D366}
.floating-ig{background:radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)}
.floating-fb{background:#1877F2}

/* ---------- BOTTOM NAV (mobile) ---------- */
.bottom-nav{
  position:fixed;left:0;right:0;bottom:0;z-index:190;
  background:var(--white);border-top:1px solid var(--canvas-deep);
  display:flex;box-shadow:0 -2px 10px rgba(20,24,31,.07);
  padding-bottom:env(safe-area-inset-bottom);
}
.bottom-nav a{
  flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  padding:9px 4px;font-size:10.5px;font-weight:600;color:var(--text-muted);position:relative;
}
.bottom-nav a i{font-size:18px}
.bottom-nav a.active{color:var(--brand)}
.bottom-nav-cart{position:relative}
.bottom-nav-badge{
  position:absolute;top:3px;right:calc(50% - 20px);background:var(--brand);color:var(--white);
  font-size:9px;font-weight:700;min-width:15px;height:15px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;padding:0 3px;font-family:var(--font-mono);
}

/* ---------- BRAND CAROUSEL (beranda) ---------- */
.brand-carousel{position:relative;padding:22px 46px}
.brand-carousel-track{position:relative;height:150px;overflow:hidden}
.brand-carousel-slide{
  position:absolute;top:50%;left:50%;width:138px;height:84px;
  transform:translate(-50%,-50%);
  display:flex;align-items:center;justify-content:center;text-align:center;
  background:var(--white);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-md);
  padding:14px 18px;transition:transform .45s cubic-bezier(.22,.68,0,1),opacity .45s ease,box-shadow .3s ease;
  box-shadow:var(--shadow-sm);will-change:transform,opacity;cursor:pointer;
}
.brand-carousel-slide.is-center{box-shadow:var(--shadow-lg)}
.brand-carousel-slide img{max-height:100%;max-width:100%;width:auto;object-fit:contain}
.brand-carousel-slide span{font-family:var(--font-mono);color:var(--ink);font-size:11.5px;font-weight:600}
.brand-carousel-slide.is-center span{font-size:15px;font-weight:700}

/* ---------- GALERI ---------- */
.gallery-grid{display:grid;grid-template-columns:1fr;gap:18px}
.gallery-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid rgba(20,24,31,.06);text-align:left;display:flex;flex-direction:column;width:100%}
.gallery-card-media{position:relative;aspect-ratio:16/9;overflow:hidden;background:linear-gradient(135deg,#eef0f3,#e3e6ea)}
.gallery-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.gallery-card:hover .gallery-card-media img{transform:scale(1.06)}
.gallery-play-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.gallery-play-icon i{width:52px;height:52px;border-radius:50%;background:rgba(2,53,53,.75);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:17px}
.gallery-card-title{padding:14px 16px;font-size:14px;font-weight:700;color:var(--ink);line-height:1.4}

.gallery-modal{position:fixed;inset:0;z-index:400;display:none;align-items:center;justify-content:center;padding:20px}
.gallery-modal.show{display:flex}
.gallery-modal-backdrop{position:absolute;inset:0;background:rgba(2,20,20,.85)}
.gallery-modal-body{position:relative;width:100%;max-width:900px}
.gallery-modal-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:var(--radius-md);overflow:hidden}
.gallery-modal-frame iframe{width:100%;height:100%;border:0}
.gallery-modal.is-photo .gallery-modal-frame{aspect-ratio:auto;display:flex;align-items:center;justify-content:center;max-height:85vh}
.gallery-modal.is-photo .gallery-modal-frame img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain}
.gallery-modal-close{position:absolute;top:-42px;right:0;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.15);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:18px}

/* ---------- VIDEO PRODUK ---------- */
.video-embed{margin-top:24px;aspect-ratio:16/9;border-radius:var(--radius-md);overflow:hidden;background:#000}
.video-embed iframe{width:100%;height:100%;border:0}

/* ---------- ULASAN PRODUK ---------- */
.review-section{margin-top:46px;max-width:760px}
.review-summary{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:14px;color:var(--text-muted)}
.review-list{display:flex;flex-direction:column;gap:14px;margin-bottom:26px}
.review-item{background:var(--white);border-radius:var(--radius-md);padding:16px 18px;border:1px solid rgba(20,24,31,.06);box-shadow:var(--shadow-sm)}
.review-item-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}
.review-date{margin-left:auto;font-size:12px;color:var(--text-muted)}
.review-item p{font-size:13.5px;color:var(--text-main);margin-top:6px;line-height:1.7}
.review-form-card{max-width:520px}
.star-rating{white-space:nowrap}
.star-rating i{color:#DADEE3;font-size:14px;margin-right:2px}
.star-rating i.fas{color:var(--brand-mid)}
.star-input{display:flex;gap:6px;font-size:24px;margin-bottom:4px}
.star-input i{color:#DADEE3;cursor:pointer;transition:color .12s ease}
.star-input i.is-active{color:var(--brand-mid)}

/* ---------- TOGGLE LIHAT/SEMBUNYIKAN PASSWORD ---------- */
.password-field{position:relative}
.password-field input{padding-right:42px !important}
.password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--steel-light);font-size:14px}
.password-toggle:hover{color:var(--ink)}

/* ---------- GOOGLE MAPS (beranda) ---------- */
.map-section{background:var(--canvas)}
.map-embed{position:relative;width:100%;aspect-ratio:16/9;min-height:260px}
.map-embed iframe{width:100%;height:100%;border:0;display:block}
.map-embed-badge{
  position:absolute;left:16px;bottom:16px;background:var(--white);color:var(--ink);
  font-weight:700;font-size:13px;padding:10px 16px;border-radius:30px;box-shadow:var(--shadow-md);
  display:inline-flex;align-items:center;gap:8px;transition:background .15s ease,color .15s ease;
}
.map-embed-badge i{color:var(--brand)}
.map-embed-badge:hover{background:var(--brand);color:var(--white)}
.map-embed-badge:hover i{color:var(--white)}

/* ============================================================
   RESPONSIVE — Mobile-first. Breakpoint wajib:
   360 / 480 / 560 / 720 / 1024 / 1080 / 1280
   ============================================================ */

/* >= 360px : ponsel kecil */
@media (min-width:360px){
  .container{padding:0 16px}
}

/* >= 480px : ponsel besar */
@media (min-width:480px){
  .cat-grid{grid-template-columns:repeat(3,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .hero-inner h1{font-size:38px}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .stat-grid{grid-template-columns:repeat(2,1fr)}
  .related-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
}

/* >= 560px : phablet */
@media (min-width:560px){
  .brand-text span{display:block}
  .brand-text strong{font-size:18px}
  .brand-text span{font-size:14px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .brand-grid{grid-template-columns:repeat(3,1fr)}
  .blog-grid{grid-template-columns:repeat(2,1fr)}
  .field-row-2{grid-template-columns:1fr 1fr}
  .field-row{grid-template-columns:1fr 1fr}
}

/* >= 720px : tablet potret — mulai berbeda struktural dari mobile */
@media (min-width:720px){
  html{font-size:15.5px}
  :root{--header-h:72px}
  .product-grid{grid-template-columns:repeat(3,1fr)}
  .cat-grid{grid-template-columns:repeat(4,1fr)}
  .product-layout{grid-template-columns:220px minmax(0,1fr)}
  .filter-panel{display:block;position:sticky;top:90px}
  .filter-toggle-mobile{display:none}
  .stat-grid{grid-template-columns:repeat(4,1fr)}
  .product-detail{grid-template-columns:1fr 1fr}
  .related-grid{grid-template-columns:repeat(3,1fr)}
  .hero-slide{min-height:440px}
  .admin-content{padding:26px 26px 60px}
  .contact-wrap{grid-template-columns:0.9fr 1.1fr}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .brand-carousel-track{height:190px}
  .brand-carousel-slide{width:178px;height:106px}
  .map-embed{aspect-ratio:21/9}
}

[data-mobile-only]{display:flex}
[data-desktop-only]{display:none}

/* >= 1024px : laptop kecil / tablet lanskap besar — nav desktop aktif */
@media (min-width:1024px){
  .main-nav{display:block}
  .user-chip{display:flex}
  .hamburger{display:none}
  [data-mobile-only]{display:none}
  [data-desktop-only]{display:inline-flex}
  .brand-grid{grid-template-columns:repeat(5,1fr)}
  .brand-carousel-track{height:220px}
  .brand-carousel-slide{width:200px;height:118px}
  .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}
  .blog-grid{grid-template-columns:repeat(3,1fr)}
  .admin-sidebar{transform:translateX(0);position:fixed}
  .admin-main{margin-left:240px}
  .admin-burger{display:none}
  .admin-topbar-title{font-size:19px}
  .admin-topbar-user{max-width:220px;font-size:13.5px}
  .section{padding:64px 0}
  .hero-inner{padding:84px 0}
  .blog-editor{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}

  /* Nav bawah hanya untuk mobile/tablet — di desktop nav atas sudah aktif */
  body{padding-bottom:0}
  .bottom-nav{display:none}
  .floating-actions{bottom:24px}
  .gallery-grid{grid-template-columns:repeat(4,1fr)}
}

/* >= 1080px : layar desktop umum (mendekati Full HD) */
@media (min-width:1080px){
  .section-title{font-size:32px}
  .hero-inner h1{font-size:44px}
  .product-grid{grid-template-columns:repeat(4,1fr)}
}

/* >= 1280px : desktop lebar */
@media (min-width:1280px){
  .hero-slide{min-height:500px}
  .cta-band .container{padding:60px 18px}
}

/* Cetak: sembunyikan elemen navigasi saat dicetak */
@media print{
  .site-header,.site-footer,.nav-drawer,.hero-arrow,.admin-sidebar,.bottom-nav,.floating-actions{display:none !important}
}
