/* Moehnke Industries — public path hub (balanced launch layout) */

body.path-hub-page {
  overflow-x: hidden;
  background: #071018;
  color: #e8edf4;
}

.path-hub {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: none;
}
.path-hub.is-visible { opacity: 1; transform: none; }
.path-hub[hidden] { display: none !important; }

.path-hub-header-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}
.path-hub-lead-soft {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  color: #c5d0de;
}
.path-hub-title { max-width: 18ch; }

.path-hub-funnel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  margin: 0 0 2.4rem;
}
@media (min-width: 780px) {
  .path-hub-funnel { grid-template-columns: 1fr 1fr; }
}
.funnel-card {
  padding: 1.25rem 1.2rem 1.35rem;
  border-radius: 1.05rem;
  border: 1px solid rgba(232, 237, 244, 0.12);
  background: rgba(12, 22, 34, 0.72);
}
.funnel-card.is-first {
  border-color: rgba(255, 191, 0, 0.45);
  background: linear-gradient(180deg, rgba(255, 191, 0, 0.12), rgba(12, 22, 34, 0.78));
}
.funnel-step {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFBF00;
}
.funnel-card h2 {
  margin: 0 0 0.45rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.55rem;
  color: #fff;
}
.funnel-card p {
  margin: 0 0 1rem;
  color: #d8e0ea;
  font-size: 0.95rem;
  line-height: 1.55;
}
.funnel-sub {
  display: inline-block;
  margin-left: 0.65rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ffe08a;
}
.funnel-sub:hover { color: #fff; }

.path-hub-pledge {
  margin: 0 0 2.4rem;
  padding: 1.4rem 1.25rem 1.5rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(248, 113, 113, 0.28);
  background:
    linear-gradient(180deg, rgba(127, 29, 29, 0.22), rgba(12, 22, 34, 0.88));
  max-width: 46rem;
}
.path-hub-pledge h2 {
  margin: 0.35rem 0 0.7rem;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.15;
  color: #fff;
  max-width: 22ch;
}
.path-hub-pledge > p {
  margin: 0 0 0.85rem;
  color: #e8edf4;
  font-size: 0.98rem;
  line-height: 1.65;
}
.pledge-list {
  margin: 0 0 0.9rem;
  padding: 0 0 0 1.1rem;
  color: #d8e0ea;
  font-size: 0.92rem;
  line-height: 1.55;
}
.pledge-list li { margin: 0.4rem 0; }
.pledge-list strong { color: #fff; }
.pledge-close {
  font-weight: 700;
  color: #fecaca !important;
}

.path-hub-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 45% at 8% -10%, rgba(255, 191, 0, 0.09), transparent 50%),
    radial-gradient(ellipse 50% 40% at 100% 90%, rgba(56, 189, 248, 0.05), transparent 50%),
    #071018;
  pointer-events: none;
}

.path-hub-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem clamp(1rem, 3vw, 2.25rem);
  border-bottom: 1px solid rgba(232, 237, 244, 0.08);
  background: rgba(7, 16, 24, 0.88);
  backdrop-filter: blur(12px);
}
.path-hub-brand { display: flex; align-items: center; gap: 0.8rem; min-width: 0; overflow: hidden; }
.path-hub-brand .brand-text { min-width: 0; overflow: hidden; }
.path-hub-brand .brand-mark {
  width: 2.5rem; height: 2.5rem; border-radius: 0.55rem;
  display: grid; place-items: center; flex-shrink: 0;
  font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 1.25rem;
  color: #0A192F; background: #FFBF00;
}
.path-hub-brand .brand-text strong {
  display: block; font-family: 'Oswald', sans-serif;
  letter-spacing: 0.08em; font-size: 1.05rem; color: #fff;
}
.path-hub-brand .brand-text span {
  display: block; font-size: 0.75rem; color: #d5dde8; margin-top: 0.12rem;
}
.path-hub-motto {
  margin: 0; max-width: 18rem; text-align: right;
  font-size: 0.75rem; line-height: 1.45; color: #FFBF00;
}
@media (max-width: 720px) {
  .path-hub-header { flex-wrap: wrap; }
  .path-hub-motto { text-align: left; max-width: none; width: 100%; }
}

.path-hub-main {
  position: relative;
  z-index: 2;
  flex: 1;
  width: min(100% - 1.5rem, 72rem);
  margin: 0 auto;
  padding: 1.75rem 0 3rem;
}
@media (min-width: 1024px) {
  .path-hub-main { width: min(100% - 2.5rem, 76rem); padding-top: 2.25rem; }
}

