:root {
  --ow-surface: #ffffff;
  --ow-surface-2: #f7f9fc;
  --ow-surface-3: #eef3f9;
  --ow-border: rgba(15, 23, 42, 0.08);
  --ow-border-strong: rgba(15, 23, 42, 0.14);
  --ow-text: #0f172a;
  --ow-muted: #556070;
  --ow-soft: #334155;
  --ow-blue: #1d4ed8;
  --ow-accent: #ff6a2a;
  --ow-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

html, body {
  background: linear-gradient(180deg, #ffffff, #f8fafc 52%, #ffffff) !important;
}
body {
  color: var(--ow-text) !important;
}
body::before {
  opacity: 0.12 !important;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.04) 1px, transparent 1px) !important;
}

.masthead,
.glass-panel,
.section-block,
.panel-card,
.domain-card,
.news-card,
.drawer-card,
.brief-panel,
.filter-stack,
.collapsible-panel,
.watch-item,
.metric-card,
.ticker-item,
.news-rail,
.center-stage,
.domain-hero,
.subdomain-hero,
.customer-fit-hero,
.home-footer,
.modal-card,
.drawer-panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,252,0.96)) !important;
  border-color: var(--ow-border) !important;
  box-shadow: var(--ow-shadow) !important;
  color: var(--ow-text) !important;
}

.hero-left p,
.hero-headline p,
.panel-card p,
.domain-card p,
.news-card p,
.panel-copy,
.section-head-row p,
.track-meta-grid span,
.news-source-line,
.news-why,
.news-highlights,
.footer-note,
.brand-copy p,
.ticker-label,
.ticker-item span,
.ticker-item em,
.metric-card span,
.filter-impact-badge,
.watch-item-head p,
.watch-item-foot span,
.center-stage-head p,
.hero-tagline-stack span,
.drawer-card ul,
.brief-panel ul,
.source-group ul,
.globe-status,
.map-legend span,
.filter-impact-badge,
.news-update-window {
  color: var(--ow-muted) !important;
}

.brand-copy h1,
.hero-left h2,
.hero-headline h2,
.section-head-row h3,
.panel-card h3,
.domain-card h4,
.news-card h4,
.brief-panel h5,
.center-stage-head h3,
.watch-item-head h4,
.ticker-item strong,
.metric-card strong,
.modal-head h3,
.drawer-head h3,
.source-group h4 {
  color: var(--ow-text) !important;
}

.eyebrow,
.text-link {
  color: var(--ow-blue) !important;
}

.nav-btn,
.action-btn,
.ghost-btn,
.pill-btn,
.mini-btn,
.filter-impact-badge {
  background: rgba(255,255,255,0.96) !important;
  color: var(--ow-text) !important;
  border-color: var(--ow-border-strong) !important;
}
.nav-btn.active,
.action-btn.primary,
.pill-btn.primary,
.ow-btn-primary {
  background: linear-gradient(135deg, #0f172a, #1e3a8a) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.nav-btn.home {
  background: linear-gradient(135deg, #fff7ed, #eff6ff) !important;
}

.severity-high {
  background: rgba(239, 68, 68, 0.12) !important;
  color: #b91c1c !important;
}
.severity-medium {
  background: rgba(245, 158, 11, 0.14) !important;
  color: #b45309 !important;
}
.severity-low {
  background: rgba(59, 130, 246, 0.12) !important;
  color: #1d4ed8 !important;
}

.hero-home {
  border: 1px solid var(--ow-border) !important;
  box-shadow: var(--ow-shadow) !important;
}
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(2,8,20,0.48), rgba(2,8,20,0.76)),
    radial-gradient(circle at 20% 20%, rgba(60,145,255,0.16), transparent 25%),
    radial-gradient(circle at 84% 18%, rgba(255,75,75,0.14), transparent 18%) !important;
}

.map-shell {
  border-color: var(--ow-border) !important;
  background: linear-gradient(180deg, #f8fbff, #eef3f9) !important;
}
.globe-status,
.map-legend span,
.watch-item,
.collapsible-panel,
.ticker-item,
.metric-card,
.panel-toggle,
.filter-impact-badge {
  background: rgba(255,255,255,0.96) !important;
}
.panel-toggle {
  color: var(--ow-text) !important;
}
.legend-dot.critical { background: #ef4444 !important; }
.legend-dot.elevated { background: #f59e0b !important; }
.legend-dot.watch { background: #3b82f6 !important; }

/* Mission Fit standalone page */
.ow-standalone {
  min-height: 100vh;
  background: linear-gradient(180deg, #ffffff, #f8fafc 46%, #ffffff);
  color: var(--ow-text);
}
.ow-wrap {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
}
.ow-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin: 16px auto;
  padding: 14px 18px;
  border-radius: 24px;
  border: 1px solid var(--ow-border);
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  box-shadow: var(--ow-shadow);
}
.ow-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.ow-brand img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.ow-brand h1 {
  margin: 0;
  font-size: 1.24rem;
  letter-spacing: -0.03em;
}
.ow-brand p {
  margin: 4px 0 0;
  color: var(--ow-muted);
  font-size: 0.95rem;
}
.ow-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.ow-chip,
.ow-btn,
.ow-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid var(--ow-border-strong);
  background: rgba(255,255,255,0.96);
  color: var(--ow-text);
  padding: 10px 14px;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ow-btn:hover,
.ow-nav a:hover,
.ow-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  border-color: rgba(15, 23, 42, 0.18);
}
.ow-btn-primary {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
}
.ow-btn-accent {
  background: linear-gradient(135deg, #ffedd5, #fff7ed);
  border-color: rgba(249, 115, 22, 0.22);
}
.ow-btn-subtle {
  background: linear-gradient(135deg, #eff6ff, #f8fafc);
}
.ow-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 20px;
  margin: 24px 0;
}
.ow-card {
  border: 1px solid var(--ow-border);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: var(--ow-shadow);
}
.ow-card.pad {
  padding: 26px;
}
.ow-eyebrow {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  padding: 8px 12px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ow-hero h2 {
  margin: 14px 0 12px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.ow-hero p {
  margin: 0;
  color: var(--ow-soft);
  line-height: 1.75;
}
.ow-hero-points,
.ow-mini-list,
.ow-demo-list,
.ow-functional-grid,
.ow-enterprise-grid {
  display: grid;
  gap: 14px;
}
.ow-hero-points {
  grid-template-columns: repeat(2, minmax(0,1fr));
  margin-top: 18px;
}
.ow-mini {
  border: 1px solid var(--ow-border);
  border-radius: 20px;
  background: #fbfcff;
  padding: 16px;
}
.ow-mini strong,
.ow-functional-card h4,
.ow-geo-copy h4,
.ow-download-panel h3,
.ow-modal-card h3,
.ow-section-head h3,
.ow-footer-title {
  display: block;
  color: var(--ow-text);
}
.ow-mini span,
.ow-download-panel p,
.ow-functional-card p,
.ow-geo-copy p,
.ow-section-head p,
.ow-footer-meta,
.ow-modal-card p,
.ow-field label,
.ow-hero-note,
.ow-hint,
.ow-download-meta,
.ow-guide-banner {
  color: var(--ow-muted);
}
.ow-download-panel {
  display: grid;
  gap: 16px;
}
.ow-download-panel > .ow-eyebrow {
  align-self: center;
  justify-content: center;
  text-align: center;
  font-size: 0.92rem;
  padding: 10px 18px;
}
.ow-download-preview {
  display: grid;
  gap: 12px;
  grid-template-columns: 120px 1fr;
  align-items: center;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid var(--ow-border);
  background: linear-gradient(135deg, #fff7ed, #ffffff 55%);
}
.ow-paper-cover {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1365 / 2048;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(30, 41, 59, 0.08);
}
.ow-section {
  margin: 28px 0 0;
}
.ow-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.ow-section-head h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}
.ow-grid-geo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ow-geo-card,
.ow-functional-card,
.ow-enterprise-card {
  border: 1px solid var(--ow-border);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  box-shadow: var(--ow-shadow);
}
.ow-geo-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  padding: 18px;
}
.ow-geo-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}
.ow-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ow-geo-copy h4,
.ow-functional-card h4,
.ow-enterprise-card h4 {
  margin: 0;
  font-size: 1.22rem;
}
.ow-geo-copy p,
.ow-functional-card p,
.ow-enterprise-card p {
  margin: 0;
  line-height: 1.7;
}
.ow-demo-list {
  margin: 0;
  padding-left: 18px;
}
.ow-demo-list li {
  margin: 0 0 8px;
  color: var(--ow-soft);
}
.ow-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.ow-geo-art {
  position: relative;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--ow-border);
  background: #0f172a;
}
.ow-geo-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ow-guide-banner {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  color: var(--ow-text);
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}
.ow-functional-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ow-functional-card,
.ow-enterprise-card {
  padding: 22px;
}
.ow-enterprise-grid {
  grid-template-columns: 1fr;
}
.ow-enterprise-accent {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  margin-top: 14px;
}
.ow-enterprise-pill {
  border: 1px solid var(--ow-border);
  border-radius: 18px;
  background: #fbfcff;
  padding: 14px;
}

.ow-footer {
  margin: 34px auto 28px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--ow-border);
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: var(--ow-shadow);
}
.ow-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}
.ow-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.ow-site-footer {
  width: min(1280px, calc(100% - 40px));
  margin: 18px auto 28px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid var(--ow-border);
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: var(--ow-shadow);
}
.ow-site-footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: start;
}
.ow-site-footer p {
  margin: 0;
  line-height: 1.7;
}
.ow-site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.ow-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(10px);
  z-index: 200;
}
.ow-modal-backdrop.open {
  display: flex;
}
.ow-modal-card {
  width: min(720px, 100%);
  border-radius: 28px;
  border: 1px solid var(--ow-border);
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  padding: 24px;
}
.ow-modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.ow-close {
  border: 1px solid var(--ow-border-strong);
  background: #fff;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  color: var(--ow-text);
}
.ow-demo-box {
  display: grid;
  gap: 14px;
  border: 1px solid var(--ow-border);
  border-radius: 22px;
  background: #fbfcff;
  padding: 16px;
  margin-bottom: 16px;
}
.ow-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
}
.ow-field {
  display: grid;
  gap: 8px;
}
.ow-field.full {
  grid-column: 1 / -1;
}
.ow-field input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--ow-border-strong);
  background: #fff;
  font: inherit;
  color: var(--ow-text);
}
.ow-form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
}
.ow-status {
  margin-top: 8px;
  font-size: 0.95rem;
  color: var(--ow-muted);
}

