/*
 * THE BIBITES - Core Design System
 * Owned shell and static page styles live here.
 */

:root {
    --color-base: #030328;
    --color-contrast: #ffffff;
    --color-primary: #ff746d;
    --color-secondary: #0f1642;
    --color-tertiary: #fb326b;
    --color-accent-green: #7bdcb5;
    --color-accent-blue: #8ed1fc;
    --color-accent-gold: #fcb900;
    --space-2xs: 0.44rem;
    --space-xs: clamp(1.5rem, 5vw, 2rem);
    --space-sm: clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem);
    --space-md: clamp(2.5rem, 8vw, 4.5rem);
    --space-lg: clamp(3.75rem, 10vw, 7rem);
    --space-xl: clamp(5rem, 5.25rem + ((1vw - 0.48rem) * 9.096), 8rem);
    --content-width: 800px;
    --wide-width: 1300px;
    --font-sans: "DM Sans", sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
    --font-size-small: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.227), 1rem);
    --font-size-medium: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.227), 1.125rem);
    --font-size-large: 1.75rem;
    --font-size-x-large: 3.25rem;
    --font-size-xx-large: clamp(4rem, 4rem + ((1vw - 0.2rem) * 29.091), 20rem);
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url("../fonts/DMSans-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url("../fonts/DMSans-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "IBM Plex Mono";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/IBMPlexMono-Regular.woff2") format("woff2");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background-color: var(--color-base);
}

body {
    margin: 0;
    background-color: var(--color-base);
    color: var(--color-contrast);
    font-family: var(--font-sans);
    font-size: var(--font-size-medium);
    line-height: 1.6;
}

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

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

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1rem;
    font-family: var(--font-sans);
    font-weight: 800;
    line-height: 1.2;
}

h1 {
    font-size: var(--font-size-x-large);
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

p {
    margin: 0 0 1rem;
}

strong,
b {
    font-weight: 700;
}

/* Owned shell */

.site-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

.site-container,
.thebibites-container {
    width: 100%;
    max-width: var(--wide-width);
    margin: 0;
    padding: 0 40px;
}

.site-header,
.thebibites-header {
    width: 100%;
    height: 57px;
    background: transparent;
}

.site-header__row,
.thebibites-header-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
    width: 100%;
    height: 57px;
    margin: 0;
    padding: 0;
    font-family: var(--font-sans);
}

.site-branding,
.thebibites-branding {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.site-brand__logo {
    border-radius: 50%;
}

.thebibites-site-title {
    display: flex;
    align-items: flex-end;
    height: 29px;
    margin: 0 0 0 10px;
    border-style: solid;
    border-width: 0 0 3px;
    border-color: #da2c1c;
    white-space: nowrap;
    font-size: 21px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.thebibites-site-title a {
    color: inherit;
    text-decoration: none;
}

.site-nav,
.thebibites-nav {
    display: flex;
    align-items: center;
}

.site-nav__list,
.thebibites-nav-ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 15px;
    font-weight: 700;
}

.site-nav a,
.thebibites-nav a {
    color: inherit;
    text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.thebibites-nav a:hover,
.thebibites-nav a[aria-current="page"] {
    text-decoration: underline;
}

.site-nav__toggle,
.custom-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 5px;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    z-index: 10001;
}

.site-nav__toggle-line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.site-nav__toggle[aria-expanded="true"] .site-nav__toggle-line:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.site-nav__toggle[aria-expanded="true"] .site-nav__toggle-line:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.site-footer {
    width: 100%;
    padding: 20px 0;
}

.site-footer__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin: 0 auto;
}

.site-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5em 15px;
    margin: 10px 0;
    padding: 0;
    list-style: none;
    font-size: 24px;
}

.site-social-link {
    display: flex;
    align-items: center;
    padding: 0.25em;
    border-radius: 9999px;
    color: currentColor;
    line-height: 0;
    fill: currentColor;
    transition: transform 0.1s ease;
}

.site-social-link:hover {
    transform: scale(1.1);
    text-decoration: none;
}

.site-social-link svg {
    width: 1em;
    height: 1em;
}

.site-social-link--reddit {
    background: #ff4500;
    color: #fff;
}

.site-social-link--patreon {
    background: #000;
    color: #fff;
}

.site-social-link--twitter {
    background: #1da1f2;
    color: #fff;
}

.site-social-link--youtube {
    background: red;
    color: #fff;
}

.site-footer__credit {
    margin: 0;
    text-align: right;
}

.site-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}

/* Owned home page */

