
:root{--dark:#1f1712;--muted:#6f5a48;--brown:#6B3F22;--brown2:#A76A32;--gold:#D6A35C;--cream:#FFF8EF;--cream2:#F6EFE5;--white:#fff;--grad:linear-gradient(135deg,#6B3F22,#A76A32,#D6A35C);--shadow:0 20px 55px rgba(75,44,20,.13);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,"Plus Jakarta Sans","General Sans",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--cream);color:var(--dark);line-height:1.65;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1220px,calc(100% - 36px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:99;background:rgba(255,248,239,.92);backdrop-filter:blur(14px);box-shadow:0 10px 30px rgba(60,38,22,.08)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:12px;font-weight:900;font-size:1.35rem;letter-spacing:-.04em}.brand-mark{width:40px;height:40px;border-radius:14px;background:var(--grad);color:white;display:grid;place-items:center;box-shadow:0 10px 22px rgba(107,63,34,.25)}.main-nav{display:flex;align-items:center;gap:22px}.nav-link{font-weight:700;font-size:.96rem;color:#45352b;position:relative}.nav-link::after{content:"";position:absolute;left:0;bottom:-8px;height:3px;width:0;background:var(--grad);border-radius:9px;transition:.25s}.nav-link:hover::after,.nav-link.active::after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:13px 22px;background:var(--grad);color:#fff;font-weight:800;box-shadow:0 14px 32px rgba(107,63,34,.25);cursor:pointer;transition:.25s;background-size:180%}.btn:hover{transform:translateY(-2px);background-position:100%;box-shadow:0 18px 38px rgba(107,63,34,.32)}.btn-outline{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.35);box-shadow:none}.btn-sm{padding:10px 16px;font-size:.9rem}.hamburger{display:none;background:transparent;border:0;gap:5px;flex-direction:column}.hamburger span{width:28px;height:3px;border-radius:99px;background:var(--brown)}.section{padding:92px 0}.section-soft{background:linear-gradient(180deg,#fff8ef,#f2e5d6)}.section-head{max-width:780px;margin-bottom:38px}.badge{display:inline-flex;align-items:center;gap:10px;background:rgba(167,106,50,.12);color:var(--brown);font-weight:850;border:1px solid rgba(167,106,50,.2);border-radius:999px;padding:8px 14px;margin-bottom:16px;font-size:.86rem}.badge::before{content:"";width:28px;height:2px;background:var(--grad);border-radius:9px}.section h1,.section h2,.page-hero h1{font-size:clamp(2.1rem,5vw,4.6rem);line-height:1.04;letter-spacing:-.07em;margin:0 0 18px}.section h2{font-size:clamp(1.9rem,3.5vw,3.3rem)}.muted{color:var(--muted)}.hero{position:relative;min-height:calc(100vh - 76px);isolation:isolate;background:#2b1a11;overflow:hidden}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero::after,.page-hero::after,.cta-section::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,15,9,.78),rgba(25,15,9,.44),rgba(25,15,9,.15));z-index:1}.hero-content{position:relative;z-index:2;min-height:calc(100vh - 76px);display:flex;align-items:center}.hero-text{max-width:780px;color:white}.hero h1{font-size:clamp(2.7rem,6vw,5.8rem);line-height:.98;letter-spacing:-.08em;margin:0 0 20px}.hero p{font-size:clamp(1rem,2vw,1.24rem);color:rgba(255,248,239,.88);max-width:690px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.hero-dots{position:absolute;z-index:3;left:50%;bottom:30px;transform:translateX(-50%);display:flex;gap:8px}.hero-dot{width:10px;height:10px;border-radius:20px;background:rgba(255,255,255,.5);border:0}.hero-dot.active{width:34px;background:#fff}.hero-arrow{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.12);color:white;font-size:26px;cursor:pointer}.hero-arrow.prev{left:24px}.hero-arrow.next{right:24px}.about-grid{display:grid;grid-template-columns:1fr .9fr;gap:58px;align-items:center}.check-list{display:grid;gap:13px;margin-top:25px}.check-list span{display:flex;align-items:center;gap:10px;font-weight:750}.check-list span::before{content:"✓";width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--grad);color:#fff;font-size:.78rem}.about-media{position:relative;min-height:480px}.about-media img{position:absolute;border:10px solid white;border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover}.about-media img:first-child{width:72%;height:370px;right:0;top:0}.about-media img:last-child{width:60%;height:310px;left:0;bottom:0}.marquee-wrap{overflow:hidden}.marquee-track{display:flex;gap:22px;width:max-content;animation:marquee 34s linear infinite}.marquee-wrap:hover .marquee-track{animation-play-state:paused}@keyframes marquee{to{transform:translateX(-50%)}}.category-tile{width:230px;background:#fff;border:1px solid rgba(107,63,34,.12);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);flex:0 0 auto}.category-tile img{height:150px;width:100%;object-fit:cover;transition:.35s}.category-tile:hover img{transform:scale(1.05)}.category-tile h3{font-size:1rem;margin:14px 15px 17px}.home-product-list{display:grid;gap:18px}.home-product-item{display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:center;background:#fff;border:1px solid rgba(107,63,34,.12);border-radius:26px;padding:16px;box-shadow:0 12px 36px rgba(74,44,25,.08);transition:.25s}.home-product-item:hover,.product-card:hover,.article-card:hover,.contact-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.home-product-item img{width:190px;height:132px;border-radius:18px;object-fit:cover}.home-product-item h3{font-size:1.3rem;margin:0 0 6px;letter-spacing:-.03em}.stock{display:inline-flex;align-items:center;gap:8px;color:#2d7a46;font-weight:800;font-size:.93rem}.stock::before{content:"";width:9px;height:9px;background:#2dca66;border-radius:50%}.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.more-link{font-weight:800;color:var(--brown);display:inline-flex;align-items:center}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.product-card,.article-card,.contact-card,.feature-card{background:#fff;border:1px solid rgba(107,63,34,.12);border-radius:26px;overflow:hidden;box-shadow:0 12px 35px rgba(74,44,25,.08);transition:.25s}.product-card img,.article-card img{width:100%;height:220px;object-fit:cover}.product-card-body,.article-body{padding:20px}.product-card h3,.article-card h3{margin:0 0 8px;font-size:1.12rem;line-height:1.25;letter-spacing:-.03em}.product-meta{color:var(--muted);font-weight:700;font-size:.9rem}.page-hero{position:relative;min-height:430px;background:#2b1a11;display:flex;align-items:end;isolation:isolate;overflow:hidden}.page-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.page-hero .container{position:relative;z-index:2;color:white;padding-bottom:72px}.page-hero p{max-width:760px;color:rgba(255,248,239,.86);font-size:1.08rem}.category-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:16px}.category-filter{border:1px solid rgba(107,63,34,.14);background:#fff;border-radius:20px;padding:10px;text-align:left;cursor:pointer;box-shadow:0 8px 28px rgba(74,44,25,.06);transition:.25s}.category-filter.active{background:var(--grad);color:white}.category-filter img{width:100%;height:92px;object-fit:cover;border-radius:14px;margin-bottom:10px}.category-filter span{display:block;font-weight:850;font-size:.88rem;line-height:1.2}.breadcrumb{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-weight:700;margin:36px 0 24px}.breadcrumb a{color:var(--brown)}.detail-grid{display:grid;grid-template-columns:1fr .86fr;gap:52px;align-items:start}.gallery-main{position:relative;background:#fff;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(107,63,34,.12)}.gallery-main img{width:100%;height:540px;object-fit:cover}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.88);font-size:22px;cursor:pointer}.gallery-nav.prev{left:14px}.gallery-nav.next{right:14px}.thumbs{display:flex;gap:12px;margin-top:16px;overflow:auto;padding-bottom:6px}.thumbs img{width:92px;height:72px;object-fit:cover;border-radius:14px;cursor:pointer;border:3px solid transparent}.thumbs img.active{border-color:var(--gold)}.detail-info{background:#fff;border:1px solid rgba(107,63,34,.12);border-radius:30px;padding:32px;box-shadow:var(--shadow);position:sticky;top:100px}.detail-info h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.03;letter-spacing:-.06em;margin:0 0 14px}.detail-desc{background:#fff;border:1px solid rgba(107,63,34,.12);border-radius:30px;padding:34px;box-shadow:0 14px 40px rgba(74,44,25,.07)}.detail-desc h2{font-size:2rem}.cta-section{position:relative;isolation:isolate;background:#2b1a11;overflow:hidden;border-radius:34px;margin:40px auto 0}.cta-section img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cta-inner{position:relative;z-index:2;color:white;padding:66px;max-width:760px}.cta-inner h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:-.06em;margin:0 0 14px}.articles .article-card img{height:210px}.feature-grid{grid-template-columns:repeat(5,1fr)}.feature-card{padding:24px}.feature-card b{display:block;font-size:2rem;color:var(--brown)}.process-grid{grid-template-columns:repeat(4,1fr);counter-reset:step}.process-card{position:relative;background:#fff;border-radius:26px;padding:26px;border:1px solid rgba(107,63,34,.12);box-shadow:0 12px 34px rgba(74,44,25,.08)}.process-card::before{counter-increment:step;content:counter(step);width:40px;height:40px;border-radius:14px;background:var(--grad);color:white;font-weight:900;display:grid;place-items:center;margin-bottom:18px}.contact-grid{grid-template-columns:.95fr 1.05fr;align-items:start}.contact-card{padding:26px}.contact-list{display:grid;gap:14px}.contact-row{display:flex;gap:12px;align-items:flex-start}.contact-row svg,.footer-contact svg{width:22px;min-width:22px;color:var(--gold)}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(107,63,34,.18);border-radius:16px;padding:14px 16px;font:inherit;background:#fffdf8}.contact-form textarea{min-height:138px;resize:vertical}.map-placeholder{height:330px;border-radius:26px;background:linear-gradient(135deg,#d9c3a6,#a76a32);display:grid;place-items:center;color:#fff;text-align:center;font-weight:850;padding:24px}.site-footer{position:relative;background:#21140d;color:#fff;margin-top:80px;overflow:hidden}.footer-bg{position:absolute;inset:0;background:radial-gradient(circle at 10% 10%,rgba(214,163,92,.18),transparent 35%),linear-gradient(135deg,#1d110b,#3b2416);opacity:1}.footer-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.3fr .75fr .95fr 1.55fr;gap:36px;padding:66px 0 34px}.site-footer h3{margin:0 0 16px}.site-footer p,.site-footer a,.footer-contact span{color:rgba(255,248,239,.78)}.footer-links,.footer-contact{list-style:none;margin:0;padding:0;display:grid;gap:10px}.footer-contact li{display:flex;gap:10px;align-items:flex-start}.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.12);padding:18px 0 26px;display:flex;justify-content:space-between;gap:16px;color:rgba(255,248,239,.72)}.floating-wa{position:fixed;right:22px;bottom:24px;z-index:100;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:white;box-shadow:0 14px 32px rgba(0,0,0,.25)}.floating-wa svg{width:30px}.source-link{font-size:.86rem;color:var(--muted);margin-top:20px}.source-link a{color:var(--brown);font-weight:800}.empty-state{padding:40px;border-radius:24px;background:#fff;color:var(--muted)}@media(max-width:1080px){.product-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}.feature-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.detail-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.detail-info{position:static}.about-media{min-height:420px}}@media(max-width:760px){.container{width:min(100% - 26px,1220px)}.nav-wrap{height:68px}.hamburger{display:flex}.main-nav{position:fixed;inset:68px 13px auto 13px;background:#fff;border-radius:22px;box-shadow:var(--shadow);padding:18px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.hero{min-height:720px}.hero-content{min-height:720px;align-items:flex-end;padding-bottom:92px}.hero h1{font-size:3rem}.hero-arrow{display:none}.section{padding:64px 0}.home-product-item{grid-template-columns:118px 1fr;gap:13px;padding:12px;border-radius:20px}.home-product-item img{width:118px;height:104px;border-radius:14px}.home-product-item h3{font-size:1rem}.home-product-item .btn{padding:10px 12px;font-size:.82rem}.home-product-item .more-link{font-size:.86rem}.grid-3,.product-grid,.process-grid,.contact-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-filter img{height:84px}.page-hero{min-height:370px}.page-hero .container{padding-bottom:50px}.gallery-main img{height:350px}.detail-info{padding:24px}.cta-inner{padding:44px 24px}.footer-grid{grid-template-columns:1fr;padding:52px 0 26px}.footer-bottom{flex-direction:column}.feature-grid{grid-template-columns:1fr}.about-media{min-height:360px}.about-media img:first-child{height:280px}.about-media img:last-child{height:230px}.floating-wa{width:54px;height:54px;right:16px;bottom:18px}.product-card img,.article-card img{height:210px}}


/* === Kayupedia client revision patch === */
.site-header{top:12px;background:transparent;box-shadow:none;backdrop-filter:none;padding:0 0 12px}.site-header .nav-wrap{height:72px;background:var(--grad);border-radius:999px;padding:0 18px;box-shadow:0 18px 42px rgba(66,35,16,.22);border:1px solid rgba(255,255,255,.20)}.site-header .brand,.site-header .nav-link{color:#fff}.site-header .brand-mark{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);box-shadow:none}.site-header .nav-link::after{background:#fff}.site-header .btn{background:#fff;color:var(--brown);box-shadow:0 12px 26px rgba(28,15,8,.18)}.hamburger span{background:#fff}.hero::after{background:linear-gradient(90deg,rgba(14,8,4,.91),rgba(18,10,5,.72),rgba(18,10,5,.48));}.page-hero::after{background:linear-gradient(90deg,rgba(14,8,4,.88),rgba(18,10,5,.66),rgba(18,10,5,.42));}.hero h1{font-weight:640;text-wrap:balance}.hero-slide img{filter:none;image-rendering:auto;transform:translateZ(0)}.page-hero .badge{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.36);padding:10px 16px}.page-hero .badge::before{background:#fff}.section-action{margin-top:28px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.section-action.center{justify-content:center}.stock::before{animation:stockPulse 1.25s ease-in-out infinite;box-shadow:0 0 0 0 rgba(45,202,102,.48)}@keyframes stockPulse{0%{transform:scale(.85);box-shadow:0 0 0 0 rgba(45,202,102,.52)}70%{transform:scale(1.18);box-shadow:0 0 0 9px rgba(45,202,102,0)}100%{transform:scale(.85);box-shadow:0 0 0 0 rgba(45,202,102,0)}}.share-actions{margin-top:18px;padding-top:18px;border-top:1px solid rgba(107,63,34,.13);display:flex;gap:10px;flex-wrap:wrap}.share-label{width:100%;font-weight:850;color:var(--brown);font-size:.92rem}.share-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(107,63,34,.16);background:#fff8ef;color:var(--brown);border-radius:999px;padding:10px 14px;font-weight:850;font-size:.88rem;cursor:pointer;transition:.25s}.share-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(74,44,25,.12)}.article-content{background:#fff;border:1px solid rgba(107,63,34,.12);border-radius:30px;padding:clamp(26px,4vw,48px);box-shadow:0 14px 40px rgba(74,44,25,.07)}.article-content h2{font-size:clamp(1.55rem,3vw,2.5rem);letter-spacing:-.045em}.article-content p,.article-content li{color:var(--muted)}.article-content img{width:100%;max-height:420px;object-fit:cover;border-radius:24px;margin:24px 0}.preloader{position:fixed;inset:0;background:linear-gradient(135deg,#1f120a,#6B3F22 48%,#D6A35C);z-index:9999;display:grid;place-items:center;transition:opacity .45s ease,visibility .45s ease}.preloader.hide{opacity:0;visibility:hidden;pointer-events:none}.preloader-inner{text-align:center;color:#fff;display:grid;gap:18px;place-items:center}.wood-loader{display:flex;gap:8px;align-items:flex-end;height:70px}.wood-loader span{width:18px;border-radius:999px;background:linear-gradient(180deg,#FFF8EF,#D6A35C,#6B3F22);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25),0 12px 26px rgba(0,0,0,.18);animation:woodRise 1s ease-in-out infinite}.wood-loader span:nth-child(1){height:38px}.wood-loader span:nth-child(2){height:58px;animation-delay:.14s}.wood-loader span:nth-child(3){height:46px;animation-delay:.28s}.preloader p{font-size:1.25rem;font-weight:900;letter-spacing:.04em;margin:0}.preloader small{opacity:.78;font-weight:700}@keyframes woodRise{0%,100%{transform:translateY(0) scaleY(.92)}50%{transform:translateY(-10px) scaleY(1.05)}}
@media(max-width:760px){.site-header{top:8px;padding-bottom:8px}.site-header .nav-wrap{height:62px;border-radius:24px;padding:0 14px}.site-header .brand{font-size:1.08rem}.site-header .brand-mark{width:35px;height:35px;border-radius:12px}.main-nav{inset:78px 13px auto 13px;background:linear-gradient(135deg,#6B3F22,#A76A32,#D6A35C);border:1px solid rgba(255,255,255,.18)}.main-nav .nav-link{color:#fff}.main-nav .btn{background:#fff;color:var(--brown)}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex-wrap:nowrap;width:100%}.hero-actions .btn{padding:12px 9px;font-size:.84rem;white-space:nowrap}.hero h1{font-size:2.72rem;font-weight:640}.hero::after{background:linear-gradient(180deg,rgba(14,8,4,.52),rgba(14,8,4,.88))}.section-action .btn{width:100%}.share-actions{gap:8px}.share-btn{font-size:.82rem;padding:9px 12px}.page-hero .badge{padding:9px 14px}}


/* Revisi spacing, footer image, dan preloader */
.site-header{position:fixed;top:14px;left:0;right:0;z-index:999;background:transparent;box-shadow:none;backdrop-filter:none;padding:0!important;}
.hero{min-height:100vh;margin-top:0;}
.hero-content{min-height:100vh;padding-top:96px;}
.page-hero{margin-top:0;padding-top:96px;}
.detail-main{padding-top:112px;}
.detail-main .breadcrumb{margin-top:0;margin-bottom:22px;}
.footer-bg{background:linear-gradient(135deg,rgba(20,10,5,.94),rgba(70,39,20,.84)),url('../../images/banner/cta.jpg') center/cover no-repeat!important;opacity:1;}
.footer-bg::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 10%,rgba(214,163,92,.18),transparent 34%),linear-gradient(180deg,rgba(33,20,13,.18),rgba(33,20,13,.72));}
.preloader{transition:opacity .85s ease,visibility .85s ease;}
.wood-loader span{animation-duration:1.85s;}
@media(max-width:760px){
  .site-header{top:8px;}
  .hero{min-height:680px;}
  .hero-content{min-height:680px;align-items:center;padding-top:104px;padding-bottom:42px;}
  .page-hero{padding-top:84px;}
  .detail-main{padding-top:94px;}
  .detail-main .breadcrumb{margin-bottom:18px;}
}

/* Revisi wipe effect semua gambar - aman tanpa layout shift */
body.wipe-ready img.kp-img-wipe{
  will-change:clip-path, transform;
  backface-visibility:hidden;
}
body.wipe-ready img.kp-img-wipe:not(.kp-wipe-visible){
  clip-path:inset(0 100% 0 0);
}
body.wipe-ready img.kp-img-wipe.kp-wipe-visible{
  animation:kpImageClipReveal 1.45s cubic-bezier(.76,0,.24,1) both;
}
@keyframes kpImageClipReveal{
  0%{clip-path:inset(0 100% 0 0);}
  100%{clip-path:inset(0 0 0 0);}
}
@media (prefers-reduced-motion:reduce){
  body.wipe-ready img.kp-img-wipe,
  body.wipe-ready img.kp-img-wipe:not(.kp-wipe-visible),
  body.wipe-ready img.kp-img-wipe.kp-wipe-visible{
    clip-path:inset(0 0 0 0)!important;
    animation:none!important;
    will-change:auto!important;
  }
}

/* === Gaharu portrait product additions === */
.product-card.is-portrait > a:first-child{display:block;aspect-ratio:3/4;overflow:hidden;background:#f4e6d7;}
.product-card.is-portrait > a:first-child img{width:100%;height:100%;object-fit:cover;}
.home-product-item.is-portrait{grid-template-columns:150px 1fr;}
.home-product-item.is-portrait img{width:150px;height:210px;object-fit:cover;}
.detail-main.detail-gaharu .gallery-main{display:flex;align-items:center;justify-content:center;background:#fff;}
.detail-main.detail-gaharu .gallery-main img{width:auto;max-width:100%;height:min(680px,76vh);aspect-ratio:3/4;object-fit:cover;}
.detail-main.detail-gaharu .thumbs img{width:78px;height:104px;object-fit:cover;}
.product-long-content{display:grid;gap:12px;}
.product-long-content h3{font-size:1.15rem;line-height:1.35;margin:18px 0 2px;color:var(--brown);letter-spacing:-.02em;}
.product-long-content p{margin:0;color:var(--muted);line-height:1.82;}
.product-long-content ul{margin:0 0 4px 0;padding-left:20px;color:var(--muted);line-height:1.78;}
.product-long-content li{margin:4px 0;}
@media(max-width:640px){.home-product-item.is-portrait{grid-template-columns:120px 1fr}.home-product-item.is-portrait img{width:120px;height:168px}.detail-main.detail-gaharu .gallery-main img{width:100%;height:auto;max-height:none}.product-card.is-portrait > a:first-child{aspect-ratio:3/4}}


/* === Furniture category additions & Gaharu image contain fix === */
.product-card.is-portrait > a:first-child img{object-fit:contain!important;padding:10px;background:#fffaf3;}
.home-product-item.is-portrait img{object-fit:contain!important;background:#fffaf3;padding:8px;}
.detail-main.detail-gaharu .gallery-main img{object-fit:contain!important;background:#fff;width:100%;height:min(680px,76vh);aspect-ratio:auto;}
.detail-main.detail-gaharu .thumbs img{object-fit:contain!important;background:#fffaf3;padding:4px;}
.product-card.is-furniture > a:first-child{display:block;aspect-ratio:4/3;overflow:hidden;background:#fffaf3;}
.product-card.is-furniture > a:first-child img{width:100%;height:100%;object-fit:contain;padding:10px;background:#fffaf3;}
.home-product-item.is-furniture img{object-fit:contain;background:#fffaf3;padding:8px;}
.detail-main.detail-furniture .gallery-main{display:flex;align-items:center;justify-content:center;background:#fff;}
.detail-main.detail-furniture .gallery-main img{width:100%;height:min(560px,70vh);object-fit:contain;background:#fff;padding:10px;}
.detail-main.detail-furniture .thumbs img{object-fit:contain;background:#fffaf3;padding:4px;}
@media(max-width:640px){
  .detail-main.detail-gaharu .gallery-main img,
  .detail-main.detail-furniture .gallery-main img{height:auto;max-height:520px;}
}


/* === Revisi Furniture portrait card + kategori Gaharu tetap contain === */
.product-card.is-furniture > a:first-child{
  display:flex!important;
  align-items:center;
  justify-content:center;
  aspect-ratio:3/4!important;
  overflow:hidden;
  background:#fffaf3;
}
.product-card.is-furniture > a:first-child img{
  width:100%;
  height:100%;
  object-fit:contain!important;
  padding:10px;
  background:#fffaf3;
}
.home-product-item.is-furniture{
  grid-template-columns:150px 1fr;
}
.home-product-item.is-furniture img{
  width:150px;
  height:210px;
  object-fit:contain!important;
  background:#fffaf3;
  padding:8px;
}
.category-filter[data-category="furniture"] img,
.category-tile[href*="category=furniture"] img{
  object-fit:contain!important;
  background:#fffaf3;
  padding:8px;
}
@media(max-width:640px){
  .home-product-item.is-furniture{grid-template-columns:120px 1fr;}
  .home-product-item.is-furniture img{width:120px;height:168px;}
  .product-card.is-furniture > a:first-child{aspect-ratio:3/4!important;}
}


/* === Client review final: Kayupedia logo, white header, clean CTA/footer === */
.site-header{position:fixed!important;top:12px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(calc(100% - 28px),1220px)!important;background:#fff!important;border:1px solid rgba(107,63,34,.14)!important;border-radius:999px!important;box-shadow:0 14px 38px rgba(60,38,22,.12)!important;backdrop-filter:none!important;padding:0!important;}
.site-header .container{width:100%!important;padding:0 18px!important;}
.nav-wrap{height:76px!important;}
.brand{display:flex!important;align-items:center!important;gap:0!important;min-width:170px!important;}
.brand-mark{display:none!important;}
.brand-logo{display:block!important;height:58px!important;width:auto!important;max-width:210px!important;object-fit:contain!important;}
.main-nav{gap:20px!important;}
.nav-link{color:#2a1b12!important;}
.nav-link:hover,.nav-link.active{color:#6B3F22!important;}
.nav-cta{background:linear-gradient(135deg,#6B3F22,#A76A32,#D6A35C)!important;color:#fff!important;}
.hamburger span{background:#2a1b12!important;}
.hero-content{padding-top:110px!important;}
.hero h1 .hero-subline{display:block;font-size:clamp(1.55rem,3.6vw,3.15rem);line-height:1.12;letter-spacing:-.045em;margin-top:10px;font-weight:620;}
.cta-section .badge{color:#fff!important;border-color:rgba(255,255,255,.36)!important;background:rgba(255,255,255,.14)!important;}
.cta-section::after{background:linear-gradient(90deg,rgba(27,13,6,.84),rgba(27,13,6,.56),rgba(27,13,6,.22))!important;}
.footer-bg{background:linear-gradient(135deg,rgba(20,10,5,.92),rgba(70,39,20,.76)),url('../../images/banner/cta.jpg') center/cover no-repeat!important;opacity:1!important;}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.footer-logo{width:98px!important;height:auto!important;max-height:72px!important;object-fit:contain!important;border-radius:12px;background:#fff;padding:5px;}
.footer-brand-text{font-weight:900;font-size:1.25rem;color:#fff;}
.site-footer p,.site-footer a,.footer-contact span{color:rgba(255,255,255,.78)!important;}
.footer-bottom{position:relative;z-index:2;padding:0 0 28px;color:rgba(255,255,255,.64);}
.product-card.is-furniture > a:first-child{aspect-ratio:3/4!important;}
.product-card.is-furniture > a:first-child img{object-fit:contain!important;background:#fffaf3!important;}
.product-card.is-gaharu > a:first-child img{object-fit:contain!important;background:#fffaf3!important;}
@media(max-width:860px){.site-header{top:8px!important;width:min(calc(100% - 16px),1220px)!important;border-radius:26px!important;}.nav-wrap{height:70px!important;}.brand{min-width:138px!important;}.brand-logo{height:50px!important;max-width:168px!important;}.main-nav{background:#fff!important;box-shadow:0 18px 50px rgba(60,38,22,.15);}.hero-content{padding-top:96px!important;}.hero h1 .hero-subline{font-size:clamp(1.28rem,7vw,2.15rem);}}

/* Final request: header background putih untuk logo cokelat */
.site-header,
.site-header.is-scrolled,
.site-header.scrolled{
  background:#ffffff!important;
  background-color:#ffffff!important;
  box-shadow:0 12px 35px rgba(62,36,20,.10)!important;
  border:1px solid rgba(107,63,34,.10)!important;
}
.site-header .nav-shell,
.header-inner,
.navbar{
  background:#ffffff!important;
  background-color:#ffffff!important;
}


/* Final furniture/interior update: cover foto produk tampil full dan proporsional */
.product-card.is-furniture > a:first-child,
.product-card.is-furniture.is-portrait > a:first-child{
  aspect-ratio:4/3!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fffaf3!important;
}
.product-card.is-furniture > a:first-child img,
.product-card.is-furniture.is-portrait > a:first-child img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:8px!important;
  background:#fffaf3!important;
}
.home-product-item.is-furniture,
.home-product-item.is-furniture.is-portrait{grid-template-columns:190px 1fr!important;}
.home-product-item.is-furniture img,
.home-product-item.is-furniture.is-portrait img{width:190px!important;height:150px!important;object-fit:contain!important;background:#fffaf3!important;padding:8px!important;}
.detail-main.detail-furniture .gallery-main img{object-fit:contain!important;background:#fff!important;}
@media(max-width:640px){
  .home-product-item.is-furniture,
  .home-product-item.is-furniture.is-portrait{grid-template-columns:120px 1fr!important;}
  .home-product-item.is-furniture img,
  .home-product-item.is-furniture.is-portrait img{width:120px!important;height:96px!important;}
}


/* Final client revision: furniture category image full width like other categories */
.category-filter[data-category="furniture"] img,
.category-tile[href*="category=furniture"] img{
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
  width:100% !important;
  height:100% !important;
}

/* Final fix: samakan tinggi gambar kategori Furniture & Interior agar judul tetap di dalam box */
.category-filter[data-category="furniture"]{
  overflow:hidden !important;
}
.category-filter[data-category="furniture"] img{
  display:block !important;
  width:100% !important;
  height:120px !important;
  max-height:120px !important;
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
  flex:0 0 120px !important;
}
.category-filter[data-category="furniture"] span{
  display:block !important;
  padding:10px 8px 12px !important;
  line-height:1.22 !important;
  min-height:auto !important;
}
.category-tile[href*="category=furniture"] img{
  width:100% !important;
  height:150px !important;
  max-height:150px !important;
  object-fit:cover !important;
  background:transparent !important;
  padding:0 !important;
}
@media(max-width:640px){
  .category-filter[data-category="furniture"] img{
    height:105px !important;
    max-height:105px !important;
    flex-basis:105px !important;
  }
}
