
    :root {
      --bj-home-black: #050505;
      --bj-home-ink: #0d0b0c;
      --bj-home-wine: #25070c;
      --bj-home-wine-soft: #3a0d14;
      --bj-home-cream: #f7f1e7;
      --bj-home-muted: #c8c0b4;
      --bj-home-soft: rgba(247, 241, 231, 0.74);
      --bj-home-gold: #d7b56d;
      --bj-home-gold-soft: rgba(215, 181, 109, 0.18);
      --bj-home-silver: #8f9298;
      --bj-home-line: rgba(247, 241, 231, 0.14);
      --bj-home-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
      --bj-home-radius: 8px;
      --bj-home-container: min(1160px, calc(100vw - 40px));
      --bj-page-edge-margin: 100px;
      --bj-section-gap: clamp(34px, 5vw, 64px);
      --bj-home-font-sans: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      --bj-home-font-display: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      color-scheme: dark;
    }

    .bj-home,
    .bj-home * {
      box-sizing: border-box;
    }

    .bj-home {
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
      margin: 0;
      background:
        radial-gradient(circle at 18% 7%, rgba(215, 181, 109, 0.14), transparent 30rem),
        radial-gradient(circle at 84% 18%, rgba(95, 8, 18, 0.42), transparent 34rem),
        linear-gradient(135deg, var(--bj-home-black), var(--bj-home-ink) 48%, #100507);
      color: var(--bj-home-cream);
      font-family: var(--bj-home-font-sans);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      text-rendering: geometricPrecision;
    }

    .bj-home::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      opacity: 0.28;
      background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
      background-size: 56px 56px;
      mask-image: linear-gradient(to bottom, #000, transparent 88%);
    }

    .bj-home a {
      color: inherit;
      text-decoration-thickness: 1px;
      text-underline-offset: 0.25em;
    }

    .bj-home a:focus-visible,
    .bj-home button:focus-visible {
      outline: 2px solid var(--bj-home-gold);
      outline-offset: 4px;
    }

    .bj-home img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .bj-home-section,
    .bj-home-hero {
      position: relative;
      z-index: 1;
      scroll-margin-top: 96px;
    }

    .bj-home-container {
      width: var(--bj-home-container);
      margin-inline: auto;
      margin-block: var(--bj-page-edge-margin);
    }

    .bj-home-hero {
      min-height: clamp(720px, 100vh, 980px);
      display: grid;
      align-items: stretch;
      isolation: isolate;
      background:
        url("/wp-content/uploads/2026/06/ben-jackson-jamming-.jpg") center right / cover no-repeat;
    }

    .bj-home-hero-video {
      position: absolute;
      inset: 0;
      z-index: -3;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      pointer-events: none;
    }

    .bj-home-hero::before,
    .bj-home-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
    }

    .bj-home-hero::before {
      background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.96) 0%, rgba(5, 5, 5, 0.82) 38%, rgba(5, 5, 5, 0.24) 78%),
        linear-gradient(180deg, rgba(5, 5, 5, 0.2), rgba(5, 5, 5, 0.92)),
        radial-gradient(ellipse at 38% 0%, rgba(255, 255, 255, 0.13), transparent 18rem),
        linear-gradient(108deg, transparent 48%, rgba(215, 181, 109, 0.1) 49%, transparent 58%);
    }

    .bj-home-hero::after {
      background: linear-gradient(180deg, transparent 70%, var(--bj-home-black));
    }

    .bj-home-nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      border-bottom: 1px solid rgba(247, 241, 231, 0.13);
      background:
        linear-gradient(90deg, rgba(215, 181, 109, 0.08), transparent 34%, rgba(80, 8, 16, 0.14)),
        rgba(5, 5, 5, 0.72);
      box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
      backdrop-filter: blur(22px) saturate(1.18);
      -webkit-backdrop-filter: blur(22px) saturate(1.18);
    }

    .bj-home-nav::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(215, 181, 109, 0.52), transparent);
      opacity: 0.72;
    }

    .bj-home-nav-inner {
      width: calc(100vw - 100px);
      max-width: none;
      min-height: 82px;
      margin-inline: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: clamp(12px, 1.6vw, 24px);
    }

    .bj-home-brand {
      display: inline-grid;
      gap: 1px;
      color: var(--bj-home-cream);
      text-decoration: none;
      white-space: nowrap;
    }

    .bj-home-brand-name {
      font-family: var(--bj-home-font-display);
      font-size: clamp(1.18rem, 1.8vw, 1.48rem);
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.035em;
    }

    .bj-home-brand-label {
      color: var(--bj-home-gold);
      font-size: 0.58rem;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
    }

    .bj-home-menu {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex: 1 1 auto;
      gap: clamp(8px, 1vw, 15px);
      margin: 0;
      padding: 0;
      list-style: none;
      color: var(--bj-home-muted);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .bj-home-menu a {
      position: relative;
      display: inline-flex;
      align-items: center;
      min-height: 42px;
      text-decoration: none;
      transition: color 180ms ease, transform 180ms ease;
    }

    .bj-home-menu a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 6px;
      height: 1px;
      background: var(--bj-home-gold);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform 220ms ease;
    }

    .bj-home-menu a:hover {
      color: var(--bj-home-cream);
      transform: translateY(-1px);
    }

    .bj-home-menu a:hover::after {
      transform: scaleX(1);
      transform-origin: left;
    }

    .bj-home-menu li {
      position: relative;
    }

    .bj-home-mobile-contact-item {
      display: none;
    }

    .bj-home-menu .bj-references-submenu {
      position: absolute;
      top: 100%;
      left: 50%;
      z-index: 20;
      display: grid;
      min-width: 210px;
      gap: 4px;
      margin: 0;
      padding: 10px;
      list-style: none;
      border: 1px solid rgba(247, 241, 231, 0.14);
      border-radius: var(--bj-home-radius);
      background:
        linear-gradient(145deg, rgba(247, 241, 231, 0.08), rgba(247, 241, 231, 0.03)),
        rgba(5, 5, 5, 0.94);
      box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
      opacity: 0;
      pointer-events: none;
      transform: translate(-50%, -6px);
      transition: opacity 180ms ease, transform 180ms ease;
    }

    .bj-home-menu li:hover > .bj-references-submenu,
    .bj-home-menu li:focus-within > .bj-references-submenu {
      opacity: 1;
      pointer-events: auto;
      transform: translate(-50%, 0);
    }

    .bj-home-menu .bj-references-submenu a {
      min-height: 38px;
      width: 100%;
      padding: 9px 12px;
      border-radius: calc(var(--bj-home-radius) - 2px);
      color: var(--bj-home-muted);
      font-size: 0.72rem;
      letter-spacing: 0.06em;
      white-space: nowrap;
    }

    .bj-home-menu .bj-references-submenu a::after {
      display: none;
    }

    .bj-home-menu .bj-references-submenu a:hover,
    .bj-home-menu .bj-references-submenu a:focus-visible {
      background: rgba(215, 181, 109, 0.12);
      color: var(--bj-home-cream);
      transform: none;
    }

    .bj-home-language-switcher {
      display: inline-flex;
      flex: 0 0 auto;
      align-items: center;
      gap: 3px;
      padding: 3px;
      border: 1px solid rgba(247, 241, 231, 0.13);
      border-radius: 999px;
      background: rgba(247, 241, 231, 0.055);
    }

    .bj-home-language-switcher a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 34px;
      min-height: 34px;
      border-radius: 999px;
      color: var(--bj-home-muted);
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-decoration: none;
      transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    }

    .bj-home-language-switcher a:hover {
      color: var(--bj-home-cream);
      transform: translateY(-1px);
    }

    .bj-home-language-switcher a.is-active {
      background: var(--bj-home-gold);
      color: #120c05;
    }

    .bj-home-nav-cta {
      display: inline-flex;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 11px 18px;
      border: 1px solid rgba(215, 181, 109, 0.74);
      border-radius: 999px;
      background: linear-gradient(135deg, #e6c678, #b98d3d);
      color: #120c05;
      font-size: 0.74rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-decoration: none;
      text-transform: uppercase;
      box-shadow: 0 14px 36px rgba(215, 181, 109, 0.18);
      transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
      white-space: nowrap;
    }

    .bj-home-nav-cta:hover {
      transform: translateY(-2px);
      filter: brightness(1.06);
      box-shadow: 0 18px 44px rgba(215, 181, 109, 0.25);
    }

    .bj-home-menu-toggle {
      display: none;
      position: relative;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 1px solid rgba(247, 241, 231, 0.18);
      border-radius: 999px;
      background:
        linear-gradient(145deg, rgba(247, 241, 231, 0.1), rgba(247, 241, 231, 0.035)),
        rgba(5, 5, 5, 0.42);
      color: var(--bj-home-cream);
      cursor: pointer;
      box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
      transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
    }

    .bj-home-menu-toggle:hover {
      border-color: rgba(215, 181, 109, 0.46);
      transform: translateY(-1px);
    }

    .bj-home-menu-toggle span {
      position: absolute;
      width: 18px;
      height: 2px;
      border-radius: 999px;
      background: currentColor;
      transition: transform 220ms ease, opacity 220ms ease;
    }

    .bj-home-menu-toggle span:nth-child(1) {
      transform: translateY(-6px);
    }

    .bj-home-menu-toggle span:nth-child(3) {
      transform: translateY(6px);
    }

    .bj-home-menu-toggle[aria-expanded="true"] {
      border-color: rgba(215, 181, 109, 0.62);
      background:
        linear-gradient(145deg, rgba(215, 181, 109, 0.14), rgba(247, 241, 231, 0.055)),
        rgba(5, 5, 5, 0.62);
    }

    .bj-home-menu-toggle[aria-expanded="true"] span:nth-child(1) {
      transform: rotate(45deg);
    }

    .bj-home-menu-toggle[aria-expanded="true"] span:nth-child(2) {
      opacity: 0;
    }

    .bj-home-menu-toggle[aria-expanded="true"] span:nth-child(3) {
      transform: rotate(-45deg);
    }

    .bj-home-hero-content {
      position: relative;
      z-index: 1;
      width: var(--bj-home-container);
      min-height: inherit;
      margin-inline: auto;
      display: grid;
      align-content: center;
      padding: 82px 0 0;
    }

    .bj-home-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      width: fit-content;
      margin: 0 0 22px;
      color: var(--bj-home-gold);
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .bj-home-kicker::before {
      content: "";
      width: 38px;
      height: 1px;
      background: currentColor;
    }

    .bj-home h1,
    .bj-home h2,
    .bj-home h3,
    .bj-home p {
      margin-top: 0;
    }

    .bj-home h1 {
      max-width: 760px;
      margin-bottom: 18px;
      font-family: var(--bj-home-font-display);
      font-size: 45px;
      line-height: 0.92;
      font-weight: 600;
      letter-spacing: -0.01em;
      color: var(--bj-home-cream);
      text-wrap: balance;
    }

    .bj-home-hero-subtitle {
      max-width: 680px;
      margin-bottom: 20px;
      color: #fff;
      font-size: clamp(1.25rem, 2vw, 1.8rem);
      line-height: 1.3;
    }

    .bj-home-hero-text {
      max-width: 660px;
      margin-bottom: 34px;
      color: var(--bj-home-soft);
      font-size: clamp(1rem, 1.4vw, 1.16rem);
    }

    .bj-home-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 42px;
    }

    .bj-home-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 13px 22px;
      border: 1px solid rgba(215, 181, 109, 0.72);
      border-radius: 999px;
      background: var(--bj-home-gold);
      color: #120c05;
      font-size: 0.86rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-decoration: none;
      text-transform: uppercase;
      transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
    }

    .bj-home-button:hover {
      transform: translateY(-2px);
      background: #eccd84;
      color: #090604;
    }

    .bj-home-button-secondary {
      background: rgba(247, 241, 231, 0.06);
      color: var(--bj-home-cream);
      border-color: rgba(247, 241, 231, 0.28);
      backdrop-filter: blur(14px);
    }

    .bj-home-button-secondary:hover {
      background: rgba(247, 241, 231, 0.12);
      color: #fff;
      border-color: rgba(247, 241, 231, 0.5);
    }

    .bj-home-hero-stats {
      display: grid;
      grid-template-columns: repeat(4, minmax(150px, 1fr));
      gap: 1px;
      max-width: 940px;
      overflow: hidden;
      border: 1px solid rgba(247, 241, 231, 0.14);
      border-radius: var(--bj-home-radius);
      background: rgba(247, 241, 231, 0.12);
      box-shadow: var(--bj-home-shadow);
      backdrop-filter: blur(18px);
    }

    .bj-home-hero-stat {
      min-height: 112px;
      padding: 22px 18px;
      background: rgba(6, 6, 7, 0.58);
    }

    .bj-home-hero-stat strong {
      display: block;
      margin-bottom: 6px;
      color: var(--bj-home-cream);
      font-size: clamp(1.45rem, 2.4vw, 2.15rem);
      font-weight: 600;
      line-height: 1.05;
      white-space: nowrap;
    }

    .bj-home-hero-stat span {
      color: var(--bj-home-muted);
      font-size: 0.86rem;
    }

    .bj-home-section {
      padding: 0;
    }

    .bj-home-section-header {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
      gap: clamp(30px, 7vw, 92px);
      align-items: end;
      margin-bottom: clamp(34px, 6vw, 64px);
    }

    .bj-home-eyebrow {
      margin-bottom: 12px;
      color: var(--bj-home-gold);
      font-size: 0.77rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .bj-home h2 {
      margin-bottom: 0;
      font-family: var(--bj-home-font-display);
      color: var(--bj-home-cream);
      font-size: 35px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: -0.005em;
      text-wrap: balance;
    }

    .bj-home-section-header p,
    .bj-home-lead {
      margin-bottom: 0;
      color: var(--bj-home-soft);
      font-size: clamp(1rem, 1.35vw, 1.15rem);
    }

    .bj-home-timeline {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
    }

    .bj-home-card {
      position: relative;
      min-height: 270px;
      padding: clamp(24px, 3vw, 34px);
      overflow: hidden;
      border: 1px solid var(--bj-home-line);
      border-radius: var(--bj-home-radius);
      background:
        linear-gradient(145deg, rgba(247, 241, 231, 0.08), rgba(247, 241, 231, 0.025)),
        rgba(12, 10, 10, 0.78);
      box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
      transform: translateY(0);
      transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
      will-change: transform;
    }

    .bj-home-card:hover {
      border-color: rgba(215, 181, 109, 0.42);
      background:
        linear-gradient(145deg, rgba(247, 241, 231, 0.105), rgba(215, 181, 109, 0.045)),
        rgba(12, 10, 10, 0.82);
      box-shadow: 0 30px 72px rgba(0, 0, 0, 0.34);
      transform: translateY(-6px);
    }

    .bj-home-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 3px;
      background: linear-gradient(90deg, transparent, var(--bj-home-gold), transparent);
      opacity: 0.75;
      transition: opacity 260ms ease;
    }

    .bj-home-card:hover::before {
      opacity: 1;
    }

    .bj-home-card-date {
      display: block;
      margin-bottom: 18px;
      color: var(--bj-home-gold);
      font-size: 0.86rem;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .bj-home h3 {
      margin-bottom: 12px;
      font-family: var(--bj-home-font-sans);
      color: var(--bj-home-cream);
      font-size: clamp(1.28rem, 2vw, 1.58rem);
      line-height: 1.16;
      font-weight: 600;
    }

    .bj-home-card p,
    .bj-home-feature p,
    .bj-home-respect p,
    .bj-home-show-text p,
    .bj-home-gallery-item figcaption {
      color: var(--bj-home-muted);
    }

    .bj-home-career {
      background:
        radial-gradient(circle at 74% 38%, rgba(215, 181, 109, 0.12), transparent 24rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
    }

    .bj-home-counters {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-bottom: 30px;
    }

    .bj-home-counter {
      padding: clamp(28px, 4vw, 46px);
      border: 1px solid var(--bj-home-line);
      border-radius: var(--bj-home-radius);
      background: rgba(247, 241, 231, 0.055);
      text-align: center;
      box-shadow: 0 20px 54px rgba(0, 0, 0, 0.16);
      transform: translateY(0);
      transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
      will-change: transform;
    }

    .bj-home-counter:hover {
      border-color: rgba(215, 181, 109, 0.42);
      background:
        linear-gradient(145deg, rgba(215, 181, 109, 0.07), rgba(247, 241, 231, 0.04)),
        rgba(247, 241, 231, 0.065);
      box-shadow: 0 30px 72px rgba(0, 0, 0, 0.3);
      transform: translateY(-6px);
    }

    .bj-home-counter strong {
      display: block;
      margin-bottom: 8px;
      color: var(--bj-home-gold);
      font-size: clamp(2.15rem, 4.6vw, 4.15rem);
      font-weight: 600;
      line-height: 0.94;
    }

    .bj-home-counter span {
      color: var(--bj-home-cream);
      font-weight: 400;
    }

    .bj-home-prestige {
      margin: 0;
      padding: 22px 26px;
      border-left: 2px solid var(--bj-home-gold);
      background: linear-gradient(90deg, var(--bj-home-gold-soft), transparent);
      color: var(--bj-home-soft);
      font-size: clamp(1rem, 1.4vw, 1.18rem);
    }

    .bj-home-show-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
      gap: clamp(28px, 6vw, 76px);
      align-items: center;
    }

    .bj-home-show-text {
      max-width: 670px;
    }

    .bj-home-feature-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin: 30px 0;
      padding: 0;
      list-style: none;
    }

    .bj-home-feature {
      padding: 18px;
      border: 1px solid var(--bj-home-line);
      border-radius: var(--bj-home-radius);
      background: rgba(255, 255, 255, 0.04);
      box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
      transform: translateY(0);
      transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
      will-change: transform;
    }

    .bj-home-feature:hover {
      border-color: rgba(215, 181, 109, 0.4);
      background:
        linear-gradient(145deg, rgba(215, 181, 109, 0.065), rgba(247, 241, 231, 0.035)),
        rgba(255, 255, 255, 0.05);
      box-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
      transform: translateY(-5px);
    }

    .bj-home-feature strong {
      display: block;
      margin-bottom: 4px;
      color: var(--bj-home-cream);
    }

    .bj-home-show-media {
      position: relative;
      min-height: 560px;
      overflow: hidden;
      border: 1px solid var(--bj-home-line);
      border-radius: var(--bj-home-radius);
      box-shadow: var(--bj-home-shadow);
    }

    .bj-home-show-media img {
      width: 100%;
      height: 100%;
      min-height: 560px;
      object-fit: cover;
    }

    .bj-home-show-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 35%, rgba(5, 5, 5, 0.74));
    }

    .bj-home-respect {
      display: grid;
      grid-template-columns: minmax(0, 0.7fr) minmax(320px, 0.82fr);
      gap: clamp(28px, 7vw, 90px);
      align-items: center;
      padding: clamp(34px, 6vw, 70px);
      border: 1px solid var(--bj-home-line);
      border-radius: var(--bj-home-radius);
      background:
        linear-gradient(135deg, rgba(58, 13, 20, 0.72), rgba(8, 8, 9, 0.82)),
        url("/wp-content/uploads/2026/06/ben-jackson-face-.jpg") center right / cover no-repeat;
      box-shadow: var(--bj-home-shadow);
    }

    .bj-home-quote {
      margin: 0;
      color: var(--bj-home-cream);
    }

    .bj-home-quote p {
      margin-bottom: 18px;
      font-size: clamp(1.32rem, 3vw, 2.45rem);
      line-height: 1.18;
      font-weight: 600;
      text-wrap: balance;
    }

    .bj-home-quote cite {
      color: var(--bj-home-gold);
      font-style: normal;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }

    .bj-home-respect-copy .bj-home-eyebrow {
      font-size: 0.7rem;
    }

    .bj-home-respect-copy h2 {
      font-size: 35px;
      line-height: 1.13;
    }

    .bj-home-respect-copy {
      padding: clamp(22px, 4vw, 34px);
      border: 1px solid rgba(247, 241, 231, 0.16);
      border-radius: var(--bj-home-radius);
      background: rgba(5, 5, 5, 0.7);
      backdrop-filter: blur(18px);
    }

    .bj-home-gallery-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
    }

    .bj-home-gallery-item {
      position: relative;
      min-height: 340px;
      margin: 0;
      overflow: hidden;
      border: 1px solid var(--bj-home-line);
      border-radius: var(--bj-home-radius);
      background: rgba(255, 255, 255, 0.04);
    }

    .bj-home-gallery-item img {
      width: 100%;
      height: 100%;
      min-height: 340px;
      object-fit: cover;
      transform: scale(1.01);
      transition: transform 500ms ease, filter 500ms ease;
    }

    .bj-home-gallery-item:hover img {
      transform: scale(1.06);
      filter: saturate(1.06) contrast(1.05);
    }

    .bj-home-gallery-item figcaption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 34px 18px 18px;
      background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
      font-size: 0.9rem;
    }

    .bj-home-final-panel {
      position: relative;
      overflow: hidden;
      padding: clamp(42px, 7vw, 86px);
      border: 1px solid rgba(215, 181, 109, 0.26);
      border-radius: var(--bj-home-radius);
      background:
        linear-gradient(100deg, rgba(5, 5, 5, 0.94), rgba(37, 7, 12, 0.72)),
        url("/wp-content/uploads/2026/06/billie-ben-jackson1-1.jpg") center right / cover no-repeat;
      box-shadow: var(--bj-home-shadow);
    }

    .bj-home-final-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 70% 30%, rgba(215, 181, 109, 0.18), transparent 22rem);
      pointer-events: none;
    }

    .bj-home-final-content {
      position: relative;
      max-width: 650px;
    }

    .bj-home-final h2 {
      margin-bottom: 20px;
    }

    .bj-home-final p {
      max-width: 580px;
      margin-bottom: 30px;
      color: var(--bj-home-soft);
      font-size: clamp(1rem, 1.4vw, 1.18rem);
    }

    .bj-home-footer {
      position: relative;
      z-index: 1;
      padding: 20px 0 0;
      border-top: 1px solid rgba(247, 241, 231, 0.12);
      background:
        radial-gradient(circle at 16% 0%, rgba(215, 181, 109, 0.1), transparent 25rem),
        linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.86) 18%, #050505);
    }

    .bj-home-footer > .bj-home-container {
      width: calc(100vw - 100px);
      max-width: none;
      margin-block: 0;
    }

    .bj-home-footer-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(150px, 0.45fr));
      gap: clamp(18px, 3vw, 38px);
      margin-bottom: 20px;
    }

    .bj-home-footer-brand {
      max-width: 390px;
    }

    .bj-home-footer-logo {
      display: block;
      margin-bottom: 8px;
      color: var(--bj-home-cream);
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 0.02em;
      text-decoration: none;
    }

    .bj-home-footer-brand p {
      margin-bottom: 0;
      color: var(--bj-home-muted);
      font-size: 0.88rem;
      line-height: 1.55;
    }

    .bj-home-footer-title {
      margin: 0 0 9px;
      color: var(--bj-home-gold);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .bj-home-footer-list {
      display: grid;
      gap: 5px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .bj-home-footer-list a,
    .bj-home-footer-credit a {
      color: var(--bj-home-muted);
      font-size: 0.88rem;
      text-decoration: none;
      transition: color 180ms ease;
    }

    .bj-home-footer-list a:hover,
    .bj-home-footer-credit a:hover {
      color: var(--bj-home-cream);
    }

    .bj-home-footer-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      padding: 20px 0;
      border-top: 1px solid rgba(247, 241, 231, 0.1);
      color: rgba(247, 241, 231, 0.58);
      font-size: 0.78rem;
      line-height: 1.25;
    }

    .bj-home-footer-credit {
      margin: 0;
    }

    .bj-home-reveal {
      opacity: 0;
      transform: translateY(26px);
      transition: opacity 700ms ease, transform 700ms ease;
    }

    .bj-home-reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    @media (max-width: 1020px) {
      .bj-home-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9998;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        min-height: 100dvh;
        max-height: 100dvh;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 112px 22px 36px;
        border: 0;
        border-radius: 0;
        background:
          radial-gradient(circle at 50% 8%, rgba(215, 181, 109, 0.16), transparent 17rem),
          radial-gradient(circle at 82% 78%, rgba(80, 8, 16, 0.34), transparent 24rem),
          linear-gradient(180deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.98));
        box-shadow: inset 0 1px 0 rgba(247, 241, 231, 0.08);
        color: var(--bj-home-cream);
        font-size: clamp(1rem, 4.6vw, 1.55rem);
        letter-spacing: 0.07em;
        text-align: center;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-14px);
        transform-origin: top center;
        visibility: hidden;
        transition: opacity 220ms ease, transform 220ms ease, visibility 0s linear 220ms;
        backdrop-filter: blur(22px) saturate(1.15);
        -webkit-backdrop-filter: blur(22px) saturate(1.15);
      }

      body.is-menu-open .bj-home-menu {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
        transition-delay: 0s;
      }

      .bj-home-menu li + li {
        border-top: 0;
      }

      .bj-home-menu li {
        width: min(100%, 520px);
      }

      .bj-home-menu a {
        width: 100%;
        min-height: 58px;
        justify-content: center;
        padding: 0 18px;
        border: 1px solid rgba(247, 241, 231, 0.11);
        border-radius: 999px;
        background: rgba(247, 241, 231, 0.045);
        box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
      }

      .bj-home-menu a:hover {
        border-color: rgba(215, 181, 109, 0.42);
        background: rgba(215, 181, 109, 0.1);
      }

      .bj-home-menu .bj-references-submenu {
        display: none !important;
      }

      .bj-home-menu li:hover > .bj-references-submenu,
      .bj-home-menu li:focus-within > .bj-references-submenu {
        transform: none;
      }

      .bj-home-menu .bj-references-submenu a {
        min-height: 40px;
        padding: 0 10px;
        border-color: rgba(215, 181, 109, 0.16);
        background: rgba(215, 181, 109, 0.07);
        color: var(--bj-home-muted);
        font-size: 0.74rem;
      }

      .bj-home-mobile-contact-item {
        display: block;
      }

      .bj-home-menu .bj-home-mobile-contact-item a {
        border-color: rgba(215, 181, 109, 0.72);
        background: linear-gradient(135deg, #e6c678, #b98d3d);
        color: #120c05;
        box-shadow: 0 18px 48px rgba(215, 181, 109, 0.24);
      }

      .bj-home-menu a::after {
        left: 50%;
        right: auto;
        bottom: 8px;
        width: 42px;
        transform: translateX(-50%) scaleX(0);
      }

      .bj-home-menu a:hover::after {
        transform: translateX(-50%) scaleX(1);
      }

      .bj-home-menu-toggle {
        display: inline-flex;
      }

      .bj-home-language-switcher {
        margin-left: auto;
      }

      .bj-home-nav-inner {
        width: calc(100vw - 40px);
        min-height: 74px;
      }

      .bj-home-footer > .bj-home-container {
        width: calc(100vw - 40px);
      }

      .bj-home-hero {
        background-position: 62% center;
      }

      .bj-home-hero-stats,
      .bj-home-timeline,
      .bj-home-counters,
      .bj-home-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .bj-home-section-header,
      .bj-home-show-grid,
      .bj-home-respect,
      .bj-home-footer-grid {
        grid-template-columns: 1fr;
      }

      .bj-home-footer {
        padding: 20px 0 0;
      }

      .bj-home-footer-grid {
        gap: 18px;
        margin-bottom: 18px;
      }

      .bj-home-show-media,
      .bj-home-show-media img {
        min-height: 460px;
      }
    }

    @media (max-width: 700px) {
      :root {
        --bj-home-container: min(100vw - 28px, 1160px);
      }

      .bj-home-hero {
        min-height: 760px;
        background: url("/wp-content/uploads/2026/06/ben-jackson-jamming-.jpg") 60% top / cover no-repeat;
      }

      .bj-home-nav {
        background:
          linear-gradient(90deg, rgba(215, 181, 109, 0.08), transparent),
          rgba(5, 5, 5, 0.82);
      }

      .bj-home-nav-inner {
        width: calc(100vw - 28px);
        min-height: 66px;
        gap: 10px;
      }

      .bj-home-language-switcher a {
        min-width: 31px;
        min-height: 31px;
        font-size: 0.66rem;
      }

      .bj-home-footer > .bj-home-container {
        width: calc(100vw - 28px);
      }

      .bj-home-brand-name {
        font-size: 1.1rem;
      }

      .bj-home-brand-label {
        display: none;
      }

      .bj-home-nav-cta {
        min-height: 38px;
        padding: 9px 13px;
        font-size: 0.68rem;
      }

      .bj-home-menu {
        justify-content: flex-start;
        padding: 96px 18px 30px;
      }

      .bj-home-hero-content {
        align-content: end;
        padding: 74px 0 28px;
      }

      .bj-home-hero-stats,
      .bj-home-timeline,
      .bj-home-counters,
      .bj-home-feature-list,
      .bj-home-gallery-grid {
        grid-template-columns: 1fr;
      }

      .bj-home-hero-stat {
        min-height: auto;
      }

      .bj-home-section {
        padding: 0;
      }

      .bj-home-card {
        min-height: auto;
      }

      .bj-home-show-media,
      .bj-home-show-media img,
      .bj-home-gallery-item,
      .bj-home-gallery-item img {
        min-height: 390px;
      }

      .bj-home-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
      }

      .bj-home-respect {
        padding: 24px;
        background:
          linear-gradient(180deg, rgba(5, 5, 5, 0.45), rgba(5, 5, 5, 0.95)),
          url("/wp-content/uploads/2026/06/ben-jackson-face-.jpg") center top / cover no-repeat;
      }

      .bj-home-final-panel {
        padding: 34px 22px;
        background:
          linear-gradient(180deg, rgba(5, 5, 5, 0.72), rgba(5, 5, 5, 0.96)),
          url("/wp-content/uploads/2026/06/billie-ben-jackson1-1.jpg") center top / cover no-repeat;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .bj-home *,
      .bj-home *::before,
      .bj-home *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
      }

      .bj-home-reveal {
        opacity: 1;
        transform: none;
      }
    }

