.dance-blog-page {
  --blog-surface: rgba(255, 251, 248, 0.9);
  --blog-surface-soft: rgba(255, 247, 241, 0.84);
  --blog-border: rgba(176, 128, 107, 0.18);
  --blog-shadow: 0 18px 42px rgba(151, 109, 88, 0.12);
  --blog-accent: #d26c8d;
  --blog-accent-soft: #fff0e8;
  --blog-gold: #f2c66d;
  --blog-ink: #3f2f37;
  --blog-sidebar-width: 300px;
  position: relative;
  isolation: isolate;
  font-family: var(--font-sans);
}

.dance-blog-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 223, 196, 0.52), transparent 24%),
    radial-gradient(circle at 82% 12%, rgba(255, 209, 226, 0.46), transparent 20%),
    linear-gradient(rgba(255, 250, 246, 0.86), rgba(255, 245, 238, 0.92)),
    url("/images/happyDancer-1024.jpg") center top / cover no-repeat;
  opacity: 0.3;
  filter: saturate(0.42) brightness(1.12);
  pointer-events: none;
}

.dance-blog-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 75%, rgba(255, 230, 191, 0.24), transparent 20%),
    radial-gradient(circle at 90% 70%, rgba(242, 188, 206, 0.2), transparent 16%),
    linear-gradient(180deg, rgba(255, 252, 249, 0.52), rgba(252, 244, 238, 0.74));
  pointer-events: none;
}

.dance-blog-page > .container {
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.blog-shell {
  display: block;
}

.blog-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: var(--blog-sidebar-width);
  padding: 0.85rem;
  overflow-y: auto;
}

.blog-sidebar-inner,
.dance-blog-hero-shell,
.blog-card,
.blog-article-main {
  background: var(--blog-surface);
  border: 1px solid var(--blog-border);
  border-radius: 28px;
  box-shadow: var(--blog-shadow);
}

.blog-sidebar-inner,
.dance-blog-hero-shell,
.blog-card,
.blog-article-main {
  padding: 1.25rem;
}

.blog-article-main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(220px 180px at 86% 24%, rgba(242, 198, 109, 0.15), rgba(242, 198, 109, 0) 72%),
    radial-gradient(260px 210px at 14% 46%, rgba(210, 108, 141, 0.09), rgba(210, 108, 141, 0) 74%),
    radial-gradient(230px 180px at 82% 72%, rgba(255, 214, 183, 0.16), rgba(255, 214, 183, 0) 73%),
    radial-gradient(180px 150px at 24% 88%, rgba(255, 232, 174, 0.11), rgba(255, 232, 174, 0) 74%),
    var(--blog-surface);
}

.blog-article-main::before,
.blog-article-main::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.blog-article-main::before {
  right: -34px;
  bottom: 92px;
  width: 140px;
  height: 140px;
  border-radius: 46% 54% 58% 42%;
  background: radial-gradient(circle, rgba(242, 198, 109, 0.26), rgba(242, 198, 109, 0));
  transform: rotate(18deg);
}

.blog-article-main::after {
  left: -22px;
  bottom: 220px;
  width: 96px;
  height: 96px;
  border-radius: 58% 42% 48% 52%;
  background: radial-gradient(circle, rgba(210, 108, 141, 0.16), rgba(210, 108, 141, 0));
  transform: rotate(-14deg);
}

.blog-sidebar-inner {
  min-height: calc(100vh - 1.7rem);
  background:
    radial-gradient(circle at top right, rgba(255, 231, 210, 0.45), transparent 28%),
    linear-gradient(180deg, rgba(255, 251, 248, 0.96), rgba(255, 245, 240, 0.9));
  backdrop-filter: blur(16px);
  position: relative;
  overflow: hidden;
  padding: 1rem 1rem 0.9rem;
}

.blog-sidebar-inner::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: 18px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 198, 109, 0.22), rgba(242, 198, 109, 0));
  pointer-events: none;
}

