/*
Theme Name:  One Nation One Voice
Theme URI:   https://onenationonevoice.org
Author:      One Nation One Voice
Author URI:  https://onenationonevoice.org
Description: A bold, patriotic populist theme built for the One Nation One Voice movement. Features full-width homepage sections, Elementor support, and a red/white/navy design system.
Version:     1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: onov
Tags:        full-width-template, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, theme-options, translation-ready
*/

/* ══════════════════════════════════════════
   DESIGN TOKENS
══════════════════════════════════════════ */
:root {
  --navy:       #0d1b3e;
  --navy-mid:   #162650;
  --navy-light: #1e3370;
  --red:        #c8102e;
  --red-dark:   #9e0a23;
  --red-light:  #e63950;
  --white:      #ffffff;
  --cream:      #f5f0e8;
  --gold:       #c9a84c;
  --gold-light: #e8c96a;
  --gray:       #8a9ab5;
  --gray-light: #d0d8e8;
  --text-dark:  #1a1a2e;
  --border:     rgba(13,27,62,0.12);
}

/* ══════════════════════════════════════════
   RESET & BASE
══════════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Lora', Georgia, serif;
  background: var(--cream);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.6;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--red-dark); }

/* ══════════════════════════════════════════
   STRIPE BAR
══════════════════════════════════════════ */
.onov-stripe {
  height: 8px;
  background: linear-gradient(to right,
    var(--red) 0%, var(--red) 33.3%,
    var(--white) 33.3%, var(--white) 66.6%,
    var(--navy) 66.6%, var(--navy) 100%);
}

/* ══════════════════════════════════════════
   NAV
══════════════════════════════════════════ */
.onov-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--navy);
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.4);
  transition: box-shadow 0.3s;
}
.onov-nav.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.6); }

.onov-nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.onov-nav-logo img { height: 44px; width: auto; }
.onov-nav-logo-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.2;
}
.onov-nav-logo-text span {
  color: var(--gold);
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  font-weight: 600;
}

.onov-nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.onov-nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray-light);
  text-decoration: none;
  transition: color 0.2s;
}
.onov-nav-links a:hover { color: var(--gold); }

.onov-nav-cta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--red);
  color: white !important;
  border: none;
  padding: 10px 22px;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.2s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  display: inline-block;
}
.onov-nav-cta:hover { background: var(--red-dark) !important; }
.onov-nav-cta--schools {
  background: var(--navy) !important;
  border: 2px solid rgba(255,255,255,0.25);
}
.onov-nav-cta--schools:hover { background: var(--navy-light) !important; border-color: var(--gold) !important; }

.onov-nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.onov-nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

.onov-mobile-menu {
  display: none;
  position: fixed;
  top: 76px;
  left: 0; right: 0;
  background: var(--navy-mid);
  padding: 1.5rem 2rem;
  z-index: 9998;
  border-top: 3px solid var(--red);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
}
.onov-mobile-menu.open { display: block; }
.onov-mobile-menu ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.onov-mobile-menu a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
}

/* ══════════════════════════════════════════
   TICKER
══════════════════════════════════════════ */
.onov-ticker {
  background: var(--red);
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}
.onov-ticker-track {
  display: inline-flex;
  animation: onov-ticker 35s linear infinite;
}
.onov-ticker-item {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: white;
  padding: 0 2rem;
}
.onov-ticker-sep { color: rgba(255,255,255,0.45); }
@keyframes onov-ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ══════════════════════════════════════════
   SCROLL REVEAL
══════════════════════════════════════════ */
.onov-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.onov-reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.onov-reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.onov-reveal.in,
.onov-reveal-left.in,
.onov-reveal-right.in {
  opacity: 1;
  transform: translate(0);
}
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.35s; }
.d4 { transition-delay: 0.5s; }
.d5 { transition-delay: 0.65s; }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.onov-hero {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.onov-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, var(--navy-light) 0%, var(--navy) 60%),
    radial-gradient(ellipse 30% 40% at 15% 80%, rgba(200,16,46,0.1) 0%, transparent 60%);
}
.onov-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -55deg,
    transparent 0px, transparent 60px,
    rgba(255,255,255,0.015) 60px, rgba(255,255,255,0.015) 61px
  );
}
.onov-hero-bg::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 5px;
  background: linear-gradient(to bottom, var(--red), var(--red-dark));
}

