/* ============================================================
   Vessel For Honor — Global Stylesheet (Organic Warmth Theme)
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Lora:ital,wght@0,400;0,500;1,400&family=Nunito:wght@300;400;500;600&display=swap");

:root {
  --sage: #3d5a47;
  --sage-mid: #4e7260;
  --sage-light: #6b9a7e;
  --sage-pale: #a8c4b0;
  --sage-tint: #e8f0ea;
  --gold: #b8860b;
  --gold-mid: #c9952a;
  --gold-light: #d4a843;
  --gold-pale: #e8c97a;
  --gold-tint: #f5edd0;
  --cream: #faf7f0;
  --cream-dark: #f0ead8;
  --ivory: #f7f3e8;
  --parchment: #ede6d0;
  --charcoal: #2a2a2a;
  --text-body: #3c3529;
  --text-muted: #6b6258;
  --text-light: #9a8f84;
  --white: #ffffff;
  --navy: #1a2e20;
  --navy-dark: #0f1e14;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
  background: var(--cream);
  color: var(--text-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 2.5rem;
  background: rgba(26, 46, 32, 0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(180, 140, 11, 0.2);
}
.nav-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--gold-pale);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-logo span {
  color: #fff;
  font-weight: 600;
}
.nav-links {
  display: flex;
  gap: 1.2rem;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-pale);
}
.nav-links a.nav-cta {
  padding: 0.5rem 1.3rem;
  background: var(--gold-mid);
  color: var(--navy) !important;
  font-weight: 700 !important;
  border-radius: var(--radius-xl);
  transition: background 0.2s;
}
.nav-links a.nav-cta:hover {
  background: var(--gold-pale);
}

/* ── BUTTONS ── */
.btn-primary {
  padding: 0.85rem 2.2rem;
  background: var(--sage);
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius-xl);
  border: none;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  display: inline-block;
}
.btn-primary:hover {
  background: var(--sage-mid);
  transform: translateY(-1px);
}

.btn-gold {
  padding: 0.85rem 2.2rem;
  background: var(--gold-mid);
  color: var(--navy);
  font-family: "Nunito", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius-xl);
  border: none;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  display: inline-block;
}
.btn-gold:hover {
  background: var(--gold-pale);
  transform: translateY(-1px);
}

.btn-outline-dark {
  padding: 0.85rem 2.2rem;
  border: 2px solid var(--sage);
  color: var(--sage);
  font-family: "Nunito", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius-xl);
  transition:
    background 0.2s,
    color 0.2s;
  display: inline-block;
}
.btn-outline-dark:hover {
  background: var(--sage);
  color: #fff;
}

.btn-outline-light {
  padding: 0.85rem 2.2rem;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: var(--radius-xl);
  transition: background 0.2s;
  display: inline-block;
}
.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ── LAYOUT HELPERS ── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
section {
  padding: 7rem 0;
}

.section-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--sage-mid);
  margin-bottom: 0.9rem;
}
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 500;
  line-height: 1.15;
  color: var(--navy);
  margin-bottom: 1.4rem;
}
.section-title em {
  font-style: italic;
  color: var(--gold-mid);
}
.section-title.light {
  color: #fff;
}
.section-body {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--text-muted);
  font-weight: 400;
}
.section-body.light {
  color: rgba(255, 255, 255, 0.82);
}

.gold-divider {
  width: 40px;
  height: 2px;
  background: var(--gold-mid);
  margin: 1.6rem 0;
  border-radius: 2px;
}
.text-center {
  text-align: center;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}
.mt3 {
  margin-top: 2.5rem;
}

/* ── CARD BASE ── */
.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition:
    box-shadow 0.25s,
    transform 0.2s;
}
.card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Category color accents for top-border cards */
.card-accent-sage {
  border-top: 4px solid var(--sage);
}
.card-accent-gold {
  border-top: 4px solid var(--gold-mid);
}
.card-accent-navy {
  border-top: 4px solid var(--navy);
}

/* ── BADGE / PILL ── */
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.85rem;
  border-radius: var(--radius-xl);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.badge-sage {
  background: var(--sage-tint);
  color: var(--sage);
}
.badge-gold {
  background: var(--gold-tint);
  color: var(--gold);
}
.badge-navy {
  background: rgba(26, 46, 32, 0.1);
  color: var(--navy);
}
.badge-repeat {
  background: #eef5f0;
  color: var(--sage);
}

/* ── SCRIPTURE BLOCKQUOTE ── */
.scripture-quote {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--gold);
  padding: 1.2rem 1.8rem;
  border-left: 3px solid var(--gold-pale);
  background: var(--gold-tint);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  margin: 2rem 0;
}
.scripture-quote cite {
  display: block;
  font-style: normal;
  font-size: 0.78rem;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 0.7rem;
  color: var(--gold-mid);
}

/* ── FOOTER WIDGET ── */
.footer-widget {
  background: var(--navy);
  padding: 5rem 0;
}
.footer-widget-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3rem;
}
.fw-title {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-pale);
  margin-bottom: 1.4rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(180, 140, 11, 0.3);
}
.fw-body {
  font-size: 0.9rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.68);
}
.fw-body a {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  display: block;
  margin-bottom: 0.4rem;
  transition: color 0.2s;
}
.fw-body a:hover {
  color: var(--gold-pale);
}
.social-icons {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.6rem;
}
.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 600;
  transition:
    background 0.2s,
    color 0.2s;
}
.social-icon:hover {
  background: var(--gold-mid);
  color: var(--navy);
}

/* ── FOOTER BAR ── */
.footer-bar {
  background: var(--navy-dark);
  padding: 1.5rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(180, 140, 11, 0.15);
}
.footer-copy {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.06em;
}

/* ── FOOTER SCRIPTURE ── */
.footer-scripture {
  text-align: center;
  padding: 2.5rem 2rem;
  background: var(--cream-dark);
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── MOBILE ── */
@media (max-width: 900px) {
  nav {
    padding: 1rem 1.2rem;
  }
  .nav-links {
    display: none;
  }
  .container {
    padding: 0 1.4rem;
  }
  section {
    padding: 5rem 0;
  }
  .footer-widget-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .footer-bar {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