.blog-sidebar .brand {
  font-size: 1.125rem;
  color: var(--blog-ink);
}

.blog-sidebar-promo-title {
  font-size: clamp(0.98rem, 1.45vw, 1.18rem);
  line-height: 1.25;
  max-width: none;
  white-space: normal;
}

.blog-sidebar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.blog-language-toggle {
  margin-left: auto;
}

.blog-sidebar .logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #2d1e28, #654457);
  box-sizing: border-box;
  padding: 4px 2px 2px 2px;
}

.blog-sidebar .logo-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none !important;
}

.blog-eyebrow,
.blog-badge,
.blog-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
}

.blog-eyebrow {
  padding: 0.45rem 0.85rem;
  background: linear-gradient(135deg, rgba(255, 240, 232, 0.96), rgba(255, 232, 240, 0.96));
  color: var(--blog-accent);
  font-size: 0.85rem;
  box-shadow: inset 0 0 0 1px rgba(210, 108, 141, 0.12);
}

.blog-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.blog-stat-card {
  padding: 1rem;
  background: rgba(255, 252, 249, 0.92);
  border: 1px solid var(--blog-border);
  border-radius: 22px;
  min-height: 116px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-stat-value {
  font-size: clamp(1.25rem, 3vw, 2rem);
  line-height: 1;
  font-weight: 800;
}

.blog-stat-label,
.blog-meta {
  color: var(--landing-muted);
  font-size: 0.9rem;
}

.blog-badge,
.blog-chip {
  padding: 0.4rem 0.8rem;
  font-size: 0.8rem;
}

.blog-badge {
  background: linear-gradient(135deg, rgba(255, 240, 232, 0.95), rgba(255, 232, 240, 0.95));
  color: var(--blog-accent);
  box-shadow: inset 0 0 0 1px rgba(210, 108, 141, 0.1);
}

.blog-chip {
  background: rgba(255, 248, 242, 0.92);
  color: rgba(91, 61, 72, 0.74);
}

.blog-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.blog-list-card {
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 249, 0.9), rgba(255, 246, 239, 0.74));
  border-color: rgba(176, 128, 107, 0.12);
  box-shadow: 0 12px 28px rgba(151, 109, 88, 0.08);
  position: relative;
  overflow: hidden;
}

.blog-list-card::before {
  content: "";
  position: absolute;
  inset: auto -20px -26px auto;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(242, 198, 109, 0.18), rgba(242, 198, 109, 0));
  pointer-events: none;
}

.blog-list-card .text-muted {
  color: rgba(15, 23, 42, 0.76) !important;
}

.blog-sidebar-note {
  color: rgba(86, 66, 74, 0.82);
  font-size: 0.96rem;
  line-height: 1.65;
}

.blog-card-media-link {
  display: block;
  text-decoration: none;
}

.blog-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  border: 1px solid rgba(176, 128, 107, 0.14);
  box-shadow: 0 10px 24px rgba(151, 109, 88, 0.08);
}

.blog-card-title-link {
  color: var(--blog-ink);
  text-decoration: none;
}

.blog-card-title-link:hover,
.blog-card-title-link:focus {
  color: var(--blog-accent);
}

.blog-sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.blog-sidebar-link {
  color: var(--blog-ink);
  text-decoration: none;
  font-weight: 600;
}

.blog-sidebar-link:hover,
.blog-sidebar-link:focus {
  color: var(--blog-accent);
  text-decoration: underline;
}

.blog-social-quote {
  font-size: 1rem;
  color: var(--blog-ink);
}

.blog-back-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-decoration: none;
}

.blog-back-link:hover,
.blog-back-link:focus {
  text-decoration: underline;
}

.blog-article-section {
  scroll-margin-top: 6rem;
}

.blog-main-column {
  min-width: 0;
  margin-left: calc(var(--blog-sidebar-width) + 1rem);
  padding: 1rem 1.75rem 2rem 0;
  max-width: 1140px;
}