.onov-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 2rem 80px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.onov-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.35);
  padding: 6px 16px 6px 8px;
  margin-bottom: 1.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
}
.onov-star-icon {
  width: 20px; height: 20px;
  background: var(--gold);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  flex-shrink: 0;
}

.onov-hero-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 7.5vw, 7rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.75rem;
}
.onov-hero-headline .hl-red    { color: var(--red); display: block; }
.onov-hero-headline .hl-outline {
  display: block;
  -webkit-text-stroke: 2px rgba(255,255,255,0.5);
  color: transparent;
}

.onov-hero-copy {
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.72);
  max-width: 520px;
  margin-bottom: 2.5rem;
}
.onov-hero-copy strong { color: var(--white); font-weight: 600; }

.onov-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.onov-hero-stats {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  flex-wrap: wrap;
}
.onov-hero-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  display: block;
}
.onov-hero-stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray);
  line-height: 1.4;
}

.onov-hero-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.onov-hero-logo-wrap { position: relative; }
.onov-hero-logo-glow {
  position: absolute;
  inset: -30px;
  background: radial-gradient(ellipse, rgba(200,16,46,0.2) 0%, transparent 70%);
  border-radius: 50%;
  animation: onov-pulse 3s ease-in-out infinite;
}
@keyframes onov-pulse {
  0%,100% { opacity: 0.6; transform: scale(1); }
  50%      { opacity: 1;   transform: scale(1.05); }
}
.onov-hero-logo-img {
  width: 100%;
  max-width: 440px;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 12px 40px rgba(0,0,0,0.5));
}

.onov-hero-tagline-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 16px 24px;
  text-align: center;
  width: 100%;
  max-width: 380px;
}
.onov-hero-tagline-box p {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
  margin: 0;
}
.onov-hero-tagline-box strong { color: var(--gold); font-style: normal; }

.onov-scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.onov-scroll-cue-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
.onov-scroll-cue-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.3), transparent);
  animation: onov-cue-anim 1.8s ease-in-out infinite;
}
@keyframes onov-cue-anim {
  0%   { transform: scaleY(0); transform-origin: top; opacity: 1; }
  100% { transform: scaleY(1); transform-origin: top; opacity: 0; }
}

/* ══════════════════════════════════════════
   SHARED SECTION PRIMITIVES
══════════════════════════════════════════ */
.onov-section { padding: 100px 2rem; position: relative; }
.onov-section-inner { max-width: 1140px; margin: 0 auto; }

.onov-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 12px;
}
.onov-eyebrow::before {
  content: '';
  display: inline-block;
  width: 28px; height: 3px;
  background: currentColor;
  border-radius: 2px;
}
.onov-eyebrow.center { justify-content: center; }
.onov-eyebrow.center::before { display: none; }

.onov-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.95;
  letter-spacing: -0.01em;
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
}

.onov-body-text {
  font-family: 'Lora', serif;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.onov-pull-quote {
  border-left: 5px solid var(--red);
  padding: 1rem 1.5rem;
  margin: 1.75rem 0;
  background: rgba(13,27,62,0.04);
}
.onov-pull-quote p {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--navy);
  margin: 0;
}
.onov-pull-quote cite {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 0.6rem;
  font-style: normal;
}

/* ══════════════════════════════════════════
   BUTTONS
══════════════════════════════════════════ */
.onov-btn-red {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--red);
  color: white !important;
  border: none;
  padding: 15px 32px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.onov-btn-red:hover { background: var(--red-dark) !important; transform: translateY(-2px); }

.onov-btn-ghost {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: transparent;
  color: var(--white) !important;
  border: 2px solid rgba(255,255,255,0.35);
  padding: 13px 28px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
}
.onov-btn-ghost:hover { border-color: var(--gold) !important; color: var(--gold) !important; }

.onov-btn-gold {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--gold);
  color: var(--navy) !important;
  border: none;
  padding: 15px 36px;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s;
  display: inline-block;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.onov-btn-gold:hover { background: var(--gold-light) !important; transform: translateY(-2px); }

/* ══════════════════════════════════════════
   SECTION 1 — DIVISION
══════════════════════════════════════════ */
.onov-section-division { background: var(--cream); }