html,
body {
  min-height: 100%;
  margin: 0;
  background: #050505;
  scroll-behavior: smooth;
}

body.bj-home-menu-open {
  overflow: hidden;
}

.bj-skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 10000;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--bj-home-gold);
  color: #120c05;
  transform: translateY(-140%);
}

.bj-skip-link:focus {
  transform: translateY(0);
}

.bj-page-main {
  position: relative;
  z-index: 1;
  padding-top: 82px;
}

.bj-page-hero {
  padding: clamp(46px, 7vw, 82px) 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(215, 181, 109, 0.16), transparent 26rem),
    radial-gradient(circle at 86% 10%, rgba(80, 8, 16, 0.34), transparent 30rem),
    linear-gradient(180deg, rgba(5, 5, 5, 0.52), rgba(5, 5, 5, 0));
}

.bj-page-hero .bj-home-container {
  margin-block: 0;
}

.bj-page-hero h1 {
  max-width: 980px;
  margin: 0;
  color: var(--bj-home-cream);
  font-size: 45px;
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.bj-page-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.bj-page-content > *:first-child {
  margin-top: 0;
}

.bj-page-content h1,
.bj-page-content h2,
.bj-page-content h3,
.bj-page-content h4,
.bj-page-content h5,
.bj-page-content h6 {
  margin: clamp(34px, 6vw, 68px) 0 18px;
  color: var(--bj-home-cream);
  font-family: var(--bj-home-font-display);
  font-weight: 600;
  line-height: 1.16;
  text-wrap: balance;
}

.bj-page-content h1 {
  font-size: 45px;
}

.bj-page-content h2 {
  font-size: 35px;
}

.bj-page-content h3 {
  font-size: 28px;
}

.bj-page-content p,
.bj-page-content li {
  color: var(--bj-home-soft);
}

.bj-page-content a {
  color: var(--bj-home-gold);
}

.bj-page-content strong {
  color: var(--bj-home-cream);
  font-weight: 600;
}

.bj-page-content img,
.bj-page-content video,
.bj-page-content iframe {
  max-width: 100%;
  border-radius: var(--bj-home-radius);
}

.bj-page-content figure {
  margin: clamp(24px, 5vw, 50px) 0;
}

.bj-page-content figcaption {
  margin-top: 10px;
  color: var(--bj-home-muted);
  font-size: 0.88rem;
  text-align: center;
}

.bj-page-content .wp-block-image img,
.bj-page-content .wp-block-uagb-image img,
.bj-page-content .spectra-image-gallery__media-thumbnail,
.bj-page-content .wp-block-gallery img {
  width: 100%;
  height: auto;
  border: 1px solid var(--bj-home-line);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.bj-page-content .wp-block-gallery,
.bj-page-content .spectra-image-gallery,
.bj-page-content .spectra-image-gallery__layout--grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bj-page-content .wp-block-gallery .wp-block-image,
.bj-page-content .spectra-image-gallery__media-wrapper {
  width: 100% !important;
  margin: 0;
}

.bj-page-content .bj-sur-les-pas-berlin-gallery {
  margin: 18px 0 34px;
}

.bj-page-content .bj-sur-les-pas-berlin-gallery img {
  aspect-ratio: 4 / 3;
  height: 100% !important;
  object-fit: cover;
}

.bj-page-content .wp-block-cover {
  min-height: clamp(440px, 70vh, 760px);
  overflow: hidden;
  border-radius: var(--bj-home-radius);
  box-shadow: var(--bj-home-shadow);
}

.bj-page-content .wp-block-cover h1,
.bj-page-content .wp-block-cover h2,
.bj-page-content .wp-block-cover p {
  color: #fff;
}

.bj-page-content .wp-block-embed__wrapper,
.bj-page-content .wp-block-video,
.bj-page-content .ast-oembed-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--bj-home-radius);
  box-shadow: var(--bj-home-shadow);
}