.dance-blog-page h1,
.dance-blog-page h2,
.dance-blog-page h3,
.dance-blog-page h4 {
  color: var(--blog-ink);
  font-family: var(--font-sans);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.blog-post-content,
.blog-post-content p,
.blog-post-content li,
.blog-article-header .lead,
.blog-card-title-link,
.blog-author-name {
  font-family: var(--font-sans);
}

.blog-post-content p,
.blog-post-content li,
.blog-article-header .lead {
  font-size: 1.08rem;
  line-height: 1.85;
}

.blog-badge,
.blog-chip,
.blog-eyebrow,
.blog-meta,
.blog-language-toggle,
.blog-sidebar-note,
.blog-sources-list a,
.blog-back-link {
  font-family: var(--font-sans);
}

.dance-blog-page .btn-primary {
  background: linear-gradient(135deg, #d26c8d, #f09b6d);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(210, 108, 141, 0.2);
}

.dance-blog-page .btn-primary:hover,
.dance-blog-page .btn-primary:focus {
  background: linear-gradient(135deg, #c55f81, #e58f63);
  box-shadow: 0 16px 30px rgba(210, 108, 141, 0.24);
}

.dance-blog-page .btn-outline-primary {
  color: var(--blog-accent);
  border-color: rgba(210, 108, 141, 0.28);
  background: rgba(255, 249, 245, 0.7);
}

.dance-blog-page .btn-outline-primary:hover,
.dance-blog-page .btn-outline-primary:focus {
  color: #fff;
  background: var(--blog-accent);
  border-color: var(--blog-accent);
}

.blog-post-content {
  line-height: 1.75;
  position: relative;
  z-index: 1;
}

.blog-inline-note,
.blog-cta-panel,
.blog-related-card,
.blog-header-aside,
.blog-sources-panel {
  border-radius: 20px;
  border: 1px solid var(--blog-border);
}

.blog-inline-note {
  padding: 0.8rem 0.95rem;
  background: linear-gradient(180deg, rgba(255, 248, 242, 0.95), rgba(255, 241, 247, 0.82));
  border-color: rgba(210, 108, 141, 0.12);
  box-shadow: none;
  max-width: 78ch;
}

.blog-inline-note strong,
.blog-inline-note span {
  color: var(--blog-ink);
}

.blog-post-content p {
  margin-bottom: 1.1rem;
  max-width: 78ch;
}

.blog-marker-line {
  position: relative;
  display: inline-block;
  margin: 0 0 1.25rem;
  padding: 0.02rem 0.34rem 0.12rem 0.26rem;
  max-width: 78ch;
  color: var(--blog-ink);
  font-weight: 700;
  font-family: var(--font-sans);
  font-size: 1.12rem;
  line-height: 1.9;
  transform: rotate(-0.55deg);
  border-radius: 0.45rem 0.3rem 0.5rem 0.24rem;
  background-image:
    linear-gradient(-0.9deg, transparent 28%, rgba(255, 227, 119, 0.24) 28%, rgba(255, 227, 119, 0.24) 92%, transparent 92%),
    linear-gradient(0.65deg, transparent 38%, rgba(242, 198, 109, 0.78) 38%, rgba(255, 214, 104, 0.82) 72%, rgba(247, 191, 86, 0.72) 87%, transparent 87%),
    linear-gradient(-1.2deg, transparent 49%, rgba(255, 239, 167, 0.58) 49%, rgba(255, 239, 167, 0.58) 97%, transparent 97%);
  box-shadow: inset 0 -0.08rem 0 rgba(219, 169, 58, 0.16);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}


.blog-post-content h2 {
  margin: 2.35rem 0 0.85rem;
  max-width: 24ch;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.16;
}

.blog-post-content ul,
.blog-post-content ol {
  max-width: 78ch;
}

.blog-author-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 1rem 0 1.35rem;
}

.blog-author-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d26c8d, #f2a56f);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.blog-author-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: var(--blog-ink);
}

.blog-author-role {
  margin: 0.1rem 0 0;
  color: rgba(86, 66, 74, 0.78);
  font-size: 0.92rem;
}

.blog-article-header {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(260px, 0.95fr);
  gap: 1.5rem;
  align-items: start;
}

.blog-header-aside {
  padding: 1.1rem 1.15rem;
  background: linear-gradient(180deg, rgba(255, 244, 226, 0.95), rgba(255, 237, 243, 0.82));
}

.blog-aside-title {
  margin: 0 0 0.85rem;
  font-size: 1.08rem;
  line-height: 1.2;
}

.blog-aside-list {
  margin: 0;
  padding-left: 1.1rem;
}

.blog-aside-list li {
  margin-bottom: 0.6rem;
  color: var(--blog-ink);
}

.blog-feature-figure {
  margin: 0;
}

.blog-feature-image {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  border: 1px solid var(--blog-border);
  box-shadow: 0 16px 34px rgba(151, 109, 88, 0.1);
}

.blog-quick-summary {
  margin: 1.35rem 0 0;
  padding: 1.15rem 1.2rem;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 246, 236, 0.98), rgba(255, 236, 244, 0.9));
  border: 1px solid var(--blog-border);
}

