/* =========================================================
   DistributorKabel — Stylesheet Utama
   Palet: hijau hutan + tembaga (mewakili industri kabel + go-green)
   Prinsip: tanpa border-radius, hairline rules, tipografi tegas
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,500&family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

:root {
  --bg:        #FFFFFF;
  --bg-alt:    #F7F7F4;
  --panel:     #FFFFFF;
  --ink:       #10160F;
  --ink-soft:  #5B6156;
  --primary:   #1F3A24;
  --primary-d: #131F16;
  --sage:      #6E8F72;
  --copper:    #A8703A;
  --copper-d:  #855A2C;
  --volt:      #00E3B8;
  --volt-d:    #00B594;
  --charcoal:  #0D1512;
  --fresh:     #2FAE60;
  --header-bg: #FFFFFF;
  --line:      #DEDAD0;
  --whatsapp:  #25D366;

  --font-display: 'Newsreader', serif;
  --font-body: 'Inter', sans-serif;
  --font-data: 'Space Grotesk', sans-serif;

  --max-w: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--primary-d);
  line-height: 1.18;
  margin: 0 0 .5em;
  letter-spacing: -0.01em;
}

p { margin: 0 0 1em; max-width: 68ch; }

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- No rounded corners anywhere, by design ---- */
button, input, textarea, select, .card, .btn, img { border-radius: 0; }

/* ---------------- Buttons ---------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 24px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 13.5px;
  letter-spacing: 0.01em;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn-primary { background: var(--copper); color: #fff; }
.btn-primary:hover { background: var(--fresh); color: #fff; }
.btn-outline { background: transparent; color: var(--primary-d); border-color: var(--primary-d); }
.btn-outline:hover { background: var(--primary-d); color: #fff; }
.btn-whatsapp { background: var(--whatsapp); color: #fff; width: 100%; justify-content: center; }
.btn-whatsapp:hover { background: #1ebc59; }
.btn-copper { background: var(--copper); color: #fff; }
.btn-copper:hover { background: var(--fresh); }
.btn:active { transform: translateY(1px); }

/* ---------------- Header ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: var(--header-bg);
  border-bottom: 1px solid rgba(13,21,18,.15);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
  max-width: var(--max-w); margin: 0 auto;
}
.logo {
  font-family: var(--font-display);
  font-weight: 500; font-size: 21px;
  color: var(--primary-d);
  display: flex; align-items: baseline; gap: 5px;
}
.logo span { color: var(--charcoal); font-style: italic; }
.logo-img { height: 34px; width: auto; max-width: 220px; object-fit: contain; }
.main-nav { display: flex; gap: 30px; align-items: center; }
.nav-wa-mobile { display: none; }
.main-nav a {
  font-weight: 500; font-size: 13px; color: var(--primary-d);
  padding: 6px 0; border-bottom: 1.5px solid transparent;
  transition: color .2s, border-color .2s;
}
.main-nav a:hover, .main-nav a.active { color: var(--charcoal); border-color: var(--volt-d); }
.nav-item { position: relative; }
.nav-caret { font-size: 10px; display: inline-block; margin-left: 2px; }
.nav-dropdown {
  position: absolute; top: 100%; left: 0; min-width: 200px;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 24px rgba(0,0,0,.08);
  padding: 6px 0; opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .15s, transform .15s, visibility .15s; z-index: 40;
}
.nav-item.has-dropdown:hover .nav-dropdown,
.nav-item.has-dropdown:focus-within .nav-dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dropdown a {
  display: block; padding: 10px 18px; font-size: 13px; color: var(--primary-d);
  border-bottom: none; white-space: nowrap;
}
.nav-dropdown a:hover, .nav-dropdown a.active { background: var(--bg); color: var(--charcoal); }
.header-cta { display: flex; align-items: center; gap: 16px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--primary-d); margin: 5px 0; }

/* ---------------- Hero ---------------- */
.hero {
  padding: 84px 0 64px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero-eyebrow {
  color: var(--copper-d); font-weight: 500; font-size: 13px;
  margin-bottom: 16px; font-style: italic; font-family: var(--font-display);
}
.hero h1 { font-size: 40px; max-width: 13ch; font-weight: 400; }
.hero p.lead { font-size: 16px; color: var(--ink-soft); max-width: 46ch; }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 40px; margin-top: 42px; flex-wrap: wrap; }
.hero-stat b {
  display: block; font-family: var(--font-data); font-weight: 600;
  font-size: 24px; color: var(--primary-d);
}
.hero-stat span { font-size: 12.5px; color: var(--ink-soft); }

