.dbfc-brand-button {
  gap: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
}

.dbfc-credit-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  overflow: visible;
  isolation: isolate;
}

.dbfc-credit-text {
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: transparent;
  background: linear-gradient(90deg, #fff7cc 0%, #ff8cb6 30%, #ffcf5a 62%, #fff7cc 100%);
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(255, 184, 94, 0.22));
  animation: dbfc-credit-glow 3.4s ease-in-out infinite;
}

.dbfc-credit-heart {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 0 8px rgba(255, 108, 162, 0.32));
  animation: dbfc-credit-heart-pulse 2.4s ease-in-out infinite;
}

.dbfc-credit-spark {
  position: absolute;
  z-index: 0;
  width: 0.7rem;
  aspect-ratio: 1;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.2) 42%, transparent 72%);
  filter: drop-shadow(0 0 10px rgba(255, 225, 132, 0.55));
  animation: dbfc-credit-sparkle 2.6s ease-in-out infinite;
}

.dbfc-credit-spark::before,
.dbfc-credit-spark::after {
  content: "";
  position: absolute;
  inset: 50%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.92), transparent);
  transform: translate(-50%, -50%);
  border-radius: 999px;
}

.dbfc-credit-spark::before {
  width: 2px;
  height: 1rem;
}

.dbfc-credit-spark::after {
  width: 1rem;
  height: 2px;
}

.dbfc-credit-spark--one {
  top: -0.05rem;
  left: 0.15rem;
}

.dbfc-credit-spark--two {
  right: 1.2rem;
  top: 0.85rem;
  animation-delay: 1s;
}

.dbfc-hero-section {
  isolation: isolate;
  background: #040404;
}

.dbfc-hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.62;
  pointer-events: none;
  filter: saturate(1.02) contrast(1.01) brightness(1.06);
}

.dbfc-hero-video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%) scale(1.16);
}

.dbfc-hero-image-layer {
  opacity: 0.03;
}

.dbfc-hero-content {
  padding-top: clamp(7rem, 12vh, 8rem) !important;
  padding-bottom: 3rem;
}

.dbfc-hero-content--logo-only {
  justify-content: center;
}

.dbfc-hero-overlay-primary {
  opacity: 0.46;
}

.dbfc-hero-overlay-secondary {
  opacity: 0.16;
}

.dbfc-hero-overlay-lines {
  opacity: 0.012 !important;
}

.dbfc-hero-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 58rem);
  margin: 0 auto;
}

.dbfc-hero-logo-frame {
  display: contents;
}

.dbfc-hero-logo {
  display: block;
  width: clamp(28rem, 48vw, 48rem);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 46px rgba(0, 0, 0, 0.42));
}

.dbfc-sponsors-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background:
    radial-gradient(circle at top left, rgba(251, 191, 36, 0.12), transparent 22%),
    linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
}

.dbfc-sponsors-section::before,
.dbfc-sponsors-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 164, 43, 0.5), transparent);
}

.dbfc-sponsors-section::before {
  top: 0;
}

.dbfc-sponsors-section::after {
  bottom: 0;
}

.dbfc-sponsors-shell {
  position: relative;
  z-index: 1;
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.dbfc-sponsors-header {
  max-width: 40rem;
  margin: 0 auto 3rem;
  text-align: center;
}

.dbfc-sponsors-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.12);
  color: #c48312;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.dbfc-sponsors-title {
  margin-top: 1.15rem;
  color: #131313;
  font-size: clamp(2.6rem, 4.4vw, 4.5rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.dbfc-sponsors-title span {
  color: #cc8f18;
}

.dbfc-sponsors-text {
  margin-top: 1rem;
  color: #6b7280;
  font-size: 1.04rem;
  line-height: 1.75;
}

.dbfc-sponsors-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}

.dbfc-sponsor-card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.dbfc-sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 17rem;
  padding: 0;
  border-radius: 0;
}

.dbfc-sponsor-logo--real {
  background: transparent;
}

