/* Boekee theme overrides — mobile menu + product specs (v11.1) */

/* Mobile menu drawer */
.boekee-mnav{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.42);backdrop-filter:blur(3px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}
.boekee-mnav.open{opacity:1;visibility:visible;pointer-events:auto}
.boekee-mnav__panel{margin-left:auto;display:flex;min-height:100%;width:min(100vw,26rem);flex-direction:column;background:#fff;box-shadow:-24px 0 60px rgba(15,23,42,.22);transform:translateX(100%);transition:transform .28s ease;padding:18px 16px 28px;border-left:1px solid #e5e7eb;overflow-y:auto}
.boekee-mnav.open .boekee-mnav__panel{transform:translateX(0)}
.boekee-mnav__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid #e5e7eb}
.boekee-mnav__brand{display:flex;flex-direction:column;line-height:1;text-decoration:none}
.boekee-mnav__brand-mark{font-family:Fraunces,serif;font-size:1.65rem;font-weight:900;letter-spacing:-.04em;color:#1a2a6c}
.boekee-mnav__brand-sub{margin-top:4px;font-size:10px;font-weight:700;letter-spacing:.28em;color:rgba(26,42,108,.7)}
.boekee-mnav__close{display:inline-flex;height:40px;width:40px;align-items:center;justify-content:center;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#0f172a;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}
.boekee-mnav__close:hover{border-color:#cbd5e1;background:#f8fafc}
.boekee-mnav__list{display:flex;flex-direction:column;margin:8px 0 0;padding:0;list-style:none}
.boekee-mnav__section,.boekee-mnav__row{border-bottom:1px solid rgba(226,232,240,.85)}
.boekee-mnav__trigger,.boekee-mnav__link{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:14px 0;border:0;background:transparent;text-align:left;font-size:15px;font-weight:700;letter-spacing:0;color:#0f172a;text-decoration:none;cursor:pointer}
.boekee-mnav__trigger-label,.boekee-mnav__link-label{flex:1}
.boekee-mnav__pill{display:inline-flex;height:36px;width:36px;flex-shrink:0;align-items:center;justify-content:center;border-radius:999px;border:1px solid #dbe2ea;background:#fff;color:rgba(15,23,42,.6);transition:transform .28s ease,border-color .2s ease,background .2s ease,color .2s ease}
.boekee-mnav__section.is-open .boekee-mnav__pill{border-color:#1a2a6c;background:#1a2a6c;color:#fff}
.boekee-mnav__section.is-open .boekee-mnav__pill .boekee-icon{transform:rotate(180deg)}
.boekee-mnav__dropdown{display:none;margin:0 0 14px;overflow:hidden;border:1px solid #e5e7eb;border-radius:16px;background:rgba(241,245,249,.72)}
.boekee-mnav__section.is-open .boekee-mnav__dropdown{display:block}
.boekee-mnav__viewall{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;border-bottom:1px solid rgba(226,232,240,.9);font-size:14px;font-weight:700;color:#1a2a6c;text-decoration:none}
.boekee-mnav__child-list,.boekee-mnav__subsection-list,.boekee-mnav__subitems{margin:0;padding:0;list-style:none}
.boekee-mnav__child-list>li+li,.boekee-mnav__subsection-list>li+li{border-top:1px solid rgba(226,232,240,.9)}
.boekee-mnav__child-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;font-size:14px;color:rgba(15,23,42,.82);text-decoration:none}
.boekee-mnav__subrow{display:flex;align-items:stretch}
.boekee-mnav__sublink,.boekee-mnav__subheading{flex:1;padding:12px 16px;font-size:14px;font-weight:700;color:#1a2a6c;text-decoration:none}
.boekee-mnav__subheading{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(15,23,42,.45)}
.boekee-mnav__subtoggle{display:inline-flex;width:48px;align-items:center;justify-content:center;border:0;border-left:1px solid rgba(226,232,240,.9);background:transparent;color:rgba(15,23,42,.6);cursor:pointer}
.boekee-mnav__subsection.is-open .boekee-mnav__subtoggle .boekee-icon{transform:rotate(180deg)}
.boekee-mnav__subitems{display:none;background:rgba(255,255,255,.62)}
.boekee-mnav__subsection.is-open .boekee-mnav__subitems{display:block}
.boekee-mnav__subitem-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 16px 10px 32px;font-size:13px;color:rgba(15,23,42,.74);text-decoration:none}
.boekee-mnav__subitem-link+.boekee-mnav__subitem-link{border-top:1px solid rgba(226,232,240,.7)}
.boekee-mnav__bullet{display:inline-flex;align-items:center;gap:10px}
.boekee-mnav__bullet::before{content:'';display:block;height:4px;width:4px;border-radius:999px;background:rgba(26,42,108,.45)}
.boekee-mnav__cta{display:grid;gap:10px;margin-top:18px}
.boekee-mnav__cta-link{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 16px;border-radius:12px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}
.boekee-mnav__cta-link:hover{transform:translateY(-1px)}
.boekee-mnav__cta-link--primary{background:#1a2a6c;color:#fff;box-shadow:0 16px 28px -18px rgba(26,42,108,.55)}
.boekee-mnav__cta-link--secondary{background:#f8fafc;color:#0f172a;border:1px solid #e5e7eb}
.boekee-icon{display:block;height:16px;width:16px;transition:transform .28s ease}
.boekee-icon--sm{height:14px;width:14px;opacity:.5}

header button[aria-label="Menu"]{transition:border-color .2s ease,background .2s ease,color .2s ease}
body.boekee-menu-open header button[aria-label="Menu"]{border-color:#1a2a6c;background:#1a2a6c;color:#fff}

/* Hide ALL desktop dropdowns on mobile (they shouldn't show on tap) */
@media (max-width:1279px){
  header nav.hidden.xl\:flex{display:none !important}
}

/* ===== Product specs ===== */
.boekee-specs{margin-top:18px;border:1px solid #e6e8ef;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 30px -18px rgba(26,42,108,.25)}
.boekee-specs__head{display:flex;align-items:center;gap:10px;padding:14px 20px;background:linear-gradient(135deg,#1a2a6c,#2a3f9d);color:#fff}
.boekee-specs__head h4{margin:0;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700;font-family:inherit}
.boekee-specs__head .ico{width:22px;height:22px;border-radius:6px;background:rgba(255,255,255,.18);display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem}
.boekee-specs__lead,.boekee-specs__trail{padding:14px 20px;color:#475569;font-size:.95rem;white-space:pre-line}
.boekee-specs__trail{border-top:1px solid #eef0f5;background:#fafbfd}
.boekee-specs__table{width:100%;border-collapse:collapse;font-size:.97rem}
.boekee-specs__table tr + tr td{border-top:1px solid #eef0f5}
.boekee-specs__table td{padding:13px 20px;vertical-align:top}
.boekee-specs__table td.label{width:46%;color:#5b6478;font-weight:500}
.boekee-specs__table td.value{font-weight:700;color:#0f172a;text-align:right}
@media (max-width:560px){
  .boekee-specs__table td{display:block;padding:10px 18px}
  .boekee-specs__table td.label{padding-bottom:0;color:#5b6478}
  .boekee-specs__table td.value{padding-top:2px;text-align:left;color:#0f172a}
  .boekee-specs__table tr + tr td.label{border-top:1px solid #eef0f5}
  .boekee-specs__table tr + tr td.value{border-top:0}
}

/* Hide the raw H2 + paragraph that we transformed into a spec block */
.boekee-spec-source{display:none !important}
