/*
Theme Name: Solomons Wisdom Premium
Version: 7.0 (Production Clean)
*/

/* ==========================================
   ROOT
========================================== */

:root {
  --accent-gold: #c9a227;
  --dark: #111111;
  --light-gray: #f4f4f4;
}

/* ==========================================
   GLOBAL
========================================== */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--dark);
  background: #ffffff;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

/* ==========================================
  HOH HEADER — EXECUTIVE BLACK
========================================== */

header{
  height:110px;
  background:#1F5D3B;   /* deep evergreen */
  box-shadow:0 8px 30px rgba(0,0,0,0.25);
  position:relative;
  z-index:999;
}


header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.brand img{
  height:225px;      /* adjust size if needed */
  margin-top:90px;   /* moves logo down */
}


header nav ul {
  list-style: none;
  display: flex;
  gap: 45px;
  margin: 0;
  padding: 0;
}

header nav a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

header nav a::after {
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:0%;
  height:2px;
  background: linear-gradient(90deg,#c9a227,#e6c15a);
  transition: width 0.3s ease;
}

header nav a:hover::after {
  width:100%;
}

/* ==========================================
   LANDING PAGE — LUXURY HOLDING GROUP
========================================== */

.landing-body {
  background: linear-gradient(
    180deg,
    #f0f1f2 0%,
    #e2e3e5 100%
  );
}

/* Landing Hero */

.landing-hero {
  position: relative;
  padding: 18px 0 6px 0;   /* aggressively tightened */
  text-align: center;
  background: linear-gradient(
    to bottom,
    #fafafa 0%,
    #f6f6f6 50%,
    #fafafa 100%
  );
}

.whg-watermark {
  position: absolute;
  top: 52%;              /* lowered from 50% */
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Playfair Display', serif;
  font-size: 150px;
  letter-spacing: 12px;   /* added spacing */
  font-weight: 700;
  opacity: 0.05;
  pointer-events: none;
  white-space: nowrap;
}

/* Headline */

.landing-hero h1 {
  font-size: 60px;
  margin: 0 0 4px 0;  /* remove default top margin */
}
.landing-hero p{
  max-width:900px;
}


/* Top Divider */

.architectural-divider {
  width: 110px;
  height: 1px;
  margin: 8px auto;   /* reduced from 20px */
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.05),
    rgba(0,0,0,0.4),
    rgba(0,0,0,0.05)
  );
}

/* ==========================================
Intro Block
========================================== */

.landing-intro{
  font-family:'Playfair Display',serif;
  max-width:860px;
  margin:0 auto;
  font-size:15px;
  line-height:1.42;
  letter-spacing:.08px;
  color:#222;
}

.landing-intro .intro-block{
  margin:8px auto;
  font-weight:400;
}

.intro-standard-wrapper{
  margin:0;
}

.intro-standard{
  display:block;
  font-style:italic;
  font-weight:600;
  margin:2px 0 0 0;
}

.landing-intro .intro-block:last-of-type{
  padding-bottom:8px;
}

.landing-intro .intro-block:last-of-type::after{
  content:"";
  display:block;
  width:60px;
  height:1px;
  background-color:rgba(0,0,0,.25);
  margin:8px auto 0 auto;
}

/* Wisdom Holdings Intro Section */

.whg-intro {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  font-family: "Playfair Display", serif;
  color: #333;
}

/* Paragraph styling */

.whg-intro p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 28px;
}

/* Portfolio statement spacing */

.whg-intro .portfolio-line {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Final emphasis line */

.whg-intro .value-line {
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.4px;
}
/* ==========================================
   SOLOMON'S WISDOM HERO
========================================== */

.hero-premium {
  position: relative;
  padding: 120px 0 100px 0;
  background-image: url(https://wisdomholdingsgroup.com/wp-content/uploads/2026/02/Executive-Boardroom-_-Peppermill-Reno-Hotel-Casino-866-821-9996.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}

/* Dark overlay for readability */

.hero-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);  /* adjust darkness */
  z-index: 1;
}

.hero-grid {
  position: relative;
  z-index: 2;
}
.hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 58px;     /* enlarged */
  line-height: 1.12;   /* tighter spacing between lines */
  margin-bottom: 16px; /* slightly reduced */
  letter-spacing: -0.5px; /* subtle refinement */
}

/* Buttons */

/* ==========================================
   HERO BUTTON — ROUNDED REFINED
========================================== */

.hero-premium .btn {
  display: inline-block;
  padding: 16px 40px;
  background: var(--accent-gold);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;   /* rounded corners */
  transition: all 0.3s ease;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.hero-premium .btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 45px rgba(0,0,0,0.35),
    0 0 30px rgba(201,162,39,0.4);
}
}

/* Sections */

.section {
  padding: 80px 20px;
}

.section.light {
  background: #f4f4f4;
}

.section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-bottom: 10px;
  text-align: center;
}

/* ==========================================
   SECTION DIVIDER — GOLD CENTER HIGHLIGHT + SAFE DEFAULT
========================================== */

.section-divider {
  position: relative;
  width: 180px;
  height: 2px;
  margin: 14px auto 18px auto;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.06),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.06)
  );
  border-radius: 2px;
  overflow: hidden;

  /* SAFE DEFAULT: divider shows even if JS doesn't run */
  opacity: 1;
  transform: none;
}

.section-divider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 70px;   /* wider highlight */
  height: 100%;

background: linear-gradient(
  90deg,
  rgba(0,0,0,0.04),
  rgba(0,0,0,0.25),
  rgba(0,0,0,0.04)
);

  opacity: 1;
  pointer-events: none;
}

/* ==========================================
   LAYERED SCROLL REVEAL — PREMIUM
========================================== */

/* Sections */
.section.reveal {
  opacity: 0;
  transform: translateY(70px);
  transition: 
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Divider micro-delay */
.section-divider {
  opacity: 0;
  transform: scaleX(0.85);
  transition: 
    opacity 0.8s ease,
    transform 0.8s ease;
}

.section.visible .section-divider {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.25s;
}

/* Cards reveal after section */
.service-card.reveal {
  opacity: 0;
  transform: translateY(60px) scale(0.97);
  transition:
    opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-card.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
/* ==========================================
   DIVIDER SCROLL REVEAL
========================================== */

.section-divider {
  transform: scaleX(0.25);
  opacity: 0;
  transform-origin: center;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* When visible, expand */
.section-divider.visible {
  transform: scaleX(1);
  opacity: 1;
}

/* ==========================================
   SOLOMON'S WISDOM — EXECUTIVE PARTNERSHIP
========================================== */

.section.light .page-intro {
  max-width: 700px;        /* narrower for focus */
  margin: 0 auto;          /* centered */
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
  color: #333;
}

/* Services Grid */

/* ==========================================
   ENGAGEMENT ARCHITECTURE — GRID REFINED
========================================== */

.services-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;     /* more vertical breathing */
  margin-top: 20px;
}

/* ==========================================
   SERVICE CARD — ARCHITECTURAL ELEVATION
========================================== */

.service-card {
  background: #ffffff;
  padding: 50px 35px;
  border-radius: 8px;

  border: 1px solid rgba(0,0,0,0.06);
  transition: all 0.4s ease;

  position: relative;
  overflow: hidden;
}

/* Subtle top accent line */

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(
    90deg,
    rgba(201,162,39,0.8),
    rgba(201,162,39,0.4)
  );
  transition: width 0.4s ease;
}

/* Hover effect */

.service-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 25px 60px rgba(0,0,0,0.15),
    0 0 50px rgba(0,0,0,0.05);
}

.service-card:hover::before {
  width: 100%;
}
.service-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.service-card .short-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Split Section */

.split-section {
  padding: 80px 0;
}