.bj-page-content .wp-block-embed__wrapper iframe,
.bj-page-content .wp-block-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.bj-page-content input,
.bj-page-content textarea,
.bj-page-content select {
  width: 100%;
  border: 1px solid rgba(247, 241, 231, 0.18);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.06);
  color: var(--bj-home-cream);
  padding: 12px 14px;
  font: inherit;
}

.bj-page-content input[type="submit"],
.bj-page-content button,
.bj-page-content .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 46px;
  padding: 12px 22px;
  border: 1px solid rgba(215, 181, 109, 0.72);
  border-radius: 999px;
  background: var(--bj-home-gold);
  color: #120c05;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.bj-tv-intro {
  margin-bottom: clamp(32px, 6vw, 68px);
}

.page-id-118 .bj-page-content {
  max-width: none;
  margin-inline: 0;
}

.bj-tv-intro h2 {
  max-width: 860px;
}

.bj-tv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: clamp(18px, 2.4vw, 28px);
  align-items: stretch;
}

.bj-tv-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: clamp(16px, 2vw, 22px);
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.028)),
    rgba(5, 5, 5, 0.36);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bj-tv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 181, 109, 0.34);
  background:
    linear-gradient(145deg, rgba(215, 181, 109, 0.095), rgba(247, 241, 231, 0.035)),
    rgba(5, 5, 5, 0.4);
}

