/* ==========================================================================
   The OSINT Vault - Aesthetic Pass (PREVIEW ONLY, not deployed)
   Depth, hierarchy, copper rationing, editorial hero, card typography.
   Palette unchanged. Content unchanged.
   ========================================================================== */

/* ---------- 1. Depth: living black, not dead black ---------- */
body {
  background:
    radial-gradient(1100px 520px at 50% -180px, rgba(212, 133, 78, 0.075), transparent 62%),
    radial-gradient(900px 480px at 88% 12%, rgba(212, 133, 78, 0.035), transparent 60%),
    var(--surface);
}

/* film grain, barely there */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* surfaces float above the void */
.tool-card {
  background: #0a0a11;
}
.tools-grid {
  background: transparent;
  gap: 1px;
}
.flagship-tile, .utility-tile, .support-tile {
  background: #0b0b12;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

/* ---------- 2. Editorial hero ---------- */
.site-header {
  padding: 7.5rem 1.5rem 5.5rem;
  position: relative;
}
.site-header .brand {
  font-size: clamp(4.2rem, 11vw, 9.5rem);
  letter-spacing: 0.015em;
  line-height: 0.95;
  text-shadow: 0 0 90px rgba(212, 133, 78, 0.14);
}
.site-header .tagline {
  font-size: 1.05rem;
  letter-spacing: 0.42em;
  margin-top: 2.2rem;
  color: var(--copper);
}
.site-header::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 2.4rem;
  width: 64px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(212, 133, 78, 0.65), transparent);
}

/* ---------- 3. Hierarchy: Bebas editorial tier ---------- */
.section-title {
  font-family: 'Bebas Neue', var(--font-display);
  font-size: 1.9rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  padding-bottom: 1rem;
}
.section-count {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

/* stagger section headers get the same editorial treatment */
.stagger-head h2, .s-flagship h2, .stagger-section h2 {
  font-family: 'Bebas Neue', var(--font-display);
  font-weight: 400;
  letter-spacing: 0.1em;
}

/* ---------- 4. Copper rationing ---------- */
/* copper kept at full strength across labels and moments that matter */
.section-title { color: var(--copper); }
.category-button.active { color: var(--copper); }
.tool-url a { color: var(--copper); }

/* ---------- 5. Card typography: readable is luxurious ---------- */
.tool-description {
  font-size: 0.98rem;
  line-height: 1.72;
  color: #c6c6d4;
}
.tool-card h3 {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
.tool-card {
  padding: 2rem 1.9rem;
}
.tool-tag {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

/* ---------- 6. Rhythm: interrupt the grid ---------- */
.tools-section {
  padding-top: 4.5rem;
}
.tools-section:first-of-type { padding-top: 2.5rem; }

/* flagship tiles breathe like a showroom */
.flagship-tile {
  padding: 3.25rem 3rem;
}
.flagship-tile h2, .flagship-tile h3 {
  font-family: 'Bebas Neue', var(--font-display);
  font-weight: 400;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
}

/* section rules become thin copper-touched dividers */
.section-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 133, 78, 0.22) 30%, rgba(212, 133, 78, 0.22) 70%, transparent);
  border: none;
}

/* ---------- 7. Footer / form elevation (light touch) ---------- */
.site-footer {
  background: #07070c;
  border-top: 1px solid var(--border);
}
input, select, textarea {
  background: #0b0b12;
}

/* ---------- Reduced motion / small screens ---------- */
@media (max-width: 900px) {
  .site-header { padding: 5rem 1rem 3.5rem; }
  .section-title { font-size: 1.5rem; }
  .flagship-tile { padding: 2.25rem 1.5rem; }
}


/* ---------- 8. Copper restored: full-strength accents ---------- */
.meta-tag {
  color: var(--copper);
  border-color: rgba(212, 133, 78, 0.34);
}
.tool-badge {
  border-color: rgba(212, 133, 78, 0.4);
}
.site-header .tagline { color: var(--copper); }
.about-name, .intel-network-label { color: var(--copper); }