.hero-visual-wrap { position: relative; }
.hero-badge {
  position: absolute; z-index: 5;
  background: var(--charcoal); color: #fff;
  padding: 9px 18px; font-size: 13px; font-weight: 600;
  border-radius: 20px; white-space: nowrap;
}
.hero-badge-top { top: -14px; left: 24px; background: var(--copper); }
.hero-badge-bottom { bottom: -14px; right: 24px; background: var(--copper); }

.hero-visual {
  position: relative; background: var(--bg);
  aspect-ratio: 4/3.6;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: flex; align-items: flex-end; padding: 30px;
  overflow: hidden;
}
.hero-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-visual-tag {
  position: relative; background: var(--panel); color: var(--primary-d);
  padding: 12px 18px; font-weight: 600; font-size: 13.5px;
  display: inline-flex; align-items: center; gap: 10px;
  border-left: 3px solid var(--volt);
}
.hero-visual.has-slider { padding: 0; display: block; }
.hero-slider { position: relative; width: 100%; height: 100%; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0; z-index: 0;
  transition: opacity .7s ease;
}
.hero-slide.active { opacity: 1; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: contain; }
.hero-slide .hero-visual-tag { position: absolute; left: 24px; bottom: 24px; }
.hero-slider-arrow { display: none; }
.hero-slider-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); display: flex; gap: 7px; z-index: 3; }
.hero-slider-dot { width: 7px; height: 7px; padding: 0; border: none; background: rgba(255,255,255,.5); cursor: pointer; }
.hero-slider-dot.active { background: var(--volt); }
.circuit-line {
  fill: none; stroke: var(--volt); stroke-width: 1.4;
  stroke-dasharray: 340; stroke-dashoffset: 340;
  animation: draw-circuit 1.8s ease-out forwards;
  filter: drop-shadow(0 0 5px rgba(0,227,184,.65));
}
.circuit-line.delay1 { animation-delay: .25s; }
.circuit-line.delay2 { animation-delay: .5s; }
.circuit-node { fill: var(--volt); opacity: 0; animation: node-in .4s ease-out forwards; filter: drop-shadow(0 0 4px rgba(0,227,184,.8)); }
@keyframes draw-circuit { to { stroke-dashoffset: 0; } }
@keyframes node-in { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .circuit-line, .circuit-node { animation: none; stroke-dashoffset: 0; opacity: 1; }
}

/* ---------------- Sections ---------------- */
.section { padding: 64px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 32px; flex-wrap: wrap; }
.section-head h2 { font-size: 25px; margin: 0; }
.section-head p { color: var(--ink-soft); margin: 5px 0 0; font-size: 14px; }

