/*
Theme Name: GeneratePress Child - Life in Focus
Template: generatepress
Version: 1.0
*/

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

/* ── TOKENS ─────────────────────────────────────────────────────────── */
:root {
  --gold: #C9A84C;
  --gold-dark: #9A7820;
  --navy: #1a2744;
  --navy-dark: #111c33;
  --cream: #FAF8F3;
  --cream-alt: #FAF5EA;
  --cream-dark: #F0EBE0;
  --text: #1a1a2e;
  --text-mid: #4a4535;
  --text-muted: #7a7265;
  --border: #ddd8cc;
  --max: 1080px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; }
body { font-family: "Inter", sans-serif; background: var(--cream) !important; color: var(--text); }

/* ── GP RESET ───────────────────────────────────────────────────────── */
.grid-container,
.container.grid-container { max-width: 100% !important; width: 100% !important; padding: 0 !important; margin: 0 !important; background-color: transparent !important; }
.site-content, .content-area, .site-main,
.inside-article, article.page { padding: 0 !important; margin: 0 !important; width: 100% !important; background-color: transparent !important; }
.one-container .container { background-color: transparent !important; }
h1.entry-title, .entry-title { display: none; }

/* ── UTILITY ────────────────────────────────────────────────────────── */
.lif-center { max-width: var(--max); margin-left: auto; margin-right: auto; width: 100%; }

/* ── HEADER ─────────────────────────────────────────────────────────── */
.site-header { background: var(--cream); padding: 16px 40px; display: flex; align-items: center; justify-content: center; border-bottom: 0.5px solid var(--border); width: 100%; }
.site-logo img { height: 113px; width: auto; display: block; }

/* ── NAV ────────────────────────────────────────────────────────────── */
.site-nav { background: var(--cream); border-bottom: 2.5px solid var(--navy); width: 100%; }
.site-nav ul { max-width: var(--max); margin: 0 auto; display: flex; flex-wrap: wrap; list-style: none; padding: 0 20px; justify-content: center; }
.site-nav ul li a { color: var(--text-mid) !important; text-decoration: none; font-size: 10.5px; letter-spacing: 1px; padding: 13px 12px; display: block; text-transform: uppercase; font-weight: 500; border-bottom: 2.5px solid transparent; margin-bottom: -2.5px; transition: all 0.2s; }
.site-nav ul li a:hover,
.site-nav ul li.current-menu-item a { color: var(--navy) !important; border-bottom-color: var(--gold); }