.blog-quick-summary h2 {
  margin: 0 0 0.8rem;
  font-size: 1.05rem;
  line-height: 1.2;
}

.blog-quick-summary ul {
  margin: 0;
  padding-left: 1.1rem;
}

.blog-quick-summary li {
  margin-bottom: 0.55rem;
}

.blog-cta-panel {
  margin-top: 1rem;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 249, 244, 0.98), rgba(255, 239, 232, 0.9));
  max-width: 82ch;
}

.blog-sources-panel {
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 251, 247, 0.96), rgba(255, 244, 238, 0.88));
  max-width: 82ch;
}

.blog-sources-group + .blog-sources-group {
  margin-top: 1rem;
}

.blog-sources-list {
  margin: 0;
  padding-left: 1.1rem;
}

.blog-sources-list li {
  margin-bottom: 0.65rem;
  color: var(--blog-ink);
}

.blog-sources-list a {
  color: var(--blog-accent);
  font-weight: 700;
  text-decoration: none;
}

.blog-sources-list a:hover,
.blog-sources-list a:focus {
  text-decoration: underline;
}

.blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.blog-takeaway-list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.blog-takeaway-list li {
  margin-bottom: 0.7rem;
}

.blog-social-hook {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 241, 230, 0.98), rgba(255, 231, 238, 0.86));
  border: 1px solid rgba(210, 108, 141, 0.14);
}

.blog-hook-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--blog-accent);
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.blog-related-card {
  display: block;
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(255, 252, 249, 0.95), rgba(255, 244, 238, 0.82));
}