.engagement-button {
  text-align: center;
  margin-top: 30px;
}
/* ==========================================
   VENTURE SECTION — TIGHTENED + ALIGNED
========================================== */

.venture-section {
  padding: 25px 0 40px 0;
  position: relative;
}

.venture-grid {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  justify-content: center;
  gap: 25px;
}

.venture-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  color: var(--dark);
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Restore illumination */
.venture-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 22px 55px rgba(0,0,0,0.18),
    0 0 40px rgba(0,0,0,0.06);
}

/* Normalize logo height across all cards */

.venture-card img {
  height: 180px;          /* uniform height */
  width: auto;
  object-fit: contain;
  margin: 0 auto 12px auto;
  display: block;
  transition: transform 0.35s ease;
}

/* Remove HOH size override to ensure alignment */
.hoh-card img {
  height: 180px;
  width: auto;
}

/* Subtle image lift on hover */
.venture-card:hover img {
  transform: scale(1.04);
}
.hoh-card img {
  height: 240px;
}
/* Center the HOH logo in its card */

.hoh-card img{
  display:block;
  margin:20px auto 10px auto;
  max-height:220px;
  object-fit:contain;
}
.sw-card img,
.ss-card img{
  margin-top:30px;
}
.sw-card .venture-hover,
.ss-card .venture-hover{
  margin-top:30px;
}
.hoh-card .venture-hover{
  margin-top:8px;
}


/* ==========================================
   ARCHITECTURAL LINES — REMOVED
========================================== */

.venture-section::before,
.venture-section::after {
  display: none;
}
/* ==========================================
   INDIVIDUAL CARD COLOR THEMES
========================================== */

/* Solomon's Wisdom — Gray */

.sw-card {
  background: #f5f5f5;
  border: 1px solid rgba(0,0,0,0.08);
}

.sw-card:hover {
  box-shadow:
    0 22px 55px rgba(0,0,0,0.20),
    0 0 40px rgba(0,0,0,0.06);
}

/* Sweet & Savory — Purple */

.ss-card {
  background: #f7f2fb;
  border: 1px solid rgba(128, 0, 128, 0.15);
}

.ss-card:hover {
  box-shadow:
    0 22px 55px rgba(128, 0, 128, 0.25),
    0 0 45px rgba(128, 0, 128, 0.12);
}

/* Heart of Hope — Green */

.hoh-card {
  background: #f2f8f4;
  border: 1px solid rgba(34, 139, 34, 0.15);
}

.hoh-card:hover {
  box-shadow:
    0 22px 55px rgba(34, 139, 34, 0.22),
    0 0 45px rgba(34, 139, 34, 0.10);
}
/* ==========================================
   HOVER COLOR THEMES — VISIBLE ON HOVER
========================================== */

/* Reset base state (clean white) */

.sw-card,
.ss-card,
.hoh-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Accent bar (hidden initially) */

.sw-card::before,
.ss-card::before,
.hoh-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  transition: width 0.35s ease;
}

/* Solomon's Wisdom — Gray */

.sw-card::before {
  background: #888888;
}

.sw-card:hover::before {
  width: 100%;
}

.sw-card:hover {
  background: #f4f4f4;
  box-shadow:
    0 25px 60px rgba(0,0,0,0.25),
    0 0 45px rgba(0,0,0,0.10);
}

/* Sweet & Savory — Purple */

.ss-card::before {
  background: #6a1b9a;
}

.ss-card:hover::before {
  width: 100%;
}

.ss-card:hover {
  background: #f7f1fb;
  box-shadow:
    0 25px 60px rgba(106, 27, 154, 0.45),
    0 0 60px rgba(106, 27, 154, 0.18);
}

/* Heart of Hope — Green */

.hoh-card::before {
  background: #2e7d32;
}

.hoh-card:hover::before {
  width: 100%;
}

.hoh-card:hover {
  background: #f1f7f2;
  box-shadow:
    0 25px 60px rgba(46, 125, 50, 0.35),
    0 0 60px rgba(46, 125, 50, 0.18);
}

/* Architectural Lines */

.venture-section::before,
.venture-section::after {
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:1px;
  background: rgba(0,0,0,0.04);
}

.venture-section::before { left:33.333%; }
.venture-section::after { left:66.666%; }


.intro-standard {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 18px 0;
  color: #111; /* darker than body */
}
.intro-standard-wrapper {
  margin: 0 0 10px 0; /* tight spacing below */
}

.intro-standard {
  display: block;
  font-style: italic;
  font-weight: 600; /* bold */
  letter-spacing: 0.2px;
  margin-top: 0;
}
.landing-intro p:last-of-type {
  position: relative;
  padding-bottom: 25px;
}

.landing-intro p:last-of-type::after {
  content: "";
  display: block;
  width: 80px;              /* adjust length */
  height: 1px;
  background-color: #d8d8d8; /* subtle tone */
  margin: 20px auto 0 auto;
}
.landing-intro {
  font-family: 'Playfair Display', serif;
  font-size: 21px;        /* slightly refined size */
  line-height: 1.5;      /* gives executive breathing room */
  letter-spacing: 0.1px;  /* subtle polish */
  color: #222;
}
/* ==========================================
   FORCE SECTION DIVIDER TO DISPLAY (OVERRIDE)
========================================== */

.section-divider {
  display: block !important;
  width: 180px !important;
  height: 2px !important;
  margin: 14px auto 18px auto !important;
  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.06),
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.06)
  ) !important;
  border-radius: 2px !important;
  overflow: hidden !important;

  /* prevent hidden-by-animation overrides */
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.section-divider::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  width: 36px !important;
  height: 100% !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(
    90deg,
    rgba(201,162,39,0),
    rgba(201,162,39,0.55),
    rgba(201,162,39,0)
  ) !important;
  opacity: 0.9 !important;
}
/* ==========================================
   DIVIDER — GOLD CENTER HIGHLIGHT (FORCED)
========================================== */

.section-divider {
  position: relative !important;
  overflow: hidden !important;
}

.section-divider::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;

  width: 50px !important;        /* wider so you can see it */
  height: 100% !important;

  background: linear-gradient(
    90deg,
    rgba(201,162,39,0),
    rgba(201,162,39,0.75),
    rgba(201,162,39,0)
  ) !important;

  opacity: 1 !important;         /* force visible */
  pointer-events: none !important;
}
/* ==========================================
   SECTION SPACING — EXECUTIVE MINIMAL
========================================== */

.section {
  padding: 30px 0;
}
.section.light {
  padding-bottom: 50px;
}
/* ==========================================
   HERO BOUTIQUE POSITIONING LINE
========================================== */

.hero-boutique-line {
  max-width: 750px;
  margin: 10px 0 30px 0;

  font-size: 15px;
  line-height: 1.5;
  font-style: italic;
  color: rgba(255,255,255,0.85);  /* subtle against dark hero */
  letter-spacing: 0.2px;
}
/* ==========================================
   ENGAGEMENT ARCHITECTURE — TAGLINE REFINED
========================================== */

.section-subline {
  width: 100%;
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  line-height: 1.4;
  font-style: italic;
  color: #777;
  letter-spacing: 0.3px;
}

@media (min-width: 992px) {
  .section-subline {
    white-space: nowrap;
  }
}
/* ==========================================
   SERVICE CARD STAGGER
========================================== */

.services-card-grid .service-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.services-card-grid .service-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================
   ENGAGEMENT PHILOSOPHY — ELEGANT STATEMENT
========================================== */

.split-section {
  position: relative;
  background: linear-gradient(
    135deg,
    #141414 0%,
    #0e0e0e 100%
  );
  color: #ffffff;
  text-align: center;
  padding: 30px 0;   /* reduced again */
  overflow: hidden;
}

.split-section h2 {
  color: #ffffff;
  font-size: 44px;
  margin-bottom: 35px;
}