.bj-tv-card h2,
.bj-tv-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.02rem, 1.6vw, 1.22rem);
  line-height: 1.28;
}

.bj-tv-card figure {
  margin: 0;
}

.bj-tv-card .wp-block-embed,
.bj-tv-card .wp-block-video,
.bj-tv-card .ast-oembed-container,
.bj-tv-card .wp-block-embed__wrapper {
  width: 100%;
  margin-top: auto;
}

.bj-tv-card .wp-block-embed__wrapper {
  aspect-ratio: 16 / 9;
}

.bj-tv-card .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: 100% !important;
}

.bj-tv-card p {
  margin: 12px 0 0;
  font-size: 0.94rem;
}

.bj-tv-card p:empty {
  display: none;
}

.bj-tv-card .wp-block-embed__wrapper,
.bj-tv-card .wp-block-video,
.bj-tv-card .ast-oembed-container {
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.24);
}

.page-id-125 .bj-page-content {
  max-width: 1160px;
}

.bj-contact-v2 {
  display: grid;
  gap: var(--bj-section-gap);
}

.bj-contact-hero-panel {
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    radial-gradient(circle at 14% 0%, rgba(215, 181, 109, 0.2), transparent 22rem),
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.36);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.bj-contact-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
}

.bj-contact-hero-copy h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(1.95rem, 4vw, 3rem);
  line-height: 1.08;
}

