.elementor-674 .elementor-element.elementor-element-47d6e61{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-674 .elementor-element.elementor-element-47d6e61:not(.elementor-motion-effects-element-type-background), .elementor-674 .elementor-element.elementor-element-47d6e61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-674 .elementor-element.elementor-element-99055f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-674 .elementor-element.elementor-element-99055f4:not(.elementor-motion-effects-element-type-background), .elementor-674 .elementor-element.elementor-element-99055f4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(min-width:768px){.elementor-674 .elementor-element.elementor-element-47d6e61{--content-width:1600px;}}/* Start custom CSS for container, class: .elementor-element-47d6e61 */<section class="ibex-coming-soon" aria-labelledby="ibex-coming-title">
  <div class="ibex-coming-bg" aria-hidden="true"></div>

  <div class="ibex-coming-shell">
    <div class="ibex-coming-brand">
      <p class="ibex-kicker">Stubborn Ibex Studios</p>
      <h1 id="ibex-coming-title">
        Websites Built to Climb.
      </h1>
      <p class="ibex-launch-date">Launching June 19</p>
    </div>

    <p class="ibex-coming-copy">
      We’re building a web design and vision consulting studio for small businesses, nonprofits, and founders who need more than a website. Strategy, structure, search visibility, and brand direction are coming soon.
    </p>

    <form class="ibex-signup-form" action="#" method="post">
      <label for="ibex-email">Join the launch list</label>

      <div class="ibex-form-row">
        <input 
          type="email" 
          id="ibex-email" 
          name="email" 
          placeholder="Enter your email address" 
          required
        >
        <button type="submit">Join the Climb</button>
      </div>

      <p class="ibex-form-note">
        No spam. Just launch updates, resources, and first access when we open.
      </p>
    </form>
  </div>
</section>

<style>
.ibex-coming-soon {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #07090F;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}

.ibex-coming-bg {
  position: absolute;
  inset: -25%;
  z-index: 0;
  background:
    radial-gradient(circle at 72% 25%, rgba(226, 58, 46, 0.42), transparent 24%),
    radial-gradient(circle at 18% 78%, rgba(226, 58, 46, 0.24), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08), transparent 16%);
  animation: ibexComingGlow 8s ease-in-out infinite alternate;
}

.ibex-coming-soon::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(226, 58, 46, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226, 58, 46, 0.22) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.28;
  animation: ibexComingGrid 14s linear infinite;
  mask-image: radial-gradient(circle at 75% 42%, black 0%, black 28%, transparent 68%);
  -webkit-mask-image: radial-gradient(circle at 75% 42%, black 0%, black 28%, transparent 68%);
  pointer-events: none;
}

.ibex-coming-shell {
  width: 100%;
  max-width: 920px;
  position: relative;
  z-index: 3;
  text-align: center;
  background: rgba(7, 9, 15, 0.72);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 34px;
  padding: clamp(34px, 6vw, 70px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.38);
  backdrop-filter: blur(12px);
}

.ibex-kicker {
  color: #E23A2E;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 18px;
}

.ibex-coming-brand h1 {
  font-size: clamp(44px, 8vw, 96px);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 900;
  margin: 0;
  text-shadow: 0 0 40px rgba(226, 58, 46, 0.20);
}

.ibex-launch-date {
  display: inline-flex;
  margin: 28px 0 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(226, 58, 46, 0.14);
  border: 1px solid rgba(226, 58, 46, 0.45);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ibex-coming-copy {
  max-width: 760px;
  margin: 28px auto 34px;
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.75;
  font-weight: 500;
}

.ibex-signup-form {
  max-width: 680px;
  margin: 0 auto;
}

.ibex-signup-form label {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}

.ibex-form-row {
  display: flex;
  gap: 12px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
  padding: 8px;
}

.ibex-form-row input {
  flex: 1;
  min-height: 58px;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  padding: 0 18px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.ibex-form-row input::placeholder {
  color: rgba(255,255,255,0.48);
}

.ibex-form-row button {
  border: none;
  cursor: pointer;
  background: #E23A2E;
  color: #ffffff;
  border-radius: 14px;
  padding: 0 26px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 14px 34px rgba(226, 58, 46, 0.28);
}

.ibex-form-row button:hover {
  transform: translateY(-2px);
  background: #ff4638;
  box-shadow: 0 18px 46px rgba(226, 58, 46, 0.36);
}

.ibex-form-note {
  color: rgba(255,255,255,0.56);
  font-size: 13.5px;
  line-height: 1.6;
  margin: 14px 0 0;
}

@keyframes ibexComingGlow {
  0% {
    transform: translate3d(-60px, 35px, 0) scale(1);
  }

  100% {
    transform: translate3d(80px, -55px, 0) scale(1.12);
  }
}

@keyframes ibexComingGrid {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 172px 172px;
  }
}

@media (max-width: 700px) {
  .ibex-coming-soon {
    padding: 50px 16px;
  }

  .ibex-coming-shell {
    border-radius: 26px;
  }

  .ibex-form-row {
    flex-direction: column;
  }

  .ibex-form-row button {
    min-height: 56px;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ibex-coming-bg,
  .ibex-coming-soon::after {
    animation: none !important;
  }
}
</style>/* End custom CSS */