.dbfc-sponsor-logo--chenzo {
  position: relative;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.dbfc-sponsor-logo-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.dbfc-sponsor-logo-image--usclub {
  max-width: 29rem;
  opacity: 0.84;
  filter: saturate(0.92) contrast(1.02);
}

.dbfc-sponsor-logo-image--chenzo {
  position: relative;
  z-index: 1;
  max-width: 27rem;
  opacity: 0.92;
  box-shadow: none;
}

.dbfc-sponsor-card--chenzo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@keyframes dbfc-credit-glow {
  0%,
  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 8px rgba(255, 184, 94, 0.16));
  }

  50% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 14px rgba(255, 134, 188, 0.34));
  }
}

@keyframes dbfc-credit-heart-pulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.12);
  }
}

@keyframes dbfc-credit-sparkle {
  0%,
  100% {
    opacity: 0.24;
    transform: scale(0.8) rotate(0deg);
  }

  40% {
    opacity: 0.96;
    transform: scale(1.16) rotate(10deg);
  }

  65% {
    opacity: 0.5;
    transform: scale(0.92) rotate(-10deg);
  }
}

.dbfc-directors-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(251, 191, 36, 0.16), transparent 26%),
    radial-gradient(circle at 88% 14%, rgba(255, 255, 255, 0.08), transparent 16%),
    linear-gradient(180deg, #101010 0%, #1b1b1b 46%, #111111 100%);
}

.dbfc-directors-section::before,
.dbfc-directors-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.75), transparent);
}

.dbfc-directors-section::before {
  top: 0;
}

.dbfc-directors-section::after {
  bottom: 0;
}

.dbfc-directors-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: stretch;
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.dbfc-directors-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #f8f6ef;
}

.dbfc-directors-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #f6cf6f;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.dbfc-directors-title {
  margin: 1.35rem 0 0;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.dbfc-directors-text {
  max-width: 34rem;
  margin-top: 1.25rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.8;
}

