/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
/* ============================================================
   Self-hosted Inter (DSGVO — no requests to Google Fonts).
   Files in /fonts/. Register "Inter" in Theme Options font stack.
   ============================================================ */
@font-face{font-family:'Inter';font-style:normal;font-weight:300;font-display:swap;src:url('fonts/inter-v20-latin_latin-ext-300.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:400;font-display:swap;src:url('fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:500;font-display:swap;src:url('fonts/inter-v20-latin_latin-ext-500.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:600;font-display:swap;src:url('fonts/inter-v20-latin_latin-ext-600.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:700;font-display:swap;src:url('fonts/inter-v20-latin_latin-ext-700.woff2') format('woff2');}
@font-face{font-family:'Inter';font-style:normal;font-weight:800;font-display:swap;src:url('fonts/inter-v20-latin_latin-ext-800.woff2') format('woff2');}

/* ── HdKD forms: neutralize Uncode's aggressive <select> override ──────────────
   Uncode re-applies a tiled chevron background / native appearance on selects,
   fighting the plugin's design. Restore the plugin's intended look:
   appearance:none + custom .hdkd-select-wrap::after chevron. (4dd · 2026-07-14) */
.hdkd-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: none !important;
}

/* ── HdKD brand mosaic on the top-menu strip ──────────────────────────────────
   Moved from the (now retired) hdkd-core plugin into the child theme so it
   survives plugin swaps. Paints uploads/2026/05/footer.png (band-story mosaic)
   as the always-visible top bar background. 4dd · 2026-07-14 */
.menu-wrapper .top-menu {
  background-color: #fff !important;
  background-image: url("/wp-content/uploads/2026/05/footer.png") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.menu-wrapper .top-menu .menu-bloginfo-inner { visibility: hidden !important; }