@media (max-width: 1080px) {
  .ow-hero,
  .ow-footer-grid,
  .ow-site-footer-grid,
  .ow-grid-geo,
  .ow-functional-grid,
  .ow-enterprise-accent,
  .ow-form-grid {
    grid-template-columns: 1fr;
  }
  .ow-geo-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .ow-wrap,
  .ow-site-footer {
    width: min(100% - 20px, 1280px);
  }
  .ow-topbar {
    grid-template-columns: 1fr;
  }
  .ow-nav,
  .ow-site-footer-links {
    justify-content: flex-start;
  }
  .ow-hero-points {
    grid-template-columns: 1fr;
  }
  .ow-download-preview {
    grid-template-columns: 1fr;
  }
}


/* safer site restyle overrides */
.masthead {
  grid-template-columns: minmax(260px, 1fr) auto;
  grid-template-areas: "brand nav" "brand actions";
  align-items: start !important;
}
.brand-link { grid-area: brand; }
.global-nav { grid-area: nav; justify-self: end; }
.masthead-actions { grid-area: actions; justify-self: end; }
.global-nav, .masthead-actions { row-gap: 8px; }
.nav-btn, .action-btn, .ghost-btn, .pill-btn, .mini-btn { padding: 8px 12px !important; font-size: 0.92rem !important; }
.brand-copy p {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  max-width: 420px;
  line-height: 1.2;
}
.hero-home {
  background: linear-gradient(180deg, #071223f2, #081324d6) !important;
  border-color: rgba(255,255,255,0.12) !important;
}
.hero-home .hero-left h2,
.hero-home .hero-left p,
.hero-home .hero-left .eyebrow,
.hero-home .metric-card strong,
.hero-home .metric-card span,
.hero-home .panel-card h3,
.hero-home .panel-card p {
  color: #ffffff !important;
}
.hero-home .metric-card,
.hero-home .panel-card {
  background: rgba(7,18,35,0.56) !important;
  border-color: rgba(255,255,255,0.14) !important;
  box-shadow: none !important;
}
.hero-home .ghost-btn,
.hero-home .mini-btn {
  background: rgba(255,255,255,0.10) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.24) !important;
}
.home-footer .footer-note {
  color: var(--ow-soft) !important;
}
@media (max-width: 1040px) {
  .masthead {
    grid-template-columns: 1fr;
    grid-template-areas: "brand" "nav" "actions";
  }
  .global-nav, .masthead-actions { justify-self: stretch; justify-content: flex-start; }
}

/* v10 consistency and engagement refinements */
@media (min-width: 1181px) {
  .masthead {
    grid-template-columns: minmax(0,1fr) auto;
    grid-template-areas:
      'brand nav'
      'brand actions';
    align-items: start !important;
    row-gap: 10px;
  }
  .brand-link { grid-area: brand; min-height: 64px; }
  .global-nav { grid-area: nav; justify-content: flex-end !important; }
  .masthead-actions { grid-area: actions; justify-content: flex-end !important; }
}
.brand-copy p,
.ow-brand p {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: initial !important;
}
.masthead-actions.ow-empty-actions { display: none !important; }
.global-nav .nav-btn,
.masthead-actions .ghost-btn,
.masthead-actions .action-btn,
.ow-nav a,
.ow-btn,
.ow-chip {
  min-height: 40px;
  font-weight: 600;
  letter-spacing: -.01em;
}
.global-nav .nav-btn,
.masthead-actions .ghost-btn.compact,
.masthead-actions .action-btn.compact {
  padding: 8px 12px !important;
  font-size: .92rem;
}
.hero-left h2,
.hero-headline h2,
.ow-hero h2 { letter-spacing: -.04em; }
.hero-left h2,
.hero-headline h2,
.hero-home h2,
.hero-home p strong {
  color: #fff !important;
}
.ow-live-strip {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,246,255,.96));
  border: 1px solid rgba(29,78,216,.12);
  color: var(--ow-text);
}
.ow-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d4ed8;
  box-shadow: 0 0 0 0 rgba(29,78,216,.35);
  animation: owPulse 1.8s infinite;
}
@keyframes owPulse {
  0% { box-shadow: 0 0 0 0 rgba(29,78,216,.35); }
  70% { box-shadow: 0 0 0 10px rgba(29,78,216,0); }
  100% { box-shadow: 0 0 0 0 rgba(29,78,216,0); }
}
.ow-live-strip em {
  font-style: normal;
  color: var(--ow-blue);
  font-weight: 600;
}
.ow-footer,
.ow-site-footer {
  margin: 26px 16px 22px;
  border-radius: 26px;
  padding: 22px 24px;
  background: linear-gradient(135deg, #0b4dbb, #16357a) !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  box-shadow: 0 18px 48px rgba(22,53,122,.22);
}
.ow-footer .ow-footer-title,
.ow-site-footer .ow-footer-title {
  color: #fff !important;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.ow-footer .ow-footer-meta,
.ow-site-footer .ow-footer-meta {
  color: rgba(255,255,255,.85) !important;
  line-height: 1.7;
}
.ow-footer-grid,
.ow-site-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 20px;
  align-items: start;
}
.ow-footer-links,
.ow-footer-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ow-footer-link-grid a,
.ow-site-footer .ow-footer-link-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff !important;
  text-decoration: none;
}
.ow-footer .ow-btn,
.ow-site-footer .ow-chip,
.ow-site-footer .ow-btn {
  border-color: rgba(255,255,255,.22) !important;
}
.ow-footer .ow-btn-primary,
.ow-site-footer .ow-btn-primary {
  background: #fff !important;
  color: #0b4dbb !important;
}
.ow-footer .ow-btn,
.ow-footer .ow-chip,
.ow-site-footer .ow-chip,
.ow-site-footer .ow-btn {
  color: #fff !important;
  background: rgba(255,255,255,.12) !important;
}
.ow-footer .ow-btn:hover,
.ow-footer-link-grid a:hover,
.ow-site-footer .ow-chip:hover,
.ow-site-footer .ow-btn:hover {
  border-color: rgba(255,255,255,.45) !important;
  box-shadow: 0 12px 26px rgba(8,20,52,.25);
}
.ow-legal-shell { padding-top: 8px; }
.ow-legal-card {
  border: 1px solid var(--ow-border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,249,252,.98));
  padding: 26px;
  box-shadow: var(--ow-shadow);
}
.ow-legal-card h4 {
  margin: 24px 0 10px;
  font-size: 1.02rem;
  color: var(--ow-text);
}
.ow-legal-card p,
.ow-legal-card li { color: var(--ow-muted); line-height: 1.75; }
.ow-legal-card a { color: var(--ow-blue); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1180px) {
  .ow-footer-grid,
  .ow-site-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .ow-topbar,
  .masthead { grid-template-columns: 1fr !important; grid-template-areas: none !important; }
  .ow-nav,
  .global-nav,
  .masthead-actions { justify-content: flex-start !important; }
  .ow-footer-grid,
  .ow-site-footer-grid { grid-template-columns: 1fr; }
}


/* v11 nav consistency and safer desktop layout */
.global-nav,
.ow-nav {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.global-nav::-webkit-scrollbar,
.ow-nav::-webkit-scrollbar { display: none; }

.masthead {
  grid-template-columns: minmax(220px, 1fr) auto !important;
  grid-template-areas: 'brand nav' !important;
  align-items: center !important;
  row-gap: 8px !important;
}
.brand-link { grid-area: brand; }
.global-nav { grid-area: nav; justify-self: end; justify-content: flex-end !important; }
.masthead-actions { display: none !important; }
body.ow-copilot-page .masthead {
  grid-template-areas:
    'brand nav'
    'brand actions' !important;
  align-items: start !important;
}
body.ow-copilot-page .masthead-actions {
  display: flex !important;
  grid-area: actions;
  justify-self: end;
  justify-content: flex-end !important;
  flex-wrap: nowrap !important;
  gap: 8px;
}
body:not(.ow-copilot-page) .masthead-actions { display: none !important; }

.global-nav .nav-btn,
.masthead-actions .ghost-btn.compact,
.masthead-actions .action-btn.compact,
.ow-nav a {
  min-height: 38px;
  padding: 7px 11px !important;
  font-size: 0.86rem !important;
  font-weight: 600;
  border-radius: 999px;
  white-space: nowrap;
}

.ow-topbar {
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: center;
  gap: 12px 18px;
}
.ow-nav { justify-content: flex-end; }
.ow-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--ow-text);
  background: rgba(255,255,255,0.96);
  border: 1px solid var(--ow-border-strong);
}
.ow-nav a[aria-current="page"] {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff !important;
  border-color: transparent;
}