.dbfc-directors-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.dbfc-directors-tags span {
  padding: 0.85rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.83rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dbfc-directors-statement {
  margin-top: 1.9rem;
  padding-left: 1.15rem;
  border-left: 3px solid rgba(246, 207, 111, 0.76);
}

.dbfc-directors-statement-label {
  display: block;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.dbfc-directors-statement p {
  margin-top: 0.7rem;
  max-width: 31rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.dbfc-directors-stage {
  position: relative;
  overflow: hidden;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2rem;
  background:
    linear-gradient(148deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at top right, rgba(251, 191, 36, 0.15), transparent 26%),
    linear-gradient(180deg, #141414 0%, #0c0c0c 100%);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4);
}

.dbfc-directors-stage::before {
  content: "";
  position: absolute;
  inset: 0.85rem;
  border: 1px solid rgba(251, 191, 36, 0.14);
  border-radius: 1.5rem;
  pointer-events: none;
}

.dbfc-directors-stage-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 2rem 2rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
  opacity: 0.16;
  pointer-events: none;
}

.dbfc-directors-stage-spark {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.7) 0%, rgba(251, 191, 36, 0) 72%);
  pointer-events: none;
}

.dbfc-directors-stage-spark--one {
  top: 3.5rem;
  right: 3rem;
  width: 11rem;
  height: 11rem;
}

.dbfc-directors-stage-spark--two {
  bottom: 2rem;
  left: -1rem;
  width: 8rem;
  height: 8rem;
}

.dbfc-directors-roster {
  display: grid;
  gap: 1.15rem;
  margin-top: 2rem;
}

.dbfc-director-spotlight {
  display: grid;
  grid-template-columns: 6.4rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: center;
  padding: 1.15rem 1.2rem;
  border-radius: 1.65rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(90deg, rgba(217, 164, 43, 0.05), transparent 42%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dbfc-director-portrait {
  height: 7rem;
  border-radius: 1.25rem;
  background-image: url("./leadership-photo.jpg");
  background-repeat: no-repeat;
  background-size: 182%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.dbfc-director-portrait--alex {
  background-position: 28% 25%;
}

.dbfc-director-portrait--julian {
  background-position: 79% 24%;
}

.dbfc-director-meta {
  min-width: 0;
}

.dbfc-director-meta h3 {
  margin-top: 0;
  color: #ffffff;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.dbfc-director-meta p {
  margin-top: 0.5rem;
  max-width: 26ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 1.38;
  letter-spacing: 0.01em;
  text-transform: none;
}

.dbfc-directors-photo-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0f0f0f;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.34);
}

.dbfc-directors-photo {
  display: block;
  width: 100%;
  aspect-ratio: 820 / 600;
  object-fit: cover;
  object-position: center;
}

.dbfc-directors-photo-overlay {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.dbfc-directors-photo-pill {
  max-width: calc(100% - 5rem);
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: rgba(8, 8, 8, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(12px);
}

.dbfc-directors-photo-label {
  display: block;
  color: #f8d575;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.dbfc-directors-photo-pill strong {
  display: block;
  margin-top: 0.45rem;
  font-size: 1.08rem;
  line-height: 1.25;
  font-weight: 800;
}

.dbfc-directors-photo-crest {
  width: 4rem;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.dbfc-directors-caption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.dbfc-directors-caption span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.62rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dbfc-game-section {
  position: relative;
  overflow: hidden;
}

.dbfc-game-shell {
  position: relative;
  z-index: 1;
  max-width: 70rem;
}

.dbfc-game-intro {
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.dbfc-game-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.11);
  color: #f6c338;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.dbfc-game-title {
  margin-top: 1.2rem;
  color: #ffffff;
  font-size: clamp(3rem, 5.2vw, 5.3rem);
  line-height: 0.94;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.dbfc-game-title span {
  color: transparent;
  background: linear-gradient(90deg, #ffd96f 0%, #f7b01a 55%, #f59e0b 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.dbfc-game-text {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.18rem;
  line-height: 1.6;
}

.dbfc-game-statusbar {
  align-items: flex-end !important;
  gap: 1rem;
  margin-bottom: 1.15rem !important;
  padding: 0 0.25rem;
}

.dbfc-game-statusbar h3 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.dbfc-game-statusbar p {
  color: rgba(255, 255, 255, 0.52);
}

.dbfc-game-scorebar {
  gap: 1rem !important;
  padding: 0.8rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.dbfc-game-close {
  display: none !important;
}

.dbfc-game-board {
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.34);
}

.dbfc-game-keeper {
  will-change: transform;
}

.dbfc-game-keeper-body {
  transform-origin: center bottom;
  animation: dbfc-keeper-shuffle 2.2s ease-in-out infinite;
  will-change: transform;
}

.dbfc-game-keeper-head {
  animation: dbfc-keeper-head-bob 2.2s ease-in-out infinite;
  transform-origin: center bottom;
  will-change: transform;
}

.dbfc-game-board--ended .dbfc-game-keeper-body,
.dbfc-game-board--ended .dbfc-game-keeper-head {
  animation-play-state: paused;
}

.dbfc-game-progress {
  margin-top: 1rem !important;
}

@keyframes dbfc-keeper-shuffle {
  0% {
    transform: translateX(-8px) translateY(0) rotate(-2deg);
  }

  25% {
    transform: translateX(-2px) translateY(-3px) rotate(-0.5deg);
  }

  50% {
    transform: translateX(7px) translateY(-1px) rotate(2deg);
  }

  75% {
    transform: translateX(2px) translateY(-4px) rotate(0.5deg);
  }

  100% {
    transform: translateX(-8px) translateY(0) rotate(-2deg);
  }
}

@keyframes dbfc-keeper-head-bob {
  0% {
    transform: rotate(-5deg) translateY(0);
  }

  25% {
    transform: rotate(-1deg) translateY(-1px);
  }

  50% {
    transform: rotate(4deg) translateY(-2px);
  }

  75% {
    transform: rotate(1deg) translateY(-1px);
  }

  100% {
    transform: rotate(-5deg) translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .dbfc-credit-text,
  .dbfc-credit-heart,
  .dbfc-credit-spark,
  .dbfc-game-keeper-body,
  .dbfc-game-keeper-head {
    animation: none !important;
  }
}

.dbfc-about-photo-frame {
  border-radius: 2rem !important;
  box-shadow: 0 28px 80px rgba(15, 15, 15, 0.12) !important;
}

.dbfc-about-photo {
  object-position: center center;
  filter: saturate(1.02) contrast(1.01);
}

.dbfc-about-photo-overlay {
  background: linear-gradient(180deg, rgba(242, 199, 94, 0.12) 0%, rgba(0, 0, 0, 0.06) 42%, rgba(0, 0, 0, 0.28) 100%) !important;
}

.dbfc-crest {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.dbfc-crest--nav {
  height: 86px;
  width: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

.dbfc-crest--footer {
  height: 154px;
  width: auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.24));
}

@media (max-width: 767px) {
  .dbfc-hero-content {
    padding-top: clamp(7.5rem, 14vh, 9rem) !important;
    padding-bottom: 2.25rem;
  }

  .dbfc-hero-video-wrap {
    opacity: 0.56;
  }

  .dbfc-hero-video-frame {
    transform: translate(-50%, -50%) scale(1.24);
  }

  .dbfc-hero-logo-wrap {
    width: min(100%, 30rem);
  }

  .dbfc-hero-logo-frame {
    display: contents;
  }

  .dbfc-hero-logo {
    width: clamp(19rem, 82vw, 28rem);
  }

  .dbfc-sponsors-section {
    padding: 4.5rem 0;
  }

  .dbfc-sponsors-header {
    margin-bottom: 2rem;
  }

  .dbfc-sponsors-title {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .dbfc-sponsors-text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .dbfc-sponsors-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .dbfc-sponsor-card {
    padding: 0;
  }

  .dbfc-sponsor-logo {
    min-height: 12.5rem;
    padding: 0;
  }

  .dbfc-sponsor-logo-image--usclub {
    max-width: 20rem;
  }

  .dbfc-sponsor-logo-image--chenzo {
    max-width: 16rem;
  }

  .dbfc-crest--nav {
    height: 66px;
  }

  .dbfc-crest--footer {
    height: 136px;
  }

  .dbfc-directors-section {
    padding: 4.5rem 0;
  }

  .dbfc-directors-shell {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .dbfc-directors-title {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .dbfc-directors-text {
    font-size: 1rem;
    line-height: 1.7;
  }

  .dbfc-directors-statement {
    margin-top: 1.45rem;
    padding-left: 0.95rem;
  }

  .dbfc-directors-statement-label {
    font-size: 1.02rem;
  }

  .dbfc-directors-statement p {
    margin-top: 0.55rem;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .dbfc-directors-stage {
    padding: 0.85rem;
    border-radius: 1.5rem;
  }

  .dbfc-directors-stage::before {
    inset: 0.75rem;
    border-radius: 1.1rem;
  }

  .dbfc-director-spotlight {
    grid-template-columns: 5.35rem minmax(0, 1fr);
    gap: 0.9rem;
    padding: 0.85rem 0.95rem;
  }

  .dbfc-director-portrait {
    height: 5.65rem;
    background-size: 194%;
  }

  .dbfc-director-portrait--alex {
    background-position: 29% 24%;
  }

  .dbfc-director-portrait--julian {
    background-position: 80% 23%;
  }

  .dbfc-director-meta h3 {
    font-size: 1.22rem;
  }

  .dbfc-director-meta p {
    max-width: 18ch;
    font-size: 0.82rem;
    line-height: 1.34;
    letter-spacing: 0.01em;
  }

  .dbfc-directors-photo-overlay {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    gap: 0.75rem;
  }

  .dbfc-directors-photo-pill {
    max-width: calc(100% - 3.5rem);
    padding: 0.8rem 0.9rem;
  }

  .dbfc-directors-photo-pill strong {
    font-size: 0.92rem;
  }

  .dbfc-directors-photo-crest {
    width: 2.8rem;
  }

  .dbfc-directors-caption {
    gap: 0.5rem;
  }

  .dbfc-directors-caption span {
    padding: 0.52rem 0.68rem;
    font-size: 0.62rem;
  }

  .dbfc-game-intro {
    margin-bottom: 1.7rem;
  }

  .dbfc-game-kicker {
    padding: 0.55rem 1rem;
    font-size: 0.72rem;
  }

  .dbfc-game-title {
    font-size: clamp(2.35rem, 10vw, 3.6rem);
  }

  .dbfc-game-text {
    font-size: 1rem;
    line-height: 1.65;
  }

  .dbfc-game-statusbar {
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0;
  }

  .dbfc-game-statusbar h3 {
    font-size: 1.05rem;
  }

  .dbfc-game-statusbar p {
    font-size: 0.78rem;
  }

  .dbfc-game-scorebar {
    width: 100%;
    justify-content: space-between;
    padding: 0.7rem 0.85rem;
  }

  .dbfc-game-board {
    border-radius: 1.25rem;
  }
}
