/*
Theme Name: GazeQ Theme
Theme URI: https://test.gazeq.com/
Author: GazeQ
Author URI: https://test.gazeq.com/
Description: Purpose-built block theme for the GazeQ WordPress migration.
Version: 0.1.1
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: gazeq-theme
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f6f7f9;
  color: #111827;
}

a {
  color: inherit;
}

.gazeq-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(16, 24, 32, 0.09);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(16, 24, 32, 0.06);
}

.gazeq-header-inner {
  min-height: 72px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.gazeq-brand {
  font-weight: 800;
  letter-spacing: 0;
}

.gazeq-site-header .wp-block-navigation-item__content {
  padding: 8px 0;
  text-decoration: none;
}

.gazeq-site-header .wp-block-navigation-item__content:hover {
  color: #0f766e;
}

.gazeq-main {
  min-height: 70vh;
  max-width: none !important;
  width: 100%;
}

.gazeq-main > .wp-block-post-content {
  margin-block-start: 0;
  max-width: none !important;
  width: 100%;
}

.gazeq-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #101820;
  color: #f9fafb;
}

.gazeq-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px;
}

.gazeq-footer-muted {
  color: #9ca3af;
  font-size: 13px;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: 24px;
}

@media (max-width: 760px) {
  .gazeq-header-inner {
    min-height: 64px;
    padding: 0 18px;
  }
}