.split-section .page-intro {
  max-width: 850px;
  margin: 0 auto 35px auto;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,0.82);
}

.split-section .page-intro strong {
  color: #ffffff;
}
/* Watermark */

.split-section::before {
  content: "PHILOSOPHY";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-family: 'Playfair Display', serif;
  font-size: 150px;      /* slightly smaller */
  font-weight: 700;
  letter-spacing: 14px;

  color: rgba(255,255,255,0.06);  /* slightly more visible */
  white-space: nowrap;
  pointer-events: none;
}
.split-section h2 {
  color: #ffffff;
  font-size: 44px;
  margin-bottom: 20px;
  position: relative;
}
.split-section h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 18px auto 35px auto;

  background: linear-gradient(
    90deg,
    rgba(201,162,39,0),
    rgba(201,162,39,0.8),
    rgba(201,162,39,0)
  );
}
/* Internal fade stagger */

.split-section .page-intro,
.split-section .engagement-button {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.split-section.visible .page-intro {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.split-section.visible .engagement-button {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}
/* ==========================================
   LIGHT BUTTON (FOR DARK SECTIONS)
========================================== */

.btn-light {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 40px;

  background: #ffffff;
  color: #111111;

  font-weight: 600;
  letter-spacing: 0.4px;

  transition: all 0.35s ease;
  text-decoration: none;
}

.btn-light:hover {
  background: #c9a227;
  color: #111111;
  transform: translateY(-3px);
}
/* ==========================================
   SWEET & SAVORY — HERO
========================================== */

.hero-ssmb {
  position: relative;
  height: 92vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  color: #ffffff;
}

/* Elegant center glow for readability */
.hero-ssmb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0,0,0,0.25) 0%,
    rgba(0,0,0,0.15) 35%,
    rgba(0,0,0,0.05) 55%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 1;
}

.hero-ssmb-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* ==========================================
   HERO HEADLINE
========================================== */

.hero-main {
  font-family: 'Playfair Display', serif;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: #ffffff;

  text-shadow:
    0 6px 20px rgba(0,0,0,0.35),
    0 12px 40px rgba(0,0,0,0.25);
}

/* ==========================================
   AMPERSAND ACCENT
========================================== */

.hero-ampersand {
  font-family: 'Playfair Display', serif;
  font-size: 54px;
  font-style: italic;
  line-height: 1;

  margin: 10px 0 6px 0;

  color: #f3d48b;

  text-shadow:
    0 0 12px rgba(198,161,91,0.85),
    0 0 30px rgba(198,161,91,0.55),
    0 12px 40px rgba(0,0,0,0.45);
}

/* ==========================================
   SUBLINE
========================================== */

.hero-subline {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 30px;

  color: rgba(255,255,255,0.95);

  text-shadow:
    0 4px 18px rgba(0,0,0,0.35);
}

/* Keep second line on one line on desktop */
@media (min-width: 992px) {
  .hero-subline {
    white-space: nowrap;
  }
}

/* ==========================================
   SSMB PRIMARY BUTTON — LUXURY GOLD
========================================== */

.ssmb-btn {
  display: inline-block;
  background: #C6A15B;
  color: #ffffff;
  padding: 14px 38px;
  border-radius: 40px;
  border: none;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .35s ease;
}

.ssmb-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(198,161,91,.35);
}
/* ==========================================
   GOLD BUTTON SHIMMER
========================================== */

.ssmb-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 120%;
  height: 100%;

  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.35),
    transparent
  );

  transform: skewX(-25deg);
  animation: buttonShimmer 3s ease forwards;
}

@keyframes buttonShimmer {
  0% { left: -120%; }
  100% { left: 140%; }
}
.ssmb-btn:hover {
  background: #d8b66a;
  border-color: #d8b66a;

  transform: translateY(-3px);

  box-shadow:
    0 12px 40px rgba(198,161,91,0.45),
    0 0 18px rgba(198,161,91,0.35),
    0 0 40px rgba(198,161,91,0.15);
}

/* ==========================================
   HERO FADE ANIMATION
========================================== */

.hero-main,
.hero-subline,
.ssmb-btn {
  opacity: 0;
  transform: translateY(10px);
  animation: heroFade 1s ease forwards;
}

.hero-main { animation-delay: .2s; }
.hero-subline { animation-delay: .7s; }
.ssmb-btn { animation-delay: 1.1s; }

@keyframes heroFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================
   SSMB HEADER
========================================== */

.ssmb-header{
  background:#2A0935; /* brand color */
  padding:20px 0;
}

.ssmb-header-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
/* ==========================================
SOLOMON'S WISDOM HEADER
========================================== */

.page-template-page-solomons-wisdom .site-header{
  background:#000;
}

/* Larger logo */

.page-template-page-solomons-wisdom .site-header .brand img{
  height:120px;
  width:auto;
}

/* raise logo slightly */

.page-template-page-solomons-wisdom .site-header .brand{
  margin-top:-8px;
}
/* Solomon's Wisdom header logo */

.page-template-page-solomons-wisdom .site-header .brand img{
  height:220px;
  width:auto;
}

/* Raise logo slightly */

.page-template-page-solomons-wisdom .site-header .brand{
  margin-top:-70px;
}


/* ==========================================
   NAVIGATION
========================================== */

.ssmb-menu{
  display:flex;
  gap:40px;
  list-style:none;
  margin:0;
  padding:0;
}

.ssmb-menu li a{
  color:#ffffff;
  text-decoration:none;
  letter-spacing:1px;
  font-weight:400;
  transition:color .3s ease;
}

.ssmb-menu li a:hover{
  color:#C6A15B;
}


/* ==========================================
   SSMB STORY — EDITORIAL SECTION
========================================== */

.ssmb-story {
  padding: 30px 20px;
  background: #faf7f2;
}
.ssmb-story .container {
  padding-top: 0;
  padding-bottom: 0;
}

.ssmb-story-title h2 {
  margin-top: 0;
}
.ssmb-story {
  background: #faf7f2;
  padding: 60px 20px;
}

/* Title */

.ssmb-story-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  line-height: 1.2;
  color: #2A0935;
  margin-bottom: 12px;
}

.ssmb-divider {
  width: 70px;
  height: 2px;
  background: #C6A15B;
}

/* Story text */

.ssmb-story-content p {
  font-size: 18px;
  line-height: 1.75;
  color: #4b4b4b;
  margin-bottom: 18px;
}

/* ==========================================
   STORY BUTTONS
========================================== */

.ssmb-story-buttons {
  margin-top: 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ssmb-story-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 40px;

  border: 1px solid #C6A15B;
  background: #C6A15B;

  color: #2A0935;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: .8px;

  transition: all .3s ease;
}

.ssmb-story-btn:hover {
  background: #d8b66a;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(198,161,91,0.35);
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width: 900px) {

  .ssmb-story-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

}

.ss-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  margin-bottom: 12px;
  color: #2A0935;
}

.ss-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.ss-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* ==========================================
   SSMB SIGNATURE EXPERIENCES
========================================== */

.ss-experiences .container {
  padding-top: 0;
  padding-bottom: 0;
}
.ss-experiences {
  padding: 110px 20px;
  background: #faf7f2;
  text-align: center;
}

