/*
Theme Name: SearchIntelligence Showcase
Theme URI: https://example.local/bksearch-showcase
Author: OpenAI Codex
Description: Lightweight theme for the SearchIntelligence split-screen WordPress demo.
Version: 0.1.0
*/

:root {
  --bk-bg: #f6f0e8;
  --bk-text: #18352e;
  --bk-muted: #566762;
  --bk-card: rgba(255, 255, 255, 0.78);
  --bk-border: rgba(24, 53, 46, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--bk-text);
  background:
    radial-gradient(circle at top left, rgba(125, 183, 164, 0.24), transparent 26%),
    radial-gradient(circle at top right, rgba(247, 188, 143, 0.28), transparent 22%),
    linear-gradient(180deg, #f6f0e8, #f2f6f4 58%, #eef3f0);
}

a {
  color: inherit;
}

.bk-site-shell {
  min-height: 100vh;
}

.bk-site-header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bk-site-brand {
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.bk-site-nav a {
  text-decoration: none;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(24, 53, 46, 0.08);
}

.bk-site-main {
  padding-bottom: 64px;
}

.bk-content-frame {
  max-width: 1240px;
  margin: 20px auto 0;
  padding: 0 20px;
}

.bk-default-card {
  border-radius: 32px;
  padding: 28px;
  background: var(--bk-card);
  border: 1px solid var(--bk-border);
  box-shadow: 0 30px 70px rgba(31, 44, 40, 0.08);
}

.bk-site-footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 30px;
  color: var(--bk-muted);
  font-size: 0.92rem;
}
