/*
Theme Name: Overseas Bridge B2B
Theme URI: https://overseasbridge.com
Author: Antigravity Senior WordPress Architect Team
Author URI: https://overseasbridge.com
Description: Enterprise-grade, modern 15-page B2B WordPress theme designed for AI, SaaS, and digital operations. Features OB Logo Yellow (#FFC700) theme accents, combined dual header navigation, interactive node canvas, multi-step lead wizard, custom post types, Gutenberg patterns, and full WordPress Customizer editability.
Version: 4.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: overseas-bridge
Tags: light-mode, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, block-patterns, accessibility-ready

--------------------------------------------------------------
MASTER STYLESHEET BASE RESET (OB LOGO RICH YELLOW THEME #FFC700)
--------------------------------------------------------------
*/

:root {
  --bg-page: #ffffff;
  --bg-logo-yellow: #ffc700;
  --bg-light-yellow-accent: rgba(255, 199, 0, 0.15);
  --bg-card: #ffffff;
  --bg-card-hover: #f8fafc;
  --glass-border: rgba(15, 23, 42, 0.08);
  --text-primary: #0f172a;
  --text-secondary: #475569;
  --text-muted: #64748b;
  --accent-yellow: #ffc700;
  --accent-yellow-dark: #e6b200;
  --accent-gold: #ff9900;
  --accent-black: #080c16;
  --font-sans: 'Inter', -apple-system, sans-serif;
  --font-heading: 'Outfit', 'Inter', sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: var(--font-sans);
  background-color: var(--bg-page) !important;
  color: var(--text-primary) !important;
  line-height: 1.6;
  font-size: 16px;
}

html, body {
  background: var(--bg-page) !important;
  color: var(--text-primary) !important;
  max-width: 100vw !important;
  overflow-x: clip !important;
  position: relative !important;
}

@supports not (overflow-x: clip) {
  html, body {
    overflow-x: hidden !important;
  }
}

/* Accessibility Focus Ring */
:focus-visible {
  outline: 2px solid var(--accent-yellow);
  outline-offset: 4px;
}

/* Screen Reader Only Utility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Custom Logo Header Safety */
.custom-logo-link,
.brand-logo-wrap,
.brand-logo {
  display: inline-flex !important;
  align-items: center !important;
  max-height: 42px !important;
  height: 42px !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

.custom-logo,
img.custom-logo,
.brand-logo img,
.brand-logo-wrap img {
  max-height: 42px !important;
  height: 42px !important;
  width: auto !important;
  max-width: 200px !important;
  object-fit: contain !important;
  display: block !important;
}