.ow-btn,
.ow-chip,
.ow-nav a,
.global-nav .nav-btn,
.masthead-actions .ghost-btn,
.masthead-actions .action-btn {
  box-sizing: border-box;
}

.ow-card-actions,
.ow-footer-link-grid,
.ow-site-footer .ow-footer-link-grid {
  align-items: center;
}
.ow-btn,
.ow-card-actions .ow-btn {
  min-width: 0;
  white-space: nowrap;
}

.ow-hero .ow-eyebrow,
.ow-section .ow-eyebrow {
  letter-spacing: 0.18em;
}
.ow-hero h2 {
  max-width: 18ch;
}
.ow-hero .ow-card p,
.ow-section-head p,
.ow-geo-copy p,
.ow-legal-card p,
.ow-footer-meta,
.ow-site-footer .ow-footer-meta {
  line-height: 1.72;
}

@media (max-width: 1280px) {
  .global-nav .nav-btn,
  .masthead-actions .ghost-btn.compact,
  .masthead-actions .action-btn.compact,
  .ow-nav a {
    padding: 7px 10px !important;
    font-size: 0.82rem !important;
  }
}

@media (max-width: 980px) {
  .masthead,
  body.ow-copilot-page .masthead,
  .ow-topbar {
    grid-template-columns: 1fr !important;
    grid-template-areas: none !important;
  }
  .global-nav,
  .ow-nav,
  .masthead-actions {
    justify-content: flex-start !important;
  }
  body.ow-copilot-page .masthead-actions {
    display: flex !important;
  }
}


/* v12 safe Codex merge: tighter button hierarchy and clearer CTA states */
.ow-btn,
.ow-nav a,
.global-nav .nav-btn,
.masthead-actions .ghost-btn,
.masthead-actions .action-btn,
.masthead-actions .pill-btn {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.ow-btn:hover,
.ow-nav a:hover,
.global-nav .nav-btn:hover,
.masthead-actions .ghost-btn:hover,
.masthead-actions .action-btn:hover,
.masthead-actions .pill-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(29, 78, 216, 0.28) !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.10);
}

.ow-btn:focus-visible,
.ow-nav a:focus-visible,
.global-nav .nav-btn:focus-visible,
.masthead-actions .ghost-btn:focus-visible,
.masthead-actions .action-btn:focus-visible,
.masthead-actions .pill-btn:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.24);
  outline-offset: 2px;
}

.ow-btn-primary,
.action-btn.primary,
.pill-btn.primary,
.nav-btn.active,
.ow-nav a[aria-current="page"] {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 22px rgba(15, 23, 42, 0.12);
}

.ow-card-actions .ow-btn,
.ow-footer-links .ow-btn {
  min-height: 42px;
}

.ow-card-actions .ow-btn-subtle {
  background: linear-gradient(135deg, #f8fafc, #eff6ff);
}

.ow-guide-banner {
  color: var(--ow-text) !important;
}

.ow-footer-link-grid a,
.ow-site-footer .ow-footer-link-grid a {
  min-height: 40px;
}


/* v14 mobile dropdown menu + portfolio identity */
.ow-portfolio-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.ow-portfolio-note a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(29, 78, 216, 0.18);
  background: rgba(29, 78, 216, 0.08);
  color: #0f172a;
  font-size: 0.78rem;
  font-weight: 700;
}
.ow-portfolio-note .ow-linkedin-inline {
  background: linear-gradient(135deg, #0a66c2, #1d4ed8);
  color: #fff;
  border-color: transparent;
}
.ow-mobile-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--ow-border-strong);
  background: rgba(255,255,255,0.96);
  color: var(--ow-text);
  font-weight: 700;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
}
.ow-mobile-toggle-icon { font-size: 1rem; line-height: 1; }
.ow-mobile-menu-panel {
  display: none;
  margin: -6px 0 14px;
}
.ow-mobile-menu-panel.open { display: block; }
.ow-mobile-menu-card {
  border: 1px solid var(--ow-border);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,252,0.98));
  box-shadow: var(--ow-shadow);
  padding: 16px;
}
.ow-mobile-menu-title,
.ow-mobile-menu-subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ow-blue);
  font-weight: 800;
  margin-bottom: 10px;
}
.ow-mobile-menu-subtitle { margin-top: 16px; }
.ow-mobile-link-list,
.ow-mobile-action-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.ow-mobile-link,
.ow-mobile-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 11px 14px;
  border-radius: 16px;
  border: 1px solid var(--ow-border-strong);
  background: #fff;
  color: var(--ow-text);
  text-decoration: none;
  font-weight: 700;
}
.ow-mobile-link.active {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  border-color: transparent;
}
.ow-mobile-action {
  cursor: pointer;
}
.ow-mobile-menu-meta {
  margin: 14px 0 12px;
  color: var(--ow-muted);
  line-height: 1.6;
  font-size: 0.95rem;
}
.ow-mobile-link-list.secondary .ow-mobile-link:last-child {
  background: linear-gradient(135deg, #0a66c2, #1d4ed8);
  color: #fff;
  border-color: transparent;
}
@media (max-width: 900px) {
  .ow-mobile-toggle { display: inline-flex; }
  .ow-topbar,
  .masthead {
    grid-template-columns: minmax(0,1fr) auto !important;
    align-items: center !important;
  }
  .ow-nav,
  .global-nav,
  .masthead-actions {
    display: none !important;
  }
  .ow-topbar {
    gap: 12px;
  }
  .ow-wrap { width: min(100% - 16px, 1280px); }
  .ow-brand img { width: 48px; height: 48px; }
  .ow-brand h1,
  .brand-copy h1,
  .brand-copy h2 { font-size: 1.06rem !important; }
  .ow-brand p,
  .brand-copy p { font-size: 0.84rem !important; }
  .ow-portfolio-note a {
    font-size: 0.72rem;
    min-height: 28px;
    padding: 5px 8px;
  }
}
@media (min-width: 901px) {
  .ow-mobile-toggle,
  .ow-mobile-menu-panel { display: none !important; }
}

/* v15 smart navigation overhaul */
.global-nav,
.ow-nav,
.masthead-actions,
.ow-mobile-toggle,
.ow-mobile-menu-panel {
  display: none !important;
}

.ow-topbar,
.masthead {
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
}

.ow-smart-nav {
  position: relative;
  z-index: 420;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}

.ow-smart-desktop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: 0;
}

.ow-smart-primary,
.ow-smart-secondary,
.ow-workspace-chipset {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.ow-smart-link,
.ow-menu-trigger,
.ow-smart-tool,
.ow-command-toggle,
.ow-command-link,
.ow-command-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--ow-border-strong);
  background: rgba(255,255,255,0.96);
  color: var(--ow-text);
  text-decoration: none;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

.ow-smart-link:hover,
.ow-menu-trigger:hover,
.ow-smart-tool:hover,
.ow-command-toggle:hover,
.ow-command-link:hover,
.ow-command-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
  border-color: rgba(15, 23, 42, 0.18);
}

.ow-smart-link.active,
.ow-command-link.active {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  border-color: transparent;
}

.ow-smart-linkedin,
.ow-command-linkedin {
  background: linear-gradient(135deg, #0a66c2, #1d4ed8);
  color: #fff;
  border-color: transparent;
}


.ow-smart-link--primary,
.ow-menu-trigger {
  min-width: 0;
}

.ow-menu-group {
  position: relative;
}

.ow-menu-popover {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 260px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid var(--ow-border);
  background: linear-gradient(180deg, rgba(255,255,255,1), rgba(247,249,252,1));
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.18);
  display: none;
  z-index: 520;
}

.ow-menu-popover.open {
  display: block;
}

.ow-menu-title,
.ow-command-section-title,
.ow-command-panel-kicker {
  color: var(--ow-blue);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ow-menu-links,
.ow-command-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}

.ow-smart-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 11px 14px;
  border-radius: 16px;
  border: 1px solid var(--ow-border-strong);
  background: #fff;
  color: var(--ow-text);
  text-decoration: none;
  font-weight: 700;
}

.ow-smart-menu-link:hover {
  border-color: rgba(15, 23, 42, 0.18);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.ow-menu-group.open .ow-menu-trigger {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  border-color: transparent;
}

.ow-smart-compact {
  display: none;
}

.ow-command-toggle {
  gap: 10px;
  padding-inline: 16px;
}

.ow-command-toggle-icon {
  font-size: 1rem;
  line-height: 1;
}

.ow-menu-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease;
  z-index: 180;
}

.ow-menu-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

.ow-command-panel {
  display: none;
  position: relative;
  z-index: 220;
  margin: -4px 0 16px;
}

.ow-command-panel.open {
  display: block;
}

.ow-command-panel-card {
  border: 1px solid var(--ow-border);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(247,249,252,0.99));
  box-shadow: var(--ow-shadow);
  padding: 18px;
}

