/*
Theme Name: Katalog Kisi-Kisi Hollow AWIDEA
Theme URI: https://katalogkisikisihollow.awidea.co.id/
Author: AWIDEA
Description: Tema katalog khusus produk kisi-kisi hollow indoor dan outdoor AWIDEA. Foto produk tampil penuh tanpa terpotong, mobile-friendly, tombol WhatsApp, filter kategori, dan lightbox produk.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: awidea-kisi-hollow
*/

:root{
  --green:#123B2E;
  --green-2:#1c5542;
  --cream:#F5F0E7;
  --gold:#C8A45F;
  --ink:#17201c;
  --muted:#667169;
  --white:#fff;
  --line:#e8e1d6;
  --shadow:0 16px 40px rgba(18,59,46,.10);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fbfaf7;color:var(--ink);font-family:Poppins,Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid rgba(18,59,46,.08)}
.header-inner{min-height:104px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;min-width:0}
.brand img,.custom-logo{height:86px;width:auto;max-width:260px;object-fit:contain;border-radius:12px;box-shadow:0 4px 18px rgba(18,59,46,.10)}
.brand-text{font-weight:800;color:var(--green);letter-spacing:.02em}
.nav{display:flex;align-items:center;gap:22px;font-weight:700;font-size:14px}
.nav a:hover{color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 18px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn-primary{background:var(--green);color:#fff}.btn-primary:hover{background:var(--green-2);transform:translateY(-1px)}
.btn-light{background:#fff;color:var(--green);border-color:rgba(18,59,46,.12)}
.hero{background:linear-gradient(135deg,var(--green),#0a281e);color:#fff;padding:64px 0 54px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(200,164,95,.16);border:1px solid rgba(200,164,95,.35);color:#f3dfb3;font-weight:800;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.hero h1{font-size:clamp(38px,6vw,70px);line-height:1.02;margin:18px 0 18px;letter-spacing:-.045em}
.hero p{font-size:clamp(16px,2vw,20px);color:rgba(255,255,255,.82);max-width:700px;margin:0 0 26px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero .btn-primary{background:var(--gold);color:#1c241f}.hero .btn-primary:hover{background:#d9b873}
.hero .btn-light{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.2)}
.hero-visual{background:#fff;padding:12px;border-radius:30px;box-shadow:0 24px 70px rgba(0,0,0,.25);transform:rotate(1.5deg)}
.hero-visual img{width:100%;height:auto;object-fit:contain;border-radius:20px}
.stats{margin-top:-22px;position:relative;z-index:3}
.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;background:#fff;border-radius:22px;padding:18px;box-shadow:var(--shadow)}
.stat{padding:10px 14px;text-align:center}.stat b{display:block;color:var(--green);font-size:22px}.stat span{font-size:13px;color:var(--muted)}
.section{padding:72px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}
.section h2{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:0;color:var(--green);letter-spacing:-.03em}
.section-sub{color:var(--muted);max-width:660px;margin:9px 0 0}
.filters{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0 30px}
.filter-btn{border:1px solid var(--line);background:#fff;padding:10px 15px;border-radius:999px;font-weight:800;color:var(--green);cursor:pointer}
.filter-btn.active,.filter-btn:hover{background:var(--green);color:#fff;border-color:var(--green)}
.catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 28px rgba(32,41,36,.05);transition:.2s ease}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-image-wrap{position:relative;background:#f4f1eb;overflow:hidden;cursor:zoom-in}
.product-image{width:100%;height:auto;aspect-ratio:1/1;object-fit:contain;background:#fff}
.badge{position:absolute;left:14px;top:14px;padding:7px 11px;border-radius:999px;background:rgba(18,59,46,.92);color:#fff;font-weight:800;font-size:12px;box-shadow:0 5px 16px rgba(0,0,0,.12)}
.product-meta{padding:18px 20px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.product-meta h3{margin:0;font-size:20px;color:var(--green)}
.product-meta p{margin:3px 0 0;color:var(--muted);font-size:14px}
.product-cta{white-space:nowrap;color:var(--green);font-weight:900;font-size:14px}
.info-band{background:var(--cream)}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.info-card{background:#fff;border-radius:22px;padding:24px;border:1px solid #ece5d8}
.info-card h3{margin:0 0 8px;color:var(--green)}.info-card p{margin:0;color:var(--muted)}
.cta{padding:60px 0;background:linear-gradient(135deg,#f3e7cd,#fff)}
.cta-box{background:var(--green);color:#fff;border-radius:30px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:var(--shadow)}
.cta-box h2{color:#fff;margin:0 0 8px}.cta-box p{margin:0;color:rgba(255,255,255,.8)}
.site-footer{background:#0c241b;color:rgba(255,255,255,.72);padding:34px 0}
.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center}.footer-inner strong{color:#fff}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:92px;height:92px;object-fit:contain;border-radius:12px}.footer-brand span{color:rgba(255,255,255,.82);font-weight:700}
.wa-float{position:fixed;right:18px;bottom:18px;z-index:60;background:#25D366;color:#fff;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;font-size:26px;box-shadow:0 14px 30px rgba(0,0,0,.24);font-weight:900}
.lightbox{position:fixed;inset:0;background:rgba(3,12,8,.94);display:none;align-items:center;justify-content:center;padding:22px;z-index:100}
.lightbox.open{display:flex}.lightbox img{max-width:min(1080px,96vw);max-height:92vh;width:auto;height:auto;object-fit:contain;background:#fff;border-radius:16px}.lightbox-close{position:absolute;right:18px;top:18px;border:0;background:#fff;color:#111;width:46px;height:46px;border-radius:50%;font-size:24px;cursor:pointer}
@media(max-width:860px){.nav a:not(.btn){display:none}.hero-grid{grid-template-columns:1fr}.hero{padding-top:46px}.hero-visual{max-width:620px;margin:auto}.catalog-grid{grid-template-columns:1fr}.info-grid{grid-template-columns:1fr}.cta-box{display:block}.cta-box .btn{margin-top:20px}.section-head{display:block}.footer-inner{display:block;text-align:center}.brand img,.custom-logo{height:68px;max-width:170px}}
@media(max-width:560px){.container{width:min(100% - 20px,1180px)}.header-inner{min-height:82px}.nav{gap:8px}.nav .btn{padding:10px 13px;font-size:12px}.hero{padding:38px 0 44px}.hero h1{font-size:40px}.stats-grid{grid-template-columns:1fr 1fr 1fr;padding:10px}.stat{padding:8px 4px}.stat b{font-size:18px}.stat span{font-size:11px}.section{padding:54px 0}.product-meta{align-items:flex-start}.product-cta{font-size:12px}.cta-box{padding:28px 22px}.wa-float{width:54px;height:54px;right:14px;bottom:14px}}

@media(max-width:860px){.footer-brand{justify-content:center;margin-bottom:14px}.footer-brand img{width:84px;height:84px}}
@media(max-width:560px){.brand img,.custom-logo{height:62px;max-width:145px}.footer-brand{flex-direction:column;gap:8px}.footer-brand img{width:78px;height:78px}}
