
/* =========================================================
   MAASAI NATION — MODERN MAASAI PREMIUM SITE THEME
   Inner-page master design. Loaded after styles.css.
   ========================================================= */

:root{
  --mn-red:#B83227;
  --mn-red-deep:#8F281F;
  --mn-gold:#C99A3D;
  --mn-cream:#E8DDC4;
  --mn-ink:#1D211C;
  --mn-panel:#242A22;
  --mn-panel2:#2F352B;
  --mn-muted:#b4a79b;
  --mn-line:rgba(255,255,255,.12);
}

body:not(.home-modern){
  background:
    radial-gradient(circle at 90% 5%,rgba(242,181,68,.07),transparent 23%),
    #1D211C;
  color:#fff;
  font-family:Inter,Arial,sans-serif;
}

/* HEADER / NAV */
body:not(.home-modern) .site-header{
  min-height:82px;
  background:rgba(8,7,6,.80);
  border-bottom:1px solid rgba(255,255,255,.09);
  backdrop-filter:blur(20px) saturate(140%);
}
body:not(.home-modern) .nav-wrap{min-height:82px}
body:not(.home-modern) .brand-logo{
  width:52px;height:52px;
  border:2px solid rgba(242,181,68,.55);
  box-shadow:0 0 0 5px rgba(255,255,255,.035)
}
body:not(.home-modern) .brand strong{font-size:15px;letter-spacing:1.6px}
body:not(.home-modern) .brand small{color:#b8aa9c;letter-spacing:.6px}
body:not(.home-modern) .nav-links a{
  position:relative;color:#eee;font-size:13px;letter-spacing:.4px
}
body:not(.home-modern) .nav-links a:not(.nav-cta):after{
  content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;
  background:var(--mn-gold);transition:.25s
}
body:not(.home-modern) .nav-links a:hover:after{width:100%}
body:not(.home-modern) .nav-cta{
  border-color:rgba(242,181,68,.65);
  background:rgba(242,181,68,.07)
}

/* PAGE HERO */
body:not(.home-modern) .page-hero{
  position:relative;
  overflow:hidden;
  padding:132px 0 88px;
  background:
    linear-gradient(90deg,rgba(7,5,4,.93),rgba(7,5,4,.76)),
    url("assets/maasai-nation-social-share.jpg") center/cover no-repeat;
  border-bottom:1px solid rgba(255,255,255,.08)
}
body:not(.home-modern) .page-hero:before{
  content:"";position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:70px 70px;
  pointer-events:none
}
body:not(.home-modern) .page-hero>.container{position:relative;z-index:1}
body:not(.home-modern) .page-hero h1{
  max-width:1000px;
  font-family:Impact,Anton,sans-serif;
  font-size:clamp(58px,8vw,104px);
  line-height:.91;
  letter-spacing:-1px;
  text-transform:uppercase;
  margin:0 0 22px;
  text-shadow:0 15px 45px rgba(0,0,0,.35)
}
body:not(.home-modern) .page-hero p{
  max-width:760px;
  color:#ded5cc;
  font-size:18px;
  line-height:1.75
}
body:not(.home-modern) .breadcrumbs{
  color:var(--mn-gold);
  text-transform:uppercase;
  letter-spacing:1.6px;
  font-size:10px;
  font-weight:900;
  margin-bottom:22px
}

/* GENERAL SECTIONS */
body:not(.home-modern) .section{padding:96px 0}
body:not(.home-modern) .section.alt{background:#20261F}
body:not(.home-modern) .section.light{background:var(--mn-cream);color:#18120e}
body:not(.home-modern) .section-heading{margin-bottom:42px}
body:not(.home-modern) .section-heading h2{
  font-family:Impact,Anton,sans-serif;
  font-size:clamp(44px,5vw,70px);
  text-transform:uppercase;
  line-height:.95;
  letter-spacing:-.6px
}
body:not(.home-modern) .eyebrow{
  color:var(--mn-gold);
  letter-spacing:2.2px;
  font-size:10px
}

/* BUTTONS */
body:not(.home-modern) .btn{
  min-height:50px;
  border-radius:4px;
  padding:0 23px;
  font-size:12px;
  letter-spacing:.5px;
  transition:.23s transform,.23s box-shadow,.23s background
}
body:not(.home-modern) .btn:hover{transform:translateY(-2px)}
body:not(.home-modern) .btn-primary{
  background:var(--mn-red);
  box-shadow:0 12px 30px rgba(229,43,32,.18)
}
body:not(.home-modern) .btn-primary:hover{background:#ff3b2f}
body:not(.home-modern) .btn-secondary{
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.045)
}
body:not(.home-modern) .btn-dark{background:#1D211C}
body:not(.home-modern) .text-link{color:var(--mn-gold)}

/* CARDS */
body:not(.home-modern) .grid-3,
body:not(.home-modern) .grid-4{gap:22px}
body:not(.home-modern) .card{
  position:relative;
  background:linear-gradient(145deg,#17130f,#0e0c0a);
  border:1px solid rgba(255,255,255,.10);
  border-radius:5px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.15);
  transition:.3s transform,.3s border-color,.3s box-shadow
}
body:not(.home-modern) .card:hover{
  transform:translateY(-6px);
  border-color:rgba(242,181,68,.36);
  box-shadow:0 24px 60px rgba(0,0,0,.30)
}
body:not(.home-modern) .card-media{
  aspect-ratio:16/10;
  transition:transform .55s cubic-bezier(.2,.8,.2,1)
}
body:not(.home-modern) .card:hover .card-media{transform:scale(1.035)}
body:not(.home-modern) .card-body{padding:25px}
body:not(.home-modern) .card-body h3{
  font-family:Impact,Anton,sans-serif;
  text-transform:uppercase;
  letter-spacing:.1px;
  font-size:26px;
  line-height:1.05;
  margin:10px 0
}
body:not(.home-modern) .card-body p{color:#b7aa9e}
body:not(.home-modern) .pill{
  border-radius:2px;
  border:0;
  background:rgba(242,181,68,.10);
  color:var(--mn-gold);
  padding:6px 9px;
  letter-spacing:1.1px
}

/* MIX PAGES / VIDEO */
body:not(.home-modern) .video-frame{
  border-radius:5px;
  border:1px solid rgba(242,181,68,.24);
  box-shadow:0 25px 70px rgba(0,0,0,.30)
}
body:not(.home-modern) .panel{
  border-radius:5px;
  background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 22px 60px rgba(0,0,0,.22)
}
body:not(.home-modern) .notice{
  border:1px solid rgba(242,181,68,.22);
  border-left:4px solid var(--mn-gold);
  border-radius:3px;
  background:#17110c;
  color:#d9cdc2
}

/* ARTIST DIRECTORY */
body:not(.home-modern) .searchbar{
  border-radius:4px;
  border:1px solid rgba(255,255,255,.14);
  background:#242A22;
  padding:16px 18px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.015)
}
body:not(.home-modern) .artist-card img{
  filter:saturate(.92) contrast(1.03);
  transition:.45s transform,.45s filter
}
body:not(.home-modern) .artist-card:hover img{
  transform:scale(1.045);
  filter:saturate(1.08) contrast(1.04)
}
body:not(.home-modern) .artist-card h3{
  font-family:Impact,Anton,sans-serif;
  text-transform:uppercase;
  font-size:28px
}

/* BIO / PROFILE LAYOUT */
body:not(.home-modern) .bio-grid,
body:not(.home-modern) .feature-grid,
body:not(.home-modern) .contact-grid{
  gap:70px
}
body:not(.home-modern) .portrait{
  border-radius:4px;
  border:1px solid rgba(242,181,68,.22);
  box-shadow:20px 20px 0 rgba(229,43,32,.08)
}
body:not(.home-modern) .portrait img{width:100%}

/* GALLERY */
body:not(.home-modern) .gallery-grid{column-gap:20px}
body:not(.home-modern) .gallery-item{
  border-radius:4px;
  margin-bottom:20px;
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
  background:#111;
  transition:.25s transform,.25s box-shadow
}
body:not(.home-modern) .gallery-item:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 44px rgba(0,0,0,.30)
}
body:not(.home-modern) .gallery-item img{transition:.5s transform}
body:not(.home-modern) .gallery-item:hover img{transform:scale(1.025)}

/* SHOP */
body:not(.home-modern) .shop-card{padding:30px}
body:not(.home-modern) .book-cover{
  border-radius:3px 12px 12px 3px;
  box-shadow:-13px 15px 30px rgba(0,0,0,.34);
  letter-spacing:.5px
}

/* CONTACT */
body:not(.home-modern) .contact-form{
  border-radius:5px;
  background:var(--mn-cream);
  padding:34px;
  box-shadow:24px 28px 0 rgba(229,43,32,.08)
}
body:not(.home-modern) input,
body:not(.home-modern) textarea,
body:not(.home-modern) select{
  border-radius:3px;
  border:1px solid rgba(30,20,10,.16);
  background:rgba(255,255,255,.82)
}

/* CULTURE INDEX */
body:not(.home-modern) .culture-index-hero{
  min-height:700px;
  border-bottom:1px solid rgba(255,255,255,.08)
}
body:not(.home-modern) .culture-index-overlay{
  background:
    linear-gradient(90deg,rgba(6,5,4,.96) 0%,rgba(6,5,4,.64) 48%,rgba(6,5,4,.22) 100%),
    linear-gradient(0deg,rgba(6,5,4,.82),transparent 58%)
}
body:not(.home-modern) .culture-index-copy h1{
  font-size:clamp(70px,9vw,120px);
  letter-spacing:-1.8px;
  max-width:950px
}
body:not(.home-modern) .culture-index-copy p{font-size:19px}
body:not(.home-modern) .culture-card-grid{gap:16px}
body:not(.home-modern) .culture-topic-card{
  position:relative;
  border-radius:4px;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(155deg,rgba(229,43,32,.07),transparent 38%),
    #14110e;
  min-height:235px;
  overflow:hidden
}
body:not(.home-modern) .culture-topic-card:after{
  content:"↗";
  position:absolute;
  right:22px;
  top:20px;
  color:var(--mn-gold);
  font-size:20px;
  opacity:.7
}
body:not(.home-modern) .culture-topic-card:hover{
  transform:translateY(-6px);
  border-color:rgba(242,181,68,.45)
}
body:not(.home-modern) .culture-topic-card h3{
  font-family:Impact,Anton,sans-serif;
  text-transform:uppercase;
  font-size:29px;
  line-height:1.02
}

/* CULTURE ARTICLES */
body:not(.home-modern) .culture-hero{
  background:
    linear-gradient(110deg,rgba(7,5,4,.96),rgba(7,5,4,.72)),
    url("assets/maasai-nation-social-share.jpg") center/cover no-repeat
}
body:not(.home-modern) .article-wrap{gap:58px}
body:not(.home-modern) .culture-article{max-width:830px}
body:not(.home-modern) .article-hero-image img{
  border-radius:4px;
  border:1px solid rgba(242,181,68,.20);
  box-shadow:0 22px 55px rgba(0,0,0,.22)
}
body:not(.home-modern) .culture-article .lead{
  font-size:22px;
  color:#f2e8df;
  border-left:4px solid var(--mn-red);
  padding-left:22px
}
body:not(.home-modern) .culture-article h2{
  color:#fff;
  font-family:Impact,Anton,sans-serif;
  text-transform:uppercase;
  font-size:38px;
  line-height:1;
  letter-spacing:.1px;
  margin-top:55px
}
body:not(.home-modern) .culture-article h3{color:var(--mn-gold)}
body:not(.home-modern) .culture-article p{color:#d6cbc2;line-height:1.85}
body:not(.home-modern) .fact-grid{gap:12px}
body:not(.home-modern) .fact-card{
  border-radius:4px;
  border:1px solid rgba(255,255,255,.11);
  background:#14110e
}
body:not(.home-modern) .callout{
  border-radius:0 4px 4px 0;
  background:#17110c;
  border-left-color:var(--mn-gold)
}
body:not(.home-modern) .media-feature{
  border-radius:4px;
  background:#242A22;
  border:1px solid rgba(255,255,255,.11)
}
body:not(.home-modern) .media-feature img{border-radius:3px}
body:not(.home-modern) .culture-aside{
  border-radius:4px;
  background:#242A22;
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 18px 48px rgba(0,0,0,.17)
}
body:not(.home-modern) .culture-aside h3{
  font-family:Impact,Anton,sans-serif;
  text-transform:uppercase;
  font-size:25px
}
body:not(.home-modern) .culture-aside a{
  transition:.2s color,.2s padding-left
}
body:not(.home-modern) .culture-aside a:hover{
  color:var(--mn-gold);
  padding-left:5px
}

/* CTA */
body:not(.home-modern) .cta-strip{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(137,19,13,.98),rgba(214,121,22,.96)),
    #b51d16;
  padding:58px 0
}
body:not(.home-modern) .cta-strip:after{
  content:"";
  position:absolute;inset:0;
  background-image:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:72px;
  pointer-events:none
}
body:not(.home-modern) .cta-inner{position:relative;z-index:1}
body:not(.home-modern) .cta-inner h2{
  font-size:clamp(42px,5vw,64px);
  letter-spacing:-.5px
}

/* FOOTER */
body:not(.home-modern) footer{
  background:#161A16;
  padding-top:70px;
  border-top:1px solid rgba(255,255,255,.08)
}
body:not(.home-modern) .footer-grid h4{
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase
}
body:not(.home-modern) .footer-grid a{transition:.2s color,.2s transform}
body:not(.home-modern) .footer-grid a:hover{color:var(--mn-gold);transform:translateX(3px)}
body:not(.home-modern) .copyright{border-top-color:rgba(255,255,255,.08)}

/* WHATSAPP */
body:not(.home-modern) .whatsapp-float{
  border-radius:4px;
  box-shadow:0 13px 36px rgba(0,0,0,.40)
}

/* subtle reveal */
@media (prefers-reduced-motion:no-preference){
  body:not(.home-modern) .card,
  body:not(.home-modern) .culture-topic-card,
  body:not(.home-modern) .gallery-item{
    animation:mnFade .5s ease both
  }
  @keyframes mnFade{
    from{opacity:.2;transform:translateY(10px)}
    to{opacity:1;transform:none}
  }
}

/* RESPONSIVE */
@media(max-width:900px){
  body:not(.home-modern) .page-hero{padding:110px 0 74px}
  body:not(.home-modern) .bio-grid,
  body:not(.home-modern) .feature-grid,
  body:not(.home-modern) .contact-grid{gap:45px}
  body:not(.home-modern) .culture-index-hero{min-height:590px}
}
@media(max-width:620px){
  body:not(.home-modern) .site-header{background:rgba(7,6,5,.95)}
  body:not(.home-modern) .page-hero{
    padding:96px 0 65px;
    background-position:60% center
  }
  body:not(.home-modern) .page-hero h1{font-size:54px}
  body:not(.home-modern) .page-hero p{font-size:16px}
  body:not(.home-modern) .section{padding:72px 0}
  body:not(.home-modern) .culture-index-copy h1{font-size:58px}
  body:not(.home-modern) .culture-article h2{font-size:31px}
  body:not(.home-modern) .contact-form{padding:24px}
}
\n\n/* ===== MAASAI LAND & CONSERVATION — DIRECT FIX ===== */
:root{--mn-green:#355E3B;--mn-earth:#6B4A2D;--mn-red:#B83227;--mn-gold:#C99A3D;--mn-cream:#E8DDC4;--mn-ink:#1D211C;--mn-panel:#242A22;--mn-line:rgba(232,221,196,.16)}
body:not(.home-modern){background:radial-gradient(circle at 90% 4%,rgba(53,94,59,.10),transparent 25%),#1D211C}
body:not(.home-modern) .site-header{background:rgba(24,29,24,.90);border-bottom-color:rgba(201,154,61,.20)}
body:not(.home-modern) .page-hero{background:linear-gradient(90deg,rgba(24,29,24,.96),rgba(29,33,28,.78)),url("assets/maasai-nation-social-share.jpg") center/cover no-repeat}
body:not(.home-modern) .breadcrumbs,body:not(.home-modern) .eyebrow,body:not(.home-modern) .text-link{color:#C99A3D}
body:not(.home-modern) .section.alt{background:#20261F}body:not(.home-modern) .section.light{background:linear-gradient(180deg,#E8DDC4,#DDD0B4);color:#2E332C}
body:not(.home-modern) .card{background:linear-gradient(145deg,#2A3028,#20261F);border-color:rgba(232,221,196,.12)}body:not(.home-modern) .card:hover{border-color:rgba(201,154,61,.46)}body:not(.home-modern) .card-body p{color:#BEB3A3}body:not(.home-modern) .pill{background:rgba(53,94,59,.24);color:#DCC88E}
body:not(.home-modern) .panel{background:linear-gradient(145deg,rgba(53,94,59,.16),rgba(255,255,255,.025))}body:not(.home-modern) .notice{background:#242A22;border-left-color:#355E3B}body:not(.home-modern) .searchbar{background:#242A22;border-color:rgba(232,221,196,.17)}
body:not(.home-modern) .btn-primary{background:#B83227}body:not(.home-modern) .btn-primary:hover{background:#CA4034}body:not(.home-modern) .btn-secondary{background:rgba(53,94,59,.10);border-color:rgba(232,221,196,.19)}body:not(.home-modern) .btn-dark{background:#1D211C}
body:not(.home-modern) .portrait{border-color:rgba(201,154,61,.28);box-shadow:20px 20px 0 rgba(53,94,59,.13)}body:not(.home-modern) .video-frame{border-color:rgba(201,154,61,.28)}
body:not(.home-modern) .culture-index-overlay{background:linear-gradient(90deg,rgba(24,29,24,.96) 0%,rgba(29,33,28,.70) 50%,rgba(29,33,28,.25) 100%),linear-gradient(0deg,rgba(24,29,24,.82),transparent 58%)}
body:not(.home-modern) .culture-topic-card{background:linear-gradient(155deg,rgba(53,94,59,.18),transparent 44%),#242A22;border-color:rgba(232,221,196,.12)}body:not(.home-modern) .culture-topic-card:hover{border-color:rgba(201,154,61,.50)}body:not(.home-modern) .culture-topic-card:after{color:#C99A3D}
body:not(.home-modern) .culture-hero{background:linear-gradient(110deg,rgba(24,29,24,.97),rgba(29,33,28,.74)),url("assets/maasai-nation-social-share.jpg") center/cover no-repeat}
body:not(.home-modern) .culture-article .lead{border-left-color:#355E3B}body:not(.home-modern) .culture-article h3,body:not(.home-modern) .culture-aside h3{color:#C99A3D}body:not(.home-modern) .fact-card,body:not(.home-modern) .media-feature,body:not(.home-modern) .culture-aside{background:#242A22}body:not(.home-modern) .callout{background:#2A3028;border-left-color:#C99A3D}body:not(.home-modern) .culture-aside a:hover{color:#C99A3D}
body:not(.home-modern) .contact-form{background:#E8DDC4;box-shadow:24px 28px 0 rgba(53,94,59,.12)}body:not(.home-modern) .cta-strip{background:linear-gradient(90deg,#355E3B 0%,#56704C 32%,#6B4A2D 66%,#B83227 100%)}body:not(.home-modern) footer{background:#161A16}
body:not(.home-modern) .footer-grid h4{color:#C99A3D}body:not(.home-modern) .footer-grid a:hover{color:#C99A3D}
@media(max-width:620px){body:not(.home-modern) .site-header{background:rgba(24,29,24,.96)}}


/* =========================================================
   MAASAI LAND & CONSERVATION — STRONG VISUAL COLOR FIX
   This file is appended directly to BOTH existing theme CSS files.
   ========================================================= */

/* CORE PALETTE */
:root,
.home-modern{
  --mn-green:#2F5D3A !important;
  --mn-green-dark:#173A25 !important;
  --mn-green-mid:#3E6B46 !important;
  --mn-gold:#D0A23F !important;
  --mn-red:#B63A2B !important;
  --mn-earth:#725035 !important;
  --mn-sand:#E6D7B8 !important;
  --mn-charcoal:#182019 !important;
}

/* HEADER — OBVIOUS FOREST GREEN */
.site-header,
.home-modern .home-header,
body:not(.home-modern) .site-header{
  background:rgba(23,58,37,.96) !important;
  border-bottom:2px solid #D0A23F !important;
  box-shadow:0 8px 30px rgba(0,0,0,.22) !important;
}
.brand strong{color:#FFF8E8 !important}
.brand small{color:#DCCDAF !important}
.nav-links a{color:#F6F0E2 !important}
.nav-links a:hover{color:#FFD76A !important}
.nav-cta{
  border-color:#D0A23F !important;
  background:#B63A2B !important;
  color:#fff !important;
}

/* HOMEPAGE HERO — DEEP GREEN LANDSCAPE TONE */
.mn-hero-shade{
  background:
    linear-gradient(90deg,rgba(18,54,32,.97) 0%,rgba(23,58,37,.92) 34%,rgba(47,93,58,.66) 67%,rgba(47,93,58,.34) 100%),
    linear-gradient(0deg,rgba(24,32,25,.88) 0%,transparent 48%) !important;
}
.mn-kicker,.mn-label{color:#FFD76A !important}
.mn-kicker span{background:#B63A2B !important}
.mn-hero h1 em{color:#FFD76A !important}
.mn-btn-red{
  background:#B63A2B !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.10) !important;
}
.mn-btn-red:hover{background:#CC4938 !important}
.mn-btn-glass{
  background:rgba(23,58,37,.55) !important;
  border:1px solid rgba(230,215,184,.55) !important;
}
.mn-proof{
  border-top-color:rgba(255,215,106,.35) !important;
}
.mn-proof strong{color:#FFD76A !important}

/* FEATURED MIXES — FOREST GREEN */
.mn-dark,
.mn-connect{
  background:#173A25 !important;
}
.mn-feature-main,
.mn-feature-small{
  background:#244B31 !important;
}
.mn-tag{
  background:#B63A2B !important;
  color:#fff !important;
}
.mn-play{
  background:#D0A23F !important;
  color:#182019 !important;
}
.mn-section h2 i,
.mn-arrow-link span,
.mn-small-copy span,
.mn-small-copy b{
  color:#FFD76A !important;
}

/* CULTURE / LAND — STRONG WARM SAND */
.mn-earth{
  background:#E6D7B8 !important;
  color:#273026 !important;
}
.mn-earth .mn-label,
.mn-story-copy h2 i{
  color:#2F5D3A !important;
}
.mn-story-copy>p{
  color:#544C3E !important;
}
.mn-story-stamp{
  background:#2F5D3A !important;
  border-color:#E6D7B8 !important;
}
.mn-story-links{
  border-top-color:rgba(47,93,58,.25) !important;
}
.mn-story-links a{
  border-bottom-color:rgba(47,93,58,.25) !important;
}
.mn-story-links em{color:#B63A2B !important}
.mn-story-visual img{
  box-shadow:28px 30px 0 rgba(114,80,53,.22) !important;
}

/* ARTISTS — EARTH / FOREST */
.mn-artists{
  background:linear-gradient(135deg,#182019 0%,#263C2B 62%,#3B3227 100%) !important;
}
.mn-artist-cards{
  border-top-color:rgba(208,162,63,.25) !important;
  border-bottom-color:rgba(208,162,63,.25) !important;
}
.mn-artist-cards a{
  border-right-color:rgba(208,162,63,.18) !important;
}
.mn-artist-cards a:hover{
  background:linear-gradient(160deg,rgba(47,93,58,.45),rgba(114,80,53,.28)) !important;
}
.mn-artist-cards b{color:#FFD76A !important}

/* MOVING BAND — CONSERVATION PALETTE */
.mn-band{
  background:linear-gradient(90deg,#2F5D3A 0%,#3E6B46 28%,#D0A23F 52%,#725035 75%,#B63A2B 100%) !important;
}

/* FINAL CTA */
.mn-final-cta{
  background:
    radial-gradient(circle at 50% 30%,rgba(47,93,58,.42),transparent 38%),
    linear-gradient(180deg,#182019,#173A25) !important;
}
.mn-final-cta h2 span{color:#FFD76A !important}
.mn-final-logo{border-color:#D0A23F !important}

/* INNER PAGE HEROES — GREEN, NOT BLACK */
body:not(.home-modern) .page-hero,
body:not(.home-modern) .culture-hero{
  background:
    linear-gradient(90deg,rgba(23,58,37,.96),rgba(47,93,58,.77)),
    url("assets/maasai-nation-social-share.jpg") center/cover no-repeat !important;
}

/* INNER PAGE DARK AREAS */
body:not(.home-modern){
  background:#182019 !important;
}
body:not(.home-modern) .section.alt{
  background:#173A25 !important;
}
body:not(.home-modern) .card,
body:not(.home-modern) .panel,
body:not(.home-modern) .culture-topic-card,
body:not(.home-modern) .fact-card,
body:not(.home-modern) .media-feature,
body:not(.home-modern) .culture-aside{
  background:#244B31 !important;
  border-color:rgba(208,162,63,.24) !important;
}
body:not(.home-modern) .card:hover,
body:not(.home-modern) .culture-topic-card:hover{
  border-color:#D0A23F !important;
}

/* INNER PAGE LIGHT AREAS */
body:not(.home-modern) .section.light,
body:not(.home-modern) .contact-form{
  background:#E6D7B8 !important;
  color:#273026 !important;
}

/* BUTTONS & ACCENTS */
body:not(.home-modern) .btn-primary{
  background:#B63A2B !important;
}
body:not(.home-modern) .btn-secondary{
  background:#2F5D3A !important;
  border-color:#D0A23F !important;
}
body:not(.home-modern) .text-link,
body:not(.home-modern) .eyebrow,
body:not(.home-modern) .breadcrumbs,
body:not(.home-modern) .culture-article h3,
body:not(.home-modern) .culture-aside h3{
  color:#FFD76A !important;
}
body:not(.home-modern) .pill{
  background:#355F3D !important;
  color:#F5D987 !important;
}
body:not(.home-modern) .notice,
body:not(.home-modern) .callout{
  background:#2F412E !important;
  border-left-color:#D0A23F !important;
}
body:not(.home-modern) .culture-article .lead{
  border-left-color:#B63A2B !important;
}

/* CTA STRIP */
body:not(.home-modern) .cta-strip{
  background:linear-gradient(90deg,#2F5D3A 0%,#3E6B46 35%,#725035 70%,#B63A2B 100%) !important;
}

/* FOOTER */
footer,
.mn-footer,
body:not(.home-modern) footer{
  background:#102A1B !important;
  border-top:2px solid rgba(208,162,63,.28) !important;
}
.footer-grid h4{color:#FFD76A !important}

/* MOBILE */
@media(max-width:620px){
  .site-header,
  .home-modern .home-header,
  body:not(.home-modern) .site-header{
    background:#173A25 !important;
  }
  .mn-hero-shade{
    background:
      linear-gradient(90deg,rgba(23,58,37,.96),rgba(47,93,58,.76)),
      linear-gradient(0deg,rgba(24,32,25,.90),transparent) !important;
  }
}

