:root {
  --bg: #050303;
  --panel: rgba(10, 7, 8, 0.76);
  --panel-strong: rgba(15, 11, 12, 0.92);
  --text: #f4efe8;
  --muted: #978b88;
  --dim: #62585a;
  --red: #d80f1f;
  --red-soft: rgba(216, 15, 31, 0.18);
  --gold: #e7c875;
  --steel: #8db3c7;
  --line: rgba(244, 239, 232, 0.1);
  --line-red: rgba(216, 15, 31, 0.28);
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Syne", system-ui, sans-serif;
  overflow-x: hidden;
}

a,
button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

.bg-layer {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #050303;
}

.bg-layer::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: url("/assets/photos/quero-family-bg.png") center 42% / cover no-repeat;
  opacity: 0.46;
  filter: brightness(0.82) saturate(0.95) contrast(1.08);
  transform: scale(1.01);
}

.bg-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 3, 3, 0.24), rgba(5, 3, 3, 0.88)),
    radial-gradient(circle at 12% 10%, rgba(216, 15, 31, 0.24), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(216, 15, 31, 0.08), transparent 28%),
    linear-gradient(90deg, rgba(5, 3, 3, 0.62), rgba(5, 3, 3, 0.32) 50%, rgba(5, 3, 3, 0.66));
}

.grain-layer {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 100% 4px, 4px 100%;
  mix-blend-mode: screen;
  opacity: 0.36;
}

.particle-layer {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.particle-layer span {
  position: absolute;
  top: -20px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(244, 239, 232, 0.72);
  box-shadow: 0 0 14px rgba(216, 15, 31, 0.75);
  animation: fall linear infinite;
}

@keyframes fall {
  from {
    transform: translate3d(0, -20px, 0);
  }

  to {
    transform: translate3d(24px, calc(100vh + 40px), 0);
  }
}

.cursor-glow {
  position: fixed;
  z-index: 4;
  width: 220px;
  height: 220px;
  margin: -110px 0 0 -110px;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 15, 31, 0.12), transparent 66%);
  transition: transform 0.08s ease-out;
}

.members-music-frame {
  width: 1px;
  height: 1px;
  border: 0;
  opacity: 0.01;
  pointer-events: none;
}

.members-youtube-host {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  pointer-events: none;
}

.site-shell {
  position: relative;
  z-index: 3;
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 72px;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.site-shell.is-hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.site-shell.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  padding: 32px;
  background: #000;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.intro.is-gone {
  opacity: 0;
  visibility: hidden;
}

.intro__scan {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, transparent 32%, rgba(0, 0, 0, 0.86) 100%),
    linear-gradient(180deg, transparent, rgba(216, 15, 31, 0.08), transparent);
  animation: scan 4.8s linear infinite;
}

@keyframes scan {
  0% {
    transform: translateY(-42%);
  }

  100% {
    transform: translateY(42%);
  }
}

.intro__kicker,
.intro__role,
.intro__enter,
.eyebrow,
.section-line,
.directory-meta,
.member-card__code,
.registry-tag,
.back-link,
.stats-grid span,
.profile-badge {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.intro__kicker {
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  color: var(--red);
  font-size: 10px;
  letter-spacing: 7px;
}

.intro__name {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(68px, 17vw, 156px);
  letter-spacing: 0.08em;
  line-height: 0.88;
  text-shadow: 0 0 34px rgba(216, 15, 31, 0.24);
}

.intro__name::before,
.intro__name::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  opacity: 0;
}

.intro__name::before {
  color: #ff3350;
  animation: glitch-a 4.2s infinite 1.2s;
}

.intro__name::after {
  color: #8db3c7;
  animation: glitch-b 4.2s infinite 1.32s;
}

@keyframes glitch-a {
  0%,
  87%,
  100% {
    opacity: 0;
    transform: none;
  }

  90% {
    opacity: 0.8;
    transform: translateX(-5px);
  }

  92% {
    transform: translateX(4px);
  }
}

@keyframes glitch-b {
  0%,
  88%,
  100% {
    opacity: 0;
    transform: none;
  }

  91% {
    opacity: 0.68;
    transform: translateX(5px);
  }

  93% {
    transform: translateX(-4px);
  }
}

.intro__role {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: rgba(244, 239, 232, 0.48);
  font-size: 11px;
  letter-spacing: 6px;
}

.intro__enter {
  position: relative;
  z-index: 1;
  margin-top: 44px;
  border: 1px solid var(--line-red);
  padding: 12px 34px;
  color: rgba(244, 239, 232, 0.58);
  font-size: 10px;
  letter-spacing: 6px;
  animation: pulse-border 2.4s ease-in-out infinite;
}

@keyframes pulse-border {
  50% {
    color: #fff;
    border-color: rgba(216, 15, 31, 0.78);
    box-shadow: 0 0 22px rgba(216, 15, 31, 0.14);
  }
}

.directory {
  display: grid;
  gap: 22px;
}

