:root {
    --stg-gold: #d79a22;
    --stg-gold-2: #f0b936;
    --stg-ink: #070707;
    --stg-white: #f8f6f0;
    --stg-muted: #d9d5cc;
  }

  body, #main, .fusion-page-title-bar, .post-content {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
  }

  #main {
    background: var(--stg-ink) !important;
  }

  .stg-page {
    color: var(--stg-white) !important;
    background: #060606;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.45;
    overflow: hidden;
    max-width: 100vw;
  }

  .stg-page * {
    box-sizing: border-box;
  }

  .stg-shell {
    width: min(1440px, calc(100% - 72px));
    margin: 0 auto;
    max-width: 100%;
  }

  .stg-kicker,
  .stg-nav a,
  .stg-button,
  .stg-card-title,
  .stg-stat strong,
  .stg-service h3 {
    font-family: Impact, "Arial Narrow", sans-serif !important;
    letter-spacing: .02em;
    text-transform: uppercase;
  }

  .stg-topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(6, 6, 6, .94);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(12px);
  }

  .stg-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }

  .stg-header > .stg-button {
    display: none !important;
  }

  .stg-logo {
    color: #fff !important;
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: clamp(26px, 3vw, 42px);
    line-height: .82;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .stg-logo span {
    display: block;
    color: var(--stg-gold-2) !important;
    font-size: .58em;
  }

  .stg-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 1.7vw, 28px);
    flex: 1;
  }

  .stg-nav a {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
  }

  .stg-nav a:hover {
    color: var(--stg-gold-2);
  }

  .stg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border: 1px solid var(--stg-gold);
    border-radius: 3px;
    color: #111 !important;
    background: linear-gradient(180deg, #f4bd3d, #d7931e);
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(215, 154, 34, .22);
  }

  .stg-button.stg-outline {
    color: #fff !important;
    background: rgba(0, 0, 0, .22);
    box-shadow: none;
  }

  .stg-button.stg-outline:hover,
  .stg-button:hover {
    transform: translateY(-1px);
  }

  .stg-conference {
    background: linear-gradient(90deg, rgba(215, 154, 34, .05), rgba(215, 154, 34, .28), rgba(215, 154, 34, .05));
    border-bottom: 1px solid rgba(215, 154, 34, .28);
    color: var(--stg-gold-2) !important;
    font-family: Impact, "Arial Narrow", sans-serif;
    padding: 10px 16px;
    text-align: center;
    text-transform: uppercase;
  }

  .stg-hero {
    position: relative;
    min-height: 710px;
    display: grid;
    align-items: center;
    background-image:
      linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, .97) 24%, rgba(5, 5, 5, .62) 50%, rgba(5, 5, 5, .18) 74%, rgba(5, 5, 5, .82) 100%),
      linear-gradient(0deg, #050505 0%, rgba(5, 5, 5, 0) 28%),
      url("https://dev.shakethegates.cc/wp-content/uploads/2026/06/hero-crowd.jpg");
    background-size: cover, cover, cover;
    background-position: center, center, center right;
  }

  .stg-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 640px);
    gap: 56px;
    align-items: center;
    padding: 74px 0 58px;
  }

  .stg-hero-grid > * {
    min-width: 0;
  }

  .stg-hero h1 {
    max-width: 680px;
    margin: 0;
    color: #fff !important;
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: clamp(58px, 8vw, 118px);
    line-height: .83;
    text-transform: uppercase;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .75);
  }

  .stg-brush {
    display: block;
    color: var(--stg-gold-2) !important;
    font-family: "Brush Script MT", "Comic Sans MS", cursive;
    font-size: .82em;
    font-style: italic;
    line-height: .9;
    text-transform: uppercase;
    transform: rotate(-2deg);
  }

  .stg-hero h2 {
    max-width: 650px;
    margin: 28px 0 12px;
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: clamp(23px, 2.7vw, 34px);
    line-height: 1.02;
    text-transform: uppercase;
    color: #fff !important;
    overflow-wrap: anywhere;
  }

  .stg-hero p {
    max-width: 650px;
    margin: 0 0 28px;
    color: #f2eee4 !important;
    font-size: 18px;
  }

  .stg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .stg-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 18px;
    margin-top: 42px;
    max-width: 800px;
  }

  .stg-stat {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #fff !important;
  }

  .stg-stat i {
    width: 32px;
    height: 32px;
    display: inline-grid;
    place-items: center;
    border: 2px solid var(--stg-gold-2);
    color: var(--stg-gold-2) !important;
    border-radius: 50%;
    font-style: normal;
    font-weight: 800;
  }

  .stg-stat strong {
    display: block;
    font-size: 18px;
    line-height: 1;
  }

  .stg-stat span {
    display: block;
    color: var(--stg-muted) !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .stg-video-card {
    align-self: end;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 7px;
    background: rgba(3, 3, 3, .72);
    box-shadow: 0 25px 80px rgba(0, 0, 0, .45);
    max-width: 100%;
    min-width: 0;
  }

  .stg-video-media {
    min-height: 245px;
    display: grid;
    place-items: center;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, .14), rgba(0, 0, 0, .62)),
      url("https://dev.shakethegates.cc/wp-content/uploads/2026/06/baptism-video.jpg") center / cover;
  }

  .stg-play {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: rgba(0, 0, 0, .34);
    color: #fff !important;
    font-size: 34px;
    line-height: 1;
  }

  .stg-video-copy {
    padding: 26px;
  }

  .stg-video-copy h3 {
    margin: 0 0 12px;
    font-family: Impact, "Arial Narrow", sans-serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: .95;
    text-transform: uppercase;
    color: #fff !important;
  }

  .stg-band {
    background: #f6f3ec;
    color: #111 !important;
  }

  .stg-info-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.65fr) minmax(0, 1.65fr) minmax(0, 1fr);
    gap: 34px;
    padding: 42px 0 36px;
  }

  .stg-info-grid > * {
    min-width: 0;
  }

  .stg-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--stg-gold) !important;
    font-size: 16px;
  }

  .stg-title {
    margin: 0 0 14px;
    font-family: Impact, "Arial Narrow", sans-serif !important;
    font-size: clamp(30px, 3vw, 44px);
    line-height: .95;
    text-transform: uppercase;
    color: #111 !important;
  }

  .stg-copy {
    margin: 0;
    color: #1b1b1b !important;
    font-size: 16px;
  }

  .stg-info-grid .stg-title {
    font-size: clamp(28px, 2.4vw, 36px);
  }

  .stg-link {
    display: inline-block;
    margin-top: 24px;
    color: var(--stg-gold) !important;
    font-family: Impact, "Arial Narrow", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
  }

  .stg-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
  }

  .stg-service {
    padding: 0 18px;
    border-left: 1px solid rgba(0, 0, 0, .16);
  }

  .stg-service:first-child {
    border-left: 0;
  }

  .stg-service i {
    display: block;
    color: var(--stg-gold) !important;
    font-size: 32px;
    font-style: normal;
    line-height: 1;
    margin-bottom: 10px;
  }

  .stg-service h3 {
    margin: 0 0 8px;
    font-size: 17px !important;
    line-height: 1.05 !important;
    color: #111 !important;
  }

  .stg-service p {
    margin: 0;
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .stg-info-grid .stg-service h3 {
    font-size: 15px !important;
  }

  .stg-info-grid .stg-service p {
    font-size: 12px !important;
  }

  .stg-story-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .stg-story {
    position: relative;
    min-height: 116px;
    display: flex;
    align-items: flex-end;
    padding: 12px;
    overflow: hidden;
    border-radius: 4px;
    color: #fff !important;
    background-size: cover;
    background-position: center;
    text-decoration: none;
  }

  .stg-story:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0, 0, 0, .82));
  }

  .stg-card-title {
    position: relative;
    z-index: 1;
    font-size: 19px;
    line-height: .95;
    color: #fff !important;
  }

  .stg-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #0a0a0a;
  }

  .stg-resource {
    min-height: 250px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 34px;
    align-items: center;
    padding: 44px max(36px, calc((100vw - 1440px) / 2 + 36px));
    background: #f4f1eb;
    color: #111 !important;
  }

  .stg-resource img {
    width: 100%;
    border-radius: 3px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .24);
  }

  .stg-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .stg-form input {
    width: 100%;
    min-height: 44px;
    border: 1px solid #ddd5c8;
    border-radius: 3px;
    padding: 0 14px;
    font-size: 14px;
  }

  .stg-form .stg-button {
    grid-column: 1 / -1;
    width: 220px;
    min-height: 44px;
    border: 0;
  }

  .stg-movement {
    min-height: 250px;
    display: flex;
    align-items: center;
    padding: 44px max(36px, calc((100vw - 1440px) / 2 + 36px));
    background:
      linear-gradient(90deg, rgba(6, 6, 6, .92), rgba(6, 6, 6, .72)),
      url("https://dev.shakethegates.cc/wp-content/uploads/2026/06/hero-wide.jpg") center / cover;
  }

  .stg-movement .stg-actions {
    margin-top: 24px;
  }

  .stg-feature {
    position: relative;
    min-height: 330px;
    display: grid;
    align-items: center;
    background:
      linear-gradient(90deg, #f6f3ec 0%, #f6f3ec 44%, rgba(246, 243, 236, .48) 60%, rgba(246, 243, 236, .1) 100%),
      url("https://dev.shakethegates.cc/wp-content/uploads/2026/06/worship-hands.jpg") center right / 56% auto no-repeat;
  }

  .stg-feature .stg-shell {
    max-width: 1440px;
  }

  .stg-feature-copy {
    max-width: 560px;
    padding: 52px 0;
  }

  .stg-dark-help {
    padding: 58px 0 54px;
    text-align: center;
    background:
      radial-gradient(circle at 50% 0%, rgba(215, 154, 34, .14), transparent 34%),
      #070707;
  }

  .stg-dark-help .stg-title,
  .stg-dark-help .stg-copy {
    color: #fff !important;
  }

  .stg-dark-help .stg-services {
    margin-top: 34px;
  }

  .stg-dark-help .stg-service {
    color: #fff !important;
    border-color: rgba(255, 255, 255, .24);
  }

  .stg-dark-help .stg-service h3 {
    color: #fff !important;
  }

  .stg-stories {
    padding: 52px 0;
  }

  .stg-stories .stg-button {
    margin: 28px auto 0;
    display: flex;
    width: max-content;
    color: #111;
    background: transparent;
    box-shadow: none;
  }

  .stg-footer {
    background: #050505;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .stg-footer-inner {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #bbb !important;
    font-size: 14px;
  }

  .stg-social {
    display: flex;
    gap: 12px;
  }

  .stg-social a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
  }

  @media (max-width: 1100px) {
    .stg-nav {
      display: none;
    }

    .stg-hero-grid,
    .stg-info-grid,
    .stg-split {
      grid-template-columns: 1fr;
    }

    .stg-video-card {
      max-width: 680px;
    }

    .stg-info-grid {
      gap: 42px;
    }
  }

  @media (min-width: 1241px) {
    .stg-header > .stg-button {
      display: inline-flex !important;
    }
  }

  @media (max-width: 760px) {
    .stg-shell {
      width: min(100% - 34px, 680px);
    }

    .stg-header {
      min-height: 70px;
    }

    .stg-header > .stg-button {
      display: none !important;
    }

    .stg-hero {
      min-height: auto;
      background-position: center, center, 68% center;
    }

    .stg-hero-grid {
      padding: 54px 0 40px;
      gap: 34px;
    }

    .stg-hero h1 {
      font-size: clamp(52px, 17vw, 80px);
    }

    .stg-hero h2 {
      font-size: 28px;
      max-width: 100%;
    }

    .stg-hero p {
      font-size: 16px;
    }

    .stg-actions,
    .stg-stats,
    .stg-services,
    .stg-story-grid,
    .stg-resource,
    .stg-form {
      grid-template-columns: 1fr;
    }

    .stg-actions .stg-button,
    .stg-form .stg-button {
      width: 100%;
    }

    .stg-stats {
      gap: 16px;
    }

    .stg-service,
    .stg-service:first-child {
      border-left: 0;
      border-top: 1px solid rgba(0, 0, 0, .16);
      padding-top: 20px;
    }

    .stg-dark-help .stg-service {
      border-top-color: rgba(255, 255, 255, .2);
    }

    .stg-feature {
      background:
        linear-gradient(180deg, #f6f3ec 0%, rgba(246, 243, 236, .92) 62%, rgba(246, 243, 236, .25) 100%),
        url("https://dev.shakethegates.cc/wp-content/uploads/2026/06/worship-hands.jpg") bottom right / 120% auto no-repeat;
    }

    .stg-resource,
    .stg-movement {
      padding: 38px 20px;
    }

    .stg-footer-inner {
      flex-direction: column;
      align-items: flex-start;
      padding: 28px 0;
    }
  }
/* Avada Builder shortcode version */
.stg-avada-home,
.stg-avada-home * {
  box-sizing: border-box;
}

.stg-avada-header {
  position: sticky !important;
  top: 0;
  z-index: 100;
}

.stg-avada-header .fusion-row {
  max-width: 1440px !important;
  display: flex !important;
  align-items: center;
  min-height: 76px;
}

.stg-avada-header > .fusion-builder-row,
.stg-conference-bar > .fusion-builder-row,
.stg-hero-container > .fusion-builder-row,
.stg-info-container > .fusion-builder-row,
.stg-dark-services > .fusion-builder-row,
.stg-resource-container > .fusion-builder-row {
  width: min(1440px, calc(100% - 72px)) !important;
  max-width: min(1440px, calc(100% - 72px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.stg-logo-text p,
.stg-nav-text p,
.stg-conference-text p {
  margin: 0 !important;
}

.stg-logo-text {
  padding-left: 36px;
}

.stg-logo-text a {
  color: #fff !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  font-size: 38px;
  line-height: .78;
  text-decoration: none !important;
  text-transform: uppercase;
}

.stg-logo-text span {
  color: #f0b936 !important;
  font-size: .58em;
}

.stg-nav-text p {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
}

.stg-nav-text a {
  color: #fff !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  font-size: 14px;
  text-decoration: none !important;
  text-transform: uppercase;
}

.stg-conference-bar .fusion-row,
.stg-conference-bar .fusion-builder-row {
  max-width: none !important;
}

.stg-conference-text {
  color: #f0b936 !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  padding-left: 36px;
  text-align: center;
  text-transform: uppercase;
}

.stg-hero-container {
  position: relative;
}

.stg-hero-container:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #050505 0%, rgba(5,5,5,.96) 28%, rgba(5,5,5,.62) 54%, rgba(5,5,5,.86) 100%),
    linear-gradient(0deg, #050505 0%, rgba(5,5,5,0) 30%);
  pointer-events: none;
}

.stg-hero-container > .fusion-row {
  position: relative;
  z-index: 1;
  max-width: 1440px !important;
}

.stg-hero-title h1 {
  margin: 0 !important;
  color: #fff !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  font-size: clamp(62px, 6.6vw, 104px) !important;
  line-height: .86 !important;
  text-transform: uppercase;
}

.stg-hero-title h1 span,
.stg-script {
  display: block;
  color: #f0b936 !important;
  font-family: "Brush Script MT", "Comic Sans MS", cursive !important;
  font-style: italic;
  line-height: .95;
  transform: rotate(-2deg);
}

.stg-hero-title h2 {
  margin: 26px 0 14px !important;
  color: #fff !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  font-size: clamp(28px, 2.6vw, 42px) !important;
  line-height: 1.02 !important;
}

.stg-hero-title p,
.stg-video-text p,
.stg-dark-services p {
  color: #fff !important;
  font-size: 18px;
}

.stg-gold-button,
.stg-outline-button {
  margin-right: 16px;
  margin-bottom: 14px;
  border-radius: 3px !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  text-transform: uppercase;
}

.stg-outline-button {
  background: transparent !important;
  box-shadow: none !important;
}

.stg-stat-row p {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 0 !important;
}

.stg-stat-row span {
  display: block;
  color: #fff !important;
  border-left: 2px solid #d79a22;
  padding-left: 12px;
}

.stg-stat-row b {
  display: block;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.stg-stat-row em {
  display: block;
  color: #d9d5cc;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}

.stg-video-card {
  overflow: hidden;
  border-radius: 7px;
  padding: 0 0 28px !important;
}

.stg-video-card .fusion-column-wrapper {
  padding: 0 !important;
}

.stg-video-image img {
  width: 100% !important;
}

.stg-video-text,
.stg-watch-button {
  margin-left: 30px;
  margin-right: 30px;
}

.stg-kicker {
  color: #d79a22 !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  text-transform: uppercase;
}

.stg-video-text h2,
.stg-section-heading h2,
.stg-resource-container h2,
.stg-join-panel h2 {
  color: #fff !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: .98 !important;
  text-transform: uppercase;
}

.stg-info-container > .fusion-row,
.stg-dark-services > .fusion-row,
.stg-resource-container > .fusion-row {
  max-width: 1440px !important;
}

.stg-info-container h2,
.stg-info-container h3,
.stg-resource-left h2 {
  color: #111 !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

.stg-info-container h2 {
  font-size: clamp(30px, 2.4vw, 42px) !important;
}

.stg-info-container h3 {
  color: #111 !important;
  font-size: 18px !important;
  margin: 18px 0 4px !important;
}

.stg-info-container p,
.stg-resource-container p {
  color: #111 !important;
  font-size: 16px;
}

.stg-info-container a {
  color: #d79a22 !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  text-transform: uppercase;
}

.stg-story-thumb {
  margin: 0 8px 10px 0 !important;
  border-radius: 4px;
  overflow: hidden;
}

.stg-dark-services h2,
.stg-dark-services h3 {
  color: #fff !important;
  font-family: Impact, "Arial Narrow", sans-serif !important;
  text-align: center;
  text-transform: uppercase;
}

.stg-dark-services .stg-section-heading {
  margin-bottom: 22px !important;
}

.stg-service-card {
  border-left: 1px solid rgba(255,255,255,.2);
  padding-left: 24px !important;
  padding-right: 24px !important;
  text-align: center;
}

.stg-service-card:first-of-type {
  border-left: 0;
}

.stg-resource-left {
  display: flex !important;
  align-items: center;
  gap: 28px;
}

.stg-join-panel {
  position: relative;
  min-height: 320px;
  padding: 54px !important;
}

.stg-join-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.68);
  pointer-events: none;
}

.stg-join-panel .fusion-column-wrapper {
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .stg-nav-col,
  .stg-header-button-col {
    display: none !important;
  }

  .stg-logo-col {
    width: 100% !important;
  }

  .stg-hero-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .stg-hero-title h1 {
    font-size: clamp(48px, 14vw, 72px) !important;
  }

  .stg-hero-title h2 {
    font-size: 30px !important;
  }

  .stg-stat-row p {
    grid-template-columns: 1fr;
  }

  .stg-resource-left {
    display: block !important;
  }

  .stg-service-card {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 24px !important;
  }
}