@media (max-width: 767.98px) {
  .blog-shell {
    display: block;
  }

  .blog-sidebar {
    position: static;
    width: auto;
    padding: 0 1rem 1rem;
    overflow: visible;
  }

  .blog-sidebar-inner,
  .dance-blog-hero-shell,
  .blog-card,
  .blog-article-main {
    border-radius: 20px;
    padding: 1rem;
  }

  .blog-sidebar-inner {
    min-height: auto;
    backdrop-filter: none;
    padding: 0.9rem 0.9rem 0.85rem;
  }

  .blog-sidebar .logo-pill {
    width: 40px;
    height: 40px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .blog-sidebar-top {
    align-items: flex-start;
  }

  .blog-language-toggle {
    flex: 0 0 auto;
  }

  .blog-main-column {
    margin-left: 0;
    padding: 0 1rem 1rem;
    max-width: none;
  }

  .blog-list-card {
    padding: 1rem;
  }

  .blog-article-header,
  .blog-related-grid {
    grid-template-columns: 1fr;
  }

  .dance-blog-hero-shell.mb-4 {
    margin-bottom: 1rem !important;
  }

  .blog-article-header.mt-3 {
    margin-top: 0.75rem !important;
    gap: 0.85rem;
  }

  .blog-author-row {
    margin: 0.75rem 0 1rem;
  }

  .blog-article-header .display-5 {
    font-size: clamp(1.9rem, 7vw, 2.45rem);
    line-height: 1.14;
    margin-bottom: 0.85rem !important;
  }

  .blog-article-header .lead {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0 !important;
  }

  .blog-header-aside {
    padding: 0.9rem 1rem;
  }

  .blog-feature-figure.mb-4,
  .blog-quick-summary.mb-4,
  .blog-inline-note.mb-4 {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  .blog-stat-grid {
    grid-template-columns: 1fr;
  }
}

.hoops-blog-page {
  --blog-surface: rgba(255, 255, 252, 0.94);
  --blog-surface-soft: rgba(255, 246, 235, 0.9);
  --blog-border: rgba(148, 83, 35, 0.22);
  --blog-shadow: 0 20px 48px rgba(63, 37, 18, 0.15);
  --blog-accent: #E8622A;
  --blog-accent-soft: #fff1e4;
  --blog-gold: #f3b23f;
  --blog-ink: #221a14;
  background: #f7f1e8;
}

.hoops-blog-page::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 50% 28%, transparent 0 118px, rgba(255, 255, 255, 0.2) 119px 121px, transparent 122px),
    linear-gradient(180deg, rgba(65, 38, 20, 0.5), rgba(36, 23, 16, 0.6)),
    url("/images/CoachCarter-864.jpg") center top / cover no-repeat;
  background-size: 72px 72px, 72px 72px, auto, auto, cover;
  opacity: 0.58;
  filter: saturate(0.95) contrast(1.08) brightness(0.86);
}

.hoops-blog-page::after {
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.18) 48% 48.35%, transparent 48.35% 51.65%, rgba(255, 255, 255, 0.18) 51.65% 52%, transparent 52%),
    radial-gradient(ellipse at 50% 100%, transparent 0 34%, rgba(255, 255, 255, 0.16) 34.3% 34.8%, transparent 35%),
    linear-gradient(180deg, rgba(252, 244, 235, 0.72), rgba(244, 232, 216, 0.9));
}

.hoops-blog-page .blog-sidebar-inner,
.hoops-blog-page .dance-blog-hero-shell,
.hoops-blog-page .blog-card,
.hoops-blog-page .blog-article-main {
  border-radius: 14px;
}

.hoops-blog-page .blog-sidebar-inner {
  background:
    linear-gradient(135deg, rgba(34, 26, 20, 0.96), rgba(88, 48, 23, 0.93)),
    radial-gradient(circle at 88% 18%, rgba(243, 178, 63, 0.22), transparent 30%);
  color: #fffaf4;
}

.hoops-blog-page .blog-sidebar-inner::after {
  right: -28px;
  bottom: -28px;
  width: 118px;
  height: 118px;
  border: 4px solid rgba(243, 178, 63, 0.35);
  background:
    linear-gradient(90deg, transparent 47%, rgba(243, 178, 63, 0.28) 48% 52%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(243, 178, 63, 0.28) 48% 52%, transparent 53%),
    radial-gradient(circle, rgba(201, 91, 29, 0.28), rgba(201, 91, 29, 0.02) 68%);
}

.hoops-blog-page .blog-sidebar .brand,
.hoops-blog-page .blog-sidebar-inner h2 {
  color: #fffaf4 !important;
}

.hoops-blog-page .blog-sidebar-inner .text-muted,
.hoops-blog-page .blog-sidebar-inner p,
.hoops-blog-page .blog-sidebar-inner a {
  color: rgba(255, 250, 244, 0.82) !important;
}