.bj-contact-hero-copy p:not(.bj-ref-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.bj-contact-direct {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}

.bj-contact-direct a {
  width: fit-content;
  color: var(--bj-home-gold);
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

.bj-contact-direct span {
  color: var(--bj-home-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.bj-contact-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.bj-contact-options article,
.bj-contact-aside,
.bj-contact-form,
.bj-contact-video,
.bj-contact-proof {
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.07), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.34);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.22);
}

.bj-contact-options article {
  padding: clamp(20px, 3vw, 30px);
  transition: transform 180ms ease, border-color 180ms ease;
}

.bj-contact-options article:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 181, 109, 0.34);
}

.bj-contact-options span {
  display: block;
  margin-bottom: 14px;
  color: var(--bj-home-gold);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bj-contact-options h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.25;
}

.bj-contact-options p {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 0.92rem;
  line-height: 1.68;
}

.bj-contact-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: start;
}

.bj-contact-aside,
.bj-contact-form {
  padding: clamp(22px, 4vw, 42px);
}

.bj-contact-aside h2,
.bj-contact-video h2 {
  margin: 0 0 14px;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.14;
}

.bj-contact-aside ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.bj-contact-aside li {
  padding: 14px 16px;
  border: 1px solid rgba(247, 241, 231, 0.12);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.05);
  color: var(--bj-home-cream);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.bj-contact-proof {
  padding: 20px;
  background: rgba(215, 181, 109, 0.08);
}

.bj-contact-proof strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bj-home-cream);
  font-size: 1.3rem;
  font-weight: 600;
}

.bj-contact-proof span {
  color: var(--bj-home-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

.bj-contact-form {
  display: grid;
  gap: 18px;
}

.bj-contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bj-contact-field,
.bj-contact-antispam {
  display: grid;
  gap: 8px;
}

.bj-contact-field label,
.bj-contact-antispam label {
  color: var(--bj-home-cream);
  font-size: 0.84rem;
  font-weight: 600;
}

.bj-contact-form input,
.bj-contact-form textarea,
.bj-contact-form select {
  width: 100%;
  min-height: 48px;
  border-color: rgba(247, 241, 231, 0.16);
  background: rgba(0, 0, 0, 0.24);
  color: var(--bj-home-cream);
}

.bj-contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.bj-contact-form input:focus,
.bj-contact-form textarea:focus,
.bj-contact-form select:focus {
  border-color: rgba(215, 181, 109, 0.62);
  outline: none;
  box-shadow: 0 0 0 3px rgba(215, 181, 109, 0.12);
}

.bj-contact-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.bj-contact-privacy {
  margin: 0;
  color: var(--bj-home-muted);
  font-size: 0.82rem;
  line-height: 1.6;
}

.bj-contact-submit {
  width: fit-content;
  border: 1px solid rgba(215, 181, 109, 0.72);
  cursor: pointer;
}

.bj-contact-notice {
  padding: 14px 16px;
  border-radius: var(--bj-home-radius);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.bj-contact-notice-success {
  border: 1px solid rgba(115, 214, 154, 0.34);
  background: rgba(115, 214, 154, 0.1);
  color: #d7ffe5;
}

.bj-contact-notice-error {
  border: 1px solid rgba(240, 132, 110, 0.34);
  background: rgba(240, 132, 110, 0.1);
  color: #ffd8cf;
}

.bj-contact-video {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  padding: clamp(22px, 4vw, 42px);
}

.bj-contact-video p:not(.bj-ref-eyebrow) {
  margin: 0;
  color: var(--bj-home-soft);
  line-height: 1.75;
}

.bj-contact-video figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.055);
}

.bj-contact-video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.page-id-804 .bj-page-content {
  max-width: 1160px;
}

.bj-bio-v2 {
  display: grid;
  gap: var(--bj-section-gap);
}

.bj-bio-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    radial-gradient(circle at 14% 0%, rgba(215, 181, 109, 0.2), transparent 22rem),
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.36);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.bj-bio-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
}

.bj-bio-hero-copy h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(1.95rem, 4vw, 3rem);
  line-height: 1.08;
}

.bj-bio-hero-copy p:not(.bj-ref-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.bj-bio-hero-media {
  position: relative;
  min-height: 420px;
  margin: 0 !important;
  overflow: hidden;
  background: rgba(247, 241, 231, 0.055);
}

.bj-bio-hero-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center top;
}

.bj-bio-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bj-bio-stats article,
.bj-bio-story,
.bj-bio-book-panel,
.bj-bio-timeline-grid article,
.bj-bio-quote,
.bj-bio-final {
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.07), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.34);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.22);
}

.bj-bio-stats article {
  min-height: 118px;
  padding: clamp(18px, 2.4vw, 26px);
}

.bj-bio-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bj-home-cream);
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 600;
}

.bj-bio-stats span {
  color: var(--bj-home-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.bj-bio-story,
.bj-bio-book-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
}

.bj-bio-story h2,
.bj-bio-book-panel h2,
.bj-bio-final h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.14;
}

.bj-bio-story p:not(.bj-ref-eyebrow),
.bj-bio-book-panel p:not(.bj-ref-eyebrow),
.bj-bio-final p {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.bj-bio-story p + p,
.bj-bio-book-panel p + p {
  margin-top: 14px;
}

.bj-bio-story strong {
  color: var(--bj-home-cream);
  font-weight: 600;
}

.bj-bio-story aside {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(215, 181, 109, 0.24);
  border-radius: var(--bj-home-radius);
  background: rgba(215, 181, 109, 0.08);
}

.bj-bio-story aside span {
  display: block;
  margin-bottom: 12px;
  color: var(--bj-home-gold);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bj-bio-story aside strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.2rem;
}

.bj-bio-story aside p {
  color: var(--bj-home-soft);
  line-height: 1.7;
}

.bj-bio-book-panel {
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
}

.bj-bio-book-panel figure {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.055);
}

.bj-bio-book-panel img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
}

.bj-bio-timeline {
  display: grid;
  gap: 22px;
}

.bj-bio-timeline-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.bj-bio-timeline-grid article {
  padding: clamp(20px, 3vw, 30px);
  transition: transform 180ms ease, border-color 180ms ease;
}

.bj-bio-timeline-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 181, 109, 0.34);
}

.bj-bio-timeline-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--bj-home-gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bj-bio-timeline-grid h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.28;
}

.bj-bio-timeline-grid p {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 0.92rem;
  line-height: 1.68;
}

.bj-bio-quote {
  padding: clamp(26px, 5vw, 54px);
  text-align: center;
}

.bj-bio-quote p {
  max-width: 860px;
  margin: 0 auto 18px;
  color: var(--bj-home-cream);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.35;
}

.bj-bio-quote span {
  color: var(--bj-home-gold);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bj-bio-gallery-section {
  display: grid;
  gap: 22px;
}

.bj-bio-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bj-bio-gallery-item {
  position: relative;
  aspect-ratio: 4 / 5;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.055);
}

.bj-bio-gallery-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center top;
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.bj-bio-gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.05);
}

.bj-bio-final {
  max-width: 900px;
  padding: clamp(24px, 4vw, 42px);
}

.page-id-116 .bj-page-content {
  max-width: 1160px;
}

