:root {
    --bg: #08090a;
    --bg-2: #101114;
    --panel: #151310;
    --panel-2: #1b1e22;
    --gold: #d6a64a;
    --gold-2: #f1d487;
    --crimson: #7f1f2d;
    --steel: #7d94a7;
    --text: #f7f0e1;
    --muted: #b9ad93;
    --line: rgba(214, 166, 74, .24);
    --radius: 8px;
}

* {
    box-sizing: border-box;
    letter-spacing: 0;
}

html {
    min-height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-bottom: 76px;
}

main {
    min-height: calc(100svh - 56px);
}

a {
    color: var(--gold-2);
    text-decoration: none;
}

a:hover {
    color: #fff1b8;
}

img,
video {
    max-width: 100%;
}

.container {
    width: min(100% - 24px, 1180px);
}

.desktop-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(8, 9, 10, .88);
    border-bottom: 1px solid rgba(214, 166, 74, .16);
    backdrop-filter: blur(16px);
}

.navbar {
    min-height: 76px;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-lockup img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.brand-lockup span {
    display: grid;
    line-height: 1.1;
}

.brand-lockup strong {
    color: #fff;
    font-size: 18px;
}

.brand-lockup small {
    color: var(--muted);
    font-size: 12px;
}

.navbar-nav {
    gap: 6px;
}

.navbar .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #d8cfbd;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 14px;
}

.navbar .nav-link svg,
.btn svg,
.mobile-bottom-nav svg,
.info-panel svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    color: #fff;
    background: rgba(214, 166, 74, .12);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 1020;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 8px 12px;
    background: rgba(8, 9, 10, .92);
    border-bottom: 1px solid rgba(214, 166, 74, .16);
    backdrop-filter: blur(14px);
}

.mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 950;
}

.mobile-brand img {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    object-fit: cover;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

.language-switch a {
    min-width: 32px;
    padding: 6px 8px;
    color: var(--muted);
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
}

.language-switch a.active {
    background: var(--gold);
    color: #080808;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    font-weight: 800;
}

.btn-armada {
    color: #080808;
    background: linear-gradient(180deg, var(--gold-2), var(--gold));
    border: 1px solid #ffe29a;
    box-shadow: 0 10px 24px rgba(214, 166, 74, .18);
}

.btn-armada:hover {
    color: #000;
    background: #f3cf75;
}

.btn-server,
.btn-ghost {
    color: #f5ead1;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, .05);
}

.btn-server:hover,
.btn-ghost:hover {
    color: #fff;
    border-color: rgba(241, 212, 135, .52);
    background: rgba(214, 166, 74, .12);
}

.btn-whatsapp {
    color: #062d19;
    background: #37d36b;
    border: 1px solid #67ee92;
}

.btn-whatsapp:hover {
    color: #03180d;
    background: #5de789;
}

.flash-container {
    position: relative;
    z-index: 5;
    padding-top: 16px;
}

.alert {
    border-radius: 8px;
}

.hero-section {
    position: relative;
    overflow: hidden;
    min-height: calc(100svh - 56px);
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(214, 166, 74, .16);
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .68;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 9, 10, .95), rgba(8, 9, 10, .58) 46%, rgba(8, 9, 10, .86)),
        linear-gradient(0deg, rgba(8, 9, 10, .96), transparent 34%);
}

.hero-content {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 28px;
    padding-top: 72px;
    padding-bottom: 112px;
}

.hero-copy {
    max-width: 720px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--gold-2);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

.hero-copy h1,
.clan-hero h1 {
    margin: 12px 0;
    color: #fff;
    font-size: clamp(42px, 10vw, 96px);
    line-height: .95;
    font-weight: 950;
}