.ss-experiences h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 10px;
  color: #2A0935;
}
.ss-experiences {
  background: #ffffff;
  padding: 80px 20px;
}
.ss-experiences {
  background: #ffffff;
  padding: 80px 20px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.ss-experiences {
  background: linear-gradient(
    to bottom,
    #ffffff,
    #faf7f2
  );
}
/* ==========================================
   SIGNATURE CATERING SECTION SPACING FIX
========================================== */

.ss-experiences {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* ==========================================
   SIGNATURE CATERING GRID — 5 CARDS
========================================== */

.ss-exp-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1100px) {
  .ss-exp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .ss-exp-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ==========================================
   SIGNATURE CATERING CARDS — REFINED FOR 5 GRID
========================================== */

.ss-exp-card {
  background: #ffffff;
  padding: 26px 22px;
  border-radius: 8px;
  transition: all .35s ease;
  text-align: center;
}

/* Card Title */

.ss-exp-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #2A0935;
}

/* Card Text */

.ss-exp-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Hover Effect */

.ss-exp-card:hover {
  transform: translateY(-6px);

  box-shadow:
    0 15px 40px rgba(0,0,0,0.08),
    0 0 18px rgba(42,9,53,0.35),
    0 0 35px rgba(42,9,53,0.18);
}

.ss-exp-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  margin-bottom: 12px;
  color: #2A0935;
}

.ss-exp-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* ==========================================
   SIGNATURE CATERING CARDS — ENHANCED GLOW
========================================== */

.ss-exp-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 18px 45px rgba(0,0,0,0.12),
    0 0 30px rgba(42,9,53,0.55),
    0 0 60px rgba(42,9,53,0.35);
}
/* ==========================================
   MOBILE HOSPITALITY SECTION SPACING
========================================== */

.ssmb-story {
  background: #faf7f2;
  padding: 35px 20px 70px 20px;
}

.ssmb-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

/* ==========================================
   MOBILE HOSPITALITY GOLD ACCENT
========================================== */

.ssmb-highlight {
  border-left: 4px solid #C6A15B;
  padding-left: 18px;
}

/* Text column */

.ssmb-story-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #4b4b4b;
  margin-bottom: 22px;
}

/* Divider */

.ssmb-divider {
  width: 70px;
  height: 2px;
  background: #C6A15B;
}

/* Mobile layout */

@media (max-width: 900px) {

  .ssmb-story-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

}
.ssmb-story-title {
  text-align: center;
}

.ssmb-divider {
  margin: 16px auto 22px auto;
}

.ssmb-story-buttons {
  margin-top: 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ssmb-story-btn {
  width: fit-content;
  min-width: 220px;
  text-align: center;
}
/* ==========================================
   MOBILE HOSPITALITY BUTTON SPACING FIX
========================================== */

.ssmb-story-buttons {
  margin-bottom: 40px;
}
/* ==========================================
   SECTION DIVIDER — MOBILE → CATERING
========================================== */

.ss-section-divider {
  padding: 60px 20px;
  background: #faf7f2;
  text-align: center;
}

.ss-divider-line {
  width: 120px;
  height: 2px;
  margin: 0 auto;
  background: linear-gradient(
    to right,
    transparent,
    #C6A15B,
    transparent
  );
}
/* ==========================================
   SSMB CONTACT GOLD DIVIDER
========================================== */

.ss-contact-divider {
  width: 120px;
  height: 2px;
  margin: 18px auto 28px auto;

  background: linear-gradient(
    to right,
    transparent,
    #C6A15B,
    transparent
  );
}
/* ==========================================
   SSMB CONTACT WATERMARK
========================================== */

.ss-contact-inner {
  position: relative;
}

.ss-contact-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  font-family: 'Playfair Display', serif;
  font-size: 180px;
  letter-spacing: 14px;
  font-weight: 600;

  color: rgba(255,255,255,0.04);

  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
}

/* Keep real content above watermark */

.ss-contact-inner > *:not(.ss-contact-watermark) {
  position: relative;
  z-index: 1;
}
.ss-contact-helper {
  font-size: 16px;
  opacity: .85;
  margin-bottom: 26px;
}
/* ==========================================
   SSMB CONTACT SECTION — TIGHT CTA BAND
========================================== */

section.ss-contact {
  background: #2A0935;
  color: #ffffff;
  text-align: center;
  padding: 12px 16px;   /* tighter purple band */
}

section.ss-contact .container {
  padding: 0;
  max-width: 680px;
  margin: 0 auto;
}

/* Restore headline size */

section.ss-contact h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  margin-bottom: 10px;
}
/* ==========================================
HEART OF HOPE — CLEAN STYLESHEET
========================================== */
/* ==========================================
HOH SECTION BACKGROUND BANDS
========================================== */

.hoh-band-white{
  background:#ffffff;
}

.hoh-band-light{
  background:#f6f8f7;
}

.hoh-band-green{
  background:#1F5D3B;
  color:#ffffff;
}

.hoh-band-green h2{
  color:#ffffff;
}

.hoh-band-green p{
  color:rgba(255,255,255,.92);
}
/* ==========================================
HOH GLOBAL
========================================== */

.hoh-section{
  padding:70px 20px;
}

.hoh-section h2{
  font-family:'Playfair Display', serif;
  font-size:36px;
  text-align:center;
  color:#1F5D3B;
  margin-bottom:12px;
}

.hoh-divider{
  width:70px;
  height:2px;
  background:#4CAF50;
  margin:16px auto 28px auto;
}

.hoh-section p{
  max-width:760px;
  margin:0 auto;
  text-align:center;
  font-size:18px;
  line-height:1.7;
  color:#333;
}

/* ==========================================
HOH HERO
========================================== */

.hoh-hero{
  background:#F5F1E8;
  padding:50px 20px 20px;
  text-align:center;
}

.hoh-line1{
  display:block;
  font-size:46px;
  color:#1F5D3B;
}

.hoh-line2{
  display:block;
  font-size:34px;
  color:#4CAF50;
  margin-top:6px;
}

.hoh-hero-text{
  max-width:760px;
  margin:18px auto 0;
}

/* ==========================================
HOH IMAGE RIBBON
========================================== */

.hoh-image-ribbon{
  border-top:2px solid #c9a227;
  border-bottom:4px solid #c9a227;
  margin-bottom:30px;
}


.hoh-ribbon-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.hoh-ribbon-item{
  position:relative;
  height:300px;
  overflow:hidden;
}

.hoh-ribbon-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.hoh-ribbon-overlay{
  position:absolute;
  inset:0;
  background:rgba(31,93,59,.25);
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding-bottom:30px;
}

.hoh-ribbon-overlay h3{
  color:#fff;
  font-family:'Playfair Display', serif;
  font-size:34px;
}
/* ==========================================
HOH IMAGE RIBBON — HOVER ZOOM
========================================== */

.hoh-ribbon-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}

.hoh-ribbon-item:hover img{
  transform:scale(1.06);
}

/* ==========================================
PILLARS
========================================== */

.hoh-pillars-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}

.hoh-definition{
  padding:0 28px;
  text-align:center;
}

.hoh-definition p{
  max-width:420px;
  margin:auto;
  font-size:16px;
}
/* ==========================================
MISSION SECTION TRANSITION
========================================== */

.hoh-mission{
  background:linear-gradient(
    to bottom,
    #f6f8f7 0%,
    #ffffff 60%
  );
}


/* ==========================================
ICON CIRCLES
========================================== */

.hoh-icon-circle{
  width:90px;
  height:90px;
  border-radius:50%;
  background:#eef6f0;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px auto;
}

.hoh-icon-circle img{
  width:42px;
  height:42px;
}

/* ==========================================
IMPACT SECTION
========================================== */

.hoh-impact{
  border-top:1px solid #e6e6e6;
}

.hoh-impact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:1320px;
  margin:40px auto 0 auto;
}

.hoh-impact-stat{
  text-align:center;
  padding:0 40px;
}

.hoh-impact-stat:not(:last-child){
  border-right:1px solid #e4e8e5;
}

.impact-icon img{
  width:75px;
  height:75px;
}

.impact-number{
  font-family:'Playfair Display', serif;
  font-size:56px;
  color:#1f5d3b;
  margin:10px 0 6px 0;
}

.impact-title{
  font-size:17px;
  font-weight:600;
  color:#2f6b4f;
}

.impact-desc{
  font-size:14px;
  line-height:1.65;
  color:#444;
}