.ow-command-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.ow-command-panel-title {
  margin-top: 6px;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--ow-text);
  line-height: 1.35;
}

.ow-command-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--ow-border-strong);
  background: #fff;
  color: var(--ow-text);
  font-size: 1.25rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.ow-command-section + .ow-command-section {
  margin-top: 16px;
}

.ow-command-panel-meta {
  margin-top: 16px;
  color: var(--ow-muted);
  line-height: 1.65;
  font-size: 0.95rem;
}

.ow-portfolio-note.ow-portfolio-inline {
  margin-top: 6px;
  display: block;
  color: var(--ow-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.ow-portfolio-note.ow-portfolio-inline a {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ow-blue);
  font-size: inherit;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
}

.ow-portfolio-note.ow-portfolio-inline .ow-linkedin-inline {
  display: none !important;
}

.ow-btn,
.ow-chip,
.nav-btn,
.action-btn,
.ghost-btn,
.pill-btn,
.mini-btn,
.ow-smart-link,
.ow-menu-trigger,
.ow-smart-tool,
.ow-command-link,
.ow-command-toggle {
  font-size: 0.92rem !important;
}

.ow-site-footer,
.ow-footer {
  background: linear-gradient(135deg, #0f3d91, #0f172a) !important;
  color: #fff !important;
}

.ow-site-footer .ow-footer-title,
.ow-footer .ow-footer-title,
.ow-site-footer .ow-footer-meta,
.ow-footer .ow-footer-meta,
.ow-site-footer .ow-footer-link-grid a,
.ow-footer-link-grid a {
  color: #fff !important;
}

.ow-site-footer .ow-footer-link-grid a,
.ow-footer-link-grid a {
  border-color: rgba(255,255,255,0.18) !important;
  background: rgba(255,255,255,0.08) !important;
}

@media (max-width: 1320px) {
  .ow-smart-desktop {
    display: none;
  }
  .ow-smart-compact {
    display: flex;
    justify-content: flex-end;
  }
  .ow-topbar,
  .masthead {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }
}

@media (min-width: 1321px) {
  .ow-command-panel {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .ow-wrap {
    width: min(100% - 16px, 1280px);
  }
  .ow-topbar,
  .masthead {
    padding: 12px 14px !important;
    border-radius: 20px !important;
  }
  .ow-brand {
    gap: 10px;
  }
  .ow-brand img {
    width: 48px;
    height: 48px;
  }
  .ow-brand h1,
  .brand-copy h1,
  .brand-copy h2 {
    font-size: 1.04rem !important;
  }
  .ow-brand p,
  .brand-copy p {
    font-size: 0.82rem !important;
  }
  .ow-command-panel-card {
    padding: 14px;
    border-radius: 20px;
  }
  .ow-command-link,
  .ow-command-action {
    min-height: 42px;
    padding: 10px 12px;
  }
}


/* v18 stability pass */
.ow-btn:hover,
.ow-nav a:hover,
.ow-chip:hover,
.ow-smart-link:hover,
.ow-menu-trigger:hover,
.ow-smart-tool:hover,
.ow-command-toggle:hover,
.ow-command-link:hover,
.ow-command-action:hover {
  transform: none !important;
}

/* Keep Mission Fit header stable and readable */
.ow-standalone .ow-topbar {
  grid-template-columns: minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 14px !important;
}
.ow-standalone .ow-nav {
  justify-content: flex-start !important;
  align-items: center;
}
.ow-standalone .ow-nav a {
  min-height: 38px;
  padding: 8px 12px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.1;
}
.ow-standalone .ow-nav a[aria-current="page"] {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  border-color: transparent;
}
.ow-standalone .ow-brand {
  align-items: flex-start;
}
.ow-standalone .ow-brand > span {
  min-width: 0;
}
.ow-standalone .ow-brand p {
  white-space: normal;
}
@media (max-width: 1180px) {
  .ow-standalone .ow-nav a {
    font-size: 0.88rem;
    padding: 8px 11px;
  }
}
@media (max-width: 900px) {
  .ow-standalone .ow-topbar {
    position: sticky;
  }
  .ow-standalone .ow-nav {
    justify-content: flex-start !important;
  }
}


/* v19 narrow fixes */
.ow-smart-secondary .ow-workspace-chipset {
  display: none !important;
}

.ow-standalone .ow-topbar {
  grid-template-columns: 1fr !important;
  grid-template-areas: none !important;
  align-items: stretch !important;
  gap: 14px !important;
}

.ow-standalone .ow-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  overflow: visible !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
}

.ow-standalone .ow-nav a {
  flex: 0 0 auto !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  white-space: nowrap !important;
}

.ow-standalone #featured-whitepaper {
  scroll-margin-top: 120px;
}

@media (max-width: 1180px) {
  .ow-standalone .ow-nav a {
    padding: 8px 12px !important;
    font-size: 0.88rem !important;
  }
}

@media (max-width: 900px) {
  .ow-standalone .ow-nav {
    gap: 8px !important;
  }
  .ow-standalone .ow-nav a {
    min-height: 38px !important;
    padding: 8px 11px !important;
    font-size: 0.84rem !important;
  }
}


/* ==== v20 stability layer ==== */
:root {
  --ow-shell: min(1240px, calc(100vw - 1.5rem));
  --ow-navy: #0f213d;
  --ow-blue: #205ea8;
  --ow-blue-soft: #eaf2ff;
  --ow-line: rgba(15,33,61,.12);
  --ow-shadow: 0 18px 42px rgba(9,22,47,.11);
}

.ow-source-hidden {
  display: none !important;
}

.masthead,
.ow-standalone .ow-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.94) !important;
  backdrop-filter: blur(14px);
  border: 1px solid var(--ow-line) !important;
  box-shadow: var(--ow-shadow);
}

.masthead {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  flex-wrap: nowrap !important;
}

.brand-link,
.ow-brand {
  display: flex !important;
  align-items: center;
  gap: .9rem;
  min-width: 0;
}

.brand-copy,
.ow-brand > span {
  min-width: 0;
}

.ow-portfolio-note {
  margin-top: .2rem;
  font-size: .74rem;
  font-weight: 600;
  color: #4b6286;
  display: flex;
  gap: .55rem;
  flex-wrap: wrap;
}

.ow-portfolio-note a {
  color: #205ea8;
}

.ow-header-shell {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: .8rem;
  min-width: 0;
}

.ow-header-right {
  display: flex;
  align-items: center;
  gap: .8rem;
}

.ow-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .35rem;
  flex-wrap: wrap;
}

.ow-nav-btn,
.ow-linkedin-btn,
.ow-mobile-link,
.ow-mobile-sublink,
.menu-btn.ow-menu-btn,
.ow-tool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: .72rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--ow-line);
  background: #fff;
  color: var(--ow-navy);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(9,22,47,.06);
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ow-nav-btn:hover,
.ow-linkedin-btn:hover,
.ow-mobile-link:hover,
.ow-mobile-sublink:hover,
.menu-btn.ow-menu-btn:hover,
.ow-tool-btn:hover,
.ow-nav-btn.active,
.ow-mobile-link.active,
.ow-mobile-sublink.active {
  background: #f4f7fb;
  border-color: rgba(32,94,168,.24);
}

.ow-linkedin-btn,
.ow-tool-btn-primary {
  background: linear-gradient(135deg,#205ea8,#3378c8);
  color: #fff;
  border-color: transparent;
}

.ow-nav-dropdown {
  position: relative;
}

.ow-dropdown-trigger {
  cursor: pointer;
}

.ow-dropdown-menu {
  position: absolute;
  right: 0;
  top: calc(100% + .55rem);
  min-width: 16rem;
  background: #fff;
  border: 1px solid var(--ow-line);
  border-radius: 22px;
  box-shadow: var(--ow-shadow);
  padding: .75rem;
  display: none;
  z-index: 40;
}

.ow-nav-dropdown.open .ow-dropdown-menu {
  display: grid;
  gap: .35rem;
}

.ow-dropdown-link {
  display: block;
  padding: .75rem .9rem;
  border-radius: 14px;
  font-weight: 600;
  color: var(--ow-navy);
}

.ow-dropdown-link:hover,
.ow-dropdown-link.active {
  background: #f4f7fb;
}

.menu-btn.ow-menu-btn {
  display: none;
}

.ow-mobile-panel {
  display: none;
}

.ow-mobile-panel-inner {
  display: grid;
  gap: .6rem;
}

.ow-mobile-group {
  border: 1px solid var(--ow-line);
  border-radius: 18px;
  padding: .2rem .8rem .8rem;
  background: #fff;
}

.ow-mobile-group summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  padding: .85rem 0 .45rem;
}

.ow-mobile-group summary::-webkit-details-marker { display: none; }
.ow-mobile-group-links {
  display: grid;
  gap: .45rem;
}

.ow-mobile-link,
.ow-mobile-sublink {
  justify-content: flex-start;
  box-shadow: none;
}

.ow-tools-row {
  width: var(--ow-shell);
  margin: .55rem auto 0;
  display: flex;
  justify-content: flex-end;
}