/* ---------------- Category strip ---------------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cat-card { background: var(--panel); padding: 28px 22px; transition: background .2s, box-shadow .2s; position: relative; }
.cat-card::before {
  content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px;
  background: var(--volt); transition: width .25s ease;
}
.cat-card:hover { background: var(--bg-alt); }
.cat-card:hover::before { width: 100%; }
.cat-card h3 { font-size: 16.5px; margin: 0 0 7px; }
.cat-card p { font-size: 13px; color: var(--ink-soft); margin: 0; }

/* ---------------- Product grid & card ---------------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card {
  background: var(--panel); border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: border-color .2s, box-shadow .2s;
}
.product-card:hover { border-color: var(--volt-d); box-shadow: 0 0 0 1px var(--volt-d); }
.product-thumb { aspect-ratio: 4/3; background: var(--bg-alt); overflow: hidden; position: relative; }
.product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.eco-badge {
  position: absolute; top: 10px; left: 10px;
  background: var(--copper); color: #fff; font-size: 11px; font-weight: 600;
  padding: 5px 9px; display: flex; align-items: center; gap: 5px;
  transition: background .2s;
}
.product-card:hover .eco-badge { background: var(--fresh); }
.product-body { padding: 16px; display: flex; flex-direction: column; gap: 7px; flex: 1; }
.product-cat { font-size: 12px; color: var(--sage); font-weight: 600; }
.product-body h3 { font-size: 15px; margin: 0; font-weight: 500; }
.product-body h3 a:hover { color: var(--copper-d); }
.product-price { font-family: var(--font-display); font-size: 17px; color: var(--primary-d); margin-top: auto; }
.product-price small { font-family: var(--font-body); font-size: 11.5px; color: var(--ink-soft); font-weight: 400; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 16px 16px; }
.product-actions .btn { padding: 9px 10px; font-size: 12.5px; }

/* ---------------- Why us / eco section ---------------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.feature-item { border-top: 2px solid var(--volt); padding-top: 18px; }
.feature-item h3 { font-size: 16.5px; }
.feature-item p { color: var(--ink-soft); font-size: 14px; }

/* ---------------- Blog ---------------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--panel); border: 1px solid var(--line); display: flex; flex-direction: column; }
.blog-thumb { aspect-ratio: 16/10; background: var(--bg-alt); overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-body { padding: 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.blog-date { font-size: 12px; color: var(--sage); font-weight: 600; }
.blog-body h3 { font-size: 16px; }
.blog-body p { font-size: 13.5px; color: var(--ink-soft); }
.blog-readmore { font-size: 13px; font-weight: 600; color: var(--copper-d); margin-top: auto; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: transparent; transition: text-decoration-color .2s; }
.blog-card:hover .blog-readmore { text-decoration-color: var(--copper-d); }

/* ---------------- CTA band ---------------- */
.cta-band {
  background: var(--charcoal); color: #fff;
  padding: 60px 0; text-align: left;
  border-top: 1px solid var(--volt-d);
}
.cta-band h2 { color: #fff; font-size: 24px; }
.cta-band p { color: #C7CFC5; font-size: 14.5px; }
.cta-band-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }

/* ---------------- Filters (Produk page) ---------------- */
.filter-bar {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: center;
  padding: 18px; background: var(--panel); border: 1px solid var(--line); margin-bottom: 28px;
}
.filter-bar select, .filter-bar input[type="text"] {
  padding: 11px 14px; border: 1px solid var(--line); background: #fff; font-family: var(--font-body); font-size: 14.5px;
}
.filter-bar input[type="text"] { flex: 1; min-width: 200px; }
.filter-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-tag { padding: 8px 14px; border: 1px solid var(--line); font-size: 13.5px; font-weight: 500; color: var(--ink-soft); }
.filter-tag.active { background: var(--primary); border-color: var(--primary); color: #fff; }

/* ---------------- Breadcrumb ---------------- */
.breadcrumb { font-size: 13.5px; color: var(--ink-soft); padding: 18px 0; }
.breadcrumb a:hover { color: var(--copper-d); }

/* ---------------- Product detail ---------------- */
.pd-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: flex-start; }
.pd-gallery { display: flex; flex-direction: column; gap: 12px; }
.pd-gallery-main { position: relative; border: 1px solid var(--line); aspect-ratio: 1/1; overflow: hidden; background: var(--bg-alt); }
.pd-gallery-main img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pd-gallery-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.9);
  border: 1px solid var(--line); width: 38px; height: 38px; border-radius: 50%; cursor: pointer;
  font-size: 20px; display: flex; align-items: center; justify-content: center; color: var(--charcoal);
}
.pd-gallery-arrow.prev { left: 12px; }
.pd-gallery-arrow.next { right: 12px; }
.pd-gallery-arrow:hover { background: #fff; border-color: var(--volt-d); }
.pd-zoomable { cursor: zoom-in; }
.pd-zoom-hint {
  position: absolute; right: 12px; bottom: 12px; background: rgba(0,0,0,.62); color: #fff;
  font-size: 11.5px; padding: 5px 10px; pointer-events: none; opacity: 0; transition: opacity .15s;
}
.pd-gallery-main:hover .pd-zoom-hint { opacity: 1; }

/* ---------------- Lightbox (zoom foto produk) ---------------- */
.pd-lightbox {
  display: none; position: fixed; inset: 0; z-index: 999; background: rgba(10,12,10,.94);
  align-items: center; justify-content: center;
}
.pd-lightbox.active { display: flex; }
.pd-lightbox-stage {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  overflow: hidden; touch-action: none;
}
.pd-lightbox-stage img {
  max-width: 90vw; max-height: 88vh; object-fit: contain; user-select: none;
  transform-origin: center center; transition: transform .06s linear; cursor: grab;
}
.pd-lightbox-stage.dragging img { cursor: grabbing; transition: none; }
.pd-lightbox-close {
  position: absolute; top: 18px; right: 22px; background: rgba(255,255,255,.1); color: #fff;
  border: none; width: 42px; height: 42px; font-size: 24px; line-height: 1; cursor: pointer; z-index: 2;
}
.pd-lightbox-close:hover { background: rgba(255,255,255,.22); }
.pd-lightbox-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); color: #fff;
  border: none; width: 48px; height: 48px; font-size: 26px; cursor: pointer; z-index: 2;
}
.pd-lightbox-arrow:hover { background: rgba(255,255,255,.22); }
.pd-lightbox-arrow.prev { left: 18px; }
.pd-lightbox-arrow.next { right: 18px; }
.pd-lightbox-zoom-controls {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px;
  background: rgba(255,255,255,.1); padding: 6px; z-index: 2;
}
.pd-lightbox-zoom-controls button {
  background: transparent; color: #fff; border: none; width: 38px; height: 38px; font-size: 16px;
  font-weight: 600; cursor: pointer;
}
.pd-lightbox-zoom-controls button:hover { background: rgba(255,255,255,.18); }
@media (max-width: 640px) {
  .pd-lightbox-arrow { width: 38px; height: 38px; font-size: 20px; }
  .pd-lightbox-close { width: 36px; height: 36px; font-size: 20px; top: 10px; right: 10px; }
}
.pd-thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.pd-thumb {
  width: 68px; height: 68px; padding: 0; border: 2px solid var(--line); background: none; cursor: pointer;
  overflow: hidden; flex-shrink: 0;
}
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pd-thumb.active, .pd-thumb:hover { border-color: var(--volt-d); }
.pd-cat { color: var(--sage); font-weight: 600; font-size: 12.5px; }
.pd-title { font-size: 27px; margin: 6px 0 12px; font-weight: 400; }
.pd-price { font-family: var(--font-display); font-size: 24px; color: var(--primary-d); margin-bottom: 6px; font-weight: 400; }
.pd-price small { font-family: var(--font-body); font-size: 13px; color: var(--ink-soft); font-weight: 400; }
.pd-stock { font-size: 13px; color: var(--ink-soft); margin-bottom: 18px; }
.pd-short-desc { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }
.pd-short-desc p { margin: 0 0 10px; }
.pd-short-desc p:last-child { margin-bottom: 0; }
.pd-actions { display: flex; gap: 14px; margin: 24px 0; flex-wrap: wrap; }
.pd-actions .btn { flex: 1; min-width: 200px; justify-content: center; }
.pd-meta-table { border-top: 1px solid var(--line); margin-top: 24px; }
.pd-meta-table div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.pd-meta-table span:first-child { color: var(--ink-soft); }
.pd-desc { margin-top: 40px; }
.pd-desc h2 { font-size: 22px; }
/* Deskripsi produk (dari editor TinyMCE) memakai lebar penuh kontainer,
   tidak ikut aturan max-width:68ch yang dipakai paragraf artikel blog. */