/* ==========================================
ABOUT SECTION
========================================== */

.hoh-about{
  background:#1F5D3B;
  color:white;
  text-align:center;
  position:relative;
  overflow:hidden;
}

.hoh-about h2{
  color:white;
}

.hoh-about::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("/wp-content/uploads/2026/02/heart-of-hope-logo.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:420px;
  opacity:.06;
}
.hoh-about p{
  color:rgba(255,255,255,.92) !important;
}


/* ==========================================
PARTNER CTA
========================================== */

.hoh-partner{
  position:relative;
  overflow:hidden;
}

.hoh-partner::after{
  content:"";
  position:absolute;
  bottom:-60px;
  left:50%;
  transform:translateX(-50%);
  width:650px;
  height:650px;
  background-image:url("https://wisdomholdingsgroup.com/wp-content/uploads/2026/03/HOH-Silouhette-1.png");
  background-repeat:no-repeat;
  background-size:contain;
  opacity:.06;
}

.hoh-partner .container{
  position:relative;
  z-index:2;
}
.hoh-partner h2{
  max-width:600px;
  margin-left:auto;
  margin-right:auto;
  line-height:1.2;
}


/* ==========================================
CTA BUTTON
========================================== */

.hoh-btn{
  display:inline-block;
  padding:16px 38px;
  background:#4CAF50;
  color:#fff;
  border-radius:40px;
  text-decoration:none;
  margin:25px auto 0 auto;
}
.hoh-partner .hoh-btn{
  display:block;
  width:fit-content;
  margin:25px auto 0 auto;
}
/* ==========================================
HOH CTA BUTTON — PREMIUM
========================================== */

.hoh-btn{

  display:block;
  width:fit-content;

  padding:16px 38px;

  background:#4CAF50;
  color:#ffffff;

  border-radius:40px;

  font-weight:500;
  letter-spacing:.3px;

  text-decoration:none;

  margin:25px auto 0 auto;

  position:relative;
  overflow:hidden;

  transition:all .35s ease;

  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.hoh-btn:hover{

  background:#3e9f44;

  transform:translateY(-3px);

  box-shadow:
    0 14px 35px rgba(0,0,0,.18),
    0 0 22px rgba(76,175,80,.45);

}

.hoh-btn:active{

  transform:translateY(-1px);

  box-shadow:0 6px 16px rgba(0,0,0,.18);

}

.hoh-btn::after{

  content:"";
  position:absolute;

  top:0;
  left:-120%;

  width:120%;
  height:100%;

  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.35),
    transparent
  );

  transform:skewX(-25deg);

  animation:hohSheen 5s ease infinite;

}

@keyframes hohSheen{

  0% { left:-120%; }

  40% { left:140%; }

  100% { left:140%; }

}

/* ==========================================
MOBILE
========================================== */

@media(max-width:900px){

  .hoh-ribbon-grid{
    grid-template-columns:1fr;
  }

  .hoh-pillars-grid{
    grid-template-columns:1fr;
  }

  .hoh-impact-grid{
    grid-template-columns:1fr;
  }

  .hoh-line1{
    font-size:34px;
  }

  .hoh-line2{
    font-size:26px;
  }

}
/* ==========================================
HOH PARTNER TREE WATERMARK
========================================== */

.hoh-partner.hoh-band-light{
  position:relative;
  overflow:hidden;
}

.hoh-partner.hoh-band-light::after{

  content:"";

  position:absolute;

  bottom:-180px;
  left:50%;

  transform:translateX(-50%);

  width:750px;
  height:750px;

  background-image:url("https://wisdomholdingsgroup.com/wp-content/uploads/2026/03/HOH-Silouhette-1.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;

  opacity:.18;

  pointer-events:none;

  z-index:0;
}

.hoh-partner .container{
  position:relative;
  z-index:2;
}
/* ==========================================
PARTNER SECTION TEXT WIDTH
========================================== */

.hoh-partner p{
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}
/* ==========================================
HOH IMPACT ANIMATION
========================================== */

.hoh-impact-stat{
  opacity:0;
  transform:translateY(20px);
  transition:all .6s ease;
}

.hoh-impact-stat.visible{
  opacity:1;
  transform:translateY(0);
}

.hoh-impact-stat .impact-icon{
  opacity:0;
  transform:translateY(15px);
  transition:all .6s ease .2s;
}

.hoh-impact-stat.visible .impact-icon{
  opacity:1;
  transform:translateY(0);
}

.hoh-impact-stat .impact-desc{
  opacity:0;
  transition:opacity .6s ease .6s;
}

.hoh-impact-stat.visible .impact-desc{
  opacity:1;
}


/* ==========================================
HOH IMPACT NUMBER PULSE
========================================== */

.impact-number.pulse{
  animation:impactPulse .8s ease;
}

@keyframes impactPulse{

  0%{
    transform:scale(1);
    text-shadow:none;
  }

  50%{
    transform:scale(1.08);
    text-shadow:0 0 18px rgba(31,93,59,.35);
  }

  100%{
    transform:scale(1);
    text-shadow:none;
  }

}

/* ==========================================
   LANDING PAGE VERTICAL RHYTHM
========================================== */

/* HERO */

.landing-hero {
  background: linear-gradient(
    180deg,
    #FBFAF7 0%,
    #F4F1EB 58%,
    #F1ECE3 100%
  );
  padding: 56px 0 24px 0 !important;
  margin: 0;
}


/* HERO TITLE */

.landing-hero h1{
  margin-bottom:5px;
}


/* HERO INTRO TEXT */

.landing-intro{
  margin-bottom:20px;
  line-height:1.7;
}


/* VENTURE SECTION */

.venture-section{
 padding:35px 0 40px 0;
}


/* VENTURE GRID */

.venture-grid{
  margin-top:10px;
}


/* VENTURE CARDS */

.venture-card{
  padding:26px 20px;
}

/* ==========================================
SOLMON'S WISDOM HEADER
========================================== */

.sw-header{
  background:#000;
  padding:22px 0;
}

.sw-header-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.sw-brand img{
  height:120px;
  width:auto;
  margin-top:-8px;
}

.sw-menu{
  display:flex;
  gap:36px;
  list-style:none;
  margin:0;
  padding:0;
}

.sw-menu li a{
  color:#ffffff;
  text-decoration:none;
  letter-spacing:1px;
  transition:color .3s ease;
}

.sw-menu li a:hover{
  color:#c9a227;
}
/* ==========================================
OUR VENTURES INTRO
========================================== */

.ventures-intro{
  text-align:center;
  padding:70px 0 40px 0;
}

.ventures-intro h2{
  font-family:'Playfair Display', serif;
  font-size:34px;
  margin-bottom:10px;
}

.ventures-divider{
  width:70px;
  height:2px;
  background:#c9a227; /* brand gold */
  margin:10px auto 25px auto;
}

.ventures-intro p{
  max-width:720px;
  margin:0 auto;
  font-size:16px;
  line-height:1.7;
  color:#444;
}
/* ==========================================
VENTURE PORTFOLIO SECTION
========================================== */

.ventures-portfolio{
  background:#f7f7f7;
  padding:60px 0;
}

/* ==========================================
WHG PHILOSOPHY
========================================== */

.whg-philosophy{
  padding:35px 0 30px;
  text-align:center;
  background:#ffffff;
}

.whg-philosophy h2{
  font-family:'Playfair Display', serif;
  font-size:34px;
  margin-bottom:10px;
}

.philosophy-intro{
  max-width:720px;
  margin:0 auto 30px auto;
  font-size:16px;
  line-height:1.7;
  color:#444;
}

/* Pillars */

.philosophy-pillars{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:20px;
}

.philosophy-pillar h3{
  font-family:'Playfair Display', serif;
  font-size:20px;
  margin-bottom:10px;
}

.philosophy-pillar p{
  font-size:15px;
  line-height:1.6;
  color:#555;
}
/* ==========================================
VENTURES PORTFOLIO
========================================== */

.ventures-portfolio{
  background:#f8f8f8;
  padding:80px 0;
}

/* Category labels */

.venture-label{
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:#777;
  margin-bottom:10px;
}
/* Prevent lines from intersecting watermark */

.whg-watermark{
  z-index:0;
}

.portfolio-divider,
.footer-divider,
.footer-bottom{
  border:none !important;
}

.portfolio-divider::before,
.portfolio-divider::after{
  display:none !important;
}
.whg-watermark{
  position:absolute;
  pointer-events:none;
  opacity:.04;
}

/* ==========================================
   REMOVE ALL HERO / PHILOSOPHY LINES
========================================== */

.architectural-divider {
  display: none !important;
}

/* Kill any pseudo-element lines in this region */
.landing-hero::before,
.landing-hero::after,
.landing-intro::before,
.landing-intro::after,
.whg-philosophy::before,
.whg-philosophy::after,
.whg-philosophy .container::before,
.whg-philosophy .container::after,
.intro-block::before,
.intro-block::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}