.home-main {
    flex: 1;
}

.home-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 900px;
    padding: var(--space-xs) 15%;
    overflow: hidden;
}

.home-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.5;
}

.home-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    color: var(--color-contrast);
}

.home-hero__intro {
    max-width: 450px;
    margin: 0 auto;
}

.home-hero__eyebrow {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-hero__title {
    margin: var(--space-xs) 0;
    font-size: var(--font-size-x-large);
    text-transform: uppercase;
}

.home-hero__copy {
    display: grid;
    gap: 10px;
}

.home-hero__copy-line {
    margin: 0;
    font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.682), 1.25rem);
}

.home-hero__copy-line--claim {
    padding-top: 10px;
    font-size: clamp(0.957rem, 0.957rem + ((1vw - 0.2rem) * 0.896), 1.45rem);
}

.home-store-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-lg);
    padding-top: 40px;
    align-items: start;
}

.home-store-card__title {
    margin-bottom: 15px;
    text-align: center;
    color: var(--color-contrast);
    font-size: 2rem;
}

.home-store-card__embed {
    display: flex;
    justify-content: center;
}

.home-social-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em;
    margin: var(--space-xs) 0;
    padding: var(--space-xs);
    align-items: center;
}

.home-social-card {
    display: block;
}

.home-social-card:hover {
    text-decoration: none;
}

.home-features {
    min-height: 746px;
    padding: var(--space-sm) 20%;
    background: linear-gradient(180deg, rgba(3, 3, 40, 0.98) 0%, rgba(15, 22, 66, 0.98) 100%);
}

.home-features__content {
    width: 100%;
}

.home-features__intro {
    display: grid;
    gap: var(--space-sm);
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.home-features__intro p {
    margin: 0;
}

.home-feature {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--space-md);
    align-items: center;
    margin: var(--space-xs) 0;
}

.home-feature__copy {
    text-align: center;
}

.home-feature__copy p:last-child {
    margin-bottom: 0;
}

.home-feature__title {
    margin-bottom: 1rem;
    color: var(--color-contrast);
    font-size: var(--font-size-large);
}

.home-feature__media {
    display: flex;
    justify-content: center;
    margin: 0;
}

.home-feature__image--evolution {
    border: 2px solid #fff;
    border-radius: 10px;
}

.home-feature__image--brain {
    border: 2px solid #222;
    border-radius: 5px;
}

.home-feature__image--stomach {
    border-radius: 10px;
}

/* Page-specific owned styles */

.page-main {
    flex: 1;
    background: linear-gradient(146deg, rgb(0, 0, 27) 0%, rgb(0, 10, 28) 43%, rgba(36, 135, 32, 0.46) 100%);
}

.page-main__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 90vh;
    padding: 0 15%;
}

.page-body {
    width: 100%;
    padding-bottom: var(--space-lg);
}

.page-body--narrow {
    max-width: 650px;
    margin: 0 auto;
}

.page-body--reading {
    max-width: 800px;
    margin: 0 auto;
}

.page-body--centered {
    text-align: center;
}

.page-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-title {
    margin: 0;
    padding: var(--space-xs) 0;
    font-size: var(--font-size-x-large);
    font-weight: 700;
    letter-spacing: 0.1rem;
    text-transform: capitalize;
    text-align: center;
}

.page-copy p:last-child {
    margin-bottom: 0;
}

.page-section-title {
    margin: 0 0 var(--space-xs);
    text-align: center;
    font-size: var(--font-size-x-large);
}

.page-section-subtitle {
    margin: 0 0 var(--space-xs);
    padding-top: var(--space-xs);
    padding-bottom: var(--space-2xs);
    text-align: center;
    font-size: clamp(1.5rem, 1.5rem + 1vw, 2.5rem);
}

.page-figure {
    margin: 0;
}

.page-figure--center {
    display: flex;
    justify-content: center;
}

.text-accent {
    color: var(--color-primary);
}

.about-story {
    margin-bottom: var(--space-xs);
}

.about-story__paragraph {
    font-size: var(--font-size-small);
    font-weight: 700;
}

.about-story__paragraph:last-child {
    margin-bottom: 0;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2em;
}

.about-member {
    padding: 15px 0;
    text-align: center;
}

.about-member__title {
    margin-bottom: 0.5rem;
    font-size: clamp(1.25rem, 1.25rem + ((1vw - 0.2rem) * 1.364), 2rem);
}

.about-member__role {
    margin-bottom: 0.25rem;
}