.pd-desc-content { max-width: none; }
.pd-desc-content p, .pd-desc-content li, .pd-desc-content h1,
.pd-desc-content h2, .pd-desc-content h3, .pd-desc-content h4 { max-width: none; }
.pd-desc-content img { max-width: 100%; height: auto; }
.pd-desc-content ul, .pd-desc-content ol { padding-left: 22px; margin: 0 0 1em; }

/* ---------------- Blog detail ---------------- */
.article-header { max-width: 760px; margin: 0 auto 28px; text-align: left; }
.article-header h1 { font-size: 29px; font-weight: 400; }
.article-body { max-width: 760px; margin: 0 auto; font-size: 15.5px; }
.article-body img { margin: 24px 0; }
.article-cover { max-width: 900px; margin: 0 auto 40px; aspect-ratio: 16/8; overflow: hidden; border: 1px solid var(--line); }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }

/* ---------------- Contact page ---------------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
.contact-info-item { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-info-item h3 { font-size: 15.5px; margin: 0 0 4px; }
.contact-info-item p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
form.stacked-form { display: flex; flex-direction: column; gap: 16px; }
form.stacked-form label { font-size: 14px; font-weight: 600; margin-bottom: 6px; display: block; }
form.stacked-form input, form.stacked-form textarea {
  width: 100%; padding: 13px 14px; border: 1px solid var(--line); font-family: var(--font-body); font-size: 15px; background: #fff;
}
form.stacked-form input:focus, form.stacked-form textarea:focus { outline: 2px solid var(--primary); outline-offset: 1px; }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--charcoal); color: #CFE0D2; padding: 56px 0 24px; margin-top: 0; border-top: 1px solid var(--volt-d); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-grid h4 { color: #fff; font-size: 14px; margin-bottom: 16px; font-weight: 600; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { font-size: 14.5px; color: #B9CDBB; }
.footer-grid a:hover { color: var(--volt); }
.footer-logo { font-family: var(--font-display); font-weight: 500; font-size: 19px; color: #fff; margin-bottom: 12px; }
.footer-logo em { color: var(--copper); font-style: italic; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; font-size: 13px; color: #8CA290; flex-wrap: wrap; gap: 10px; }

/* ---------------- Floating WhatsApp ---------------- */
.wa-float {
  position: fixed; bottom: 24px; right: 24px; z-index: 50;
  background: var(--whatsapp); color: #fff;
  width: 58px; height: 58px; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.25);
  transition: transform .2s ease;
}
.wa-float:hover { transform: scale(1.06); }