.bj-show-v2 {
  display: grid;
  gap: var(--bj-section-gap);
}

.bj-show-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    radial-gradient(circle at 14% 0%, rgba(215, 181, 109, 0.2), transparent 22rem),
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.36);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.bj-show-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 48px);
}

.bj-show-hero-copy h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(1.95rem, 4vw, 3rem);
  line-height: 1.08;
}

.bj-show-hero-copy p:not(.bj-ref-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.bj-show-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.bj-show-primary,
.bj-show-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
}

.bj-show-primary {
  border: 1px solid rgba(215, 181, 109, 0.72);
  background: linear-gradient(135deg, #e6c678, #b98d3d);
  color: #120c05;
  box-shadow: 0 14px 36px rgba(215, 181, 109, 0.16);
}

.bj-show-secondary {
  border: 1px solid rgba(247, 241, 231, 0.16);
  background: rgba(247, 241, 231, 0.055);
  color: var(--bj-home-cream);
}

.bj-show-primary:hover,
.bj-show-secondary:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.bj-show-hero-media {
  position: relative;
  min-height: 360px;
  margin: 0 !important;
  overflow: hidden;
  background: rgba(247, 241, 231, 0.055);
}

.bj-show-hero-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
}

.bj-show-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bj-show-stats article {
  min-height: 118px;
  padding: clamp(18px, 2.4vw, 26px);
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.045);
}

.bj-show-stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--bj-home-cream);
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 600;
}

.bj-show-stats span {
  color: var(--bj-home-soft);
  font-size: 0.92rem;
  line-height: 1.55;
}

.bj-show-video {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
}

.bj-show-video h2,
.bj-show-section-heading h2,
.bj-show-tech h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.14;
}

.bj-show-video p:not(.bj-ref-eyebrow),
.bj-show-section-heading p:not(.bj-ref-eyebrow),
.bj-show-tech p {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.bj-show-video figure {
  position: relative;
  aspect-ratio: 16 / 9;
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.055);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.24);
}

.bj-show-video iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.bj-show-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 14px;
}

.bj-show-pillars article,
.bj-show-tech {
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.07), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.34);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.22);
}

.bj-show-pillars article {
  padding: clamp(20px, 3vw, 30px);
}

.bj-show-pillars h2 {
  margin: 0 0 12px;
  font-size: clamp(1.14rem, 2vw, 1.4rem);
}

.bj-show-pillars p:not(.bj-ref-eyebrow) {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 0.92rem;
  line-height: 1.68;
}

.bj-show-team,
.bj-show-gallery-section {
  display: grid;
  gap: 22px;
}

.bj-show-section-heading {
  max-width: 820px;
}

.bj-show-dancer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.bj-show-dancer-card {
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.045);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.2);
}

.bj-show-dancer-card figure,
.bj-show-gallery-item {
  position: relative;
  margin: 0 !important;
  overflow: hidden;
  background: rgba(247, 241, 231, 0.055);
}

.bj-show-dancer-card figure {
  aspect-ratio: 4 / 5;
}

.bj-show-dancer-card img,
.bj-show-gallery-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.bj-show-dancer-card:hover img,
.bj-show-gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.05);
}

.bj-show-dancer-card div {
  padding: 16px;
}

.bj-show-dancer-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.bj-show-dancer-card p {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 0.84rem;
  line-height: 1.5;
}

.bj-show-tech {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
}

.bj-show-tech ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bj-show-tech li {
  padding: 14px 16px;
  border: 1px solid rgba(247, 241, 231, 0.12);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.05);
  color: var(--bj-home-cream);
  font-size: 0.9rem;
  font-weight: 600;
}

.bj-show-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bj-show-gallery-item {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.page-id-117 .bj-page-content {
  max-width: 1160px;
}

.bj-ref-v2 {
  display: grid;
  gap: var(--bj-section-gap);
  margin: 0;
}

.page-id-117 .bj-page-content > .bj-ref-v2,
.bj-ref-panel,
.bj-ref-child-links,
.bj-ref-gallery-section {
  margin: 0;
}

.bj-ref-panel,
.bj-ref-child-links,
.bj-ref-gallery-section {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.07), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.34);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.24);
}

.bj-ref-panel {
  padding: clamp(24px, 4vw, 42px);
}

.bj-ref-panel::before,
.bj-ref-child-links::before,
.bj-ref-gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(215, 181, 109, 0.18), transparent 22rem),
    linear-gradient(135deg, rgba(215, 181, 109, 0.08), transparent 42%);
}

.bj-ref-panel > *,
.bj-ref-child-links > *,
.bj-ref-gallery-section > * {
  position: relative;
  z-index: 1;
}

.bj-ref-eyebrow {
  margin: 0 0 10px;
  color: var(--bj-home-gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bj-ref-panel h2,
.bj-ref-child-links h2,
.bj-ref-gallery-section h2 {
  margin: 0 0 18px;
  font-size: clamp(1.65rem, 3vw, 2.18rem);
}

.bj-ref-child-links {
  padding: clamp(22px, 4vw, 34px);
}

.bj-ref-child-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.bj-ref-child-link-card {
  display: flex;
  min-height: 132px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid rgba(247, 241, 231, 0.13);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.055);
  color: var(--bj-home-cream);
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bj-ref-child-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(215, 181, 109, 0.38);
  background: rgba(215, 181, 109, 0.1);
}

.bj-ref-child-link-card span,
.bj-ref-child-link-card small {
  color: var(--bj-home-gold);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.bj-ref-child-link-card strong {
  color: var(--bj-home-cream);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.25;
}

.bj-ref-gallery-section .bj-ref-eyebrow {
  margin-bottom: 6px;
}

.bj-ref-name-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bj-ref-name-grid li {
  display: flex;
  min-width: 0;
}

.bj-ref-name-grid button,
.bj-ref-name-static {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
  width: 100%;
  height: 100%;
  align-items: flex-start;
  min-height: 104px;
  padding: 14px 16px;
  border: 1px solid rgba(247, 241, 231, 0.13);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.055);
  color: var(--bj-home-cream);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bj-ref-name-grid button {
  appearance: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.bj-ref-name-grid button span,
.bj-ref-name-static {
  width: 100%;
  text-align: left;
}

.bj-ref-name-static-logo {
  gap: 14px;
  justify-content: space-between;
}

.bj-ref-card-logo {
  display: grid;
  width: 100%;
  min-height: 52px;
  place-items: center;
  padding: 8px;
  border-radius: calc(var(--bj-home-radius) - 2px);
  background: rgba(247, 241, 231, 0.94);
}

.bj-ref-card-logo img {
  width: 100%;
  max-height: 42px;
  object-fit: contain;
}

.bj-ref-name-grid button span {
  flex: 1;
}

.bj-ref-name-grid button small {
  width: 100%;
  margin-top: auto;
  color: var(--bj-home-gold);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}

.bj-ref-name-grid button:hover,
.bj-ref-name-grid button:focus-visible,
.bj-ref-name-static:hover {
  transform: translateY(-3px);
  border-color: rgba(215, 181, 109, 0.38);
  background: rgba(215, 181, 109, 0.1);
}

.bj-ref-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 24px;
}

.bj-ref-modal[hidden] {
  display: none;
}

.bj-ref-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.bj-ref-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 32px));
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(215, 181, 109, 0.32);
  border-radius: var(--bj-home-radius);
  background:
    radial-gradient(circle at 10% 0%, rgba(215, 181, 109, 0.18), transparent 20rem),
    linear-gradient(145deg, rgba(22, 16, 12, 0.98), rgba(7, 5, 5, 0.98));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.55);
}

.bj-ref-modal-dialog h3 {
  margin: 0 0 18px;
  color: var(--bj-home-cream);
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.18;
}

.bj-ref-modal-dialog p:not(.bj-ref-eyebrow) {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.85;
}

.bj-ref-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(247, 241, 231, 0.16);
  border-radius: 999px;
  background: rgba(247, 241, 231, 0.08);
  color: var(--bj-home-cream);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.bj-ref-modal-close:hover {
  border-color: rgba(215, 181, 109, 0.45);
  background: rgba(215, 181, 109, 0.12);
}

.bj-ref-modal-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.bj-ref-modal-media .bj-ref-child-gallery-item,
.bj-ref-modal-media .bj-ref-child-video {
  box-shadow: none;
}

.bj-ref-modal-open {
  overflow: hidden;
}

.bj-ref-child-v2 {
  display: grid;
  gap: var(--bj-section-gap);
  max-width: 1160px;
}

.bj-ref-child-intro,
.bj-ref-child-section,
.bj-ref-child-gallery-section {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.34);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.24);
}

.bj-ref-child-intro::before,
.bj-ref-child-section::before,
.bj-ref-child-gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 10% 0%, rgba(215, 181, 109, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(215, 181, 109, 0.07), transparent 46%);
}

.bj-ref-child-intro > *,
.bj-ref-child-section > *,
.bj-ref-child-gallery-section > * {
  position: relative;
  z-index: 1;
}

