/*
Theme Name: B3 Teens Kadence Child
Theme URI: https://b3teens.com
Description: B3 Teens brand layer for the free Kadence theme. Curriculum logic stays in the B3 Teens Core plugin.
Author: PrayerScripts
Template: kadence
Version: 0.1.0
Text Domain: b3-teens-kadence-child
*/

:root {
  --b3-navy: #0b1f3a;
  --b3-red: #c9361e;
  --b3-ember: #ed5b2d;
  --b3-gold: #f8b84e;
  --b3-soft: #fff8ee;
  --b3-border: #f8d797;
  --b3-muted: #405169;
}

body {
  font-family: Futura, Inter, "Segoe UI", Arial, sans-serif;
  color: var(--b3-navy);
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  font-family: Futura, Inter, "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--b3-red);
}

a:hover,
a:focus {
  color: var(--b3-ember);
}

.button,
button,
input[type="button"],
input[type="submit"],
.wp-block-button__link {
  border-radius: 6px;
  font-weight: 800;
}

.wp-block-button__link {
  background: var(--b3-red);
  color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--b3-red);
  color: var(--b3-red);
}

.entry-hero,
.site-header {
  border-bottom: 1px solid rgba(248, 184, 78, 0.42);
}

.b3-hero-band {
  background: var(--b3-navy);
  color: #ffffff;
  padding: clamp(48px, 7vw, 92px) 0;
}

.b3-hero-band h1 {
  color: #ffffff;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

.b3-hero-band p {
  color: #f8efe3;
  font-size: 1.14rem;
  max-width: 720px;
}

.b3-kicker {
  color: var(--b3-gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.b3-card {
  border: 1px solid rgba(248, 184, 78, 0.46);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
}

.b3-soft-band {
  background: var(--b3-soft);
}