.hero-copy p,
.clan-hero p,
.upload-copy p {
    max-width: 620px;
    color: #d6cbb6;
    font-size: 17px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hero-mark {
    justify-self: start;
    width: min(250px, 58vw);
}

.hero-mark img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 30%;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.stats-band {
    background: #0d0e10;
    border-bottom: 1px solid rgba(214, 166, 74, .14);
}

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

.stats-grid div,
.admin-stats div {
    min-height: 98px;
    padding: 18px 12px;
    display: grid;
    place-items: center;
    text-align: center;
    background: rgba(255, 255, 255, .03);
}

.stats-grid strong,
.admin-stats strong {
    color: #fff;
    font-size: clamp(30px, 9vw, 52px);
    line-height: 1;
}

.stats-grid span,
.admin-stats span {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.section-pad,
.page-pad {
    padding-top: 36px;
    padding-bottom: 112px;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.section-heading h1,
.section-heading h2 {
    margin: 6px 0 0;
    color: #fff;
    font-size: clamp(26px, 7vw, 42px);
    font-weight: 900;
}

.section-heading.compact {
    align-items: center;
}

.post-grid {
    display: grid;
    gap: 16px;
}

.post-card {
    overflow: hidden;
    background: var(--panel);
    border: 1px solid rgba(214, 166, 74, .18);
    border-radius: 8px;
}

.post-media {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    background: #060606;
    border: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    cursor: pointer;
}

.post-media img,
.post-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
}

.post-media:hover img,
.post-media:hover video {
    transform: scale(1.03);
}

.play-badge {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(0, 0, 0, .22);
}

.play-badge svg {
    width: 44px;
    height: 44px;
    padding: 11px;
    border-radius: 999px;
    background: rgba(214, 166, 74, .88);
    color: #080808;
}

.post-body {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.post-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.post-body h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
}

.post-body p {
    margin: 0;
    color: #cfc5b0;
    line-height: 1.55;
}

.post-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.empty-state {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 36px 18px;
    text-align: center;
    border: 1px solid rgba(214, 166, 74, .18);
    border-radius: 8px;
    background: var(--panel);
}

.empty-state img {
    width: 132px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 30%;
    border-radius: 8px;
}

.empty-state h3,
.empty-state h1 {
    margin: 0;
    color: #fff;
}

.empty-state p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
}

.empty-state.slim {
    padding: 26px 16px;
}

.auth-section {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: calc(100svh - 56px);
    padding: 22px 0 96px;
    background: var(--bg);
    overflow: hidden;
}

.auth-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    min-height: 0;
    overflow: hidden;
}

.auth-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 32%;
    filter: saturate(1.05);
}

.auth-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 9, 10, .96), rgba(8, 9, 10, .72)),
        linear-gradient(0deg, rgba(8, 9, 10, 1), rgba(8, 9, 10, .18));
}

.auth-panel,
.confirm-panel,
.upload-panel,
.profile-panel,
.admin-panel,
.info-panel,
.post-detail {
    border: 1px solid rgba(214, 166, 74, .2);
    border-radius: 8px;
    background: var(--panel);
}

.auth-panel {
    width: min(100% - 24px, 520px);
    align-self: start;
    justify-self: center;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.auth-panel h1,
.confirm-panel h1,
.upload-copy h1 {
    margin: 8px 0 18px;
    color: #fff;
    font-size: clamp(28px, 8vw, 46px);
    font-weight: 900;
}

.armada-form {
    display: grid;
    gap: 14px;
}

.armada-form label {
    display: grid;
    gap: 7px;
}

.armada-form label span {
    color: #e8dcc5;
    font-size: 13px;
    font-weight: 800;
}

.form-control {
    min-height: 48px;
    color: #fff;
    background: #0c0d0f;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 8px;
}

.form-control:focus {
    color: #fff;
    background: #0c0d0f;
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(214, 166, 74, .14);
}

.auth-switch {
    margin: 18px 0 0;
    color: var(--muted);
    text-align: center;
}

.center-section {
    min-height: 72vh;
    display: grid;
    place-items: center;
    padding: 34px 12px;
}

.confirm-panel {
    width: min(100%, 560px);
    padding: 28px;
    text-align: center;
}

.confirm-panel img {
    width: 160px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 30%;
    border-radius: 8px;
    margin-bottom: 16px;
}

.confirm-panel p {
    color: var(--muted);
    line-height: 1.7;
}

.upload-section {
    padding: 32px 0 112px;
    min-height: calc(100svh - 56px);
    display: flex;
    align-items: flex-start;
}

.upload-grid {
    display: grid;
    gap: 20px;
}

.upload-panel {
    padding: 18px;
}

.profile-grid {
    display: grid;
    gap: 18px;
}

.profile-panel {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 18px;
}

.profile-panel > img {
    width: 132px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 30%;
    border-radius: 8px;
}

.profile-panel h1 {
    margin: 0;
    color: #fff;
}

.profile-panel p {
    margin: 0;
    color: var(--muted);
}

.profile-notice {
    display: grid;
    gap: 10px;
    padding: 12px 0;
}

.profile-notice h2 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.status-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.badge-approved {
    color: #062916;
    background: #60e089;
}

.badge-pending {
    color: #281a04;
    background: #f2c66f;
}

.badge-blocked {
    color: #fff;
    background: var(--crimson);
}

.clan-hero {
    position: relative;
    overflow: hidden;
    padding: 54px 0 112px;
    background:
        linear-gradient(90deg, rgba(8, 9, 10, .98), rgba(8, 9, 10, .72)),
        url('../img/og-image.png') center / cover;
    border-bottom: 1px solid rgba(214, 166, 74, .16);
}

.clan-hero-grid {
    display: grid;
    align-items: center;
    gap: 22px;
}

.clan-hero img {
    width: min(360px, 72vw);
    justify-self: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 30%;
    border-radius: 8px;
    border: 1px solid var(--line);
}

.rival-strip {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    max-width: 620px;
    margin-top: 22px;
}

.rival-strip span,
.rival-strip strong {
    min-height: 52px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
    font-weight: 900;
}

.rival-strip span {
    color: #9b8a76;
    background: rgba(127, 31, 45, .16);
    text-decoration: line-through;
}

.rival-strip strong {
    color: #090909;
    background: var(--gold);
    padding: 0 14px;
}

.info-grid {
    display: grid;
    gap: 16px;
}

.info-panel {
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 18px;
}

.info-panel svg {
    color: var(--gold);
}

.info-panel h2 {
    margin: 0;
    color: #fff;
}

.info-panel p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.info-panel strong {
    color: var(--gold-2);
    font-size: 24px;
}

.admin-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 16px;
    border: 1px solid rgba(214, 166, 74, .16);
    border-radius: 8px;
    overflow: hidden;
}

