/*
Theme Name: Binjaro Fender Cover
Theme URI: https://binjaro.com
Author: CV Medya Sukses
Author URI: https://binjaro.com
Description: Tema WordPress custom untuk CV Medya Sukses (binjaro.com) - Fender Cover Specialist. Dibuat dari nol, sorotan utama katalog produk (berbagai variasi fender cover) lewat WooCommerce, dan konten Berita memakai Post & Category bawaan WordPress yang mudah ditambah lewat wp-admin seperti situs berita pada umumnya.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: binjaro
*/

:root{
  --navy:#101f33;
  --navy-2:#182f4c;
  --orange:#f5821f;
  --orange-dark:#cf6510;
  --yellow:#ffc93c;
  --steel:#5c7086;
  --bg:#f3f5f8;
  --bg-deep:#e7ebf1;
  --ink:#101f33;
  --ink-soft:#4d5c70;
  --white:#ffffff;
  --shadow:0 14px 32px -12px rgba(16,31,51,0.25);
  --radius:16px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter', sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.6;
  overflow-x:hidden;
}
h1,h2,h3,.font-display{
  font-family:'Oswald', sans-serif;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:0.01em;
  line-height:1.18;
}
a{text-decoration:none; color:inherit;}
ul{list-style:none;}
img{max-width:100%; display:block;}
.container{ width:100%; max-width:1200px; margin:0 auto; padding:0 24px; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family:'Oswald', sans-serif;
  font-weight:600; font-size:0.78rem;
  letter-spacing:0.14em; text-transform:uppercase;
  color:var(--orange);
}
.eyebrow::before{ content:''; width:26px; height:3px; background:var(--orange); display:block; }
.btn{
  display:inline-flex; align-items:center; gap:10px;
  padding:14px 30px; border-radius:6px;
  font-family:'Oswald', sans-serif;
  font-weight:600; font-size:0.92rem; letter-spacing:0.04em; text-transform:uppercase;
  cursor:pointer; border:2px solid transparent;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space:nowrap;
}
.btn:hover{ transform:translateY(-3px); }
.btn-primary{ background:var(--orange); color:#fff; box-shadow:0 10px 22px -8px rgba(245,130,31,0.55); }
.btn-primary:hover{ background:var(--orange-dark); color:#fff; }
.btn-outline{ background:transparent; border-color:rgba(255,255,255,0.5); color:#fff; }
.btn-outline:hover{ background:#fff; color:var(--navy); }
.btn-dark{ background:var(--navy); color:#fff; }
.btn-dark:hover{ background:var(--navy-2); color:#fff; }
.btn-xs{ padding:9px 18px; font-size:0.78rem; }
.screen-reader-text{ position:absolute !important; left:-9999px; }

/* HEADER */
header#masthead{
  position:fixed; top:0; left:0; right:0; z-index:1000;
  background:rgba(16,31,51,0.0);
  transition:background .3s ease, box-shadow .3s ease, padding .3s ease;
  padding:20px 0;
}
header#masthead.scrolled{ background:var(--navy); box-shadow:0 8px 24px -10px rgba(0,0,0,0.4); padding:12px 0; }
.nav-wrap{ display:flex; align-items:center; justify-content:space-between; }
.logo{ display:flex; align-items:center; gap:12px; color:#fff; }
.logo img{ max-height:46px; width:auto; border-radius:8px; }
.logo-mark{
  width:46px; height:46px; border-radius:8px;
  background:linear-gradient(145deg, var(--orange), var(--orange-dark));
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 16px -4px rgba(245,130,31,0.6);
  flex-shrink:0;
}
.logo-text strong{ display:block; font-family:'Oswald',sans-serif; font-weight:700; font-size:1.15rem; letter-spacing:0.02em; color:#fff; }
.logo-text span{ display:block; font-size:0.68rem; letter-spacing:0.1em; text-transform:uppercase; color:#a9b8cc; }
nav.primary-nav ul{ display:flex; gap:34px; }
nav.primary-nav li{ position:relative; }
nav.primary-nav a{ font-weight:600; font-size:0.9rem; color:#dbe4ee; position:relative; padding:4px 0; display:inline-block; }
nav.primary-nav a::after{ content:''; position:absolute; left:0; bottom:-4px; width:0; height:2px; background:var(--orange); transition:width .25s ease; }
nav.primary-nav a:hover::after, nav.primary-nav .current-menu-item a::after{ width:100%; }
.nav-actions{ display:flex; align-items:center; gap:18px; }
.cart-ic{ color:#dbe4ee; position:relative; }
.cart-ic .count{ position:absolute; top:-8px; right:-10px; background:var(--orange); color:#fff; font-size:0.65rem; font-weight:700; width:16px; height:16px; border-radius:50%; display:flex; align-items:center; justify-content:center; }
.burger{ display:none; flex-direction:column; gap:5px; cursor:pointer; z-index:1100; background:none; border:none; }
.burger span{ width:24px; height:2.5px; background:#fff; border-radius:2px; transition:.3s; display:block; }
.mobile-nav{
  position:fixed; inset:0; background:var(--navy); z-index:1050;
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:28px;
  transform:translateX(100%); transition:transform .35s ease;
}
.mobile-nav.open{ transform:translateX(0); }
.mobile-nav ul{ display:flex; flex-direction:column; align-items:center; gap:28px; }
.mobile-nav a{ font-family:'Oswald',sans-serif; font-size:1.3rem; font-weight:600; text-transform:uppercase; letter-spacing:0.03em; color:#fff; }
.mobile-nav .close{ position:absolute; top:26px; right:26px; font-size:1.8rem; color:#fff; cursor:pointer; background:none; border:none; }

/* HERO */
.hero{
  position:relative; overflow:hidden;
  background:linear-gradient(155deg, var(--navy) 0%, var(--navy-2) 55%, #0c1928 100%);
  padding:180px 0 120px;
  color:#fff;
}
.hero::before{
  content:'';
  position:absolute; top:-120px; right:-140px;
  width:520px; height:520px; border-radius:50%;
  background:radial-gradient(circle, rgba(245,130,31,0.25), transparent 68%);
}
.hero::after{
  content:'';
  position:absolute; bottom:-160px; left:-100px;
  width:420px; height:420px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,201,60,0.14), transparent 70%);
}
.hero-grid{ position:relative; display:grid; grid-template-columns:1.1fr 0.9fr; gap:50px; align-items:center; }
.hero h1{ font-size:clamp(2.2rem,4.2vw,3.4rem); margin:18px 0 20px; }
.hero h1 span{ color:var(--orange); }
.hero p.lead{ font-size:1.08rem; color:#c3cedd; max-width:520px; margin-bottom:32px; }
.hero-ctas{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:38px; }
.hero-points{ display:flex; gap:28px; flex-wrap:wrap; }
.hero-points div{ display:flex; align-items:center; gap:10px; font-size:0.88rem; color:#dbe4ee; font-weight:600; }
.hero-points .dot{ width:8px; height:8px; border-radius:50%; background:var(--orange); flex-shrink:0; }

.hero-visual{ position:relative; display:flex; align-items:center; justify-content:center; height:420px; }
.fender-card{
  position:relative; width:100%; max-width:400px; aspect-ratio:4/3;
  background:linear-gradient(155deg, #1c3450, #101f33);
  border-radius:22px; border:1px solid rgba(255,255,255,0.08);
  box-shadow:0 40px 70px -30px rgba(0,0,0,0.6);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.fender-card img{ width:100%; height:100%; object-fit:cover; }
.fender-shape{ width:78%; height:56%; position:relative; }
.fender-shape .panel{
  position:absolute; inset:0;
  background:linear-gradient(160deg, var(--orange), var(--orange-dark));
  border-radius:18px 18px 60px 60px/18px 18px 90px 90px;
  box-shadow:inset 0 -14px 26px rgba(0,0,0,0.25);
}
.fender-shape .stripe{
  position:absolute; left:10%; right:10%; top:38%; height:14%;
  background:rgba(255,255,255,0.85); border-radius:8px;
}
.fender-badge{
  position:absolute; padding:10px 16px; background:#fff; border-radius:12px;
  box-shadow:var(--shadow); font-weight:700; font-size:0.78rem; color:var(--navy);
  display:flex; align-items:center; gap:8px;
}
.fb-1{ top:6%; left:-4%; }
.fb-2{ bottom:8%; right:-6%; }
@keyframes floaty{ 0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);} }
.fb-1{ animation:floaty 5s ease-in-out infinite; }
.fb-2{ animation:floaty 5.6s ease-in-out infinite 0.5s; }

/* STRIP */
.strip{ background:#fff; border-bottom:1px solid #e5e9ef; padding:0; }
.strip .container{ display:grid; grid-template-columns:repeat(4,1fr); }
.strip-item{
  display:flex; align-items:center; gap:14px; padding:26px 20px;
  border-right:1px solid #e5e9ef;
}
.strip-item:last-child{ border-right:none; }
.strip-item .ic{
  width:44px; height:44px; border-radius:10px; flex-shrink:0;
  background:var(--bg-deep); color:var(--orange);
  display:flex; align-items:center; justify-content:center; font-size:1.2rem;
}
.strip-item strong{ display:block; font-size:0.9rem; }
.strip-item span{ font-size:0.78rem; color:var(--ink-soft); }

/* SECTION SHARED */
section{ padding:100px 0; }
.section-head{ max-width:640px; margin:0 auto 56px; text-align:center; }
.section-head.left{ margin:0 0 44px; text-align:left; }
.section-head h2{ font-size:clamp(1.7rem,3vw,2.3rem); margin:14px 0 12px; }
.section-head p{ color:var(--ink-soft); font-size:1.02rem; }

/* ABOUT */
.about{ background:#fff; }
.about-grid{ display:grid; grid-template-columns:0.9fr 1.1fr; gap:60px; align-items:center; }
.about-visual{
  position:relative; border-radius:20px; overflow:hidden;
  background:linear-gradient(155deg, var(--navy), #0c1928);
  height:380px; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow);
}
.about-visual .stat-card{
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.14);
  border-radius:16px; padding:24px; width:80%; backdrop-filter:blur(6px);
}
.about-visual .stat-row{ display:flex; justify-content:space-between; margin-bottom:18px; }
.about-visual .stat-row:last-child{ margin-bottom:0; }
.about-visual .stat-row strong{ display:block; font-family:'Oswald',sans-serif; font-size:1.6rem; color:var(--orange); }
.about-visual .stat-row span{ font-size:0.76rem; color:#a9b8cc; text-transform:uppercase; letter-spacing:0.06em; }
.about-body p{ color:var(--ink-soft); margin-bottom:16px; font-size:1.01rem; }
.about-list{ margin-top:20px; display:flex; flex-direction:column; gap:12px; }
.about-list div{ display:flex; align-items:flex-start; gap:12px; font-size:0.95rem; color:var(--ink); font-weight:600; }
.about-list .ck{ width:22px; height:22px; border-radius:50%; background:var(--orange); color:#fff; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:0.7rem; margin-top:1px; }

/* PRODUCTS */
.products{ background:var(--bg); }
.product-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.product-card{
  background:#fff; border-radius:var(--radius); overflow:hidden;
  box-shadow:var(--shadow); transition:transform .3s ease;
}
.product-card:hover{ transform:translateY(-6px); }
.product-thumb{
  aspect-ratio:1/1; position:relative;
  background:linear-gradient(155deg, var(--bg-deep), #dfe5ec);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.product-thumb img{ width:100%; height:100%; object-fit:cover; }
.product-thumb .fender-shape{ width:64%; height:52%; }
.product-tag{
  position:absolute; top:14px; left:14px; background:var(--navy); color:#fff;
  font-size:0.68rem; font-weight:700; padding:5px 12px; border-radius:999px;
  text-transform:uppercase; letter-spacing:0.05em;
}
.product-body{ padding:22px 20px 24px; }
.product-body h3{ font-size:1.05rem; margin-bottom:8px; text-transform:none; }
.product-body p{ color:var(--ink-soft); font-size:0.88rem; margin-bottom:16px; }
.product-footer{ display:flex; align-items:center; justify-content:space-between; padding-top:14px; border-top:1px dashed #dde3ea; }
.product-footer .price{ font-family:'Oswald',sans-serif; font-weight:600; color:var(--navy); font-size:0.95rem; }

/* PRODUCT TOOLBAR (filter kategori produk di katalog homepage) */
.product-toolbar{ display:flex; justify-content:center; gap:10px; flex-wrap:wrap; margin-bottom:44px; }
.products-more, .news-more{ text-align:center; margin-top:44px; }

/* BERITA (Post + Category bawaan WordPress) */
.news{ background:#fff; }
.news-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.news-card{
  background:#fff; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow);
  border:1px solid #eef1f5; transition:transform .3s ease; display:flex; flex-direction:column;
}
.news-card:hover{ transform:translateY(-6px); }
.news-thumb{
  height:170px; position:relative;
  background:linear-gradient(155deg, var(--steel), var(--navy));
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.news-thumb img{ width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.news-thumb .fender-shape{ width:50%; height:46%; opacity:0.9; }
.cat-badge{
  position:absolute; top:14px; left:14px; background:var(--orange); color:#fff;
  font-size:0.68rem; font-weight:700; padding:5px 12px; border-radius:999px; z-index:2;
}
.news-body{ padding:20px 20px 22px; flex:1; display:flex; flex-direction:column; }
.news-body h3{ font-size:1rem; text-transform:none; margin-bottom:10px; line-height:1.4; font-family:'Inter',sans-serif; font-weight:700; }
.news-body p{ color:var(--ink-soft); font-size:0.86rem; margin-bottom:16px; flex:1; }
.news-meta{ display:flex; align-items:center; justify-content:space-between; font-size:0.78rem; color:var(--steel); font-weight:600; }
.news-meta a{ color:var(--orange); font-weight:700; }

/* CTA */
.cta{
  background:linear-gradient(135deg, var(--orange), var(--orange-dark));
  color:#fff; text-align:center; padding:80px 0; position:relative; overflow:hidden;
}
.cta::before, .cta::after{ content:''; position:absolute; border-radius:50%; background:rgba(255,255,255,0.12); }
.cta::before{ width:300px; height:300px; top:-140px; left:-80px; }
.cta::after{ width:220px; height:220px; bottom:-120px; right:-60px; }
.cta h2{ font-size:clamp(1.6rem,3vw,2.2rem); margin-bottom:14px; position:relative; }
.cta p{ color:#fff0e2; max-width:520px; margin:0 auto 30px; position:relative; }
.cta .btn-group{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; position:relative; }
.cta .btn-outline{ border-color:rgba(255,255,255,0.7); }

/* BREADCRUMB */
.breadcrumb-bar{ background:var(--navy-2); color:#c3cedd; padding:110px 0 26px; }
.breadcrumb{ display:flex; align-items:center; gap:8px; flex-wrap:wrap; font-size:0.86rem; }
.breadcrumb a{ color:#a9b8cc; }
.breadcrumb a:hover{ color:var(--orange); }
.breadcrumb .sep{ color:#5c7086; }
.breadcrumb .current{ color:#fff; font-weight:600; }

/* ARTICLE (single berita) */
.article-head{ background:#fff; padding:44px 0 0; }
.article-head .cat-badge{
  display:inline-block; position:static; background:var(--orange); color:#fff;
  font-size:0.72rem; font-weight:700; padding:6px 14px; border-radius:999px;
  text-transform:uppercase; letter-spacing:0.04em; margin-bottom:18px;
}
.article-head h1{
  font-size:clamp(1.6rem,3.4vw,2.5rem); max-width:820px; margin-bottom:20px; text-transform:none;
}
.article-meta{ display:flex; align-items:center; gap:20px; flex-wrap:wrap; color:var(--ink-soft); font-size:0.88rem; font-weight:600; margin-bottom:36px; }
.article-meta span{ display:flex; align-items:center; gap:8px; }

.featured-banner{
  position:relative; border-radius:20px; overflow:hidden;
  background:linear-gradient(155deg, var(--steel), var(--navy));
  height:380px; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow); margin-bottom:8px;
}
.featured-banner img{ width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.featured-banner .fender-shape{ width:40%; height:44%; opacity:0.95; }

.article-wrap{ background:#fff; padding:56px 0 100px; }
.article-layout{ display:grid; grid-template-columns:1.6fr 0.9fr; gap:60px; align-items:start; }
.article-body p{ color:var(--ink-soft); font-size:1.02rem; margin-bottom:20px; }
.article-body h2{ font-size:1.4rem; text-transform:none; margin:34px 0 14px; color:var(--ink); }
.article-body h3{ font-size:1.1rem; text-transform:none; margin:26px 0 10px; color:var(--ink); }
.article-body ul{ margin:0 0 20px; display:flex; flex-direction:column; gap:10px; }
.article-body ul li{ display:flex; align-items:flex-start; gap:12px; color:var(--ink-soft); font-size:0.98rem; }
.article-body ul li .ck{ width:20px; height:20px; border-radius:50%; background:var(--orange); color:#fff; flex-shrink:0; display:flex; align-items:center; justify-content:center; font-size:0.66rem; margin-top:3px; }
.article-body img{ border-radius:12px; margin:10px 0 20px; }
.article-tags{ display:flex; gap:10px; flex-wrap:wrap; margin-top:36px; padding-top:28px; border-top:1px dashed #dde3ea; }
.article-tags a{ background:var(--bg-deep); color:var(--ink-soft); font-size:0.8rem; font-weight:600; padding:8px 16px; border-radius:999px; }
.article-tags a:hover{ background:var(--orange); color:#fff; }

.mid-cta{
  margin:40px 0; padding:32px 30px; border-radius:var(--radius);
  background:linear-gradient(135deg, var(--orange), var(--orange-dark)); color:#fff;
  display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap;
}
.mid-cta h3{ font-size:1.15rem; text-transform:none; margin-bottom:6px; }
.mid-cta p{ color:#fff0e2; font-size:0.9rem; }
.mid-cta .btn{ background:#fff; color:var(--orange-dark); flex-shrink:0; }
.mid-cta .btn:hover{ background:var(--navy); color:#fff; }

.sidebar-box{ background:var(--bg); border-radius:var(--radius); padding:26px; margin-bottom:22px; }
.sidebar-box h4{ font-family:'Oswald',sans-serif; font-size:0.95rem; text-transform:uppercase; letter-spacing:0.03em; margin-bottom:18px; }
.sidebar-list li{ margin-bottom:14px; }
.sidebar-list a{ display:flex; gap:12px; align-items:flex-start; font-size:0.88rem; font-weight:600; color:var(--ink); }
.sidebar-list a:hover{ color:var(--orange); }
.sidebar-list .num{ width:24px; height:24px; border-radius:6px; background:var(--navy); color:#fff; font-family:'Oswald',sans-serif; font-size:0.78rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.sidebar-cta{ background:var(--navy); color:#fff; text-align:center; }
.sidebar-cta p{ color:#c3cedd; font-size:0.86rem; margin-bottom:16px; }
.sidebar-cta .btn{ width:100%; justify-content:center; }

/* ARCHIVE (daftar semua Berita & arsip per Kategori) */
.archive-head{ background:linear-gradient(155deg, var(--navy) 0%, var(--navy-2) 60%, #0c1928 100%); color:#fff; padding:44px 0 60px; text-align:center; }
.archive-head h1{ font-size:clamp(1.8rem,3.6vw,2.6rem); margin:16px 0 14px; }
.archive-head p{ color:#c3cedd; max-width:620px; margin:0 auto; font-size:1rem; }

.archive-toolbar{ background:#fff; border-bottom:1px solid #e5e9ef; padding:22px 0; position:relative; z-index:5; }
.toolbar-row{ display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.filter-chips{ display:flex; gap:10px; flex-wrap:wrap; }
.chip{
  padding:9px 18px; border-radius:999px; font-size:0.84rem; font-weight:600;
  background:var(--bg-deep); color:var(--ink-soft); cursor:pointer; transition:.2s;
  border:1px solid transparent; display:inline-block;
}
.chip:hover{ background:#dfe5ec; }
.chip.active{ background:var(--navy); color:#fff; }
.result-count{ font-size:0.85rem; color:var(--ink-soft); font-weight:600; white-space:nowrap; }

.archive-grid-wrap{ background:var(--bg); padding:56px 0 90px; }

.pagination{ display:flex; justify-content:center; align-items:center; gap:10px; margin-top:52px; flex-wrap:wrap; }
.pagination .page-numbers{
  min-width:42px; height:42px; padding:0 14px; border-radius:10px; display:flex; align-items:center; justify-content:center;
  background:#fff; border:1px solid #e0e6ee; font-family:'Oswald',sans-serif; font-weight:600; font-size:0.9rem;
  color:var(--ink-soft); box-shadow:0 4px 10px -4px rgba(16,31,51,0.1);
}
.pagination .page-numbers.current{ background:var(--navy); color:#fff; border-color:var(--navy); }
.pagination .page-numbers.dots{ box-shadow:none; border:none; background:transparent; }

/* PAGE (generic WP page) */
.page-hero{ background:linear-gradient(155deg, var(--navy) 0%, var(--navy-2) 60%, #0c1928 100%); color:#fff; padding:150px 0 60px; }
.page-hero h1{ font-size:clamp(1.8rem,3.6vw,2.6rem); }
.page-content{ background:#fff; padding:60px 0 100px; }
.page-content .container{ max-width:860px; }
.page-content p{ color:var(--ink-soft); font-size:1.02rem; margin-bottom:18px; }
.page-content h2{ font-size:1.4rem; text-transform:none; margin:30px 0 12px; }
.page-content img{ border-radius:12px; margin:16px 0; }

/* FOOTER */
footer#colophon{ background:var(--navy); color:#c3cedd; padding:64px 0 24px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:40px; padding-bottom:42px; border-bottom:1px solid rgba(255,255,255,0.08); }
.footer-brand .logo{ margin-bottom:16px; }
.footer-brand p{ color:#8fa0b8; font-size:0.9rem; max-width:280px; margin-bottom:18px; }
.footer-social{ display:flex; gap:12px; }
.footer-social a{ width:38px; height:38px; border-radius:8px; background:rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center; transition:.25s; }
.footer-social a:hover{ background:var(--orange); }
footer#colophon h4{ font-family:'Oswald',sans-serif; font-size:0.98rem; margin-bottom:20px; color:#fff; letter-spacing:0.04em; text-transform:uppercase; }
footer#colophon ul li{ margin-bottom:12px; }
footer#colophon ul li a{ color:#8fa0b8; font-size:0.9rem; }
footer#colophon ul li a:hover{ color:var(--orange); }
.footer-contact li{ display:flex; gap:10px; font-size:0.9rem; color:#8fa0b8; }
.foot-bottom{ padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:0.8rem; color:#63758c; }

.wa-float{
  position:fixed; bottom:26px; right:26px; z-index:900;
  width:58px; height:58px; border-radius:50%; background:#25D366;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 28px -8px rgba(37,211,102,0.6); color:#fff;
}

/* WOOCOMMERCE COMPAT (styling default WC templates/shortcodes to match brand) */
.woocommerce{ padding-top:150px; padding-bottom:80px; }
.woocommerce .container-wc{ width:100%; max-width:1200px; margin:0 auto; padding:0 24px; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit, .woocommerce-page a.button{
  background:var(--orange) !important; color:#fff !important; border-radius:6px !important;
  font-family:'Oswald',sans-serif; font-weight:600; text-transform:uppercase; letter-spacing:0.03em;
  border:none !important; padding:12px 24px !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background:var(--orange-dark) !important;
}
.woocommerce ul.products li.product{ background:#fff; border-radius:var(--radius); padding:16px; box-shadow:var(--shadow); }
.woocommerce span.price, .woocommerce-Price-amount{ color:var(--navy) !important; font-family:'Oswald',sans-serif; font-weight:600; }
.woocommerce nav.woocommerce-pagination ul li{ border-color:#e0e6ee !important; }

/* RESPONSIVE */
@media (max-width:980px){
  .hero-grid{ grid-template-columns:1fr; }
  .hero-visual{ height:320px; order:-1; }
  .about-grid{ grid-template-columns:1fr; }
  .product-grid, .news-grid{ grid-template-columns:repeat(2,1fr); }
  .strip .container{ grid-template-columns:repeat(2,1fr); }
  .strip-item:nth-child(2){ border-right:none; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .article-layout{ grid-template-columns:1fr; }
  .featured-banner{ height:280px; }
}
@media (max-width:720px){
  nav.primary-nav, .nav-actions .btn{ display:none; }
  .burger{ display:flex; }
  .hero{ padding:150px 0 80px; }
  .product-grid, .news-grid{ grid-template-columns:1fr; }
  .strip .container{ grid-template-columns:1fr; }
  .strip-item{ border-right:none; border-bottom:1px solid #e5e9ef; }
  .footer-grid{ grid-template-columns:1fr; }
  section{ padding:70px 0; }
  .breadcrumb-bar{ padding:96px 0 22px; }
  .archive-head{ padding:36px 0 44px; }
  .toolbar-row{ flex-direction:column; align-items:flex-start; }
  .archive-grid-wrap{ padding:40px 0 60px; }
  .mid-cta{ flex-direction:column; text-align:center; }
  .article-wrap{ padding:40px 0 70px; }
  .page-hero{ padding:120px 0 44px; }
}