/* ---------------- Pagination ---------------- */
.pagination { display: flex; gap: 8px; margin-top: 36px; justify-content: center; }
.pagination a, .pagination span { padding: 9px 15px; border: 1px solid var(--line); font-size: 14px; }
.pagination a:hover { border-color: var(--primary); color: var(--primary-d); }
.pagination .current { background: var(--primary); color: #fff; border-color: var(--primary); }

/* ---------------- Alerts ---------------- */
.alert { padding: 14px 18px; border-left: 4px solid var(--primary); background: var(--bg-alt); margin-bottom: 20px; font-size: 14.5px; }
.alert-error { border-color: #B23A3A; background: #FBEAEA; }

/* ---------------- Responsive ---------------- */
@media (max-width: 980px) {
  .hero-inner, .pd-grid, .contact-grid { grid-template-columns: 1fr; }
  .cat-grid, .product-grid, .blog-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .header-cta-wa { display: none; }
  .header-inner { padding: 14px 20px; }
  .logo-img { max-width: 150px; }
  .nav-wa-mobile {
    display: block; margin-top: 10px; padding: 12px 16px !important;
    background: var(--copper); color: #fff !important; text-align: center;
    font-weight: 600;
  }
  .main-nav { position: fixed; top: 65px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--line); flex-direction: column; padding: 16px 24px; gap: 4px; display: none; max-height: calc(100vh - 65px); overflow-y: auto; }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-item { width: 100%; }
  .nav-item.has-dropdown > a { display: flex; align-items: center; justify-content: space-between; }
  .nav-caret { transition: transform .2s; }
  .nav-item.has-dropdown.open .nav-caret { transform: rotate(180deg); }
  .nav-dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    border: none; box-shadow: none; padding: 0 0 0 16px; margin-top: 2px;
    display: none;
  }
  .nav-item.has-dropdown.open .nav-dropdown { display: block; }
  .nav-dropdown a { padding: 8px 0; }
  .hero h1 { font-size: 32px; }
  .cat-grid, .product-grid, .blog-grid, .feature-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
}