.hub-page {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.hub-hero {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 8px;
  padding-bottom: 20px;
}

.hub-hero__eyebrow {
  align-items: center;
  color: var(--home-pink, #eb1b27);
  display: flex;
  font-size: .8rem;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.hub-hero__title {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin: 0 0 12px;
}

.hub-hero__excerpt {
  color: var(--home-muted, #a39ca8);
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
  margin: 0;
  max-width: 80ch;
}

/* 2-Column Editorial Layout (Left-Aligned Text + 350px Right Sidebar) */
.hub-editorial-layout {
  align-items: start;
  box-sizing: border-box;
  display: flex;
  gap: 40px !important;
  justify-content: center;
  margin-top: clamp(40px, 6vw, 64px) !important;
  margin-bottom: clamp(40px, 6vw, 64px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px !important;
  padding-left: clamp(20px, 4vw, 48px) !important;
  padding-right: clamp(20px, 4vw, 48px) !important;
  width: 100% !important;
}

.hub-editorial-content {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #eae4eb !important;
  flex: 1 1 0%;
  font-size: 1.15rem;
  line-height: 1.85;
  margin: 0;
  max-width: 800px !important;
  min-width: 0;
  padding: 0 !important;
  width: 100%;
}

.hub-editorial-content > * {
  max-width: 800px !important;
  width: 100% !important;
}

/* Left-Aligned H2 Titles with Vertical Accent Bar */
.hub-editorial-content h2 {
  border-left: 4px solid var(--home-pink, #ff6584);
  color: #ffffff !important;
  font-size: clamp(1.75rem, 2.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.25;
  margin-bottom: 0.85em;
  margin-top: 2.2em;
  padding-left: 14px !important;
  padding-bottom: 0;
  text-align: left !important;
}

.hub-editorial-content h2:first-child {
  margin-top: 0;
}

.hub-editorial-content h3 {
  color: #ffffff !important;
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-bottom: 0.65em;
  margin-top: 1.8em;
  text-align: left;
}

.hub-editorial-content h4 {
  color: #ffffff !important;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  text-align: left;
}

.hub-editorial-content p {
  color: #eae4eb !important;
  font-size: 1.15rem;
  line-height: 1.85;
  margin-bottom: 1.45em;
  text-align: left;
}

.hub-editorial-content a {
  color: var(--home-pink, #ff6584) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.hub-editorial-content a:hover {
  color: #ffffff !important;
}

/* Unordered & Ordered Lists Styling for High-Contrast Dark Theme */
.hub-editorial-content ul,
.hub-editorial-content ol {
  color: #eae4eb !important;
  margin-bottom: 1.45em !important;
  padding-left: 1.8rem !important;
  text-align: left;
}

.hub-editorial-content li {
  color: #eae4eb !important;
  font-size: 1.15rem !important;
  line-height: 1.85 !important;
  margin-bottom: 0.65rem !important;
}

.hub-editorial-content strong,
.hub-editorial-content b {
  color: #ffffff !important;
  font-weight: 800 !important;
}

.hub-editorial-content em,
.hub-editorial-content i {
  color: #f3ebf5 !important;
}

.hub-editorial-content blockquote {
  border-left: 3px solid var(--home-pink, #ff6584);
  color: #d8cde0 !important;
  font-style: italic;
  margin: 1.6em 0;
  padding-left: 1.2rem;
  text-align: left;
}

/* Right Sidebar Styling for Hubs (Positioned Directly Adjacent - 350px) */
.hub-editorial-sidebar-wrap {
  flex: 0 0 350px;
  min-width: 0;
  position: sticky;
  top: 96px;
  width: 350px;
}

.hub-editorial-sidebar-wrap .editorial-widget {
  background: #1b171c;
  border: 1px solid #312a32;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  color: #d8cde0 !important;
  font-size: 0.9rem;
  line-height: 1.65;
  padding: 1.5rem;
}

.hub-editorial-sidebar-wrap .editorial-widget p,
.hub-editorial-sidebar-wrap .editorial-widget li {
  color: #d8cde0 !important;
}

.hub-editorial-sidebar-wrap .editorial-widget + .editorial-widget {
  margin-top: 1.25rem;
}

.hub-editorial-sidebar-wrap .editorial-widget--intro {
  background: linear-gradient(145deg, #241d26 0%, #1b171c 100%);
  border-color: rgba(255, 101, 132, 0.35);
}

.hub-editorial-sidebar-wrap .editorial-widget__eyebrow {
  color: var(--home-pink, #ff6584);
}

.hub-editorial-sidebar-wrap .editorial-widget__title,
.hub-editorial-sidebar-wrap .editorial-widget .wp-block-heading {
  color: #ffffff !important;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.hub-editorial-sidebar-wrap .editorial-widget a {
  color: #e2dbde !important;
  transition: color 0.2s ease;
}

.hub-editorial-sidebar-wrap .editorial-widget a:hover {
  color: var(--home-pink, #ff6584) !important;
}

@media (max-width: 960px) {
  .hub-editorial-layout {
    flex-direction: column;
  }

  .hub-editorial-sidebar-wrap {
    flex: 1 1 auto;
    position: static;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .hub-editorial-content,
  .hub-editorial-content p,
  .hub-editorial-content li {
    font-size: 1.05rem !important;
  }
}