.directory__hero {
  position: relative;
  min-height: 360px;
  border: 1px solid var(--line-red);
  border-radius: 12px;
  overflow: hidden;
  background: #0c0708;
  box-shadow: var(--shadow);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: brightness(0.62) saturate(0.92) contrast(1.05);
}

.hero-media::after,
.profile-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 3, 3, 0.68), rgba(5, 3, 3, 0.24) 58%, rgba(5, 3, 3, 0.62)),
    linear-gradient(180deg, rgba(5, 3, 3, 0.08), rgba(5, 3, 3, 0.82));
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 360px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 4px;
}

.hero-content h1,
.identity-block h1 {
  margin: 0;
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(72px, 16vw, 142px);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 0.88;
}

.directory-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
  color: rgba(244, 239, 232, 0.72);
  font-size: 10px;
  letter-spacing: 3px;
}

.directory-meta span,
.registry-tag,
.profile-badge {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
  padding: 6px 10px;
}

.directory-meta strong {
  color: #fff;
  font-weight: 700;
}

.rec-mark {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(244, 239, 232, 0.55);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.rec-mark span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 12px var(--red);
  animation: blink 1.35s ease-in-out infinite;
}

@keyframes blink {
  50% {
    opacity: 0.1;
  }
}

.section-line {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--red);
  font-size: 10px;
  letter-spacing: 4px;
}

.section-line::before,
.section-line::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line-red);
}

.family-music {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(180px, 260px);
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 7, 8, 0.72);
  padding: 12px;
  backdrop-filter: blur(18px);
}

.family-music.is-playing {
  border-color: rgba(216, 15, 31, 0.3);
}

.family-music__cover {
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  object-fit: cover;
  filter: saturate(0.85) brightness(0.8);
}

.family-music__meta {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.family-music__meta span,
.family-music__volume span {
  color: var(--red);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.family-music__meta strong {
  overflow: hidden;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.family-music__meta em {
  overflow: hidden;
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.family-music__volume {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.family-music__volume input {
  --volume-pct: 45%;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  appearance: none;
  background: linear-gradient(90deg, var(--red) var(--volume-pct), rgba(255, 255, 255, 0.12) var(--volume-pct));
  outline: 0;
}

.family-music__volume input::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  appearance: none;
  background: #fff;
  box-shadow: 0 0 14px rgba(216, 15, 31, 0.55);
}

.family-music__volume input::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 14px rgba(216, 15, 31, 0.55);
}

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.member-card {
  --card-lift: 0px;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --spot-x: 50%;
  --spot-y: 50%;
  position: relative;
  display: grid;
  min-height: 154px;
  grid-template-rows: auto 1fr;
  gap: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(10, 7, 8, 0.72);
  padding: 16px;
  backdrop-filter: blur(18px);
  transform: perspective(850px) translateY(var(--card-lift)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
  will-change: transform;
}

.member-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18px 18px, color-mix(in srgb, var(--member-accent), transparent 72%), transparent 42%);
  opacity: 0.9;
}

.member-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 255, 255, 0.13), transparent 36%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.member-card:hover,
.member-card:focus-visible {
  --card-lift: -5px;
  border-color: color-mix(in srgb, var(--member-accent), white 12%);
  background: rgba(20, 12, 14, 0.82);
  outline: 0;
}

.member-card:hover::after,
.member-card:focus-visible::after {
  opacity: 1;
}

.member-card__avatar,
.avatar-mark {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--member-accent), white 6%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 22%, rgba(255, 255, 255, 0.22), transparent 30%),
    rgba(216, 15, 31, 0.1);
  color: #fff;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 34px;
  letter-spacing: 0;
  box-shadow: 0 0 26px color-mix(in srgb, var(--member-accent), transparent 76%);
}

.member-card__avatar img,
.avatar-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.member-card__avatar.has-image > span,
.avatar-mark.has-image > span {
  opacity: 0;
}

.member-card__content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 5px;
  min-width: 0;
}

.member-card__code {
  color: color-mix(in srgb, var(--member-accent), white 18%);
  font-size: 10px;
  letter-spacing: 3px;
}

.member-card strong {
  overflow-wrap: anywhere;
  color: #fff;
  font-size: 20px;
  line-height: 1.05;
}

.member-card__handle {
  overflow: hidden;
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-card__views {
  color: rgba(244, 239, 232, 0.64);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.member-card__views strong {
  color: #fff;
}

.member-card__arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: rgba(244, 239, 232, 0.58);
  font-family: "JetBrains Mono", ui-monospace, monospace;
}

.profile-shell {
  width: min(520px, calc(100% - 32px));
}

.profile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 3px;
  transition: color 0.2s ease;
}

.back-link:hover,
.back-link:focus-visible {
  color: #fff;
  outline: 0;
}

.registry-tag {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 3px;
}

.profile-panel {
  border-radius: 12px;
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}

.profile-banner {
  position: relative;
  height: 176px;
  overflow: hidden;
  border: 1px solid var(--line-red);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: #0c0708;
}