/* Remove accidental borders */
.landing-hero,
.landing-intro,
.whg-philosophy,
.whg-philosophy .container,
.philosophy-intro,
.intro-block {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
/* ==========================================
   REMOVE THE LINE FROM THE PHILOSOPHY PARAGRAPH
========================================== */

.landing-intro .philosophy-intro{
  position: static !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.landing-intro .philosophy-intro::after{
  content: none !important;
  display: none !important;
  border: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
.whg-philosophy{
  padding-bottom:25px;
}

.venture-section{
  padding:25px 0 40px 0;
}
.ventures-intro h2{
  margin-top:0;
}
/* ==========================================
   MOBILE OPTIMIZATION
========================================== */

@media (max-width: 900px){

  /* General layout */
  .container{
    padding-left:16px;
    padding-right:16px;
  }

  /* Header */
  .header-inner,
  .venture-header .header-inner{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }

  .brand,
  .header-left{
    width:100%;
  }

  .brand img,
  .ssmb-logo,
  .sw-logo,
  .hoh-logo{
    max-width:220px;
    height:auto;
    margin-top:0 !important;
  }

  /* Navigation */
  .main-nav ul,
  .main-nav{
    display:flex;
    flex-wrap:wrap;
    gap:12px 18px;
    justify-content:flex-start;
  }

  .main-nav a{
    font-size:14px;
  }

  /* Hero section */
  .landing-hero{
    padding:40px 0 25px 0;
  }

  .landing-hero h1{
    font-size:32px;
    line-height:1.15;
    margin-bottom:5px;
  }

  .landing-intro,
  .philosophy-intro{
    font-size:16px;
    line-height:1.65;
    max-width:100%;
  }

  /* Watermark */
  .whg-watermark{
    max-width:70%;
    opacity:.02;
  }

  /* Philosophy */
  .whg-philosophy{
    padding:24px 0 20px 0;
  }

  /* Venture section */
  .venture-section{
    padding:24px 0 30px 0;
  }

  .venture-grid{
    grid-template-columns:1fr;
    gap:18px;
    max-width:100%;
  }

  .venture-card{
    padding:22px 18px;
  }

  .venture-card img{
    height:140px;
    width:auto;
    max-width:100%;
  }

  .sw-card img,
  .ss-card img,
  .hoh-card img{
    margin-top:0 !important;
  }

  .sw-card .venture-hover,
  .ss-card .venture-hover,
  .hoh-card .venture-hover{
    margin-top:10px !important;
  }

  /* Footer */
  .global-footer{
    padding:18px 0 16px 0;
  }

  .footer-nav{
    display:flex;
    flex-direction:column;
    gap:8px;
    align-items:center;
  }

  .footer-separator{
    display:none;
  }
}


@media (max-width: 600px){

  .landing-hero h1{
    font-size:28px;
  }

  .landing-intro,
  .philosophy-intro{
    font-size:15px;
  }

  .venture-card img{
    height:120px;
  }

  .footer-portfolio-label{
    font-size:11px;
    letter-spacing:1.5px;
  }

  .footer-bottom{
    font-size:11px;
  }
}
/* ==========================================
   MOBILE OPTIMIZATION — STRATEGIC EXECUTION SECTION
========================================== */

@media (max-width: 900px){

  .whg-philosophy,
  .philosophy-section,
  .value-creation-section{
    padding:24px 0 22px 0;
  }

  .whg-philosophy .container,
  .philosophy-section .container,
  .value-creation-section .container{
    padding-left:16px;
    padding-right:16px;
  }

  .whg-philosophy h2,
  .philosophy-section h2,
  .value-creation-section h2{
    font-size:28px;
    line-height:1.2;
    margin-bottom:14px;
    text-align:center;
  }

  .philosophy-intro,
  .whg-philosophy p,
  .philosophy-section p,
  .value-creation-section p{
    font-size:16px;
    line-height:1.65;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
  }

  /* If these are in a 3-column layout */
  .philosophy-grid,
  .value-grid,
  .execution-grid,
  .pillars-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
  }

  .philosophy-card,
  .value-card,
  .pillar-card,
  .execution-card{
    padding:18px 16px;
    text-align:center;
  }

  .philosophy-card h3,
  .value-card h3,
  .pillar-card h3,
  .execution-card h3{
    font-size:20px;
    line-height:1.25;
    margin-bottom:8px;
  }

  .philosophy-card p,
  .value-card p,
  .pillar-card p,
  .execution-card p{
    font-size:15px;
    line-height:1.6;
    margin-bottom:0;
  }
}

@media (max-width: 600px){

  .whg-philosophy h2,
  .philosophy-section h2,
  .value-creation-section h2{
    font-size:24px;
  }

  .philosophy-intro,
  .whg-philosophy p,
  .philosophy-section p,
  .value-creation-section p{
    font-size:15px;
  }

  .philosophy-card,
  .value-card,
  .pillar-card,
  .execution-card{
    padding:16px 14px;
  }

  .philosophy-card h3,
  .value-card h3,
  .pillar-card h3,
  .execution-card h3{
    font-size:18px;
  }

  .philosophy-card p,
  .value-card p,
  .pillar-card p,
  .execution-card p{
    font-size:14px;
  }
}

/* ==========================================
   MOBILE OVERRIDE — PHILOSOPHY PILLARS
========================================== */

@media screen and (max-width: 900px) {

  .philosophy-pillars {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 0 !important;
  }

  .philosophy-pillar {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 16px !important;
    box-sizing: border-box;
    text-align: center;
  }

  .philosophy-intro {
    font-size: 16px !important;
    line-height: 1.65 !important;
    max-width: 100% !important;
    margin: 0 auto 22px auto !important;
    text-align: center !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .philosophy-pillar h3 {
    font-size: 20px !important;
    line-height: 1.25 !important;
    margin-bottom: 8px !important;
  }

  .philosophy-pillar p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 600px) {

  .philosophy-pillars {
    gap: 14px !important;
  }

  .philosophy-pillar {
    padding: 16px 14px !important;
  }

  .philosophy-pillar h3 {
    font-size: 18px !important;
    margin-bottom: 6px !important;
  }

  .philosophy-pillar p {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
}
@media screen and (max-width: 900px) {
  .whg-philosophy .philosophy-pillars {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    margin-top: 0 !important;
  }

  .whg-philosophy .philosophy-pillar {
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 16px !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
}
/* FORCE STACK PHILOSOPHY PILLARS ON MOBILE */

@media screen and (max-width: 900px){

  body .philosophy-pillars{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
  }

  body .philosophy-pillar{
    width:100% !important;
  }

}
/* Modal Overlay */
.modal-overlay{
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  justify-content:center;
  align-items:center;
  z-index:9999;
}

/* Modal Box */
.modal-content{
  background:#fff;
  padding:30px;
  border-radius:10px;
  max-width:600px;
  width:90%;
  position:relative;
  box-shadow:0 25px 60px rgba(0,0,0,0.25);
}

/* Close Button */
.modal-close{
  position:absolute;
  top:10px;
  right:15px;
  font-size:24px;
  cursor:pointer;
}
/* Solomon's Wisdom Form Page */

.sw-form-page{
  padding-top:120px;
  padding-bottom:60px;
  background:#ffffff;
}

.sw-form-container{
  max-width:800px;
  margin:0 auto;
}

.sw-form-title{
  font-family:'Playfair Display', serif;
  font-size:32px;
  margin-bottom:10px;
  text-align:center;
  color:#111;
}

.sw-form-intro{
  text-align:center;
  margin-bottom:30px;
  color:#555;
  font-size:16px;
  line-height:1.7;
}

.form-page-section{
  padding-top:120px;
}
/* Reduce space BELOW "Our Philosophy" (landing hero) */
.landing-hero {
  padding-bottom: 5px !important;
}

/* Reduce space ABOVE "Our Ventures" */
.ventures-intro {
  padding-top: 20px !important;
}

/* Optional: tighten overall section rhythm site-wide */
section {
  margin-bottom: 0;
}
section {
  background: transparent;
}

.ventures-intro {
  background-color: rgba(255, 255, 255, 0.4);
}
/* ==========================================
   WISDOM HOLDINGS LANDING PAGE
   COLOR + RHYTHM SYSTEM
   ========================================== */

:root {
  --whg-bg-base: #F4F1EB;
  --whg-bg-hero-top: #FBFAF7;
  --whg-bg-hero-bottom: #F1ECE3;
  --whg-bg-band-white: #FFFFFF;
  --whg-bg-band-soft: #F8F5EF;
  --whg-text-main: #1E1E1C;
  --whg-text-soft: #4A4A46;
  --whg-accent-gold: #C9A227;
  --whg-footer-bg: #1F1F1D;
  --whg-footer-text: #F5F2EB;
}

/* Page base */
body.landing-body,
.landing-body {
  background-color: var(--whg-bg-base);
  color: var(--whg-text-main);
}

/* Global text tone on landing page */
.landing-body h1,
.landing-body h2,
.landing-body h3,
.landing-body h4,
.landing-body h5,
.landing-body h6 {
  color: var(--whg-text-main);
}

.landing-body p,
.landing-body li,
.landing-body .section-intro,
.landing-body .venture-description {
  color: var(--whg-text-soft);
}

/* Remove visual harshness between sections */
.landing-body section {
  margin: 0;
  border: 0;
  box-shadow: none;
}

/* HERO / OUR PHILOSOPHY */
.landing-hero {
  background: linear-gradient(
    180deg,
    var(--whg-bg-hero-top) 0%,
    var(--whg-bg-base) 58%,
    var(--whg-bg-hero-bottom) 100%
  );
  padding: 56px 0 24px 0 !important;
  margin: 0;
}

/* Tighten hero copy spacing */
.landing-hero h1,
.landing-hero h2 {
  margin-bottom: 14px;
}

.landing-hero p {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 820px;
}

/* Optional gold divider under philosophy block */
.landing-hero::after {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: var(--whg-accent-gold);
  margin: 24px auto 0;
  opacity: 0.9;
}

/* OUR VENTURES INTRO */
.ventures-intro {
  background-color: var(--whg-bg-band-white);
  padding: 24px 0 18px 0 !important;
  margin: 0;
}

.ventures-intro h2,
.ventures-intro h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.ventures-intro p {
  margin-bottom: 0;
}

/* PORTFOLIO / CARDS SECTION */
.venture-section.ventures-portfolio,
.ventures-portfolio {
  background: linear-gradient(
    180deg,
    var(--whg-bg-band-white) 0%,
    var(--whg-bg-band-soft) 100%
  );
  padding: 30px 0 52px 0 !important;
  margin: 0;
}

/* Venture cards */
.venture-card,
.venture-tile,
.portfolio-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(2px);
}

/* Gold detail on hover */
.venture-card:hover,
.venture-tile:hover,
.portfolio-card:hover {
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  transition: all 0.25s ease;
}

/* Buttons / links */
.landing-body .button,
.landing-body .btn,
.landing-body .venture-link {
  transition: all 0.25s ease;
}

.landing-body .button:hover,
.landing-body .btn:hover,
.landing-body .venture-link:hover {
  color: var(--whg-accent-gold);
}

/* Footer anchor */
.global-footer,
.site-footer,
footer {
  background-color: var(--whg-footer-bg);
  color: var(--whg-footer-text);
}

.global-footer a,
.site-footer a,
footer a {
  color: var(--whg-footer-text);
}

.global-footer a:hover,
.site-footer a:hover,
footer a:hover {
  color: var(--whg-accent-gold);
}
.ventures-portfolio,
.venture-section.ventures-portfolio {
  background: linear-gradient(
    180deg,
    #FFFFFF 0%,
    #F8F5EF 100%
  );
  padding: 30px 0 52px 0 !important;
}
.whg-philosophy {
  background-color: #f4f1eb;
  padding: 32px 0 24px 0;
  margin: 0;
}
.whg-philosophy {
  padding-bottom: 18px !important;
}

.ventures-intro {
  padding-top: 22px !important;
}
/* =========================
   FINAL LANDING PAGE POLISH
   ========================= */

/* Base background */
.landing-body {
  background: linear-gradient(
    180deg,
    #fbfaf7 0%,
    #f4f1eb 50%,
    #f0ebe2 100%
  );
  color: #1e1e1c;
}

/* HERO */
.landing-hero {
  padding: 56px 0 22px 0 !important;
}

.landing-hero h1 {
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.landing-hero p {
  line-height: 1.5;
  max-width: 820px;
  margin: 0 auto;
  color: #4a4a46;
}

/* Philosophy section (soft blend, not a hard block) */
.whg-philosophy {
  background-color: transparent;
  padding: 28px 0 18px 0 !important;
}

.philosophy-intro {
  max-width: 700px;
  margin: 0 auto 20px;
  line-height: 1.5;
}

/* Pillars refinement */
.philosophy-pillars {
  gap: 24px;
}

.philosophy-pillar {
  background: rgba(255, 255, 255, 0.6);
  padding: 22px;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  border: 1px solid rgba(0,0,0,0.04);
}

/* Ventures intro — clean white break */
.ventures-intro {
  background-color: #ffffff;
  padding: 26px 0 18px 0 !important;
}

.ventures-intro p {
  max-width: 720px;
  margin: 0 auto 10px;
  line-height: 1.5;
}

/* Portfolio section — subtle depth */
.venture-section.ventures-portfolio {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f6f3ed 100%
  );
  padding: 30px 0 55px 0 !important;
}

/* Venture cards — remove flat feel */
.venture-card {
  background: rgba(255,255,255,0.85);
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

/* Hover effect (subtle luxury) */
.venture-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
  border-color: rgba(201,162,39,0.4);
}

/* Venture labels */
.venture-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 8px;
}

/* Footer anchor (important for grounding page) */
.global-footer {
  background-color: #1f1f1d;
  color: #f5f2eb;
}
.landing-hero::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background: #c9a227;
  margin: 26px auto 0;
}
/* ==========================================
   DIVIDER SYSTEM – WISDOM HOLDINGS GROUP
   Clean, consistent, luxury hierarchy
   ========================================== */

/* Ventures divider (stronger, wider) */
.ventures-divider {
  width: 70px;
  opacity: 0.9;
  margin: 18px auto 22px;
}
/* ==========================================
   FORCE DISPLAY – PHILOSOPHY + VENTURES DIVIDERS
   ========================================== */

/* Ventures = slightly stronger */
.ventures-divider {
  width: 70px;
  opacity: 1;
}
/* ==========================================
   FORCE SHOW SECTION DIVIDERS
   ========================================== */

.ventures-divider {
  display: block !important;
  width: 70px !important;
  height: 2px !important;
  margin: 18px auto 22px !important;
  background: #c9a227 !important;
  opacity: 1 !important;
  border: 0 !important;
  visibility: visible !important;
}
/* ==========================================
   SECTION DIVIDERS
   ========================================== */

.philosophy-divider,
.ventures-divider {
  display: block;
  height: 2px;
  margin: 18px auto 22px;
  background-color: #c9a227;
  border: 0;
}

.philosophy-divider {
  width: 64px;
  opacity: 0.9;
}

.ventures-divider {
  width: 72px;
  opacity: 1;
}
/* ==========================================
   SHOW PHILOSOPHY + VENTURES DIVIDERS
   ========================================== */

.philosophy-divider,
.ventures-divider {
  display: block !important;
  height: 2px !important;
  margin: 18px auto 22px !important;
  background-color: #c9a227 !important;
  border: 0 !important;
}

.philosophy-divider {
  width: 64px !important;
  opacity: 0.9 !important;
}

.ventures-divider {
  width: 72px !important;
  opacity: 1 !important;
}
.footer-nav span:first-child {
  color: rgba(245, 242, 235, 0.6);
}
/* ==========================================
   GLOBAL FOOTER – CONSOLIDATED
   ========================================== */

.global-footer {
  background: #1f1f1d;
  color: #f5f2eb;
  text-align: center;
  padding: 22px 0 18px 0;
  border-top: 3px solid #c9a227;
  font-size: 14px;
}

/* Footer navigation row */
.footer-nav {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.8;
}

/* Tagline */
.footer-nav span:first-child {
  color: rgba(245, 242, 235, 0.6);
  letter-spacing: 0.4px;
}

/* Separators */
.footer-separator {
  margin: 0 10px;
  color: rgba(245, 242, 235, 0.35);
}

/* Footer links */
.footer-nav a,
.footer-email-link {
  color: #f5f2eb;
  text-decoration: none;
  transition: color 0.25s ease;
}

/* Hover states */
.footer-nav a:hover,
.footer-email-link:hover {
  color: #c9a227;
}

/* Copyright line */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
  font-size: 12px;
  color: rgba(245, 242, 235, 0.5);
  letter-spacing: 0.3px;
}

/* Mobile */
@media (max-width: 768px) {
  .global-footer {
    padding: 20px 16px 16px;
  }

  .footer-nav {
    font-size: 13px;
    line-height: 1.9;
  }

  .footer-nav span:first-child {
    display: inline-block;
    color: rgba(245, 242, 235, 0.6);
  }

  .footer-separator {
    margin: 0 6px;
    color: rgba(245, 242, 235, 0.35);
  }

  .footer-bottom {
    font-size: 11px;
    padding-top: 10px;
    color: rgba(245, 242, 235, 0.5);
  }
}
/* ==========================================
   HEADER + MOBILE NAV
   ========================================== */

.site-header {
  position: relative;
  padding: 16px 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand img {
  max-height: 56px;
  width: auto;
  display: block;
}

/* Desktop nav */
.main-nav {
  display: flex;
  align-items: center;
}

.main-nav .menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .menu li {
  margin: 0;
}

.main-nav .menu a {
  text-decoration: none;
  color: #1e1e1c;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: color 0.25s ease;
}

.main-nav .menu a:hover {
  color: #c9a227;
}

/* Hamburger button */
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1e1e1c;
  transition: all 0.25s ease;
}

/* Mobile */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 18px 0;
  }

  .main-nav.active {
    display: block;
  }

  .main-nav .menu {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .main-nav .menu a {
    display: block;
    font-size: 16px;
    padding: 8px 0;
  }
}
/* ==========================================
   HEADER SYSTEM
   ========================================== */