.ow-tools-shell {
  display: flex;
  gap: .65rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.ow-unified-footer,
.ow-footer.ow-unified-footer {
  margin: 1.5rem auto 2rem !important;
  width: var(--ow-shell);
  background: linear-gradient(135deg,#205ea8,#173f75) !important;
  color: #fff !important;
  border-radius: 26px;
  box-shadow: var(--ow-shadow);
  border: none !important;
}

.ow-footer-shell {
  width: 100%;
  box-sizing: border-box;
  padding: 1.45rem 1.65rem 1.55rem;
}

.ow-unified-footer .ow-footer-title,
.ow-unified-footer .ow-footer-meta,
.ow-unified-footer .ow-footer-link-grid a {
  color: #fff !important;
}

.ow-unified-footer .ow-footer-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.ow-unified-footer .ow-footer-link-grid {
  display: grid;
  gap: .45rem .9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ow-unified-footer .ow-footer-link-grid a {
  opacity: .92;
}

.ow-unified-footer .ow-footer-link-grid a:hover {
  opacity: 1;
  text-decoration: underline;
}

.page-shell > .ow-unified-footer {
  order: 99;
}

.ow-standalone .ow-topbar {
  width: var(--ow-shell);
  margin: 1rem auto 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ow-standalone .ow-wrap {
  width: 100%;
}

.ow-standalone .ow-section,
.ow-standalone .ow-hero {
  width: var(--ow-shell);
  margin-left: auto;
  margin-right: auto;
}

.ow-standalone .ow-nav {
  display: none !important;
}

.ow-domain-page .ticker-bar,
.ow-domain-page .news-rail {
  display: none !important;
}

.ow-domain-page .page-wrap.domain-wrap {
  padding-top: 1.1rem;
}

.ow-domain-page .masthead {
  margin-bottom: 0;
}

/* keep original buttons out of the first row once tools row is present */
.ow-domain-page .masthead-actions {
  display: none !important;
}

/* make resource pages use the same clean right-side header */
.ow-standalone .ow-brand img,
.brand-link img {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(11,23,48,.12);
}

/* remove clunky button stacking leftovers */
.masthead-actions .ghost-btn,
.masthead-actions .action-btn,
.masthead-actions .pill-btn {
  min-width: auto !important;
}

@media (max-width: 980px) {
  .ow-desktop-nav {
    display: none;
  }
  .menu-btn.ow-menu-btn {
    display: inline-flex;
    margin-left: auto;
  }
  .ow-header-shell.mobile-open .ow-mobile-panel {
    display: block;
    position: absolute;
    top: calc(100% + .75rem);
    right: 0;
    width: min(24rem, calc(100vw - 2rem));
    padding: .9rem;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--ow-line);
    box-shadow: var(--ow-shadow);
    z-index: 45;
  }
  .masthead,
  .ow-standalone .ow-topbar {
    align-items: flex-start !important;
  }
  .ow-header-shell {
    position: relative;
    width: auto;
    flex: 0 0 auto;
  }
  .ow-unified-footer .ow-footer-grid,
  .ow-unified-footer .ow-footer-link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .masthead,
  .ow-standalone .ow-topbar {
    width: min(100vw - 1rem, var(--ow-shell));
    margin-left: auto;
    margin-right: auto;
    padding: .95rem 1rem !important;
    flex-wrap: nowrap !important;
  }
  .brand-copy h1,
  .ow-brand h1 {
    font-size: 1rem !important;
  }
  .brand-copy p,
  .ow-brand p {
    font-size: .8rem !important;
  }
  .ow-portfolio-note {
    font-size: .68rem;
  }
  .ow-tools-row {
    width: min(100vw - 1rem, var(--ow-shell));
  }
  .ow-tools-shell {
    width: 100%;
    justify-content: flex-end;
  }
  .ow-tool-btn {
    flex: 0 0 auto;
  }
}

@media (max-width: 760px) {
  .ow-portfolio-note { display: none; }
}


/* v22 link repair + wider footer */
.masthead,
.ow-standalone .ow-topbar,
.ow-unified-footer,
.ow-footer.ow-unified-footer {
  position: relative;
  z-index: 60;
}

.ow-header-shell,
.ow-header-shell *,
.ow-unified-footer,
.ow-unified-footer * {
  pointer-events: auto !important;
}

.ow-dropdown-menu {
  z-index: 140;
  pointer-events: auto;
}

.ow-unified-footer,
.ow-footer.ow-unified-footer {
  width: min(1320px, calc(100vw - 1rem));
}

.ow-footer-shell {
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

/* Live source adapters */
.ow-modal-open { overflow: hidden; }
.ow-live-source-section {
  margin-top: 18px;
}
.ow-live-source-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.ow-source-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.ow-source-card {
  border: 1px solid var(--ow-border);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,252,0.98));
  box-shadow: var(--ow-shadow);
  padding: 18px;
}
.ow-source-card-head,
.ow-live-results-head {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
}
.ow-source-card h4,
.ow-live-results h4 {
  margin: 0;
  color: var(--ow-text);
}
.ow-source-card p,
.ow-live-results p,
.ow-source-query,
.ow-mission-question,
.ow-connector-head p,
.ow-connector-note,
.ow-source-placeholder {
  color: var(--ow-muted);
}
.ow-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  border: 1px solid var(--ow-border-strong);
  background: rgba(255,255,255,0.96);
  white-space: nowrap;
}
.ow-status-pill.ready {
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
  border-color: rgba(34, 197, 94, 0.22);
}
.ow-status-pill.needs-config {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
  border-color: rgba(245, 158, 11, 0.22);
}
.ow-source-bullets {
  margin: 12px 0 0;
  padding-left: 18px;
  color: var(--ow-soft);
}
.ow-source-bullets li + li { margin-top: 8px; }
.ow-source-actions-row,
.ow-source-chip-row,
.ow-connector-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}
.ow-source-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid var(--ow-border-strong);
  background: rgba(255,255,255,0.96);
  color: var(--ow-text);
  font-size: 0.86rem;
}
.ow-mini-link {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid var(--ow-border-strong);
  background: rgba(255,255,255,0.96);
  color: var(--ow-text);
  text-decoration: none;
}
.ow-live-results {
  margin-top: 18px;
  border: 1px solid var(--ow-border);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,249,252,0.98));
  box-shadow: var(--ow-shadow);
  padding: 18px;
}
.ow-live-results-body {
  margin-top: 16px;
}
.ow-result-list {
  display: grid;
  gap: 14px;
}
.ow-result-card {
  border: 1px solid var(--ow-border);
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  padding: 16px;
}
.ow-result-card h4 {
  margin: 8px 0 8px;
}
.ow-result-card p {
  margin: 0 0 12px;
}
.ow-result-card a {
  color: var(--ow-blue);
  font-weight: 600;
  text-decoration: none;
}
.ow-result-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--ow-muted);
  font-size: 0.84rem;
}
.ow-source-error p { color: #b91c1c !important; }
.ow-connector-modal[hidden] { display: none; }
.ow-connector-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}
.ow-connector-scrim {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.38);
  backdrop-filter: blur(2px);
}
.ow-connector-dialog {
  position: relative;
  width: min(760px, calc(100% - 28px));
  margin: 64px auto;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--ow-border);
  background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(247,249,252,0.99));
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.22);
}
.ow-connector-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}
.ow-modal-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--ow-border-strong);
  background: rgba(255,255,255,0.96);
  color: var(--ow-text);
  font-size: 1.2rem;
}
.ow-connector-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.ow-connector-grid label {
  display: grid;
  gap: 8px;
  color: var(--ow-soft);
  font-weight: 600;
}
.ow-connector-grid input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid var(--ow-border-strong);
  padding: 12px 14px;
  background: rgba(255,255,255,0.96);
  color: var(--ow-text);
}
.ow-connector-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--ow-border);
  background: rgba(255,255,255,0.96);
}
.ow-connector-feedback {
  margin-top: 12px;
  color: var(--ow-blue);
  min-height: 1.2em;
}
@media (max-width: 980px) {
  .ow-source-grid,
  .ow-connector-grid {
    grid-template-columns: 1fr;
  }
  .ow-live-source-actions,
  .ow-live-results-head,
  .ow-source-card-head,
  .ow-connector-head {
    flex-direction: column;
    align-items: stretch;
  }
}


/* v26 live-source polish */
.domain-hero .hero-headline h2,
.domain-hero .hero-headline h3,
.domain-hero .section-head-row h3,
.ow-live-source-section .section-head-row h3 {
  color: #163d70 !important;
}

.domain-hero .hero-headline p,
.domain-hero .section-head-row p,
.ow-live-source-section .section-head-row p {
  color: #334155 !important;
}

