/* ============================================================
   Bello One Enterprises, LLC — belloenterprises.com
   Corporate credibility website
   Brand: Deep Navy #1B2A4A · Gold #9C7A29 · Cream #F7F4EC
   Type:  Source Serif 4 (display) · Libre Franklin (body)
   Tone:  Conservative, established, bank-friendly
   ============================================================ */

:root {
  --navy: #1B2A4A;
  --navy-deep: #142138;
  --gold: #9C7A29;
  --gold-soft: #B8964A;
  --cream: #F7F4EC;
  --white: #FFFFFF;
  --text: #2A3441;
  --text-muted: #5F6B7A;
  --border: #E4DECE;
  --radius: 10px;
  --shadow: 0 10px 28px rgba(27, 42, 74, 0.08);
  --max-width: 1080px;
  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --font-body: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  font-size: 16px;
}

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 22px; }

h1, h2, h3 { font-family: var(--font-display); color: var(--navy); line-height: 1.2; margin: 0 0 16px; font-weight: 700; }
h1 { font-size: clamp(1.9rem, 4.6vw, 2.9rem); }
h2 { font-size: clamp(1.45rem, 3.2vw, 2rem); }
h3 { font-size: 1.12rem; }
p { margin: 0 0 16px; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 10px;
}
.gold-rule { width: 56px; border: 0; border-top: 3px solid var(--gold); margin: 0 0 20px; }
.gold-rule.center { margin-left: auto; margin-right: auto; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: 1.5px solid transparent;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
  font-family: var(--font-body);
}
.btn:hover { text-decoration: none; }
.btn-navy { background: var(--navy); color: var(--cream); }
.btn-navy:hover { background: var(--navy-deep); color: var(--white); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline-cream { background: transparent; color: var(--cream); border-color: rgba(247,244,236,0.65); }
.btn-outline-cream:hover { border-color: var(--gold-soft); color: var(--gold-soft); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; }

/* LOGO SLOT — interim wordmark treatment.
   Final corporate logo swaps inside .logo-slot without layout changes. */
.logo-slot { display: inline-flex; flex-direction: column; line-height: 1.1; text-decoration: none; flex-shrink: 0; }
.logo-slot:hover { text-decoration: none; }
.wm-main {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.22rem;
  color: var(--navy);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.wm-main .one { color: var(--gold); }
.wm-sub {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.4em;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-top: 2px;
}
.nav-links { display: flex; gap: 22px; align-items: center; flex: none; }
.nav-links a { color: var(--text); font-size: 0.92rem; font-weight: 600; white-space: nowrap; }
.nav-links .btn { flex: none; white-space: nowrap; padding: 12px 30px; }
.nav-links a:hover { color: var(--gold); text-decoration: none; }
.nav-links a.active { color: var(--gold); }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(165deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--cream);
  padding: 76px 0 84px;
  text-align: center;
}
.hero h1 { color: var(--white); margin-bottom: 10px; }
.hero .tagline {
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 2.2vw, 1.08rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-soft);
  font-weight: 600;
  margin-bottom: 22px;
}
.hero .sub { max-width: 640px; margin: 0 auto 30px; color: #C9D0DC; font-size: 1.02rem; }
.hero-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Page hero (interior pages) */
.page-hero { background: var(--navy); color: var(--cream); padding: 46px 0; }
.page-hero h1 { color: var(--white); margin: 0; }
.page-hero .eyebrow { color: var(--gold-soft); }

/* ---------- Sections ---------- */
.section { padding: 68px 0; }
.section-alt { background: var(--white); }
.section-navy { background: var(--navy); color: var(--cream); }
.section-navy h2 { color: var(--white); }
.section-navy p { color: #C9D0DC; }
.section-head { max-width: 700px; margin-bottom: 34px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lead { font-size: 1.05rem; }

/* Pillar cards */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.pillar {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 26px 24px;
}
.section-alt .pillar { background: var(--cream); }
.pillar h3 { margin-bottom: 8px; }
.pillar p { font-size: 0.93rem; color: var(--text-muted); margin: 0; }

/* Quiet points */
.points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.point h3 { font-family: var(--font-body); font-weight: 700; font-size: 1rem; color: var(--navy); }
.point h3::before { content: "— "; color: var(--gold); }
.point p { font-size: 0.92rem; color: var(--text-muted); margin: 0; }
.section-navy .point h3 { color: var(--white); }
.section-navy .point p { color: #C9D0DC; }

/* About */
.about-grid { display: grid; grid-template-columns: 280px 1fr; gap: 42px; align-items: start; }
.about-photo { width: 100%; max-width: 280px; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }
.credential { font-size: 0.9rem; color: var(--text-muted); margin-top: 10px; line-height: 1.5; }
.credential strong { color: var(--navy); display: block; font-size: 1rem; }

/* Values / partnership lists */
.value-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.value-list li { padding-left: 26px; position: relative; font-size: 0.96rem; }
.value-list li::before { content: "·"; position: absolute; left: 4px; top: -2px; color: var(--gold); font-size: 1.6rem; font-weight: 700; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.contact-info p { margin-bottom: 10px; font-size: 0.97rem; }
.contact-info .label { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--gold); font-weight: 700; margin: 18px 0 4px; }
.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--gold);
  border-radius: var(--radius);
  padding: 28px 26px;
  box-shadow: var(--shadow);
}
.field { margin-bottom: 15px; }
.field label { display: block; font-size: 0.8rem; font-weight: 700; color: var(--navy); margin-bottom: 5px; }
.field input, .field textarea {
  width: 100%;
  padding: 12px;
  border: 1.5px solid var(--border);
  border-radius: 7px;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--text);
  background: #FDFCF8;
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.hidden-field { display: none; }
.form-note { font-size: 0.76rem; color: var(--text-muted); margin: 12px 0 0; }
.success-banner {
  display: none;
  background: #EFF5EF;
  border: 1px solid #BFD4BF;
  color: #2E5A3C;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 0.92rem;
  margin-bottom: 18px;
}
.success-banner.show { display: block; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: #AEB8C6; padding: 50px 0 30px; border-top: 3px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 34px; padding-bottom: 28px; border-bottom: 1px solid rgba(247,244,236,0.14); }
.footer-wordmark .wm-main { color: var(--cream); font-size: 1.15rem; }
.footer-wordmark .wm-sub { color: #8E99A9; }
.footer-col h4 { color: var(--cream); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; margin: 0 0 12px; font-family: var(--font-body); }
.footer-col p, .footer-col a { color: #AEB8C6; font-size: 0.9rem; margin: 0 0 7px; display: block; }
.footer-col a:hover { color: var(--gold-soft); text-decoration: none; }
.footer-company-name { color: var(--cream); font-weight: 700; }
.footer-legal { padding-top: 24px; }
.footer-legal p { font-size: 0.78rem; color: #8E99A9; max-width: 900px; }
.copyright { margin-top: 14px; font-size: 0.8rem; }

/* ---------- Legal pages ---------- */
.legal-page { max-width: 800px; }
.legal-page h2 { font-size: 1.2rem; margin-top: 28px; font-family: var(--font-body); font-weight: 700; }
.legal-page p, .legal-page li { font-size: 0.95rem; }

/* ---------- Responsive ---------- */
@media (max-width: 1120px) {
  .wm-main { font-size: 1.08rem; }
  .nav-links { gap: 16px; }
}
@media (max-width: 1000px) {
  .nav-links a.nav-plain { display: none; }
}
@media (max-width: 900px) {
  .pillars { grid-template-columns: 1fr; }
  .points { grid-template-columns: 1fr; gap: 18px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding: 50px 0; }
  .hero { padding: 56px 0 62px; }
  .hero-cta-row .btn { width: 100%; text-align: center; }
  .header-inner { gap: 10px; }
  .wm-main { font-size: 0.95rem; letter-spacing: 0.02em; }
  .nav-links .btn { padding: 10px 16px; font-size: 0.84rem; }
}
@media (max-width: 380px) {
  .wm-main { font-size: 0.85rem; }
  .nav-links .btn { padding: 9px 13px; font-size: 0.78rem; }
}

/* ---------- Header Contact Us button contrast fix (v1.2) ----------
   .nav-links a outranked .btn-navy in specificity, forcing dark body-text
   color onto the header button. These rules restore cream/white text. */
.nav-links a.btn-navy { color: var(--cream); }
.nav-links a.btn-navy:hover { color: var(--white); background: var(--navy-deep); text-decoration: none; }

/* ---------- Bello One Enterprises final logo (branding update) ----------
   BOE1 horizontal in the cream header; BOE2 monogram compact in the footer.
   Responsive heights only; nav, CTA, spacing, and mobile behavior untouched. */
.logo-img { display: block; height: 60px; width: auto; }
@media (max-width: 1120px) { .logo-img { height: 52px; } }
@media (max-width: 620px) { .logo-img { height: 46px; } }
@media (max-width: 380px) { .logo-img { height: 40px; } }
.footer-logo { display: block; height: 56px; width: auto; }
@media (max-width: 620px) { .footer-logo { height: 48px; } }