.profile-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72) saturate(0.9);
}

.profile-card {
  position: relative;
  border: 1px solid var(--line-red);
  border-radius: 0 0 12px 12px;
  background: var(--panel);
  padding: 0 20px 22px;
  backdrop-filter: blur(22px);
}

.profile-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--member-accent), transparent);
}

.avatar-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: -45px 0 16px;
}

.avatar-mark {
  width: 92px;
  height: 92px;
  border-width: 2px;
  font-size: 54px;
}

.avatar-mark::after {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 5px;
  width: 16px;
  height: 16px;
  border: 3px solid #080505;
  border-radius: 50%;
  background: var(--member-accent);
  box-shadow: 0 0 12px var(--member-accent);
}

.badge-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  transform: translateY(34px);
}

.profile-badge {
  color: color-mix(in srgb, var(--member-accent), white 22%);
  font-size: 9px;
  letter-spacing: 3px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.profile-badge:hover,
.profile-badge:focus-visible {
  border-color: color-mix(in srgb, var(--member-accent), white 18%);
  background: color-mix(in srgb, var(--member-accent), transparent 86%);
  color: #fff;
  outline: 0;
  transform: translateX(-3px);
}

.identity-block {
  margin-bottom: 18px;
}

.identity-block h1 {
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(28px, 8vw, 42px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.identity-block p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
}

.bio-text,
.empty-note {
  margin: 14px 0 20px;
  color: rgba(244, 239, 232, 0.68);
  font-size: 13px;
  line-height: 1.55;
}

.bio-text {
  white-space: pre-line;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 15px 0 20px;
}

.stats-grid div {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  padding: 12px;
}

.stats-grid span {
  display: block;
  color: var(--dim);
  font-size: 9px;
  letter-spacing: 2px;
}

.stats-grid strong {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 20px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  padding: 8px 12px 8px 10px;
  color: var(--text);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: rgba(216, 15, 31, 0.55);
  background: rgba(216, 15, 31, 0.09);
  outline: 0;
  transform: translateY(-2px);
}

.social-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: currentColor;
}

.social-link.youtube {
  color: #ff4d5f;
}

.social-link.tiktok {
  color: #f5f5f5;
}

.music-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  padding: 12px;
}

.music-card__cover {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: var(--radius);
  object-fit: cover;
}

.music-card__info {
  display: grid;
  min-width: 0;
  flex: 1;
  gap: 4px;
}

.music-card__info strong,
.music-card__info span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.music-card__info span {
  color: var(--muted);
  font-size: 12px;
}

.music-card audio {
  width: 100%;
  height: 34px;
  margin-top: 5px;
}

.profile-youtube-card.is-playing {
  border-color: rgba(216, 15, 31, 0.34);
}

.profile-music-volume {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.profile-music-volume span {
  color: var(--red);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 9px;
  letter-spacing: 2px;
}

.profile-music-volume input {
  --volume-pct: 45%;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  appearance: none;
  background: linear-gradient(90deg, var(--red) var(--volume-pct), rgba(255, 255, 255, 0.12) var(--volume-pct));
  outline: 0;
}

.profile-music-volume input::-webkit-slider-thumb {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  appearance: none;
  background: #fff;
  box-shadow: 0 0 14px rgba(216, 15, 31, 0.55);
}

.profile-music-volume input::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 14px rgba(216, 15, 31, 0.55);
}

.roster-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.roster-strip a {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  padding: 7px 10px;
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.roster-strip a:hover,
.roster-strip a:focus-visible,
.roster-strip a.is-current {
  border-color: color-mix(in srgb, var(--member-accent), white 12%);
  background: color-mix(in srgb, var(--member-accent), transparent 88%);
  color: #fff;
  outline: 0;
}

.redirect-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
}

.redirect-shell a {
  border: 1px solid var(--line-red);
  padding: 12px 20px;
  color: var(--text);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .member-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-shell,
  .profile-shell {
    width: min(100% - 20px, 520px);
    padding-top: 16px;
  }

  .directory__hero,
  .hero-content {
    min-height: 330px;
  }

  .hero-content {
    padding: 22px;
  }

  .member-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .family-music {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .family-music__cover {
    width: 48px;
    height: 48px;
  }

  .family-music__volume {
    grid-column: 1 / -1;
  }

  .member-card {
    min-height: 132px;
  }

  .intro__kicker,
  .intro__role,
  .intro__enter {
    letter-spacing: 4px;
  }

  .intro__name {
    letter-spacing: 0.05em;
  }
}

@supports not (background: color-mix(in srgb, red, transparent)) {
  .member-card::before {
    background: radial-gradient(circle at 18px 18px, rgba(216, 15, 31, 0.24), transparent 42%);
  }

  .member-card:hover,
  .member-card:focus-visible,
  .roster-strip a:hover,
  .roster-strip a:focus-visible,
  .roster-strip a.is-current {
    border-color: rgba(216, 15, 31, 0.55);
  }
}