.path-hub-intro {
  margin-bottom: 2.25rem;
  max-width: 42rem;
}
.path-hub-title {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2rem, 5vw, 3.15rem);
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0.4rem 0 0.7rem;
  line-height: 1.05;
  max-width: 16ch;
}
.path-hub-lead {
  margin: 0;
  color: #d8e0ea;
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 38rem;
}
.path-hub-family {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.1rem;
}
.path-hub-family-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0.5rem 1rem; border-radius: 999px;
  font-size: 0.8rem; font-weight: 800;
  border: 1px solid rgba(232, 237, 244, 0.2);
  color: #f4f7fb; background: rgba(15, 23, 42, 0.45);
}
.path-hub-family-btn.primary { background: #FFBF00; color: #0A192F; border-color: #FFBF00; }
.path-hub-family-btn:hover { filter: brightness(1.07); }

.path-hub-aside {
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 191, 0, 0.22);
  background: rgba(12, 22, 34, 0.75);
}
.path-hub-aside p { margin: 0; color: #d8e0ea; font-size: 0.9rem; line-height: 1.55; }
.path-hub-aside strong { color: #fff; }
.path-hub-status {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  font-family: 'IBM Plex Mono', monospace;
  color: #c5d0de;
}

/* Sections */
#path-grid { display: flex; flex-direction: column; gap: 2.35rem; }
.hub-band-head { margin-bottom: 0.9rem; }
.hub-band-title {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
.hub-band-intro {
  margin: 0.35rem 0 0;
  color: #cfd8e4;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 42rem;
}

.hub-band-grid {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 1fr;
}
.hub-band-grid.is-pair {
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .hub-band-grid.is-pair { grid-template-columns: 1fr 1fr; }
  .hub-band-grid.is-family { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 960px) {
  .hub-band-grid.is-campus {
    grid-template-columns: 1fr 1fr;
  }
  .hub-band-grid.is-campus .hub-card.is-wide { grid-column: 1 / -1; }
  .hub-band-grid.is-family { grid-template-columns: repeat(4, 1fr); }
}

.hub-card {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 15.5rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(232, 237, 244, 0.1);
  background: #101b28;
}
.hub-card.is-wide { min-height: 16.5rem; }
.hub-band-grid.is-family .hub-card { min-height: 11.5rem; }
.hub-card-bg {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
  transform: scale(1.03);
}
.hub-card-scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(7,16,24,0.25) 0%, rgba(7,16,24,0.78) 48%, rgba(7,16,24,0.96) 100%);
}
.hub-card-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 1.2rem 1.2rem 1.15rem;
  width: 100%;
}
.hub-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: #FFBF00;
}
.hub-card-title {
  margin: 0 0 0.4rem;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  line-height: 1.15; color: #fff;
}
.hub-card.is-wide .hub-card-title { font-size: clamp(1.5rem, 2.8vw, 2.05rem); max-width: 22ch; }
.hub-card-desc {
  margin: 0 0 0.95rem;
  font-size: 0.92rem; line-height: 1.55;
  color: #d8e0ea; max-width: 40rem;
}
.hub-band-grid.is-family .hub-card-desc { font-size: 0.82rem; }

.hub-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0 0 0.85rem; }
.hub-chip {
  font-size: 0.72rem; font-weight: 700;
  padding: 0.28rem 0.6rem; border-radius: 999px;
  background: rgba(255,191,0,0.12); color: #ffe08a;
  border: 1px solid rgba(255,191,0,0.28);
}

.hub-card-actions { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.hub-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 40px; padding: 0.4rem 0.9rem; border-radius: 999px;
  font-size: 0.75rem; font-weight: 800; letter-spacing: 0.02em;
}
.hub-cta.is-primary { background: #FFBF00; color: #0A192F; }
.hub-cta.is-ghost {
  background: rgba(255,255,255,0.06);
  color: #f4f7fb;
  border: 1px solid rgba(244,247,251,0.28);
}
.hub-cta:hover { filter: brightness(1.06); }

.hub-coming {
  padding: 1.4rem 1.35rem;
  border-radius: 1rem;
  border: 1px dashed rgba(255, 191, 0, 0.35);
  background: rgba(16, 27, 40, 0.8);
}
.hub-coming-title {
  margin: 0.25rem 0 0.4rem;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  color: #fff;
}
.hub-coming-desc { margin: 0 0 0.9rem; color: #d8e0ea; max-width: 40rem; line-height: 1.55; }

.path-hub-footnote {
  margin: 2rem 0 0;
  font-size: 0.8rem; line-height: 1.5; color: #c5d0de;
}
.path-hub-footer {
  position: relative; z-index: 2;
  display: flex; flex-wrap: wrap; gap: 0.65rem 1.15rem;
  justify-content: space-between; align-items: center;
  padding: 1rem clamp(1rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(232, 237, 244, 0.08);
  font-size: 0.8rem; color: #c5d0de;
  background: rgba(7, 16, 24, 0.92);
}
.path-hub-footer a { color: #f0f4f8; font-weight: 600; }
.path-hub-footer a:hover { color: #FFBF00; }