.admin-grid {
    display: grid;
    gap: 16px;
}

.admin-grid.lower {
    margin-top: 16px;
}

.admin-panel {
    padding: 16px;
}

.admin-panel h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 22px;
}

.member-row,
.log-row {
    display: grid;
    gap: 12px;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.member-row:first-of-type,
.log-row:first-of-type {
    border-top: 0;
}

.member-row strong,
.log-row strong {
    color: #fff;
}

.member-row span,
.member-row small,
.log-row span,
.muted {
    display: block;
    color: var(--muted);
    overflow-wrap: anywhere;
}

.row-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.post-detail {
    overflow: hidden;
}

.post-detail-media {
    background: #050505;
}

.post-detail-media img,
.post-detail-media video {
    display: block;
    width: 100%;
    max-height: 74vh;
    object-fit: contain;
}

.post-detail-body {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.post-detail-body h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 8vw, 52px);
    font-weight: 900;
}

.post-detail-body p {
    margin: 0;
    color: #d8cfbd;
    line-height: 1.7;
}

.media-modal .modal-content {
    color: var(--text);
    background: #08090a;
    border: 1px solid rgba(214, 166, 74, .22);
    border-radius: 8px;
}

.media-modal .modal-header,
.media-modal .modal-footer {
    border-color: rgba(255, 255, 255, .09);
}

.modal-subtitle,
.modal-caption {
    margin: 0;
    color: var(--muted);
}

.modal-media-shell {
    display: grid;
    place-items: center;
    min-height: 260px;
    background: #030303;
    border-radius: 8px;
    overflow: hidden;
}

.modal-media-shell img,
.modal-media-shell video {
    display: block;
    max-height: 72vh;
    width: 100%;
    object-fit: contain;
}

.modal-caption {
    margin-top: 12px;
    line-height: 1.65;
}