.ow-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ow-provider-card {
  border: 1px solid var(--ow-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  padding: 16px;
}

.ow-provider-card h5 {
  margin: 0 0 10px;
  font-size: 1rem;
  color: var(--ow-text);
}

@media (max-width: 860px) {
  .ow-results-grid {
    grid-template-columns: 1fr;
  }
}


.ow-live-source-section [data-ow-panel="sources"],
.ow-live-source-section [data-ow-panel="results"] {
  transition: max-height 0.22s ease, opacity 0.18s ease, margin 0.18s ease;
}
.ow-live-source-section[data-sources="collapsed"] [data-ow-panel="sources"],
.ow-live-source-section[data-results="collapsed"] [data-ow-panel="results"] {
  display: none;
}
.ow-live-results-head-right {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.ow-provider-card {
  border: 1px solid var(--ow-border);
  border-radius: 20px;
  background: rgba(255,255,255,0.98);
  padding: 16px;
  box-shadow: var(--ow-shadow-soft, 0 10px 24px rgba(15, 23, 42, 0.06));
}
.ow-provider-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.ow-provider-card-head h5 {
  margin: 0;
  color: var(--ow-text);
  font-size: 1rem;
}
.ow-provider-card-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.ow-card-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--ow-border-strong);
  background: rgba(255,255,255,0.96);
  color: var(--ow-text);
  font-weight: 600;
  cursor: pointer;
}
.ow-card-toggle:hover {
  border-color: rgba(37, 99, 235, 0.34);
  color: var(--ow-blue);
}
.ow-provider-card[data-ow-view="headlines"] .ow-result-summary,
.ow-provider-card[data-ow-view="headlines"] .ow-result-link {
  display: none;
}
.ow-provider-card[data-ow-view="headlines"] .ow-result-card {
  padding-bottom: 12px;
}
.ow-provider-card[data-ow-view="headlines"] .ow-result-card h4 {
  margin-bottom: 0;
}
.ow-provider-links {
  margin-top: 12px;
}
@media (max-width: 900px) {
  .ow-live-results-head-right,
  .ow-provider-card-head {
    flex-direction: column;
    align-items: flex-start;
  }
}


.ow-footer-link-grid--policies {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
.ow-footer-logo-link {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  text-decoration: none;
}
.ow-footer-logo {
  display: block;
  width: min(100%, 228px);
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.ow-unified-footer .ow-footer-grid > div:last-child {
  display: flex;
  flex-direction: column;
}
@media (max-width: 860px) {
  .ow-footer-logo-link { justify-content: center; }
  .ow-footer-logo { width: min(100%, 164px); }
}


/* Klaro v34 */
#klaro .cookie-notice,
#klaro .cookie-modal,
#klaro .cm-modal {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.klaro .cookie-modal,
.klaro .cm-modal,
.klaro .cookie-notice,
#klaro .cookie-modal,
#klaro .cm-modal,
#klaro .cookie-notice {
  background: #ffffff !important;
  color: #0f2545 !important;
  border: 1px solid rgba(23, 89, 158, 0.18) !important;
  border-radius: 20px !important;
  box-shadow: 0 24px 60px rgba(15, 37, 69, 0.16) !important;
}
.klaro .cookie-notice,
#klaro .cookie-notice {
  max-width: 460px !important;
  bottom: 20px !important;
  left: 20px !important;
}
.klaro .cookie-notice .cn-buttons,
.klaro .cm-btn-group,
#klaro .cm-btn-group {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}
.klaro .cn-button,
.klaro .cm-btn,
#klaro .cn-button,
#klaro .cm-btn {
  appearance: none;
  border-radius: 999px !important;
  border: 1px solid rgba(23, 89, 158, 0.22) !important;
  background: #f6fbff !important;
  color: #0f2545 !important;
  padding: 0.72rem 1rem !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}
.klaro .cn-button:hover,
.klaro .cm-btn:hover,
#klaro .cn-button:hover,
#klaro .cm-btn:hover {
  background: #edf6ff !important;
}
.klaro .cm-btn-success,
.klaro .cn-ok,
#klaro .cm-btn-success,
#klaro .cn-ok {
  background: linear-gradient(180deg, #1d5fa8, #15457b) !important;
  color: #ffffff !important;
  border-color: #15457b !important;
}
.klaro .cm-list-title,
.klaro .cookie-notice-title,
#klaro .cm-list-title,
#klaro .cookie-notice-title { color: #0f2545 !important; }
.klaro .cm-services .cm-list-input:checked + .cm-list-label .slider,
#klaro .cm-services .cm-list-input:checked + .cm-list-label .slider { background: #1d5fa8 !important; }
.ow-source-consent-gate {
  margin-top: 16px;
  border: 1px solid rgba(23, 89, 158, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(245,250,255,0.98));
  padding: 18px 20px;
  color: #0f2545;
}
.ow-source-consent-gate p { margin: 0 0 10px; color: #3a5778; }
.ow-source-consent-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.ow-footer-link-grid--policies a[data-ow-open-privacy-settings] {
  grid-column: 1 / span 2;
}


/* Klaro v35 refinements */
.klaro .cookie-notice,
#klaro .cookie-notice {
  left: auto !important;
  right: 20px !important;
  bottom: 20px !important;
}
.klaro .cookie-modal,
.klaro .cm-modal,
.klaro .cookie-notice,
#klaro .cookie-modal,
#klaro .cm-modal,
#klaro .cookie-notice {
  background: #ffffff !important;
  color: #0f2545 !important;
}
.klaro .cookie-modal *,
.klaro .cm-modal *,
.klaro .cookie-notice *,
#klaro .cookie-modal *,
#klaro .cm-modal *,
#klaro .cookie-notice * {
  color: inherit;
}
.klaro .cookie-modal p,
.klaro .cm-modal p,
.klaro .cookie-notice p,
.klaro .cookie-modal li,
.klaro .cm-modal li,
.klaro .cookie-notice li,
.klaro .cm-description,
.klaro .cm-text,
.klaro .cm-services .cm-list-description,
.klaro .cm-purpose-desc,
.klaro .cookie-notice-description,
#klaro .cookie-modal p,
#klaro .cm-modal p,
#klaro .cookie-notice p,
#klaro .cookie-modal li,
#klaro .cm-modal li,
#klaro .cookie-notice li,
#klaro .cm-description,
#klaro .cm-text,
#klaro .cm-services .cm-list-description,
#klaro .cm-purpose-desc,
#klaro .cookie-notice-description {
  color: #35506d !important;
}
.klaro .cm-header,
.klaro .cookie-notice-title,
.klaro .cm-list-title,
.klaro .cm-modal h1,
.klaro .cm-modal h2,
.klaro .cm-modal h3,
#klaro .cm-header,
#klaro .cookie-notice-title,
#klaro .cm-list-title,
#klaro .cm-modal h1,
#klaro .cm-modal h2,
#klaro .cm-modal h3 {
  color: #0f2545 !important;
}
.klaro .cm-btn-success,
.klaro .cn-ok,
#klaro .cm-btn-success,
#klaro .cn-ok {
  background: linear-gradient(180deg, #1d5fa8, #15457b) !important;
  color: #ffffff !important;
  border-color: #15457b !important;
}
.klaro .cm-btn-danger,
.klaro .cm-btn-decline,
.klaro .cn-decline,
#klaro .cm-btn-danger,
#klaro .cm-btn-decline,
#klaro .cn-decline {
  background: #fff7ed !important;
  color: #b45309 !important;
  border-color: rgba(245, 158, 11, 0.35) !important;
}
.klaro .cm-link,
.klaro a,
#klaro .cm-link,
#klaro a {
  color: #1d5fa8 !important;
}
.klaro .cm-services .cm-list-input:checked + .cm-list-label .slider,
#klaro .cm-services .cm-list-input:checked + .cm-list-label .slider {
  background: #1d5fa8 !important;
}
.klaro .cm-services .slider:before,
#klaro .cm-services .slider:before {
  background: #ffffff !important;
}
.klaro .cm-service,
.klaro .cm-list-item,
#klaro .cm-service,
#klaro .cm-list-item {
  border-color: rgba(23, 89, 158, 0.14) !important;
}
.ow-privacy-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2147482000;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff, #f3f8ff);
  box-shadow: 0 20px 48px rgba(15, 37, 69, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.ow-privacy-fab:hover {
  transform: translateY(-1px);
  box-shadow: 0 24px 54px rgba(15, 37, 69, 0.26);
}
.ow-privacy-fab img {
  width: 34px;
  height: 34px;
  display: block;
}
.ow-privacy-fab-label {
  position: absolute;
  right: calc(100% + 12px);
  white-space: nowrap;
  background: rgba(15, 37, 69, 0.95);
  color: #ffffff;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(15, 37, 69, 0.22);
  opacity: 0;
  pointer-events: none;
  transform: translateX(6px);
  transition: opacity .18s ease, transform .18s ease;
}
.ow-privacy-fab:hover .ow-privacy-fab-label,
.ow-privacy-fab:focus-visible .ow-privacy-fab-label {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 860px) {
  .ow-privacy-fab {
    right: 14px;
    bottom: 14px;
    width: 58px;
    height: 58px;
  }
  .ow-privacy-fab-label { display: none; }
  .klaro .cookie-notice,
  #klaro .cookie-notice {
    right: 14px !important;
    left: 14px !important;
    bottom: 82px !important;
    max-width: none !important;
  }
}