.onov-division-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.onov-cost-table {
  border: 2px solid var(--navy);
  overflow: hidden;
}
.onov-cost-head {
  background: var(--navy);
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 14px 20px;
}
.onov-cost-head-cell {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
.onov-cost-head-cell.red { color: var(--red-light); }
.onov-cost-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--gray-light);
}
.onov-cost-cell {
  padding: 14px 18px;
  font-family: 'Lora', serif;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-dark);
  position: relative;
}
.onov-cost-cell + .onov-cost-cell { border-left: 1px solid var(--gray-light); }
.onov-cost-cell.bad  { background: rgba(200,16,46,0.04); }
.onov-cost-cell.good { background: rgba(13,27,62,0.04); }
.onov-cost-cell strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.onov-cost-footer {
  background: var(--navy);
  padding: 12px 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
}

/* ══════════════════════════════════════════
   SECTION 2 — ENEMY
══════════════════════════════════════════ */
.onov-section-enemy {
  background: var(--navy);
  overflow: hidden;
}
.onov-section-enemy::before {
  content: '';
  position: absolute;
  top: -100px; right: -200px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(200,16,46,0.07) 0%, transparent 60%);
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 10% 15%, rgba(255,255,255,0.5) 0%, transparent 100%),
    radial-gradient(1px 1px at 30% 40%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 55% 12%, rgba(255,255,255,0.6) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 30%, rgba(255,255,255,0.4) 0%, transparent 100%),
    radial-gradient(1px 1px at 80% 60%, rgba(255,255,255,0.3) 0%, transparent 100%),
    radial-gradient(1.5px 1.5px at 90% 20%, rgba(255,255,255,0.5) 0%, transparent 100%);
}

.onov-enemy-header {
  text-align: center;
  margin-bottom: 60px;
}
.onov-enemy-header .onov-section-title {
  color: var(--white);
  font-size: clamp(3rem, 6.5vw, 6rem);
}
.onov-enemy-header .onov-section-title .outline {
  -webkit-text-stroke: 2px rgba(255,255,255,0.35);
  color: transparent;
}
.onov-enemy-header .onov-section-title .red { color: var(--red); }
.onov-enemy-header > p {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.6);
  max-width: 640px;
  margin: 0 auto;
}

.onov-stat-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2px;
  background: rgba(255,255,255,0.05);
  margin-bottom: 60px;
}
.onov-stat-block {
  background: var(--navy-mid);
  padding: 2.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
}
.onov-stat-block:hover { background: var(--navy-light); }
.onov-stat-block::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(to right, var(--red), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}
.onov-stat-block.in::before { transform: scaleX(1); }
.onov-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(3rem, 5.5vw, 5rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--red) 0%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
}
.onov-stat-label {
  font-family: 'Lora', serif;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.6);
  margin-bottom: 0.75rem;
}
.onov-stat-src {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.22);
}

.onov-agenda-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 50px;
}
.onov-agenda-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s, background 0.3s;
}
.onov-agenda-card:hover {
  border-color: rgba(200,16,46,0.4);
  background: rgba(200,16,46,0.04);
}
.onov-agenda-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.onov-agenda-card:hover::after { transform: scaleX(1); }
.onov-agenda-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--red-light);
  margin-bottom: 0.5rem;
}
.onov-agenda-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 0.6rem;
}
.onov-agenda-card p {
  font-family: 'Lora', serif;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.5);
}