.pwa-install-sheet {
    position: fixed;
    inset: 0;
    z-index: 1045;
    display: grid;
    align-items: end;
    padding: 12px 12px calc(84px + env(safe-area-inset-bottom));
    background: rgba(0, 0, 0, .42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.pwa-install-sheet[hidden] {
    display: none;
}

.pwa-install-sheet.show {
    opacity: 1;
    pointer-events: auto;
}

.pwa-install-card {
    position: relative;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    width: min(100%, 560px);
    margin: 0 auto;
    padding: 16px;
    color: var(--text);
    background:
        linear-gradient(135deg, rgba(214, 166, 74, .15), transparent 36%),
        rgba(18, 16, 13, .98);
    border: 1px solid rgba(241, 212, 135, .34);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .52);
    transform: translateY(18px);
    transition: transform .22s ease;
    backdrop-filter: blur(18px);
}

.pwa-install-sheet.show .pwa-install-card {
    transform: translateY(0);
}

.pwa-icon {
    width: 74px;
    height: 74px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #070707;
}

.pwa-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pwa-copy {
    min-width: 0;
    padding-right: 28px;
}

.pwa-copy h2 {
    margin: 4px 0 6px;
    color: #fff;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.15;
}

.pwa-copy p,
.pwa-ios-hint {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.pwa-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
}

.pwa-close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #e6dac4;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

.pwa-close svg {
    width: 18px;
    height: 18px;
}

.pwa-ios-hint {
    grid-column: 1 / -1;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background: rgba(255, 255, 255, .05);
}

.site-footer {
    padding: 28px 0 96px;
    color: var(--muted);
    background: #070707;
    border-top: 1px solid rgba(214, 166, 74, .12);
}

.footer-inner,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.footer-inner strong {
    color: #fff;
}

.footer-inner span {
    margin-left: 10px;
}

.footer-links a {
    color: var(--muted);
    font-weight: 800;
}

.footer-links a.active,
.footer-links a:hover {
    color: var(--gold-2);
}

.mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    display: grid;
    grid-template-columns: repeat(var(--nav-count, 4), minmax(0, 1fr));
    min-height: 70px;
    padding: 8px max(8px, env(safe-area-inset-left)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
    background: rgba(7, 7, 8, .96);
    border-top: 1px solid rgba(214, 166, 74, .22);
    backdrop-filter: blur(16px);
}

.mobile-bottom-nav a {
    display: grid;
    gap: 4px;
    justify-items: center;
    align-content: center;
    min-width: 0;
    color: #c7bca8;
    font-size: 10px;
    font-weight: 800;
}

.mobile-bottom-nav span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-bottom-nav a.active {
    color: var(--gold-2);
}

@media (min-width: 576px) {
    .post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (min-width: 768px) {
    .hero-content {
        grid-template-columns: minmax(0, 1fr) 300px;
        align-items: center;
    }

    .hero-mark {
        justify-self: end;
        width: 300px;
    }

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

    .auth-section {
        display: grid;
        grid-template-columns: minmax(320px, 46vw) minmax(0, 1fr);
        align-items: center;
        min-height: calc(100vh - 76px);
        padding: 0;
        overflow: visible;
    }

    .auth-visual {
        position: relative;
        inset: auto;
        z-index: auto;
        height: 100%;
        min-height: calc(100vh - 76px);
    }

    .auth-panel {
        margin: 40px auto;
        padding: 28px;
    }

    .upload-grid {
        grid-template-columns: minmax(0, .9fr) minmax(360px, 520px);
        align-items: center;
    }

    .upload-section {
        padding: 40px 0;
        align-items: center;
    }

    .upload-panel {
        padding: 24px;
    }

    .profile-grid {
        grid-template-columns: 290px minmax(0, 1fr);
        align-items: start;
    }

    .admin-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pwa-install-sheet {
        align-items: end;
        justify-items: end;
        padding: 24px;
        background: transparent;
    }

    .pwa-install-card {
        margin: 0;
    }
}

@media (min-width: 992px) {
    body {
        padding-bottom: 0;
    }

    main {
        min-height: calc(100vh - 76px);
    }

    .site-footer {
        padding-bottom: 28px;
    }

    .hero-section {
        min-height: calc(100vh - 76px);
    }

    .hero-content {
        padding-bottom: 54px;
    }

    .section-pad,
    .page-pad {
        padding-bottom: 42px;
    }

    .clan-hero {
        padding: 54px 0;
    }

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

    .clan-hero-grid {
        grid-template-columns: minmax(0, 1fr) 380px;
    }

    .clan-hero img {
        justify-self: end;
    }

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

    .member-row {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
    }

    .post-detail {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
        align-items: stretch;
    }
}

@media (max-width: 390px) {
    .hero-copy h1,
    .clan-hero h1 {
        font-size: 38px;
    }

    .hero-actions .btn,
    .post-actions .btn {
        width: 100%;
    }

    .rival-strip {
        grid-template-columns: 1fr;
    }
}