.site-header {
  position: relative;
  z-index: 1000;
}

/* Standard header */
.standard-header {
  padding: 16px 0;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.standard-brand img {
  max-height: 72px;
  width: auto;
  display: block;
}

/* Landing header */
.landing-header {
  padding: 18px 0;
}

.landing-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-brand img {
  max-height: 90px;
  width: auto;
  display: block;
}

/* Desktop nav */
.main-nav {
  display: flex;
  align-items: center;
}

.main-nav .menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .menu li {
  margin: 0;
}

.main-nav .menu a {
  text-decoration: none;
  color: #1e1e1c;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  transition: color 0.25s ease;
}

.main-nav .menu a:hover {
  color: #c9a227;
}

/* Hamburger */
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1e1e1c;
  transition: all 0.25s ease;
}

/* Mobile */
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    padding: 18px 0;
  }

  .main-nav.active {
    display: block;
  }

  .main-nav .menu {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .main-nav .menu a {
    display: block;
    font-size: 16px;
    padding: 8px 0;
  }

  .standard-brand img {
    max-height: 60px;
  }

  .landing-brand img {
    max-height: 72px;
  }
}
/* ==========================================
   SOLOMON'S WISDOM HEADER / DESKTOP NAV FIX
   ========================================== */

/* Default desktop nav link color */
.standard-header .main-nav .menu a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease;
}