.onov-unity-bar {
  background: var(--red);
  padding: 1.75rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.onov-unity-bar p {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
.onov-unity-star {
  width: 22px; height: 22px;
  background: rgba(255,255,255,0.8);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════
   SECTION 3 — COMMON GROUND
══════════════════════════════════════════ */
.onov-section-common { background: var(--white); }

.onov-common-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.onov-common-header .onov-section-title { color: var(--navy); }
.onov-common-header .onov-section-title span { color: var(--red); }
.onov-common-header > p {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #555;
}

.onov-spectrum-box {
  margin-bottom: 60px;
  padding: 2.5rem;
  background: var(--cream);
  border: 2px solid var(--gray-light);
}
.onov-spectrum-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
  text-align: center;
  margin-bottom: 1.5rem;
}
.onov-spectrum-bar {
  position: relative;
  height: 12px;
  background: linear-gradient(to right, var(--red), var(--navy-light), var(--red));
  border-radius: 6px;
  margin-bottom: 3.5rem;
}
.onov-spectrum-dots {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0; right: 0; top: -10px;
}
.onov-sdot { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.onov-sdot-circle {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: white;
  border: 3px solid var(--navy);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.onov-sdot-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  text-align: center;
  max-width: 68px;
  line-height: 1.3;
  margin-top: 2.5rem;
}
.onov-spectrum-unite {
  background: var(--navy);
  padding: 1rem 1.5rem;
  text-align: center;
  margin-top: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.onov-spectrum-unite span { color: var(--red-light); }

.onov-interests-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  margin-bottom: 50px;
}
.onov-interest-card {
  background: var(--cream);
  border-bottom: 4px solid transparent;
  padding: 1.75rem;
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  cursor: default;
}
.onov-interest-card:hover {
  border-color: var(--red);
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.onov-interest-icon { font-size: 2rem; display: block; margin-bottom: 0.75rem; }
.onov-interest-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.4rem;
}
.onov-interest-desc {
  font-family: 'Lora', serif;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #666;
}

.onov-common-close {
  background: var(--navy);
  padding: 3rem;
  text-align: center;
}
.onov-common-close p {
  font-family: 'Lora', serif;
  font-size: clamp(1.1rem, 2.2vw, 1.6rem);
  font-style: italic;
  color: white;
  line-height: 1.55;
  max-width: 700px;
  margin: 0 auto 0.5rem;
}
.onov-common-close p strong { color: var(--gold); font-style: normal; }
.onov-common-close cite {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
}

/* ══════════════════════════════════════════
   SECTION 4 — HUMAN NATURE
══════════════════════════════════════════ */
.onov-section-nature {
  background: var(--cream);
  border-top: 4px solid var(--navy);
}
.onov-nature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.onov-nature-text .onov-section-title { color: var(--navy); }
.onov-nature-text .onov-section-title span { color: var(--red); }
.onov-nature-text .onov-body-text { color: #3a3a4e; }
.onov-nature-text em { color: var(--red-dark); font-style: italic; }

.onov-nature-table {
  border: 2px solid var(--navy);
  overflow: hidden;
}
.onov-nature-thead {
  background: var(--navy);
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  padding: 12px 16px;
  gap: 8px;
}
.onov-nth {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
.onov-nth.red { color: var(--red-light); }
.onov-nth-arrow { text-align: center; color: rgba(255,255,255,0.35); }

.onov-nature-row {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  border-top: 1px solid var(--gray-light);
  align-items: center;
  transition: background 0.2s;
}
.onov-nature-row:hover { background: rgba(13,27,62,0.03); }
.onov-ncell {
  padding: 12px 16px;
  font-family: 'Lora', serif;
  font-size: 0.87rem;
  line-height: 1.45;
  color: var(--text-dark);
}
.onov-ncell strong {
  display: block;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.onov-ncell.dark  strong { color: var(--red-dark); }
.onov-ncell.light strong { color: var(--navy); }
.onov-ncell.dark  { background: rgba(200,16,46,0.04); }
.onov-ncell.light { background: rgba(13,27,62,0.04); border-left: 1px solid var(--gray-light); }
.onov-ncell-arrow {
  text-align: center;
  color: var(--gold);
  font-size: 1.1rem;
  border-left: 1px solid var(--gray-light);
  border-right: 1px solid var(--gray-light);
  padding: 12px 0;
  background: rgba(201,168,76,0.05);
}
.onov-nature-foot {
  background: var(--navy);
  padding: 1.25rem;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
}

.onov-founders-quote {
  grid-column: 1 / -1;
  background: white;
  border: 2px solid var(--navy);
  padding: 2.5rem;
  text-align: center;
  margin-top: 50px;
}
.onov-founders-stars {
  display: flex; gap: 10px; justify-content: center; margin-bottom: 1.25rem;
}
.onov-fstar {
  width: 16px; height: 16px;
  background: var(--gold);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.onov-founders-quote blockquote {
  font-family: 'Lora', serif;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  font-style: italic;
  color: var(--navy);
  line-height: 1.55;
  margin: 0 0 0.75rem;
  quotes: none;
  border: none;
  padding: 0;
}
.onov-founders-quote cite {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gray);
}

/* ══════════════════════════════════════════
   CTA SECTION
══════════════════════════════════════════ */
.onov-section-cta {
  background: var(--navy);
  text-align: center;
  padding: 120px 2rem;
  position: relative;
  overflow: hidden;
}
.onov-section-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    transparent 0px, transparent 49px,
    rgba(255,255,255,0.018) 49px, rgba(255,255,255,0.018) 50px
  );
  pointer-events: none;
}
.onov-cta-logo {
  width: 200px;
  height: auto;
  margin: 0 auto 2rem;
  filter: drop-shadow(0 0 30px rgba(200,16,46,0.4));
  animation: onov-float 4s ease-in-out infinite;
}
@keyframes onov-float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}
.onov-cta-eyebrow {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}
.onov-cta-headline {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(3.5rem, 8vw, 7.5rem);
  text-transform: uppercase;
  line-height: 0.92;
  color: var(--white);
  margin-bottom: 1.5rem;
}
.onov-cta-headline .red { color: var(--red); }
.onov-cta-headline .outline {
  -webkit-text-stroke: 2px rgba(255,255,255,0.4);
  color: transparent;
  display: block;
}
.onov-cta-sub {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.6);
  max-width: 560px;
  margin: 0 auto 3rem;
}
.onov-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.onov-star-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 400px;
  margin: 3rem auto;
  color: rgba(255,255,255,0.18);
}
.onov-star-rule-line { flex: 1; height: 1px; background: currentColor; }
.onov-star-rule-star {
  width: 12px; height: 12px;
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  background: currentColor;
}

.onov-theme-summary {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2px;
  max-width: 700px;
  margin: 0 auto;
}
.onov-theme-summary-cell {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  padding: 1.75rem;
  text-align: center;
}
.onov-theme-summary-cell .lbl {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 0.5rem;
}
.onov-theme-summary-cell .val {
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.5;
}

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
.onov-footer {
  background: #07111f;
  padding: 48px 2rem 32px;
}
.onov-footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.onov-footer-logo img { height: 42px; opacity: 0.8; }
.onov-footer-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  flex-wrap: wrap;
}
.onov-footer-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  text-decoration: none;
  transition: color 0.2s;
}
.onov-footer-links a:hover { color: var(--gold); }
.onov-footer-copy {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
  text-align: center;
  padding-top: 1.5rem;
  max-width: 1140px;
  margin: 0 auto;
}