.hoops-blog-page .blog-sidebar .logo-pill {
  background: linear-gradient(135deg, #f3b23f, #E8622A);
}

.hoops-blog-page .blog-eyebrow,
.hoops-blog-page .blog-badge {
  background: linear-gradient(135deg, rgba(255, 241, 228, 0.98), rgba(255, 216, 170, 0.95));
  color: #a83f19;
  box-shadow: inset 0 0 0 1px rgba(201, 91, 29, 0.18);
}

.hoops-blog-page .blog-chip {
  background: rgba(255, 238, 218, 0.9);
  color: rgba(73, 42, 22, 0.78);
}

.hoops-blog-page .blog-list-card,
.hoops-blog-page .dance-blog-hero-shell,
.hoops-blog-page .blog-article-main,
.hoops-blog-page .blog-quick-summary,
.hoops-blog-page .blog-header-aside,
.hoops-blog-page .blog-sources-panel,
.hoops-blog-page .blog-social-hook {
  background:
    linear-gradient(180deg, rgba(255, 255, 252, 0.96), rgba(255, 248, 239, 0.92));
  border-color: rgba(148, 83, 35, 0.2);
}

.hoops-blog-page .blog-article-main {
  background:
    linear-gradient(90deg, rgba(201, 91, 29, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(201, 91, 29, 0.045) 1px, transparent 1px),
    radial-gradient(220px 190px at 86% 20%, rgba(243, 178, 63, 0.18), rgba(243, 178, 63, 0) 72%),
    radial-gradient(250px 220px at 10% 70%, rgba(201, 91, 29, 0.1), rgba(201, 91, 29, 0) 74%),
    var(--blog-surface);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
}

.hoops-blog-page .blog-article-main::before {
  border-radius: 50%;
  border: 4px solid rgba(201, 91, 29, 0.24);
  background:
    linear-gradient(90deg, transparent 47%, rgba(201, 91, 29, 0.18) 48% 52%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(201, 91, 29, 0.18) 48% 52%, transparent 53%),
    radial-gradient(circle, rgba(243, 178, 63, 0.18), rgba(243, 178, 63, 0));
}

.hoops-blog-page .blog-article-main::after {
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 46%, rgba(34, 26, 20, 0.14) 47% 49%, transparent 50%),
    radial-gradient(circle, rgba(201, 91, 29, 0.12), rgba(201, 91, 29, 0));
}

.hoops-blog-page .blog-card-image,
.hoops-blog-page .blog-feature-image {
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(34, 26, 20, 0.08), rgba(201, 91, 29, 0.08));
}

.hoops-blog-page .blog-marker-line {
  border-left-color: #E8622A;
  background: linear-gradient(90deg, rgba(255, 241, 228, 0.96), rgba(255, 248, 239, 0.72));
}

.hoops-blog-page .btn-primary {
  background: linear-gradient(135deg, #E8622A, #8f3a11);
  border-color: #a83f19;
  box-shadow: 0 12px 26px rgba(143, 58, 17, 0.24);
}

.hoops-blog-page .btn-primary:hover,
.hoops-blog-page .btn-primary:focus {
  background: linear-gradient(135deg, #a94714, #70300f);
  border-color: #70300f;
}

.hoops-blog-page .btn-outline-primary {
  color: #E8622A;
  border-color: rgba(201, 91, 29, 0.42);
}

.hoops-blog-page .btn-outline-primary:hover,
.hoops-blog-page .btn-outline-primary:focus {
  background: #E8622A;
  border-color: #E8622A;
}

.hoops-blog-page .blog-card-title-link:hover,
.hoops-blog-page .blog-card-title-link:focus,
.hoops-blog-page .blog-post-content a {
  color: #a83f19;
}

@media (max-width: 767.98px) {
  .hoops-blog-page::before {
    opacity: 0.34;
    background-size: 52px 52px, 52px 52px, auto, auto, cover;
  }

  .hoops-blog-page .blog-sidebar-inner,
  .hoops-blog-page .dance-blog-hero-shell,
  .hoops-blog-page .blog-card,
  .hoops-blog-page .blog-article-main {
    border-radius: 12px;
  }
}
