/*
Theme Name: Weblak
Theme URI: https://weblak.com
Author: Weblak
Author URI: https://weblak.com
Description: Custom bilingual (EN/AR) theme for the Weblak web development studio — converted from the Weblak static site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: weblak
*/

/* WordPress chrome — design tokens live in assets/css/styles.css */

html {
  scroll-behavior: smooth;
}

.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.form-error {
  display: none;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid #c47a6a;
  background: #fdecea;
  color: #6b2c22;
  font-size: 14px;
  border-radius: 4px;
}

.form-error:not([hidden]) {
  display: block;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--slate-600, #1e3a5f);
  color: #fff;
}

.skip-link:focus {
  top: 12px;
}

.menu-toggle {
  min-width: 42px;
  min-height: 36px;
}

.menu-toggle:not(:has(svg))::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  box-shadow: 0 -5px currentColor, 0 5px currentColor;
}