/* ══════════════════════════════════════════
   STANDARD BLOG / INNER PAGE STYLES
══════════════════════════════════════════ */
.onov-content-wrap {
  max-width: 780px;
  margin: 60px auto;
  padding: 0 2rem;
}
.onov-content-wrap h1,
.onov-content-wrap h2,
.onov-content-wrap h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.onov-content-wrap h1 { font-size: 2.8rem; }
.onov-content-wrap h2 { font-size: 2rem; }
.onov-content-wrap h3 { font-size: 1.5rem; }
.onov-content-wrap p  { margin-bottom: 1.2rem; line-height: 1.8; }
.onov-content-wrap ul,
.onov-content-wrap ol { margin: 1rem 0 1.2rem 1.5rem; }
.onov-content-wrap li { margin-bottom: 0.4rem; line-height: 1.7; }
.onov-content-wrap blockquote {
  border-left: 4px solid var(--red);
  padding: 0.75rem 1.5rem;
  margin: 1.5rem 0;
  background: rgba(13,27,62,0.04);
  font-style: italic;
}

/* Elementor full-width override */
.elementor-page .onov-content-wrap { max-width: 100%; padding: 0; margin: 0; }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 960px) {
  .onov-hero-inner { grid-template-columns: 1fr; }
  .onov-hero-visual { display: none; }
  .onov-division-grid,
  .onov-nature-grid { grid-template-columns: 1fr; gap: 40px; }
  .onov-stat-row { grid-template-columns: 1fr; }
  .onov-interests-grid { grid-template-columns: 1fr 1fr; }
  .onov-agenda-grid { grid-template-columns: 1fr; }
  .onov-nav-links { display: none; }
  .onov-nav-hamburger { display: flex; }
  .onov-founders-quote { grid-column: 1; }
  .onov-theme-summary { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .onov-interests-grid { grid-template-columns: 1fr; }
  .onov-hero-stats { flex-direction: column; gap: 1rem; }
  .onov-section { padding: 70px 1.25rem; }
  .onov-hero-inner { padding: 90px 1.25rem 60px; }
  .onov-cost-row { grid-template-columns: 1fr; }
  .onov-cost-cell + .onov-cost-cell { border-left: none; border-top: 1px solid var(--gray-light); }
  .onov-cost-head { grid-template-columns: 1fr; gap: 4px; }
  .onov-nature-row { grid-template-columns: 1fr; }
  .onov-ncell-arrow { border: none; padding: 6px 0; }
  .onov-ncell.light { border-left: none; border-top: 1px solid var(--gray-light); }
}