/* v36 Systemic Warning Fusion Board */
.sys-hero-card h2 {
  max-width: 980px;
}
.sys-kicker-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}
.sys-kicker,
.sys-source-tile,
.sys-score-box,
.sys-fusion-panel,
.sys-pet-card,
.sys-overlay-card,
.sys-actor-node {
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}
.sys-kicker {
  padding: 16px 18px;
}
.sys-kicker strong,
.sys-source-tile h4,
.sys-score-box strong,
.sys-fusion-panel h5,
.sys-overlay-card h4,
.sys-actor-node h4 {
  color: #0f172a;
}
.sys-kicker span {
  display: block;
  margin-top: 6px;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.5;
}
.sys-source-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.sys-source-tile {
  padding: 18px;
}
.sys-source-tile-head,
.sys-actor-top,
.sys-factor-grid,
.sys-main-grid,
.sys-score-grid,
.sys-fusion-grid,
.sys-pet-grid,
.sys-overlay-grid,
.sys-graph-grid {
  display: grid;
  gap: 16px;
}
.sys-source-tile-head {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}
.sys-source-tile p,
.sys-main-card p,
.sys-side-card p,
.sys-pet-card p,
.sys-overlay-card p,
.sys-factor-note,
.sys-graph-explainer {
  color: #475569;
  line-height: 1.65;
}
.sys-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.sys-link-row.compact-right {
  justify-content: flex-end;
}
.sys-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid rgba(148, 163, 184, 0.22);
}
.sys-pill-open {
  background: rgba(37, 99, 235, 0.12);
  color: #1d4ed8;
}
.sys-pill-caution {
  background: rgba(249, 115, 22, 0.12);
  color: #c2410c;
}
.sys-pill-muted {
  background: rgba(100, 116, 139, 0.12);
  color: #475569;
}
.sys-filter-head {
  align-items: end;
}
.sys-controls {
  display: flex;
  justify-content: flex-end;
}
.sys-select-wrap {
  min-width: 240px;
  display: grid;
  gap: 8px;
}
.sys-select-wrap span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}
.sys-select-wrap select {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: #fff;
  color: #0f172a;
  padding: 12px 14px;
}
.sys-main-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.95fr);
}
.sys-main-card,
.sys-side-card,
.sys-factor-card,
.sys-graph-card {
  padding: 22px;
}
.sys-score-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sys-score-box {
  padding: 14px 16px;
}
.sys-score-box span,
.sys-widget-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #475569;
}
.sys-score-box strong {
  display: block;
  margin-top: 4px;
  font-size: 1.7rem;
  line-height: 1.1;
}
.sys-question-block {
  margin-top: 18px;
}
.sys-question-block h4,
.sys-side-card h4,
.sys-pet-card h4,
.sys-factor-note h4 {
  margin: 10px 0 8px;
  color: #0f172a;
  font-size: 1.35rem;
  line-height: 1.25;
}
.sys-fusion-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}
.sys-fusion-panel {
  padding: 18px;
}
.sys-fusion-panel h5 {
  font-size: 1rem;
  margin-bottom: 12px;
}
.sys-bar-row + .sys-bar-row {
  margin-top: 14px;
}
.sys-bar-label {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.95rem;
  color: #334155;
  margin-bottom: 6px;
}
.sys-bar-label strong {
  color: #0f172a;
}
.sys-bar {
  height: 10px;
  border-radius: 999px;
  background: rgba(226, 232, 240, 0.9);
  overflow: hidden;
}
.sys-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
}
.sys-bar > .tone-blue { background: linear-gradient(90deg, #1d4ed8, #60a5fa); }
.sys-bar > .tone-orange { background: linear-gradient(90deg, #ea580c, #fb923c); }
.sys-bar > .tone-slate { background: linear-gradient(90deg, #334155, #94a3b8); }
.sys-bullet-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #475569;
}
.sys-bullet-list li + li {
  margin-top: 8px;
}
.sys-widget-block {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}
.sys-widget-note {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.95);
  color: #475569;
}
.sys-pet-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sys-pet-card {
  padding: 22px;
}
.sys-factor-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
  align-items: start;
}
.sys-factor-note {
  padding: 18px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.22);
}
.sys-overlay-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sys-overlay-card {
  padding: 20px;
}
.sys-overlay-note {
  background: linear-gradient(180deg, rgba(239, 246, 255, 0.9), rgba(255, 247, 237, 0.9));
}
.sys-graph-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sys-actor-node {
  padding: 18px;
}
.sys-graph-explainer {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.22);
}
@media (max-width: 1180px) {
  .sys-source-ribbon,
  .sys-score-grid,
  .sys-overlay-grid,
  .sys-graph-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sys-main-grid,
  .sys-fusion-grid,
  .sys-pet-grid,
  .sys-factor-grid,
  .sys-kicker-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .sys-source-ribbon,
  .sys-score-grid,
  .sys-overlay-grid,
  .sys-graph-grid {
    grid-template-columns: 1fr;
  }
  .sys-controls,
  .sys-link-row.compact-right {
    justify-content: flex-start;
  }
}


/* v38 systemic fusion board */
.ow-tool-btn-accent {
  background: linear-gradient(180deg, rgba(37,99,235,0.16), rgba(37,99,235,0.08));
  border-color: rgba(37,99,235,0.28);
  color: #1d4ed8;
}
.ow-tool-btn-accent:hover { border-color: rgba(37,99,235,0.42); }
.sys-collapsible-card .sys-card-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(148,163,184,0.22);
  background: #fff;
  color: #0f172a;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.88rem;
  font-weight: 600;
}
.sys-collapsible-card .sys-card-toggle:hover {
  border-color: rgba(59,130,246,0.45);
}
.sys-collapsible-card .sys-card-body[hidden] { display: none !important; }
.sys-collapsible-card.is-collapsed .sys-card-body { display: none; }
.sys-collapsible-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.sys-collapsible-head .sys-card-title-wrap { flex: 1 1 260px; }
.sys-collapsible-card.is-open .sys-collapsible-head { margin-bottom: 16px; }
.sys-source-tile.sys-collapsible-card .sys-collapsible-head,
.sys-overlay-card.sys-collapsible-card .sys-collapsible-head,
.sys-pet-card.sys-collapsible-card .sys-collapsible-head,
.sys-actor-node.sys-collapsible-card .sys-collapsible-head,
.sys-main-card.sys-collapsible-card .sys-collapsible-head,
.sys-side-card.sys-collapsible-card .sys-collapsible-head,
.sys-factor-card.sys-collapsible-card .sys-collapsible-head,
.sys-graph-card.sys-collapsible-card .sys-collapsible-head {
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .sys-collapsible-head { align-items: stretch; }
  .sys-collapsible-card .sys-card-toggle { width: 100%; justify-content: center; }
}


/* v40 mission-fit FCC artwork refresh and enterprise COP standout card */
.ow-functional-card--visual {
  display: grid;
  gap: 16px;
  padding: 18px;
}

.ow-functional-art {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--ow-border);
  background: #0f172a;
  min-height: 240px;
}

.ow-functional-art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ow-functional-copy {
  display: grid;
  align-content: start;
  gap: 12px;
}

.ow-functional-card--enterprise {
  position: relative;
  background: linear-gradient(180deg, #fff7ed, #ffffff 52%, #eff6ff);
  border-color: rgba(249, 115, 22, 0.30);
  box-shadow: 0 26px 60px rgba(249, 115, 22, 0.12);
}

.ow-functional-card--enterprise::before {
  content: 'Enterprise';
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.92);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ow-functional-card--enterprise .ow-functional-art {
  border-color: rgba(249, 115, 22, 0.24);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.ow-functional-card--enterprise .ow-kicker {
  background: #fff3e8;
  color: #c2410c;
}

@media (max-width: 820px) {
  .ow-functional-art {
    min-height: 210px;
  }
}


/* v41 mission-fit commerce and card alignment refresh */
#featured-whitepaper {
  scroll-margin-top: 96px;
}
.ow-grid-geo,
.ow-functional-grid {
  align-items: stretch;
}
.ow-functional-grid {
  gap: 18px;
}
.ow-grid-geo > *,
.ow-functional-grid > * {
  height: 100%;
}
.ow-functional-card--visual {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: stretch;
  padding: 18px;
}
.ow-functional-copy {
  order: 1;
}
.ow-functional-art {
  order: 2;
  min-height: 100%;
  height: 100%;
}
.ow-guide-banner {
  left: auto;
  right: 12px;
  min-width: 188px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(135deg, #0a66c2, #1d4ed8);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  font-weight: 800;
  letter-spacing: 0.02em;
}
.ow-guide-banner:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(10, 102, 194, 0.28);
}
.ow-functional-card--enterprise {
  box-shadow: 0 22px 48px rgba(249, 115, 22, 0.10);
}
@media (max-width: 820px) {
  .ow-functional-card--visual {
    grid-template-columns: 1fr;
  }
  .ow-functional-copy,
  .ow-functional-art {
    order: initial;
  }
  .ow-functional-art {
    min-height: 210px;
    height: auto;
  }
  .ow-guide-banner {
    min-width: 0;
    left: 12px;
    right: 12px;
  }
}


/* v42 webp refresh, fusion board hero visuals, and playbook button parity */
.sys-hero {
  align-items: stretch;
}
.sys-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 100%;
}
.sys-hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}
.ow-guide-banner {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff !important;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 22px rgba(15, 23, 42, 0.12);
}
.ow-guide-banner:hover {
  color: #fff !important;
  border-color: transparent;
}
@media (max-width: 1180px) {
  .sys-hero {
    grid-template-columns: 1fr;
  }
  .sys-hero-visual img {
    min-height: 240px;
  }
}


