/*
Theme Name: RR Defense Child
Template: bluehost-blueprint
Version: 1.0
Description: R&R Defense child theme - Navy #0D1B2A Gold #C9A84C
Author: Masako Mai
*/

@import url('../bluehost-blueprint/style.css');

:root {
  --rr-navy: #0D1B2A;
  --rr-gold: #C9A84C;
  --rr-cream: #F5F0E8;
  --rr-charcoal: #2D3748;
  --rr-slate: #718096;
  --rr-white: #FFFFFF;
}

body {
  font-family: 'Arial', 'Helvetica Neue', sans-serif;
  color: var(--rr-charcoal);
  background: var(--rr-white);
}

.site-header,
header,
#masthead {
  background-color: var(--rr-navy) !important;
  border-bottom: 3px solid var(--rr-gold);
}

.site-header a,
#masthead a,
.main-navigation a {
  color: var(--rr-white) !important;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-navigation a:hover {
  color: var(--rr-gold) !important;
}

.site-title a,
.site-title {
  color: var(--rr-gold) !important;
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  font-family: Georgia, serif;
  color: var(--rr-navy);
  font-weight: 700;
}

h1 { font-size: 2.8rem; line-height: 1.2; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }

.wp-block-button__link,
.wp-element-button,
button[type="submit"],
input[type="submit"],
.btn,
a.button {
  background-color: var(--rr-gold) !important;
  color: var(--rr-navy) !important;
  font-family: Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  border: none !important;
  border-radius: 2px !important;
  padding: 14px 32px !important;
}

.wp-block-button__link:hover,
button[type="submit"]:hover {
  background-color: var(--rr-navy) !important;
  color: var(--rr-gold) !important;
}

.site-footer,
footer#colophon {
  background-color: var(--rr-navy) !important;
  color: #B0BEC5 !important;
  padding: 40px 20px;
}

.site-footer a,
footer#colophon a {
  color: var(--rr-gold) !important;
}

.wp-block-separator {
  border-top: 3px solid var(--rr-gold) !important;
  opacity: 1 !important;
}

a { color: var(--rr-gold); }
a:hover { color: var(--rr-navy); }

@media (max-width: 768px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.5rem; }
}