.about-member__role--featured {
    font-size: var(--font-size-medium);
    font-weight: 700;
}

.about-member__tagline {
    font-size: var(--font-size-small);
}

.about-member__media {
    margin: 0;
}

.about-member__image {
    width: 100%;
    border-radius: 15px;
}

.patreon-support__intro {
    display: grid;
    gap: 1rem;
    padding-bottom: var(--space-xs);
}

.patreon-support__cta {
    margin: 0;
    text-align: center;
}

.patreon-support__intro p,
.patreon-support__link {
    margin-bottom: 0;
}

.patreon-support__image {
    width: min(324px, 100%);
}

.roadmap-board {
    display: flex;
    justify-content: center;
    padding: var(--space-xs) 0;
}

.roadmap-board .trello-board-compact {
    margin: 0;
}

.intro-text {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    opacity: 0.9;
}

.channel-header {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    padding: 20px 0;
}

.profile-picture {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.channel-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.channel-name {
    margin: 0;
    font-size: 1.8rem;
}

.channel-details {
    margin: 0;
    opacity: 0.8;
}

.subscribe-button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 10px 25px;
    border-radius: 25px;
    background: #ff0000;
    color: #fff;
    font-weight: 700;
}

.subscribe-button:hover {
    background: #cc0000;
    color: #fff;
    text-decoration: none;
}

.subscribe-button--patreon {
    gap: 0;
    padding: 12px 28px;
    border-radius: 30px;
    background: #f7678a;
}

.subscribe-button--patreon:hover {
    background: #e45076;
}

.video-carousel {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: start;
    margin: 24px 0 10px;
}

.video-carousel__viewport {
    overflow: hidden;
}

#videoGrid {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    transition: transform 300ms ease;
}

.video-carousel__item {
    flex: 0 0 auto;
}

.video-carousel__arrow {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
    user-select: none;
}

.video-carousel__arrow:hover:not(:disabled) {
    border-color: rgba(255, 255, 255, 0.45);
}

.video-carousel__arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

#videoGrid {
    gap: 30px;
    width: 100%;
}

.item {
    display: block;
    color: #fff;
    transition: transform 0.2s ease;
}

.item:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.thumb {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    transform: translate(-50%, -50%);
}

.play-icon img {
    width: 100%;
}

.video-details {
    display: flex;
    gap: 10px;
}

.vid-avatar {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
}

.vid-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vid-info {
    min-width: 0;
}

