.elementor-kit-7{--e-global-color-primary:#FAF3EE;--e-global-color-secondary:#D7E5DC;--e-global-color-text:#4E956F;--e-global-color-accent:#6E4F3A;--e-global-typography-primary-font-family:"Arimo";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Arimo";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arimo";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Arimo";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-7 h1{font-family:"Arimo", Sans-serif;font-size:80px;font-weight:600;}.elementor-kit-7 h2{font-family:"Arimo", Sans-serif;font-size:40px;font-weight:600;}.elementor-kit-7 h3{font-family:"Arimo", Sans-serif;font-size:20px;font-weight:600;}.elementor-kit-7 h4{font-family:"Arimo", Sans-serif;font-size:15px;font-weight:600;}.elementor-kit-7 h5{font-family:"Arimo", Sans-serif;font-size:10px;font-weight:600;}.elementor-kit-7 h6{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WILD SOUL GROVE CINEMATIC BRAND STYLE */

:root {
  --wsg-charcoal: #0f100c;
  --wsg-deep-green: #1d2a1d;
  --wsg-moss: #8f9b73;
  --wsg-gold: #c99b55;
  --wsg-cream: #efe3cf;
  --wsg-muted: #b9a98b;
}

/* Whole site background */
body {
  background: var(--wsg-charcoal);
  color: var(--wsg-cream);
}

/* Main hero section */
.wsg-hero {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

/* Dark cinematic overlay */
.wsg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,8,0.92) 0%, rgba(10,10,8,0.65) 45%, rgba(10,10,8,0.35) 100%),
    radial-gradient(circle at 70% 50%, rgba(201,155,85,0.16), transparent 35%);
  z-index: 1;
}

/* Subtle grain */
.wsg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("YOUR-GRAIN-TEXTURE-URL-HERE");
  opacity: 0.08;
  z-index: 2;
  pointer-events: none;
}

.wsg-hero-content {
  position: relative;
  z-index: 3;
  max-width: 760px;
  padding: 8vw;
}

.wsg-kicker {
  font-family: "Montserrat", sans-serif;
  color: var(--wsg-gold);
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 28px;
}

.wsg-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 7vw, 108px);
  line-height: 0.95;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--wsg-cream);
  margin-bottom: 30px;
}

.wsg-divider {
  width: 280px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--wsg-gold), transparent);
  margin: 30px 0;
}

.wsg-text {
  font-family: "Cormorant Garamond", serif;
  color: var(--wsg-cream);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
  max-width: 560px;
}

.wsg-buttons {
  display: flex;
  gap: 18px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.wsg-button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  padding: 18px 32px;
  border: 1px solid var(--wsg-gold);
  color: var(--wsg-cream);
  text-decoration: none;
  transition: all 0.3s ease;
}

.wsg-button.primary {
  background: var(--wsg-deep-green);
  border-color: var(--wsg-deep-green);
}

.wsg-button:hover {
  background: var(--wsg-gold);
  color: var(--wsg-charcoal);
}

/* Feature icon bar */
.wsg-feature-bar {
  background: #10110d;
  border-top: 1px solid rgba(201,155,85,0.25);
  border-bottom: 1px solid rgba(201,155,85,0.25);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.wsg-feature {
  padding: 36px 28px;
  border-right: 1px solid rgba(201,155,85,0.25);
}

.wsg-feature:last-child {
  border-right: none;
}

.wsg-feature h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--wsg-gold);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
  margin-bottom: 10px;
}

.wsg-feature p {
  font-family: "Montserrat", sans-serif;
  color: var(--wsg-muted);
  font-size: 13px;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 767px) {
  .wsg-hero {
    min-height: 85vh;
  }

  .wsg-hero-content {
    padding: 120px 28px 70px;
  }

  .wsg-kicker {
    letter-spacing: 4px;
    font-size: 11px;
  }

  .wsg-feature-bar {
    grid-template-columns: 1fr;
  }

  .wsg-feature {
    border-right: none;
    border-bottom: 1px solid rgba(201,155,85,0.25);
  }
}/* End custom CSS */