/* ── SITE HERO ──────────────────────────────────────────────────────── */
.site-hero { position: relative; overflow: hidden; height: 430px; width: 100%; }
.hero-cross { position: absolute; right: 0; top: 0; width: 65%; height: 100%; object-fit: cover; object-position: center top; }
.hero-fade { position: absolute; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 35%, rgba(26,39,68,0.92) 50%, rgba(26,39,68,0.5) 70%, rgba(26,39,68,0.15) 100%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding: 0 52px; gap: 40px; max-width: var(--max); margin: 0 auto; }
.hero-left { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; }
.hero-photo { width: 152px; height: 192px; border: 2.5px solid var(--gold); border-radius: 3px; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero-caption { font-family: "Cormorant Garamond", serif; font-size: 13px; color: var(--cream); font-weight: 500; text-align: center; margin-top: 10px; }
.hero-caption-sub { font-size: 11px; letter-spacing: 1.5px; color: rgba(201,168,76,0.9); text-transform: uppercase; text-align: center; margin-top: 3px; }
.audio-wrap { margin-top: 12px; text-align: center; }
.audio-label { font-size: 11px; letter-spacing: 1.5px; color: rgba(201,168,76,0.95); text-transform: uppercase; margin-bottom: 6px; font-weight: 500; }
.audio-player { display: flex; align-items: center; justify-content: center; gap: 8px; background: rgba(201,168,76,0.12); border: 1px solid rgba(201,168,76,0.3); border-radius: 20px; padding: 7px 14px; cursor: pointer; width: 152px; }
.audio-play-btn { width: 26px; height: 26px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.audio-title { font-size: 10px; color: var(--cream); font-weight: 500; line-height: 1.2; }
.audio-sub { font-size: 9px; color: rgba(201,168,76,0.6); }
.hero-text { flex: 1; }
.hero-eyebrow { font-size: 10px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 13px; font-weight: 500; }
.hero-h1 { font-family: "Cormorant Garamond", serif; font-size: 48px; font-weight: 500; color: var(--cream); line-height: 1.08; }
.hero-h1 em { color: var(--gold); font-style: italic; }
.hero-div { width: 48px; height: 1px; background: var(--gold); margin: 18px 0; }
.hero-p { font-size: 14px; color: #b8c8df; line-height: 1.85; font-weight: 300; max-width: 400px; }

/* ── HERO BAND ──────────────────────────────────────────────────────── */
.hero-band { background: var(--navy-dark); border-top: 1px solid rgba(201,168,76,0.18); width: 100%; }
.hero-band .lif-center { display: flex; }
.hbi { flex: 1; padding: 18px 24px; display: flex; align-items: center; gap: 14px; border-right: 0.5px solid rgba(201,168,76,0.1); cursor: pointer; transition: background 0.18s; text-decoration: none; }
.hbi:last-child { border-right: none; }
.hbi:hover { background: rgba(201,168,76,0.07); }
.hbi-icon { width: 42px; height: 42px; border: 1px solid rgba(201,168,76,0.3); border-radius: 2px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.hbi-lbl { font-size: 11px; letter-spacing: 2px; color: #a8c4df; text-transform: uppercase; margin-bottom: 3px; font-weight: 500; }
.hbi-title { font-family: "Cormorant Garamond", serif; font-size: 16.5px; color: var(--cream); font-weight: 500; line-height: 1.3; }

/* ── QUOTE STRIP ────────────────────────────────────────────────────── */
.quote-strip { background: var(--cream); border-bottom: 0.5px solid var(--border); width: 100%; }
.quote-strip .lif-center { display: flex; gap: 24px; align-items: center; padding: 36px 52px; }
.quote-bar { width: 3px; min-height: 60px; background: var(--gold); flex-shrink: 0; border-radius: 2px; }
.quote-text { font-family: "Cormorant Garamond", serif; font-size: 21px; font-style: italic; color: var(--navy); line-height: 1.65; flex: 1; }
.quote-text em { color: var(--gold-dark); font-style: normal; font-weight: 600; }
.quote-attr { flex-shrink: 0; text-align: right; padding-left: 20px; }
.quote-attr-name { font-family: "Cormorant Garamond", serif; font-size: 15px; color: var(--navy); font-weight: 600; }
.quote-attr-sub { font-size: 10px; color: var(--text-muted); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 4px; }

/* ── CONTENT SECTIONS ───────────────────────────────────────────────── */
.content-sec { display: flex; align-items: stretch; max-width: var(--max); margin: 0 auto; border-bottom: 0.5px solid var(--border); }
.content-sec:last-of-type { border-bottom: none; }
.content-sec.rev { flex-direction: row-reverse; }
.content-sec-img { width: 420px; flex-shrink: 0; overflow: hidden; }
.content-sec-img img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 340px; }
.content-sec-body { flex: 1; padding: 40px 44px; display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.content-sec.rev .content-sec-body { background: var(--cream-alt); }
.sec-lbl { font-size: 9px; letter-spacing: 3px; color: var(--gold-dark); text-transform: uppercase; font-weight: 500; margin-bottom: 9px; }
.sec-title { font-family: "Cormorant Garamond", serif; font-size: 28px; font-weight: 600; color: var(--navy); margin-bottom: 13px; line-height: 1.2; }
.sec-title em { font-style: italic; font-weight: 400; }
.sec-txt { font-size: 15px; color: var(--text-mid); line-height: 1.85; font-weight: 300; margin-bottom: 20px; }
.sec-link { font-size: 10px; letter-spacing: 2px; color: var(--gold-dark) !important; text-transform: uppercase; font-weight: 500; text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px; display: inline-block; }

/* ── BOOK SECTION ───────────────────────────────────────────────────── */
.book-section { position: relative; overflow: hidden; min-height: 280px; margin-top: 0; }
.book-bg { position: absolute; inset: 0; }
.book-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.book-bg-fade { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(17,28,51,0.97) 0%, rgba(17,28,51,0.93) 40%, rgba(17,28,51,0.75) 70%, rgba(17,28,51,0.5) 100%); }
.book-inner { position: relative; z-index: 2; display: flex; gap: 44px; align-items: center; max-width: var(--max); margin: 0 auto; padding: 48px 52px; }
.book-cover-img { width: 140px; flex-shrink: 0; }
.book-cover-img img { width: 100%; height: auto; display: block; border-radius: 2px; box-shadow: 8px 8px 0 rgba(0,0,0,0.4); }
.book-eyebrow { font-size: 9px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 11px; }
.book-title { font-family: "Cormorant Garamond", serif; font-size: 26px; color: var(--cream); font-weight: 500; margin-bottom: 13px; line-height: 1.25; }
.book-title em { color: var(--gold); font-style: italic; }
.book-txt { font-size: 13.5px; color: #b8c8df; line-height: 1.8; font-weight: 300; max-width: 420px; margin-bottom: 20px; }
.book-btn { display: inline-flex; align-items: center; gap: 9px; padding: 11px 24px; border: 1px solid var(--gold); color: var(--gold); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500; cursor: pointer; background: transparent; border-radius: 1px; text-decoration: none; }

/* ── DEVOTION CARDS ─────────────────────────────────────────────────── */
.cards-section { background: var(--cream-dark); padding: 44px 52px; }
.cards-section-label { font-size: 9px; letter-spacing: 3px; color: var(--gold-dark); text-transform: uppercase; font-weight: 500; margin-bottom: 6px; text-align: center; max-width: var(--max); margin-left: auto; margin-right: auto; display: block; }
.cards-section-title { font-family: "Cormorant Garamond", serif; font-size: 26px; color: var(--navy); font-weight: 600; text-align: center; margin-bottom: 32px; max-width: var(--max); margin-left: auto; margin-right: auto; display: block; }
.cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: var(--max); margin: 0 auto 20px; }
.card { background: #fff; border: 0.5px solid var(--border); border-radius: 0 0 4px 4px; overflow: hidden; transition: transform 0.15s, box-shadow 0.15s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.card-arch { display: block; line-height: 0; overflow: hidden; border: 3px solid var(--gold); }
.card-arch-img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.card-gold-bar { height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.card-body { padding: 16px 16px 20px; text-align: center; min-height: 140px; display: flex; flex-direction: column; justify-content: space-between; }
.card-title { font-family: "Cormorant Garamond", serif; font-size: 17px; color: var(--navy); font-weight: 600; margin-bottom: 6px; line-height: 1.3; }
.card-desc { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 7px 0 10px; font-weight: 300; min-height: 80px; }
.card-link { font-size: 9px; letter-spacing: 2px; color: var(--gold-dark) !important; text-transform: uppercase; font-weight: 500; text-decoration: none; }

/* ── INTERIOR PAGE ──────────────────────────────────────────────────── */
.page-hero { position: relative; height: 320px; overflow: hidden; width: 100%; }
.page-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(26,39,68,0.3) 0%, rgba(26,39,68,0.75) 100%); }
.page-hero-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 52px; }
.page-hero-eyebrow { font-size: 10px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; font-weight: 500; margin-bottom: 6px; }
.page-hero-title { font-family: "Cormorant Garamond", serif; font-size: 38px; font-weight: 500; color: var(--cream); line-height: 1.1; }
.breadcrumb { width: 100%; background: var(--cream-dark); border-bottom: 0.5px solid var(--border); padding: 12px 52px; display: flex; align-items: center; gap: 8px; }
.breadcrumb a { font-size: 11px; color: var(--gold-dark) !important; text-decoration: none; }
.breadcrumb span { font-size: 11px; color: var(--text-muted); }
.breadcrumb strong { font-size: 11px; color: var(--navy); font-weight: 500; }
.content-wrap { display: flex; flex-direction: row; align-items: flex-start; max-width: var(--max); margin: 0 auto; width: 100%; }
.content-main { flex: 1; min-width: 0; padding: 48px 40px 48px 52px; }
.content-sidebar { width: 280px; flex-shrink: 0; border-left: 0.5px solid var(--border); padding: 36px 28px; background: var(--cream-dark); align-self: stretch; }
.gold-divider { width: 48px; height: 2px; background: var(--gold); margin-bottom: 28px; }
.body-text { font-size: 16px; color: var(--text-mid); line-height: 1.95; font-weight: 300; }
.body-text p { margin-bottom: 16px; }
.body-text p + p { margin-top: 0; }
.body-text strong { font-weight: 500; color: var(--navy); }
.body-text a { color: var(--gold-dark) !important; text-decoration: none; border-bottom: 1px solid rgba(201,168,76,0.4); }
.body-text a:hover { color: var(--navy) !important; }
.body-text .highlight { font-family: "Cormorant Garamond", serif; font-size: 20px; font-style: italic; color: var(--navy); line-height: 1.6; border-left: 3px solid var(--gold); padding: 16px 20px; margin: 28px 0; background: var(--cream-alt); }
.body-text img { max-width: 320px; height: auto; border: 2px solid var(--border); margin: 16px 12px; }
.body-text h2 { font-family: "Cormorant Garamond", serif; font-size: 26px; color: var(--navy); font-weight: 600; margin: 28px 0 12px; }
.body-text h3 { font-family: "Cormorant Garamond", serif; font-size: 20px; color: var(--navy); font-weight: 600; margin: 24px 0 10px; }
.body-text ul, .body-text ol { margin: 0 0 20px 24px; }
.body-text li { margin-bottom: 8px; font-size: 14.5px; color: var(--text-mid); line-height: 1.75; }
.sidebar-label { font-size: 9px; letter-spacing: 2.5px; color: var(--gold-dark); text-transform: uppercase; font-weight: 500; margin-bottom: 12px; border-bottom: 1px solid var(--border); padding-bottom: 8px; }
.sidebar-book img { width: 100%; border-radius: 2px; box-shadow: 4px 4px 0 rgba(0,0,0,0.15); margin-bottom: 12px; }
.sidebar-book-title { font-family: "Cormorant Garamond", serif; font-size: 14px; color: var(--navy); font-weight: 600; margin-bottom: 6px; line-height: 1.3; }
.sidebar-book-text { font-size: 13px; color: var(--text-muted); line-height: 1.6; font-weight: 300; margin-bottom: 12px; }
.sidebar-btn { display: block; text-align: center; padding: 9px; border: 1px solid var(--gold); color: var(--gold-dark) !important; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 500; text-decoration: none; border-radius: 1px; margin-bottom: 28px; }
.sidebar-nav a { display: block; font-size: 13px; color: var(--text-mid) !important; text-decoration: none; padding: 8px 0; border-bottom: 0.5px solid var(--border); }
.sidebar-nav a:last-child { border-bottom: none; }
.sidebar-nav a:hover { color: var(--gold-dark) !important; }
.sidebar-nav a::before { content: "→ "; color: var(--gold); font-size: 10px; }

/* ── FOOTER ─────────────────────────────────────────────────────────── */
.site-footer { background: var(--navy-dark); padding: 48px 52px 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 40px; border-bottom: 0.5px solid rgba(201,168,76,0.2); max-width: var(--max); margin: 0 auto; }
.footer-brand { font-family: "Cormorant Garamond", serif; font-size: 22px; color: var(--gold); font-style: italic; margin-bottom: 8px; }
.footer-tagline { font-size: 10px; letter-spacing: 2px; color: rgba(255,255,255,0.7); text-transform: uppercase; }
.footer-links { display: flex; gap: 48px; }
.footer-col { display: flex; flex-direction: column; gap: 8px; }
.footer-col-title { font-size: 11px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; font-weight: 500; margin-bottom: 4px; }
.footer-col a { font-size: 13px; color: #8a9ab0 !important; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold) !important; }
.footer-bottom { padding: 16px 0; text-align: center; font-size: 10px; color: #8a9ab0; letter-spacing: 1px; max-width: var(--max); margin: 0 auto; }

/* ── MOBILE ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .site-logo img { height: 88px; }
  .site-header { padding: 16px 20px; }
  .site-nav ul { padding: 0 10px; }
  .site-nav ul li a { padding: 10px 8px; font-size: 9.5px; }

  .site-hero { height: auto; min-height: 320px; }
  .hero-content { flex-direction: column; padding: 30px 20px; gap: 20px; }
  .hero-left { width: 100%; align-items: center; }
  .hero-photo { width: 120px; height: 152px; }
  .hero-h1 { font-size: 32px; }
  .hero-p { font-size: 13px; }

  .hero-band .lif-center { flex-direction: column; }
  .hbi { border-right: none; border-bottom: 0.5px solid rgba(201,168,76,0.1); padding: 14px 20px; }
  .hbi:last-child { border-bottom: none; }
  .hbi-title { font-size: 15px; }

  .quote-strip .lif-center { flex-direction: column; padding: 24px 20px; }
  .quote-text { font-size: 17px; }
  .quote-attr { text-align: left; padding-left: 0; }

  .content-sec, .content-sec.rev { flex-direction: column; }
  .content-sec-img { width: 100%; height: 220px; }
  .content-sec-img img { min-height: 220px; }

  .book-inner { flex-direction: column; gap: 20px; padding: 30px 20px; }
  .book-cover-img { width: 100px; }

  .cards-section { padding: 30px 16px; }
  .cards-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  .page-hero { height: 200px; }
  .page-hero-title { font-size: 24px; }
  .page-hero-eyebrow { font-size: 9px; }
  .page-hero-text { padding: 16px 20px; }
  .breadcrumb { padding: 12px 16px; }

  .content-wrap { flex-direction: column; }
  .content-sidebar { display: none; }
  .content-main { padding: 30px 20px; width: 100%; }

  .site-footer { padding: 36px 20px 0; }
  .footer-inner { flex-direction: column; gap: 24px; }
  .footer-links { flex-direction: column; gap: 20px; }
}

/* Fix WordPress admin bar pushing content */
@media screen {
  .page-hero { margin-top: 0; }
  .site-header { margin-top: 0; }
}

/* Breadcrumb full width fix */
.breadcrumb {
  width: 100% !important;
  box-sizing: border-box !important;
}


/* Fix WordPress admin bar layout shift */
#wpadminbar { position: fixed !important; }
html { margin-top: 0 !important; }
@media screen {
  html { margin-top: 0 !important; }
  body { margin-top: 32px; }
}
@media screen and (max-width: 782px) {
  body { margin-top: 46px; }
}

/* Breadcrumb - ensure full width */
.breadcrumb { 
  position: relative;
  left: 0;
  right: 0;
  width: 100% !important;
}


/* FIX MOBILE CARDS - force 2 column on all card rows */
@media (max-width: 768px) {
  .cards-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .card {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* FIX BREADCRUMB - center it properly */
.breadcrumb {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}
.breadcrumb .lif-center {
  max-width: 1080px !important;
  margin: 0 auto !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 52px !important;
}

@media (max-width: 768px) {
  .breadcrumb .lif-center {
    padding: 12px 16px !important;
  }
}


/* Remove border from editor-inserted images */
.body-text img,
.entry-content img,
.wp-block-image img,
figure img {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Fix center alignment for editor content */
.body-text .aligncenter,
.entry-content .aligncenter,
.body-text p[style*="text-align: center"],
.body-text p[style*="text-align:center"] {
  text-align: center !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.body-text .aligncenter img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Fix space above logo when logged out */
html { margin-top: 0 !important; }
body.logged-out { margin-top: 0 !important; }


@media (max-width: 768px) {
  .cards-section {
    display: block !important;
  }
  .cards-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 12px !important;
    margin-bottom: 12px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .card { width: 100% !important; min-width: 0 !important; }
}


/* Remove space above site when logged out */
html { margin-top: 0 !important; }
body { margin-top: 0 !important; }
#wpadminbar { position: fixed !important; top: 0 !important; }

/* Logo image in body text - centered, 20% smaller */
.body-text img[src*="logo"],
.body-text img[alt*="focus"],
.body-text img[alt*="Logo"],
.body-text div[style*="text-align:center"] img,
.body-text div[style*="text-align: center"] img {
  max-width: 400px !important;
  width: 80% !important;
  display: block !important;
  margin: 20px auto !important;
  border: none !important;
}

@media (max-width: 768px) {
  .cards-row.lif-center {
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 0 10px !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
  }
}


/* Admin bar compensation - must come after the margin-top:0 reset */
@media screen {
  body.admin-bar { margin-top: 32px !important; }
}
@media screen and (max-width: 782px) {
  body.admin-bar { margin-top: 46px !important; }
}


/* DEFINITIVE MOBILE CARDS FIX */
@media (max-width: 768px) {
  .cards-section { padding: 24px 0 !important; }
  .cards-section .lif-center { padding: 0 10px !important; }
  .cards-row,
  .cards-row.lif-center,
  div.cards-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}


/* Hero eyebrow spacing fix */
.hero-eyebrow { margin-top: 20px; margin-bottom: 16px; }


/* Push hero content down slightly */
.hero-content { padding-top: 60px; align-items: center; }


/* Taller hero to fit new text */
.site-hero { height: 560px !important; }


/* Adjust hero height */
.site-hero { height: 490px !important; }


/* Center hero content vertically */
.hero-content { align-items: center !important; padding-top: 0 !important; }


/* All body text links bold gold */
.body-text a {
  font-weight: 700 !important;
  color: #9A7820 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #C9A84C !important;
}
.body-text a:hover {
  color: #1a2744 !important;
}


/* Welcome page life in focus italic text - navy blue */
.body-text i, .body-text em {
  color: #1a2744 !important;
}