.bj-ref-child-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.36fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: end;
  padding: clamp(24px, 4vw, 42px);
}

.bj-ref-child-intro h2,
.bj-ref-child-gallery-section h2,
.bj-ref-child-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.18rem);
  line-height: 1.12;
}

.bj-ref-child-intro p:not(.bj-ref-eyebrow),
.bj-ref-child-copy p {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.bj-ref-child-copy p + p {
  margin-top: 12px;
}

.bj-ref-child-stats {
  display: grid;
  gap: 10px;
}

.bj-ref-child-stats span {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(247, 241, 231, 0.13);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.055);
  color: var(--bj-home-cream);
  font-size: 0.86rem;
  font-weight: 600;
}

.bj-ref-child-story {
  display: grid;
  gap: 18px;
}

.bj-ref-child-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: start;
  padding: clamp(22px, 4vw, 38px);
}

.bj-ref-child-section:has(.bj-ref-child-copy:only-child) {
  grid-template-columns: 1fr;
}

.bj-ref-child-copy {
  min-width: 0;
}

.bj-ref-child-copy h2 {
  color: var(--bj-home-cream);
}

.bj-ref-child-copy em {
  color: var(--bj-home-cream);
}

.bj-ref-child-media-grid,
.bj-ref-child-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bj-ref-child-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bj-ref-child-gallery-section {
  padding: clamp(22px, 4vw, 38px);
}

.bj-ref-child-gallery-section > .bj-ref-eyebrow,
.bj-ref-child-gallery-section > h2 {
  max-width: 760px;
}

.bj-ref-child-gallery-item,
.bj-ref-child-video {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.055);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.2);
}

.bj-ref-child-gallery-item {
  aspect-ratio: 4 / 3;
}

.bj-ref-child-people .bj-ref-child-gallery-item {
  aspect-ratio: 3 / 4;
}

.bj-ref-child-people .bj-ref-child-gallery-item img {
  object-position: center 18%;
}

.bj-ref-child-video {
  aspect-ratio: 16 / 9;
}

.bj-ref-child-media-grid .bj-ref-child-video {
  grid-column: 1 / -1;
}

.bj-ref-child-gallery-item figure,
.bj-ref-child-video figure,
.bj-ref-child-gallery-item .wp-block-uagb-image__figure,
.bj-ref-child-gallery-item .wp-block-uagb-image {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.bj-ref-child-gallery-item img,
.bj-ref-child-gallery-item .wp-block-uagb-image img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.bj-ref-child-gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.05);
}

.bj-ref-child-gallery-item figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(247, 241, 231, 0.13);
  border-radius: calc(var(--bj-home-radius) - 2px);
  background: rgba(5, 5, 5, 0.72);
  color: var(--bj-home-cream);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.bj-ref-child-gallery-item figure {
  position: relative;
}

.bj-ref-child-video iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.bj-ref-child-video .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}

.bj-ref-gallery-section {
  padding: clamp(18px, 3vw, 28px);
}

.bj-ref-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
}

.bj-ref-gallery-item {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  border: 1px solid rgba(247, 241, 231, 0.13);
  border-radius: var(--bj-home-radius);
  background: rgba(247, 241, 231, 0.05);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.25);
}

.bj-ref-gallery-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  vertical-align: top;
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.bj-ref-gallery-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.05);
}

.page-id-124 .bj-page-content {
  max-width: 1160px;
}

.bj-fans-v2 {
  display: grid;
  gap: var(--bj-section-gap);
}

.bj-fans-intro {
  max-width: 780px;
}

.bj-fans-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.bj-fans-intro p:not(.bj-ref-eyebrow) {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1.02rem;
}

.bj-fans-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
  align-items: stretch;
}

.bj-fans-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.36);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bj-fans-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 181, 109, 0.34);
  background:
    linear-gradient(145deg, rgba(215, 181, 109, 0.095), rgba(247, 241, 231, 0.035)),
    rgba(5, 5, 5, 0.4);
}

.bj-fans-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  background: rgba(247, 241, 231, 0.055);
}

.bj-fans-card-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.bj-fans-card:hover .bj-fans-card-media img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.05);
}

.bj-fans-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(18px, 2.4vw, 26px);
}

.bj-fans-card-content h2 {
  margin: 0 0 12px;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.22;
}

.bj-fans-card-content p:not(.bj-ref-eyebrow) {
  display: -webkit-box;
  flex: 1;
  margin: 0;
  overflow: hidden;
  color: var(--bj-home-soft);
  font-size: 0.92rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.bj-fans-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding: 11px 18px;
  border: 1px solid rgba(215, 181, 109, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, #e6c678, #b98d3d);
  color: #120c05;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(215, 181, 109, 0.16);
  transition: transform 180ms ease, filter 180ms ease;
}

.bj-page-content .bj-fans-card-button,
.bj-page-content .bj-fans-card-button:visited,
.bj-page-content .bj-fans-card-button:hover,
.bj-page-content .bj-fans-card-button:focus-visible {
  color: #120c05;
}

.bj-fans-card-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.page-id-900 .bj-page-content {
  max-width: 1160px;
}

.bj-media-v2 {
  display: grid;
  gap: var(--bj-section-gap);
}

.bj-media-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(215, 181, 109, 0.18), transparent 22rem),
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.34);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.24);
}

.bj-media-intro-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 44px);
}

.bj-media-intro-content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.bj-media-intro-content p:not(.bj-ref-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1rem;
  line-height: 1.75;
}

.bj-media-intro-actions {
  margin-top: 24px;
}

.bj-media-intro-actions .wp-block-buttons {
  margin: 0;
}

.bj-media-intro-actions .wp-block-button__link,
.bj-media-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(215, 181, 109, 0.72);
  border-radius: 999px;
  background: linear-gradient(135deg, #e6c678, #b98d3d);
  color: #120c05;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 36px rgba(215, 181, 109, 0.16);
  transition: transform 180ms ease, filter 180ms ease;
}

.bj-page-content .bj-media-intro-actions .wp-block-button__link,
.bj-page-content .bj-media-intro-actions .wp-block-button__link:visited,
.bj-page-content .bj-media-intro-actions .wp-block-button__link:hover,
.bj-page-content .bj-media-intro-actions .wp-block-button__link:focus-visible,
.bj-page-content .bj-media-card-button,
.bj-page-content .bj-media-card-button:visited,
.bj-page-content .bj-media-card-button:hover,
.bj-page-content .bj-media-card-button:focus-visible {
  color: #120c05;
}

.bj-media-intro-actions .wp-block-button__link:hover,
.bj-media-card-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.bj-media-intro-visual {
  position: relative;
  min-height: 280px;
  margin: 0 !important;
  overflow: hidden;
  background: rgba(247, 241, 231, 0.055);
}

.bj-media-intro-visual img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
}

.bj-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
}

.bj-media-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.36);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bj-media-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 181, 109, 0.34);
  background:
    linear-gradient(145deg, rgba(215, 181, 109, 0.095), rgba(247, 241, 231, 0.035)),
    rgba(5, 5, 5, 0.4);
}

.bj-media-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  background: rgba(247, 241, 231, 0.055);
}

.bj-media-card-media img,
.bj-media-card-media iframe,
.bj-media-card-media video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.bj-media-card:hover .bj-media-card-media img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.05);
}

.bj-media-card-placeholder {
  display: grid;
  place-items: center;
  color: var(--bj-home-gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bj-media-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(18px, 2.4vw, 26px);
}

.bj-media-card-content h2 {
  margin: 0 0 12px;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  line-height: 1.22;
}

.bj-media-card-content p:not(.bj-ref-eyebrow) {
  display: -webkit-box;
  flex: 1;
  margin: 0;
  overflow: hidden;
  color: var(--bj-home-soft);
  font-size: 0.92rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.bj-media-card-button {
  width: fit-content;
  margin-top: auto;
  cursor: pointer;
  font-family: inherit;
}

.bj-media-modal .bj-ref-modal-dialog {
  width: min(980px, calc(100vw - 32px));
}

.bj-media-modal-content {
  display: grid;
  gap: 18px;
  color: var(--bj-home-soft);
}

.bj-media-modal-content h2,
.bj-media-modal-content h3,
.bj-media-modal-content h4,
.bj-media-modal-content h5 {
  margin: 0;
  color: var(--bj-home-cream);
  font-size: clamp(1.08rem, 2vw, 1.38rem);
}

.bj-media-modal-content p {
  margin: 0;
  color: var(--bj-home-soft);
  line-height: 1.75;
}

.bj-media-modal-content figure,
.bj-media-modal-content .wp-block-uagb-image,
.bj-media-modal-content .wp-block-gallery,
.bj-media-modal-content .wp-block-embed {
  margin: 0 !important;
}

.bj-media-modal-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 !important;
  border-radius: calc(var(--bj-home-radius) - 2px);
}

.bj-media-modal-content .wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px !important;
}