/* Hover color */
.standard-header .main-nav .menu a:hover {
  color: #c9a227;
}

/* Ensure menu items remain visible over hero/background */
.standard-header {
  position: relative;
  z-index: 1000;
}

/* Keep logo/header aligned */
.standard-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* ==========================================
   LANDING HEADER OVERRIDE
   ========================================== */

.landing-header {
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
}

.landing-header .container {
  background: transparent !important;
}
/* Solomon's Wisdom */
.page-template-page-solomons-wisdom .standard-brand img {
  max-height: 225px;
}

/* Sweet & Savory */
.page-template-page-sweet-savory .standard-brand img {
  max-height: 225px;
}

/* Heart of Hope */
.page-template-page-heart-of-hope .standard-brand img {
  max-height: 225px;
}
/* Solomon's Wisdom */
.standard-brand img {
  max-height: 110px;
  width: auto;
  height: auto;
  display: block;
}

/* Sweet & Savory */
.ssmb-logo,
.ssmb-header .brand img,
.ssmb-header img {
  max-height: 145px !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

/* Heart of Hope */
.hoh-logo,
.hoh-header .brand img,
.hoh-header img {
  max-height: 150px !important;
  width: auto !important;
  height: auto !important;
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  .standard-brand img,
  .ssmb-logo,
  .ssmb-header .brand img,
  .ssmb-header img,
  .hoh-logo,
  .hoh-header .brand img,
  .hoh-header img {
    max-height: 90px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .standard-brand img,
  .ssmb-logo,
  .ssmb-header .brand img,
  .ssmb-header img,
  .hoh-logo,
  .hoh-header .brand img,
  .hoh-header img {
    max-height: 70px !important;
  }
}
/* ==========================================
   MOBILE HEADER + NAV FIX
   ========================================== */

@media (max-width: 768px) {

  .standard-header {
    padding: 12px 0;
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .standard-brand img {
    max-height: 68px;
    width: auto;
    height: auto;
    display: block;
  }

  .menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    z-index: 1100;
  }

  .menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #ffffff;
  }

  .main-nav {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(20, 20, 20, 0.96);
    backdrop-filter: blur(8px);
    padding: 18px 0 22px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  }

  .main-nav.active {
    display: block !important;
  }

  .main-nav .menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .main-nav .menu li {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .main-nav .menu a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #f5f2eb !important;
    text-decoration: none;
  }

  .main-nav .menu a:hover,
  .main-nav .menu a:focus {
    color: #c9a227 !important;
  }
}