/* v43 mission-fit conversion clarity and fusion CTA refinement */
.ow-btn-buy {
  background: linear-gradient(135deg, #0a66c2, #1d4ed8);
  color: #fff !important;
  border-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 22px rgba(10, 102, 194, 0.22);
}
.ow-btn-buy:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 14px 28px rgba(10, 102, 194, 0.28);
}
.ow-card-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 4px;
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}
.ow-card-link:hover { text-decoration: underline; }
.ow-guide-banner,
.ow-guide-banner:visited {
  background: linear-gradient(135deg, #0a66c2, #1d4ed8);
  color: #fff !important;
}
.ow-proof-strip-section { margin-top: 18px; }
.ow-proof-strip {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(29, 78, 216, 0.14);
  background: linear-gradient(180deg, #f8fbff, #ffffff);
}
.ow-proof-intro h3 {
  margin: 8px 0 10px;
  font-size: 1.42rem;
}
.ow-proof-intro p { margin: 0; }
.ow-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ow-proof-item {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: linear-gradient(180deg, #ffffff, #f8fafc);
}
.ow-proof-item strong { font-size: 0.98rem; }
.ow-proof-item span { color: var(--ow-soft); line-height: 1.55; }
.ow-section-note {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px solid rgba(59, 130, 246, 0.16);
  background: linear-gradient(180deg, #f8fbff, #eff6ff);
  color: #1e293b;
  line-height: 1.55;
}
.ow-section-note--compact {
  background: linear-gradient(180deg, #fffdf8, #f8fafc);
  border-color: rgba(249, 115, 22, 0.14);
}
.ow-card-actions--commerce { align-items: center; }
.ow-commerce-cta {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(29, 78, 216, 0.14);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}
.ow-commerce-cta h3 {
  margin: 8px 0 10px;
  font-size: 1.32rem;
}
.ow-commerce-cta p { margin: 0; }
.ow-functional-card--enterprise {
  grid-column: 1 / -1;
  grid-template-columns: 1.02fr 0.98fr;
  border-color: rgba(245, 158, 11, 0.34);
  box-shadow: 0 28px 60px rgba(245, 158, 11, 0.12), 0 14px 28px rgba(15, 23, 42, 0.08);
  background: linear-gradient(135deg, #fff7ed 0%, #ffffff 46%, #eff6ff 100%);
}
.ow-functional-card--enterprise::before {
  background: linear-gradient(135deg, #0f172a, #c2410c);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}
.ow-functional-card--enterprise .ow-functional-copy {
  gap: 10px;
}
@media (max-width: 1024px) {
  .ow-proof-grid,
  .ow-commerce-cta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .ow-proof-grid { grid-template-columns: 1fr; }
  .ow-functional-card--enterprise { grid-column: auto; }
}

.ow-download-bullets {
  margin: 12px 0 0;
  padding-left: 1.2rem;
  color: var(--ow-soft);
  display: grid;
  gap: 8px;
}
.ow-download-bullets li::marker {
  color: var(--ow-blue);
}


/* v45 Stripe purchase links, bundles, and fulfillment cards */
.ow-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ow-product-card {
  border: 1px solid rgba(59, 130, 246, 0.16);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}
.ow-product-card .ow-functional-copy {
  display: grid;
  gap: 10px;
}
@media (max-width: 820px) {
  .ow-product-grid {
    grid-template-columns: 1fr;
  }
}


/* v55 footer unification */
.home-footer,
.ow-unified-footer,
.ow-footer.ow-unified-footer {
  margin-top: 28px;
  border: 1px solid rgba(120, 157, 255, 0.22);
  background: linear-gradient(180deg, rgba(8, 14, 28, 0.96), rgba(11, 20, 40, 0.98));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.home-footer .footer-shell,
.ow-unified-footer .ow-footer-shell,
.ow-footer.ow-unified-footer .ow-footer-shell {
  padding: 28px 28px 24px;
}

.home-footer .footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.55fr);
  gap: 28px;
  align-items: start;
}

.home-footer .footer-links-grid,
.ow-unified-footer .ow-footer-grid,
.ow-footer.ow-unified-footer .ow-footer-grid {
  display: grid;
  gap: 22px;
}

.home-footer .footer-links-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ow-unified-footer .ow-footer-grid,
.ow-footer.ow-unified-footer .ow-footer-grid {
  grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(0, 1fr));
}

.home-footer .footer-brand-copy h3,
.home-footer .footer-heading,
.ow-unified-footer .ow-footer-title,
.ow-footer.ow-unified-footer .ow-footer-title {
  color: #f8fbff;
}

.home-footer .footer-brand-copy p,
.home-footer .footer-brand-note,
.home-footer .footer-link,
.ow-unified-footer .ow-footer-meta,
.ow-unified-footer .ow-footer-link-grid a,
.ow-footer.ow-unified-footer .ow-footer-meta,
.ow-footer.ow-unified-footer .ow-footer-link-grid a {
  color: #d5e2ff;
}

.home-footer .footer-heading,
.ow-unified-footer .ow-footer-title,
.ow-footer.ow-unified-footer .ow-footer-title {
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-footer .footer-link,
.ow-unified-footer .ow-footer-link-grid a,
.ow-footer.ow-unified-footer .ow-footer-link-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 0;
  border: 0;
  background: transparent;
  text-decoration: none;
}

.home-footer .footer-link:hover,
.home-footer .footer-link:focus-visible,
.ow-unified-footer .ow-footer-link-grid a:hover,
.ow-unified-footer .ow-footer-link-grid a:focus-visible,
.ow-footer.ow-unified-footer .ow-footer-link-grid a:hover,
.ow-footer.ow-unified-footer .ow-footer-link-grid a:focus-visible {
  color: #ffffff;
  text-decoration: none;
}

.home-footer .footer-link-group,
.ow-unified-footer .ow-footer-grid > div,
.ow-footer.ow-unified-footer .ow-footer-grid > div {
  min-width: 0;
}

.home-footer .footer-meta {
  display: none;
}

.home-footer .footer-brand-mark {
  border: 1px solid rgba(120, 157, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.home-footer .footer-link-group,
.ow-unified-footer .ow-footer-grid > div,
.ow-footer.ow-unified-footer .ow-footer-grid > div {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(120, 157, 255, 0.1);
  border-radius: 18px;
  padding: 18px 18px 14px;
}

.home-footer .footer-brand {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(120, 157, 255, 0.1);
  border-radius: 18px;
  padding: 18px 18px 14px;
}

@media (max-width: 1080px) {
  .home-footer .footer-shell,
  .ow-unified-footer .ow-footer-grid,
  .ow-footer.ow-unified-footer .ow-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-footer .footer-links-grid {
    grid-template-columns: 1fr;
  }
}


/* v56 footer consistency + black background */
.home-footer,
.ow-unified-footer,
.ow-footer.ow-unified-footer {
  background: #000 !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-footer .footer-shell,
.ow-unified-footer .footer-shell,
.ow-footer.ow-unified-footer .footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 28px 28px 24px;
}

.home-footer .footer-links-grid,
.ow-unified-footer .footer-links-grid,
.ow-footer.ow-unified-footer .footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-footer .footer-brand,
.home-footer .footer-link-group,
.ow-unified-footer .footer-brand,
.ow-unified-footer .footer-link-group,
.ow-footer.ow-unified-footer .footer-brand,
.ow-footer.ow-unified-footer .footer-link-group {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.home-footer .footer-brand-head,
.ow-unified-footer .footer-brand-head,
.ow-footer.ow-unified-footer .footer-brand-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.home-footer .footer-brand-mark,
.ow-unified-footer .footer-brand-mark,
.ow-footer.ow-unified-footer .footer-brand-mark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  padding: 3px;
  background: transparent !important;
  border: 0 !important;
}

.home-footer .footer-brand-copy h3,
.home-footer .footer-heading,
.ow-unified-footer .footer-brand-copy h3,
.ow-unified-footer .footer-heading,
.ow-unified-footer .footer-title,
.ow-footer.ow-unified-footer .footer-brand-copy h3,
.ow-footer.ow-unified-footer .footer-heading,
.ow-footer.ow-unified-footer .footer-title {
  color: #ffffff !important;
}

.home-footer .footer-brand-copy p,
.home-footer .footer-brand-note,
.home-footer .footer-link,
.ow-unified-footer .footer-brand-copy p,
.ow-unified-footer .footer-brand-note,
.ow-unified-footer .footer-link,
.ow-unified-footer .ow-footer-meta,
.ow-footer.ow-unified-footer .footer-brand-copy p,
.ow-footer.ow-unified-footer .footer-brand-note,
.ow-footer.ow-unified-footer .footer-link,
.ow-footer.ow-unified-footer .ow-footer-meta {
  color: #d4d4d8 !important;
}

.home-footer .footer-heading,
.ow-unified-footer .footer-heading,
.ow-footer.ow-unified-footer .footer-heading {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #a1a1aa !important;
}

.home-footer .footer-link,
.ow-unified-footer .footer-link,
.ow-footer.ow-unified-footer .footer-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 4px 0;
  color: #e4e4e7 !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none;
}

.home-footer .footer-link:hover,
.home-footer .footer-link:focus-visible,
.ow-unified-footer .footer-link:hover,
.ow-unified-footer .footer-link:focus-visible,
.ow-footer.ow-unified-footer .footer-link:hover,
.ow-footer.ow-unified-footer .footer-link:focus-visible {
  color: #ffffff !important;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .home-footer .footer-shell,
  .ow-unified-footer .footer-shell,
  .ow-footer.ow-unified-footer .footer-shell,
  .home-footer .footer-links-grid,
  .ow-unified-footer .footer-links-grid,
  .ow-footer.ow-unified-footer .footer-links-grid {
    grid-template-columns: 1fr;
  }
}