.vid-info .title {
    display: -webkit-box;
    margin-bottom: 4px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.vid-info .meta {
    font-size: 0.85rem;
    opacity: 0.7;
}

.vid-info .desc {
    display: -webkit-box;
    margin-top: 8px;
    overflow: hidden;
    font-size: 0.85rem;
    opacity: 0.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

#yt-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}

.yt-dot {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: transparent;
    cursor: pointer;
}

.yt-dot--active {
    background: var(--color-primary);
}

.page-number,
.ep-prev,
.ep-next {
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.page-number.active__current_page {
    background: var(--color-primary);
    color: var(--color-base);
}

.ep-prev,
.ep-next {
    cursor: pointer;
    color: var(--color-primary);
    font-weight: 700;
    user-select: none;
}

.supporters-main {
    flex: 1;
    background:
        radial-gradient(circle at top, rgba(123, 220, 181, 0.15), transparent 35%),
        radial-gradient(circle at bottom right, rgba(252, 185, 0, 0.12), transparent 28%),
        linear-gradient(180deg, #03101a 0%, #051427 40%, #020614 100%);
}

.supporters-hero {
    padding: 72px 20px 40px;
}

.supporters-hero__inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.supporters-hero__eyebrow {
    margin: 0 0 12px;
    color: var(--color-accent-green);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.supporters-hero__title {
    margin-bottom: 16px;
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.supporters-hero__intro {
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.1rem;
    opacity: 0.94;
}

.supporters-hero__cta {
    margin-top: 26px;
}

.supporters-content {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px 80px;
}

.supporters-status {
    margin: 0 auto 24px;
    color: rgba(255, 255, 255, 0.76);
    text-align: center;
}

.supporters-status--error {
    color: #ffd1d0;
}

.supporters-sections {
    display: grid;
    gap: 56px;
}

.supporters-section {
    --supporter-accent: var(--color-accent-blue);
    --supporter-shadow: rgba(142, 209, 252, 0.14);
    --supporter-art-scale: 1;
}

.supporters-section__title {
    margin: 0 0 28px;
    color: var(--supporter-accent);
    text-align: center;
    font-size: clamp(1.9rem, 2vw, 2.6rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.supporters-section__benefits-wrap {
    max-width: 840px;
    margin: 0 auto 20px;
    padding: 0 16px;
}

.supporters-section__benefit-label {
    margin: 0 0 12px;
    text-align: center;
    font-size: 0.94rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.75;
}

.supporters-section__benefits {
    margin: 0 auto;
    padding-left: 20px;
    max-width: 720px;
    display: grid;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
}

.supporters-section__benefits li {
    line-height: 1.5;
}

.supporters-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 34px 40px;
}

.supporters-grid--compact {
    display: grid;
    width: min(100%, 1200px);
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
}

.supporter-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 215px;
    padding: 0;
    text-align: center;
}

.supporter-card__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin-bottom: 16px;
}

.supporter-card--compact .supporter-card__avatar {
    width: 132px;
    height: 132px;
}

.supporter-card__art {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    filter: drop-shadow(0 14px 20px var(--supporter-shadow));
    transform: scale(var(--supporter-art-scale));
    transform-origin: center;
}

.supporter-card__name {
    margin: 0;
    max-width: 220px;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.supporters-section--rockstar {
    --supporter-accent: var(--color-accent-gold);
    --supporter-shadow: rgba(252, 185, 0, 0.16);
    --supporter-art-scale: 0.7;
}

.supporters-section--predator {
    --supporter-accent: #ff7d7d;
    --supporter-shadow: rgba(255, 94, 94, 0.16);
    --supporter-art-scale: 0.65;
}

.supporters-section--herbivore {
    --supporter-accent: var(--color-accent-blue);
    --supporter-shadow: rgba(142, 209, 252, 0.14);
    --supporter-art-scale: 0.6;
}

.supporters-section--egg {
    --supporter-accent: #fff1b8;
    --supporter-shadow: rgba(255, 241, 184, 0.16);
    --supporter-art-scale: 0.5;
}

.supporters-section--pellet {
    --supporter-accent: #95ef8d;
    --supporter-shadow: rgba(149, 239, 141, 0.18);
    --supporter-art-scale: 0.5;
}

/* Responsive */

@media (max-width: 1100px) {
    .page-main__inner {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media (max-width: 900px) {
    .site-nav,
    .thebibites-nav {
        margin-left: auto;
    }

    .site-nav__toggle,
    .custom-menu-toggle {
        display: flex;
    }

    .site-nav__list,
    .thebibites-nav-ul {
        position: fixed;
        inset: 0;
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        background: var(--color-base);
        z-index: 10000;
    }

    .site-nav__list.is-open,
    .thebibites-nav-ul.is-open {
        display: flex;
    }

    .site-nav__list li a,
    .thebibites-nav-ul li a {
        font-size: 1.5rem;
    }

    .home-hero {
        min-height: auto;
        padding: var(--space-xs) 20px;
    }

    .home-store-grid {
        grid-template-columns: 1fr;
        gap: var(--space-xs);
    }

    .home-features {
        padding: var(--space-sm) 20px;
    }
}

@media (max-width: 768px) {
    .site-container,
    .thebibites-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-main__inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    .site-footer__inner {
        justify-content: center;
    }

    .site-footer__credit {
        text-align: center;
    }

    .home-social-grid,
    .home-feature,
    .about-team-grid {
        grid-template-columns: 1fr;
    }

    .channel-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .profile-picture {
        width: 120px;
        height: 120px;
    }

    .channel-info {
        align-items: center;
    }

    .subscribe-button {
        margin: 0 auto;
    }

    .intro-text {
        padding: 0 10px;
    }

    .supporters-hero {
        padding-top: 56px;
    }

    .supporters-grid {
        gap: 28px 26px;
    }

    .supporters-grid--compact {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
    }

    .supporter-card {
        width: 170px;
    }

    .supporter-card__avatar {
        width: 142px;
        height: 142px;
    }

    .supporter-card--compact {
        width: 132px;
    }

    .supporters-content {
        padding-right: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 520px) {
    .supporters-grid {
        gap: 24px 16px;
    }

    .supporters-grid--compact {
        grid-template-columns: 1fr;
    }

    .supporter-card {
        width: 144px;
    }

    .supporter-card__avatar {
        width: 120px;
        height: 120px;
    }

    .supporter-card--compact {
        width: 118px;
    }

    .supporter-card--compact .supporter-card__avatar {
        width: 96px;
        height: 96px;
    }

    .supporter-card__name {
        font-size: 0.92rem;
    }
}