/* ---------- 9. Founder panel: impossible to miss ---------- */
.about-section {
  background: #0b0b12;
  border: 1px solid rgba(212, 133, 78, 0.38);
  border-left: 3px solid var(--copper);
  padding: 3.75rem 3.5rem;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5), 0 0 80px rgba(212, 133, 78, 0.06);
  max-width: var(--max-w);
  margin: 0 auto;
}
.about-name {
  letter-spacing: 0.34em;
  text-transform: uppercase;
}
.about-title {
  font-family: 'Bebas Neue', var(--font-display);
  font-weight: 400;
  font-size: clamp(2.6rem, 5vw, 4.25rem);
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0.6rem 0 1.1rem;
}
.about-bio {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #c6c6d4;
  max-width: 62ch;
}
.about-section .btn-outline {
  border-color: rgba(212, 133, 78, 0.5);
  color: var(--copper);
}

/* ---------- 10. Connect section: floating bar ---------- */
.s-connect .stagger-inner { padding-top: 1rem; }
.intel-network-inner {
  background: #0c0c13;
  border: 1px solid rgba(212, 133, 78, 0.32);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.55), 0 0 90px rgba(212, 133, 78, 0.07);
  transform: translateY(-1.5rem);
  position: relative;
  z-index: 5;
}
.intel-network-headline {
  font-family: 'Bebas Neue', var(--font-display);
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0.06em;
  line-height: 1;
}
.btn-intel-connect {
  border-color: rgba(212, 133, 78, 0.5);
  color: var(--copper);
}

/* sticky contact bar */
.contact-floatbar {
  position: fixed;
  left: 50%;
  bottom: 1.1rem;
  transform: translate(-50%, 140%);
  z-index: 450;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 0.7rem 1.1rem 0.7rem 1.5rem;
  background: rgba(10, 10, 16, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(212, 133, 78, 0.4);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.6);
  transition: transform 0.35s ease;
  max-width: min(92vw, 720px);
}
.contact-floatbar.is-visible { transform: translate(-50%, 0); }
.contact-floatbar .cf-label {
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pearl);
  white-space: nowrap;
}
.contact-floatbar .cf-label strong { color: var(--copper); font-weight: 600; }
.contact-floatbar a {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  border: 1px solid rgba(212, 133, 78, 0.4);
  padding: 0.45rem 0.9rem;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease;
}
.contact-floatbar a:hover { background: rgba(212, 133, 78, 0.1); border-color: var(--copper); }
.contact-floatbar .cf-close {
  background: none;
  border: none;
  color: var(--slate-light);
  font-size: 1rem;
  padding: 0.3rem 0.5rem;
  line-height: 1;
}
.contact-floatbar .cf-close:hover { color: var(--pearl); }

@media (max-width: 900px) {
  .about-section { padding: 2.5rem 1.5rem; }
  .intel-network-inner { transform: none; }
  .contact-floatbar { gap: 0.8rem; padding: 0.6rem 0.9rem; }
  .contact-floatbar .cf-label { display: none; }
}


/* ---------- 11. Hot copper accent tier (same hue, more voltage) ---------- */
:root {
  --copper-hot: #EEA86C;
  --copper-deep: #D4854E;
}
.site-header .tagline,
.section-title,
.about-name, .intel-network-label,
.meta-tag,
.tool-url a,
.contact-floatbar .cf-label strong {
  color: var(--copper-hot);
}
.section-title {
  text-shadow: 0 0 26px rgba(238, 168, 108, 0.28);
}
.site-header .tagline {
  text-shadow: 0 0 30px rgba(238, 168, 108, 0.35);
}
.tool-badge {
  color: var(--copper-hot);
  border-color: rgba(238, 168, 108, 0.42);
}
.meta-tag { border-color: rgba(238, 168, 108, 0.34); }
.tool-url a:hover { color: #F6C08E; }

/* ---------- 12. Category nav: borderless typographic tabs ---------- */
.category-nav {
  border-top: none;
}
.category-nav-inner {
  gap: 0.25rem;
}
.category-button {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0.85rem 1.05rem;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  color: var(--slate-light);
}
.category-button::after {
  bottom: 0;
  height: 2px;
  background: var(--copper-hot);
  box-shadow: 0 0 12px rgba(238, 168, 108, 0.55);
}
.category-button:hover {
  color: var(--pearl);
  background: transparent;
}
.category-button.active {
  color: var(--copper-hot);
  text-shadow: 0 0 18px rgba(238, 168, 108, 0.35);
}
.category-button.active::after { width: 100%; }
.category-button.is-spy:not(.active) { color: var(--pearl); }

/* quick links: quiet text links, copper on hover only */
.quick-link {
  border: none !important;
  background: transparent !important;
  padding: 0.55rem 0.9rem;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--slate-light);
}
.quick-link:hover {
  color: var(--copper-hot);
  background: transparent;
}