.bj-media-modal-content .wp-block-gallery figure {
  width: 100% !important;
}

.bj-media-modal-content .wp-block-gallery img {
  aspect-ratio: 4 / 3;
  height: 100% !important;
  object-fit: cover;
}

.bj-media-modal-content iframe {
  display: block;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  border-radius: calc(var(--bj-home-radius) - 2px);
}

.page-id-123 .bj-page-content {
  max-width: 1160px;
}

.bj-news-archive .bj-page-content {
  max-width: none;
  margin-inline: 0;
}

.bj-news-v2 {
  display: grid;
  gap: var(--bj-section-gap);
}

.bj-news-intro {
  max-width: 780px;
}

.bj-news-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.bj-news-intro p:not(.bj-ref-eyebrow) {
  margin: 0;
  color: var(--bj-home-soft);
  font-size: 1.02rem;
}

.bj-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
  align-items: stretch;
}

.bj-news-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.36);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bj-news-card-link {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.bj-news-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 181, 109, 0.34);
  background:
    linear-gradient(145deg, rgba(215, 181, 109, 0.095), rgba(247, 241, 231, 0.035)),
    rgba(5, 5, 5, 0.4);
}

.bj-news-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  background: rgba(247, 241, 231, 0.055);
}

.bj-news-card-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
  object-position: center;
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.bj-news-card:hover .bj-news-card-media img {
  transform: scale(1.07);
  filter: saturate(1.08) contrast(1.05);
}

.bj-news-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(18px, 2.4vw, 26px);
}

.bj-news-card-content h2 {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.2;
}

.bj-news-card-content p:not(.bj-ref-eyebrow) {
  display: -webkit-box;
  flex: 1;
  margin: 0;
  overflow: hidden;
  color: var(--bj-home-soft);
  font-size: 0.94rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.bj-news-card-button {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 22px;
  color: var(--bj-home-gold);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bj-news-archive .navigation.pagination {
  margin-top: clamp(28px, 5vw, 48px);
}

.bj-news-archive .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bj-news-archive .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--bj-home-line);
  border-radius: 999px;
  color: var(--bj-home-text);
  text-decoration: none;
}

.bj-news-archive .page-numbers.current,
.bj-news-archive .page-numbers:hover {
  border-color: rgba(215, 181, 109, 0.55);
  color: var(--bj-home-gold);
}

.bj-single-layout {
  display: grid;
  gap: 28px;
  max-width: 980px;
}

.bj-single-back,
.bj-single-post-nav a,
.bj-single-related-card a {
  text-decoration: none;
}

.bj-single-back {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(215, 181, 109, 0.34);
  border-radius: 999px;
  background: rgba(215, 181, 109, 0.1);
  color: var(--bj-home-cream);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.bj-single-back::before {
  content: "←";
  margin-right: 9px;
}

.bj-single-content {
  max-width: 860px;
}

.bj-single-post-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bj-single-post-nav > div:empty {
  display: none;
}

.bj-single-post-nav a,
.bj-single-related-card {
  display: flex;
  min-height: 118px;
  border: 1px solid var(--bj-home-line);
  border-radius: var(--bj-home-radius);
  background:
    linear-gradient(145deg, rgba(247, 241, 231, 0.075), rgba(247, 241, 231, 0.025)),
    rgba(5, 5, 5, 0.34);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.22);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bj-single-post-nav a {
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}

.bj-single-post-nav a:hover,
.bj-single-related-card:hover {
  transform: translateY(-3px);
  border-color: rgba(215, 181, 109, 0.36);
  background:
    linear-gradient(145deg, rgba(215, 181, 109, 0.095), rgba(247, 241, 231, 0.035)),
    rgba(5, 5, 5, 0.42);
}

.bj-single-post-nav span,
.bj-single-related-card span {
  color: var(--bj-home-gold);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.bj-single-post-nav strong {
  margin-top: 8px;
  color: var(--bj-home-cream);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.32;
}

.bj-single-related {
  display: grid;
  gap: 16px;
}

.bj-single-related h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.bj-single-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bj-single-related-card {
  min-width: 0;
  overflow: hidden;
}

.bj-single-related-card a {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  color: inherit;
}

.bj-single-related-card figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0 !important;
  overflow: hidden;
  background: rgba(247, 241, 231, 0.055);
}

.bj-single-related-card img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover;
}

.bj-single-related-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
}

.bj-single-related-card h3 {
  margin: 0 0 18px;
  color: var(--bj-home-cream);
  font-size: 1rem;
  line-height: 1.3;
}

.bj-legal-page {
  display: grid;
  gap: 22px;
  max-width: 1040px;
}

.bj-legal-intro,
.bj-legal-section,
.bj-legal-card {
  border: 1px solid rgba(218, 176, 86, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.bj-legal-intro {
  padding: clamp(24px, 4vw, 42px);
  border-radius: 8px;
}

.bj-legal-kicker {
  margin: 0 0 10px;
  color: var(--bj-home-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.bj-legal-page h2 {
  margin: 0 0 14px;
  font-size: clamp(30px, 4vw, 35px);
  line-height: 1.12;
}

.bj-legal-page h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.bj-legal-page p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 15px;
  line-height: 1.75;
}

.bj-legal-page p + p {
  margin-top: 10px;
}

.bj-legal-page strong {
  color: #fff;
  font-weight: 600;
}

.bj-legal-page a {
  color: var(--bj-home-gold);
  font-weight: 600;
  text-decoration: none;
}

.bj-legal-page a:hover {
  color: #fff;
}

.bj-legal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.bj-legal-card,
.bj-legal-section {
  padding: clamp(20px, 3vw, 28px);
  border-radius: 8px;
}

.bj-legal-card {
  min-height: 230px;
}

@media (max-width: 820px) {
  :root {
    --bj-page-edge-margin: 50px;
    --bj-section-gap: 38px;
  }

  .bj-home-container {
    margin-block: var(--bj-page-edge-margin);
  }

  .bj-tv-grid {
    grid-template-columns: 1fr;
  }

  .bj-contact-layout,
  .bj-contact-video {
    grid-template-columns: 1fr;
  }

  .bj-contact-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-bio-hero-panel,
  .bj-bio-story,
  .bj-bio-book-panel {
    grid-template-columns: 1fr;
  }

  .bj-bio-hero-media {
    min-height: 360px;
    order: -1;
  }

  .bj-bio-stats,
  .bj-bio-timeline-grid,
  .bj-bio-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-show-hero-panel,
  .bj-show-video,
  .bj-show-tech {
    grid-template-columns: 1fr;
  }

  .bj-show-hero-media {
    min-height: 300px;
    order: -1;
  }

  .bj-show-stats,
  .bj-show-pillars,
  .bj-show-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-show-dancer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bj-fans-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-media-intro {
    grid-template-columns: 1fr;
  }

  .bj-media-intro-visual {
    min-height: 240px;
    order: -1;
  }

  .bj-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-ref-child-intro,
  .bj-ref-child-section {
    grid-template-columns: 1fr;
  }

  .bj-ref-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-ref-child-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-ref-child-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-ref-modal-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-single-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-page-content .wp-block-gallery,
  .bj-page-content .spectra-image-gallery,
  .bj-page-content .spectra-image-gallery__layout--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bj-legal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .bj-page-hero h1,
  .bj-page-content h1 {
    font-size: 38px;
  }

  .bj-page-content h2 {
    font-size: 30px;
  }

  .bj-ref-name-grid,
  .bj-ref-gallery,
  .bj-contact-options,
  .bj-contact-form-row,
  .bj-bio-stats,
  .bj-bio-timeline-grid,
  .bj-bio-gallery,
  .bj-show-stats,
  .bj-show-pillars,
  .bj-show-dancer-grid,
  .bj-show-gallery,
  .bj-fans-list,
    .bj-news-grid,
    .bj-media-grid,
    .bj-ref-child-link-grid,
    .bj-ref-child-media-grid,
    .bj-ref-child-gallery,
    .bj-ref-modal-media,
    .bj-single-post-nav,
    .bj-single-related-grid,
    .bj-media-modal-content .wp-block-gallery {
      grid-template-columns: 1fr;
    }

  .bj-ref-modal {
    align-items: start;
    padding: calc(92px + env(safe-area-inset-top, 0px)) 12px 12px;
  }

  .bj-ref-modal-dialog {
    width: calc(100vw - 24px);
    max-height: calc(100dvh - 104px - env(safe-area-inset-top, 0px));
    padding: 58px 18px 22px;
  }

  .bj-ref-modal-close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    background: rgba(215, 181, 109, 0.18);
    color: #fff;
  }

  .bj-page-content .wp-block-gallery,
  .bj-page-content .spectra-image-gallery,
  .bj-page-content .spectra-image-gallery__layout--grid {
    grid-template-columns: 1fr;
  }
}
  
