/**
Theme Name: The Hub Jam V3
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-hub-jam-v3
Template: astra
*/

/* Full-page beige background */
body.home,
.hubjam-home {
  background-color: #f9f3eb;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/* ======================================
   Hero Layout
====================================== */

.hero-section {
  width: 100%;
  padding: 4rem 2rem;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 3rem;
}

.hero-text {
  flex: 1 1 55%;
  color: #172a3a;
}

.hero-text h1 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.hero-text p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.hero-section .hero-text h5 {
  color: #ff5b2e;
  font-weight: 700;
}

/* ======================================
   Images
====================================== */

/* Desktop image */
.hero-image-desktop {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.hero-image-desktop img {
  max-width: calc(90% + 4px);
  height: auto;
}

/* The mobile/tablet image is hidden on desktop */
.hero-image-mobile {
  display: none;
  width: 100%;
  max-width: calc(350px + 4px);
  margin: calc(1rem - 2px) auto 2rem;
}

/* ======================================
   Buttons
====================================== */
.herojam-buttons {
  margin-top: 1.5rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  padding: 0.8rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.btn.primary,
.btn.secondary {
  background: #ff5b2e;
  color: #fff;
}

.btn.primary:hover {
  background: #e74c1a;
}

/* ======================================
   Desktop positioning
====================================== */
@media (min-width: 1025px) {
  .hero-image-desktop img {
    max-width: 110%;
    transform: translateY(calc(-5rem - 2px));
  }
}

/* ======================================
   Tablet & Mobile Behaviour
====================================== */

@media (max-width: 1024px) {
  .hero-inner {
    gap: 2rem;
  }
}

/* Mobile + Tablet stacked layout */
@media (max-width: 900px) {
  .hero-section {
    margin-top: -2.5rem;
  }

  .hero-inner {
    flex-direction: column;
    text-align: left;
  }

  .hero-text,
  .hero-text h1,
  .hero-text p {
    text-align: left;
  }

  /* Hide desktop image */
  .hero-image-desktop {
    display: none;
  }

  /* Show mobile/tablet image under H1 */
  .hero-image-mobile {
    display: block;
  }

  /* Left align buttons */
  .herojam-buttons {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .btn {
    width: auto;
    max-width: none;
  }
}

/* =========================================================
   THE HUB JAM — NEW HERO SECTION
   ========================================================= */

.thj-hero {
  background: #f9f3eb;
  min-height: 82vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  box-sizing: border-box;
}

.thj-hero-inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.thj-hero-heading {
  margin: 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(3rem, 6vw, 5.2rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  font-weight: 800;
  color: #171717;
}

.thj-hero-heading span {
  color: #f5a623;
  display: inline-block;
}

.thj-hero-subtitle {
  max-width: 760px;
  margin: 34px auto 0;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.35;
  color: #6b6560;
  font-weight: 400;
}

.thj-hero-buttons {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 56px;
  flex-wrap: wrap;
}

.thj-btn {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 70px;
  padding: 0 34px;
  border-radius: 14px;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.thj-btn-primary {
  background: #f5a623;
  color: #ffffff;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
}

.thj-btn-primary:hover {
  background: #d4891a;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15);
}

.thj-btn-secondary {
  background: transparent;
  color: #171717;
  border: 1px solid #ddd3c8;
}

.thj-btn-secondary:hover {
  background: #ffffff;
  color: #171717;
  transform: translateY(-2px);
}

.thj-hero-note {
  margin-top: 34px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #6b6560;
}

@media (max-width: 768px) {
  .thj-hero {
    min-height: auto;
    padding: 90px 20px 70px;
  }

  .thj-hero-heading {
    font-size: clamp(2.7rem, 12vw, 4rem);
    line-height: 1;
    letter-spacing: -0.045em;
  }

  .thj-hero-subtitle {
    margin-top: 28px;
    font-size: 1.1rem;
  }

  .thj-hero-buttons {
    margin-top: 42px;
    gap: 14px;
    flex-direction: column;
    align-items: center;
  }

  .thj-btn {
    width: 100%;
    max-width: 340px;
    min-height: 62px;
    font-size: 1.05rem;
  }

  .thj-hero-note {
    font-size: 0.95rem;
  }
}
