@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Vazirmatn";
    src: url("../fonts/Vazirmatn-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --yellow: #ffcc00;
    --gold: #e4aa03;
    --blue: #2451d6;
    --ink: #292929;
    --cream: #faf1d5;
    --paper: #fffaf0;
    --muted: #716b5f;
    --line: rgba(41, 41, 41, 0.14);
    --shadow: 0 24px 70px rgba(41, 41, 41, 0.12);
    --container: min(1220px, calc(100% - 48px));
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 34px;
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    margin: 0;
    min-width: 320px;
    background: var(--paper);
    color: var(--ink);
    font-family: "Vazirmatn", Tahoma, sans-serif;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

body.nav-open {
    overflow: hidden;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

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

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

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

::selection {
    background: var(--yellow);
    color: var(--ink);
}

:focus-visible {
    outline: 3px solid var(--blue);
    outline-offset: 4px;
}

.container {
    width: var(--container);
    margin-inline: auto;
}

.section {
    padding: 118px 0;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    right: 16px;
    padding: 10px 18px;
    border-radius: 10px;
    background: var(--blue);
    color: white;
    transform: translateY(-150%);
    transition: transform 0.2s ease;
}

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

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 17px;
    color: #665100;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.eyebrow::before {
    width: 24px;
    height: 8px;
    border-radius: 999px;
    background: var(--yellow);
    content: "";
}

.eyebrow--light {
    color: var(--cream);
}

.button {
    display: inline-flex;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding: 12px 24px;
    border: 0;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 800;
    line-height: 1.4;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
    transform: translateY(-3px);
}

.button--dark {
    background: var(--ink);
    box-shadow: 0 13px 30px rgba(41, 41, 41, 0.2);
    color: var(--cream);
}

.button--yellow {
    background: var(--yellow);
    color: var(--ink);
}

.button--yellow:hover {
    box-shadow: 0 14px 34px rgba(228, 170, 3, 0.28);
}

.button--outline {
    border: 1px solid var(--ink);
    background: transparent;
}

.button--full {
    width: 100%;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    font-weight: 700;
}

.text-link i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--blue);
}

/* Navigation */
.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 84px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    background: rgba(250, 241, 213, 0.52);
    -webkit-backdrop-filter: blur(24px) saturate(1.35);
    backdrop-filter: blur(24px) saturate(1.35);
    transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
    border-color: rgba(41, 41, 41, 0.1);
    background: rgba(250, 241, 213, 0.68);
    box-shadow: 0 12px 35px rgba(41, 41, 41, 0.09);
}

.nav-shell {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 34px;
}

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

.brand img {
    object-fit: contain;
    transition: transform 0.25s ease;
}

.brand:hover img {
    transform: rotate(-6deg) scale(1.04);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.brand-copy strong {
    font-size: 0.94rem;
}

.brand-copy small {
    color: var(--muted);
    font-size: 0.68rem;
}

.main-nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2vw, 31px);
}

.main-nav a {
    position: relative;
    color: #48453f;
    font-size: 0.86rem;
    font-weight: 600;
    white-space: nowrap;
}

.main-nav a::after {
    position: absolute;
    right: 0;
    bottom: -11px;
    width: 0;
    height: 3px;
    border-radius: 999px;
    background: var(--yellow);
    content: "";
    transition: width 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a.is-active::after {
    width: 100%;
}

.nav-cta {
    display: flex;
    min-width: 115px;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 17px;
    border-radius: 13px;
    background: var(--yellow);
    font-size: 0.82rem;
    font-weight: 800;
}

.nav-cta b {
    font-size: 1.15rem;
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 12px;
    background: var(--ink);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    border-radius: 4px;
    background: var(--cream);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Hero */
.hero {
    position: relative;
    background: var(--cream);
}

.hero-story {
    height: 210vh;
    min-height: 1400px;
}

.hero-sticky {
    position: sticky;
    z-index: 1;
    top: 84px;
    height: calc(100svh - 84px);
    min-height: 0;
    overflow: hidden;
    background: var(--cream);
    isolation: isolate;
}

.hero-story .hero-slider,
.hero-story .slides-track,
.hero-story .hero-slide__inner {
    height: 100%;
    min-height: 0;
}

.hero-story .hero-copy {
    padding-bottom: 205px;
}

.hero-story .slider-ui {
    bottom: 148px;
}

.hero-story .trust-strip {
    position: absolute;
    z-index: 12;
    right: 50%;
    bottom: 0;
    width: var(--container);
    margin: 0;
    transform: translateX(50%);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.hero-dim {
    position: absolute;
    z-index: 15;
    inset: 0;
    background: rgba(0, 0, 0, 0.74);
    -webkit-backdrop-filter: blur(6px) saturate(0.9);
    backdrop-filter: blur(6px) saturate(0.9);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, backdrop-filter;
}

.hero-rank-overlay {
    position: absolute;
    z-index: 20;
    inset: 0;
    display: grid;
    color: var(--cream);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.hero-rank-overlay.is-active {
    opacity: 1;
    pointer-events: auto;
}

.hero-story.is-rank-revealed .hero-dim {
    opacity: 1;
}

.hero-story.is-rank-revealed .hero-copy,
.hero-story.is-rank-revealed .slider-ui,
.hero-story.is-rank-revealed .trust-strip {
    opacity: 0;
    pointer-events: none;
}

.hero-story.is-rank-revealed .trust-strip {
    transform: translate(50%, 14px);
}

.hero-rank-overlay__inner {
    width: min(1380px, calc(100% - 48px));
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(16px, 2.2vh, 25px) 0 14px;
}

.hero-rank-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, clamp(360px, 29vw, 430px)));
    justify-content: center;
    align-items: end;
    gap: clamp(14px, 2vw, 24px);
}

.hero-rank-card {
    position: relative;
    width: 100%;
    height: clamp(420px, 74svh, 700px);
    min-width: 0;
    overflow: hidden;
    border: 0;
    border-radius: 24px;
    background: #171717;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
    color: var(--cream);
    opacity: 0;
    transform: translate3d(0, 105%, 0);
    transition: opacity 0.72s ease, transform 0.92s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.hero-rank-card::before,
.hero-rank-card::after {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
}

.hero-rank-card::before {
    height: 78%;
    background: rgba(8, 8, 8, 0.01);
    -webkit-backdrop-filter: blur(19px) saturate(0.78);
    backdrop-filter: blur(19px) saturate(0.78);
    -webkit-mask-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.98) 24%, rgba(0, 0, 0, 0.78) 43%, rgba(0, 0, 0, 0.42) 62%, rgba(0, 0, 0, 0.12) 80%, transparent 100%);
    mask-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.98) 24%, rgba(0, 0, 0, 0.78) 43%, rgba(0, 0, 0, 0.42) 62%, rgba(0, 0, 0, 0.12) 80%, transparent 100%);
}

.hero-rank-card::after {
    height: 74%;
    background: linear-gradient(0deg, rgba(7, 7, 7, 0.96) 0%, rgba(7, 7, 7, 0.77) 28%, rgba(7, 7, 7, 0.42) 50%, rgba(7, 7, 7, 0.12) 72%, transparent 100%);
}

.hero-story.is-rank-revealed .hero-rank-card {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.hero-story.is-rank-revealed .hero-rank-card:nth-child(1) {
    transition-delay: 0.14s;
}

.hero-story.is-rank-revealed .hero-rank-card:nth-child(2) {
    transition-delay: 0.3s;
}

.hero-story.is-rank-revealed .hero-rank-card:nth-child(3) {
    transition-delay: 0.46s;
}

.hero-rank-card--featured {
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42), 0 18px 54px rgba(228, 170, 3, 0.12);
}

.hero-rank-card .rank-badge {
    z-index: 4;
    top: 22px;
    right: 22px;
    min-width: 78px;
    width: 78px;
    height: 76px;
    flex-direction: column;
    gap: 2px;
    padding: 9px 8px 8px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 18px;
    background: linear-gradient(145deg, #ffe36a 0%, var(--yellow) 54%, var(--gold) 100%);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(41, 41, 41, 0.18);
    color: #202020;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    transform: none;
}

.hero-rank-card .rank-badge b {
    font-size: 2rem;
    font-weight: 900;
    line-height: 0.95;
}

.hero-rank-photo {
    position: absolute;
    inset: 0;
    height: 100%;
    overflow: hidden;
    background: #1c1c1c;
}

.hero-rank-photo::after {
    display: none;
}

.hero-rank-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.38);
}

.hero-rank-photo:not(.hero-rank-photo--fallback) img {
    object-position: center;
    transform: none;
}

.hero-rank-info {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px 28px 28px;
}

.hero-rank-info > span {
    display: block;
    margin-bottom: 4px;
    color: var(--yellow);
    font-size: 0.74rem;
    font-weight: 700;
}

.hero-rank-info h3 {
    margin-bottom: 3px;
    color: var(--cream);
    font-size: clamp(1.45rem, 2vw, 1.9rem);
    font-weight: 800;
    line-height: 1.45;
}

.hero-rank-info p {
    margin: 0;
    color: rgba(250, 241, 213, 0.78);
    font-size: clamp(0.76rem, 0.9vw, 0.88rem);
    line-height: 1.7;
}

.hero-rank-link {
    align-self: center;
    margin-top: clamp(13px, 2vh, 22px);
    padding-bottom: 4px;
    border-bottom: 1px solid currentColor;
    color: var(--cream);
    font-size: 0.74rem;
    font-weight: 800;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.35s ease, transform 0.45s ease;
}

.hero-story.is-rank-revealed .hero-rank-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.28s;
}

.hero-rank-link span {
    margin-right: 12px;
}

.hero-rank-trigger {
    position: absolute;
    top: 142svh;
    right: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.hero-slider {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

.slides-track {
    position: relative;
    min-height: 650px;
}

.hero-slide {
    --hero-wash: 250, 241, 213;
    position: absolute;
    inset: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.65s ease, visibility 0.65s ease;
}

.hero-slide.is-active {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.hero-slide__media {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 108%;
    object-fit: cover;
    object-position: center;
}

.hero-legibility {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 82%;
    background: linear-gradient(180deg, rgba(var(--hero-wash), 0) 0%, rgba(var(--hero-wash), 0.08) 30%, rgba(var(--hero-wash), 0.5) 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 22%, #000 58%);
    mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 22%, #000 58%);
    pointer-events: none;
}

.hero-legibility::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(var(--hero-wash), 0), rgba(var(--hero-wash), 0.24));
    content: "";
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 58%);
    mask-image: linear-gradient(180deg, transparent, #000 58%);
}

.hero-slide--photo::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(90deg, rgba(250, 241, 213, 0) 20%, rgba(250, 241, 213, 0.24) 45%, rgba(250, 241, 213, 0.96) 73%);
    content: "";
}

.hero-slide--dark {
    --hero-wash: 41, 41, 41;
    background: var(--ink);
    color: var(--cream);
}

.hero-slide--dark::before {
    position: absolute;
    left: 2%;
    bottom: -38%;
    width: 600px;
    height: 600px;
    border: 140px solid var(--yellow);
    border-radius: 50%;
    content: "";
    opacity: 0.92;
}

.hero-slide--yellow {
    --hero-wash: 255, 204, 0;
    background: var(--yellow);
}

.hero-slide--yellow::before,
.hero-slide--yellow::after {
    position: absolute;
    border: 2px solid rgba(41, 41, 41, 0.15);
    border-radius: 50%;
    content: "";
}

.hero-slide--yellow::before {
    left: 7%;
    top: 17%;
    width: 330px;
    height: 330px;
}

.hero-slide--yellow::after {
    left: 15%;
    top: 30%;
    width: 220px;
    height: 220px;
}

.hero-slide__inner {
    position: relative;
    z-index: 3;
    min-height: 650px;
    display: flex;
    align-items: flex-end;
}

.hero-copy {
    width: min(610px, 52%);
    padding: 50px 0 112px;
}

.hero-copy h1 {
    max-width: 640px;
    margin-bottom: 24px;
    font-size: clamp(2.7rem, 4.4vw, 4.55rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 1.2;
}

.hero-copy p {
    max-width: 540px;
    margin-bottom: 34px;
    color: #565147;
    font-size: 1.04rem;
    line-height: 1.95;
}

.hero-bullets {
    max-width: 570px;
    display: grid;
    gap: 12px;
    margin: 0 0 34px;
    padding: 0;
    list-style: none;
}

.hero-bullets li {
    position: relative;
    padding-right: 25px;
    color: #4f4a40;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.75;
}

.hero-bullets li::before {
    position: absolute;
    right: 2px;
    top: 0.72em;
    width: 10px;
    height: 10px;
    background: var(--yellow);
    content: "";
    transform: rotate(45deg);
}

.hero-slide--dark .hero-bullets li {
    color: #ded5bc;
}

.hero-slide--yellow .hero-bullets li::before {
    background: var(--ink);
}

.hero-slide--dark .hero-copy p,
.hero-slide--dark .eyebrow {
    color: #ded5bc;
}

.hero-slide--yellow .eyebrow::before {
    background: var(--ink);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 25px;
}

.hero-pattern {
    position: absolute;
    z-index: 2;
    left: 8%;
    top: 50%;
    width: 420px;
    height: 420px;
    display: grid;
    place-items: center;
    transform: translateY(-48%);
    pointer-events: none;
}

.hero-pattern img {
    display: none;
    width: min(380px, 90%);
    height: min(380px, 90%);
    object-fit: contain;
    opacity: 0.11;
}

.hero-slide--dark .hero-pattern img,
.hero-slide--yellow .hero-pattern img {
    display: block;
}

.hero-slide--dark .hero-pattern img {
    opacity: 0.09;
}

.slider-ui {
    position: absolute;
    z-index: 10;
    right: 50%;
    bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateX(50%);
}

.slider-arrows {
    display: flex;
    direction: ltr;
    gap: 8px;
}

.slider-arrows button {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(41, 41, 41, 0.3);
    border-radius: 50%;
    background: rgba(255, 250, 240, 0.84);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 9px 28px rgba(41, 41, 41, 0.14);
    cursor: pointer;
    color: var(--ink);
    font-size: 1.1rem;
    transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.slider-arrows button:hover {
    background: var(--ink);
    color: var(--cream);
    transform: translateY(-3px);
}

.slider-dots {
    display: flex;
    direction: ltr;
    align-items: center;
    gap: 4px;
    padding: 7px 9px;
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 999px;
    background: rgba(255, 250, 240, 0.7);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.slider-dots button {
    width: 42px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.slider-dots button span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: rgba(41, 41, 41, 0.2);
    overflow: hidden;
}

.slider-dots button[aria-selected="true"] span {
    background: var(--ink);
}

.trust-strip {
    position: relative;
    z-index: 12;
    display: grid;
    min-height: 124px;
    grid-template-columns: repeat(3, 1fr) 1.75fr;
    align-items: center;
    margin-top: -1px;
    border-top: 1px solid rgba(41, 41, 41, 0.12);
}

.trust-strip > div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-inline: 20px;
    border-left: 1px solid rgba(41, 41, 41, 0.12);
}

.trust-strip > div:first-child {
    padding-right: 0;
}

.trust-strip strong {
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.trust-strip span {
    max-width: 115px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.6;
}

.trust-strip p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
}

.trust-strip p i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--blue);
    box-shadow: 0 0 0 6px rgba(36, 81, 214, 0.1);
}

/* Shared section heading */
.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 56px;
}

.section-heading mark {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    border-radius: 12px;
    background: var(--yellow);
    color: var(--ink);
    transform: rotate(-3deg);
}

.section-heading > div {
    max-width: 680px;
}

.section-heading h2,
.playful-heading h2,
.contact-heading h2 {
    margin-bottom: 0;
    font-size: clamp(2.2rem, 4.2vw, 4rem);
    font-weight: 900;
    letter-spacing: -0.065em;
    line-height: 1.25;
}

.section-heading > p {
    max-width: 440px;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 1.3rem;
    line-height: 2;
}

/* Rankings */
.rankings {
    background: var(--paper);
}

.rank-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding-top: 18px;
}

.rank-card {
    min-width: 0;
    transition: transform 0.3s ease;
}

.rank-card:hover {
    transform: translateY(-8px);
}

.rank-card--featured {
    transform: translateY(-22px);
}

.rank-card--featured:hover {
    transform: translateY(-30px);
}

.rank-photo {
    position: relative;
    height: 430px;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: #d8c99b;
}

.rank-photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(41, 41, 41, 0.35));
    content: "";
}

.rank-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.38);
    transition: transform 0.45s ease;
}

.rank-card:hover .rank-photo img {
    transform: scale(1.43);
}

.rank-photo--one img {
    object-position: 9% 58%;
}

.rank-photo--two img {
    object-position: 39% 54%;
}

.rank-photo--three img {
    object-position: 67% 53%;
}

.rank-badge {
    position: absolute;
    z-index: 2;
    right: 18px;
    top: 18px;
    display: flex;
    min-width: 86px;
    height: 86px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: var(--yellow);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.1;
    transform: rotate(5deg);
}

.rank-badge b {
    font-size: 2.1rem;
    font-weight: 900;
}

.rank-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 9px 0;
}

.rank-info h3 {
    margin-bottom: 4px;
    font-size: 1.2rem;
    font-weight: 900;
}

.rank-info p {
    margin: 0;
    color: var(--muted);
    font-size: 0.78rem;
}

.rank-year {
    padding: 4px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    font-size: 0.7rem;
}

.section-tail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.section-tail > span {
    color: var(--muted);
    font-size: 0.83rem;
}

/* Events */
.events {
    position: relative;
    overflow: hidden;
    background: var(--ink);
    color: var(--cream);
}

.events::before {
    position: absolute;
    left: -130px;
    top: 85px;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(250, 241, 213, 0.14);
    border-radius: 50%;
    content: "";
}

.section-heading--light > p {
    color: #c8bfa7;
}

.events-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.8fr);
    gap: 32px;
}

.event-feature {
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: var(--cream);
    color: var(--ink);
}

.event-art {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background: #201f1c;
}

.event-art::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0.16), transparent 48%, rgba(20, 20, 20, 0.38));
    content: "";
    pointer-events: none;
}

.event-art__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.event-feature:hover .event-art__image {
    filter: brightness(1.04);
    transform: scale(1.025);
}

.event-art__tag {
    position: absolute;
    z-index: 2;
    right: 30px;
    top: 28px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    background: rgba(20, 20, 20, 0.18);
    color: white;
    font-size: 0.72rem;
    font-weight: 700;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.event-art__date {
    position: absolute;
    z-index: 2;
    right: 36px;
    bottom: 31px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    color: white;
    text-shadow: 0 2px 18px rgba(20, 20, 20, 0.5);
}

.event-art__date strong {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1;
}

.event-art__date span {
    font-size: 1rem;
    font-weight: 700;
}

.event-feature__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 30px;
    padding: 32px 34px 36px;
}

.event-meta {
    display: block;
    margin-bottom: 9px;
    color: var(--blue);
    font-size: 0.76rem;
    font-weight: 700;
}

.event-feature h3 {
    margin-bottom: 10px;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.5;
}

.event-feature p {
    max-width: 620px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.84rem;
}

.event-link {
    display: flex;
    min-width: 112px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 2px solid var(--ink);
    font-size: 0.78rem;
    font-weight: 800;
}

.event-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.event-item {
    position: relative;
    width: 100%;
    min-height: 126px;
    display: grid;
    grid-template-columns: 75px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 15px;
    border: 1px solid rgba(250, 241, 213, 0.14);
    border-radius: 19px;
    background: rgba(250, 241, 213, 0.045);
    color: var(--cream);
    text-align: right;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.event-item:hover,
.event-item.is-active {
    border-color: rgba(255, 204, 0, 0.7);
    background: rgba(250, 241, 213, 0.09);
    transform: translateX(-5px);
}

.event-thumb {
    width: 75px;
    height: 92px;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(250, 241, 213, 0.12);
}

.event-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.3s ease;
}

.event-item:hover .event-thumb img,
.event-item.is-active .event-thumb img {
    filter: brightness(1.06);
    transform: scale(1.08);
}

.event-item > span:nth-child(2) {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.event-item small {
    margin-bottom: 5px;
    color: #aaa18d;
    font-size: 0.66rem;
}

.event-item strong {
    overflow: hidden;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-item em {
    margin-top: 3px;
    color: #c8bfa7;
    font-size: 0.68rem;
    font-style: normal;
}

.event-item > i {
    font-style: normal;
}

.events-empty {
    padding: 55px 30px;
    border: 1px dashed rgba(250, 241, 213, 0.22);
    border-radius: var(--radius-lg);
    text-align: center;
}

.events-empty > span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 13px;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--ink);
    font-size: 0.68rem;
    font-weight: 800;
}

.events-empty h3 {
    margin-bottom: 8px;
    font-size: 1.3rem;
}

.events-empty p {
    margin: 0;
    color: #c8bfa7;
    font-size: 0.78rem;
}

/* What's up */
.whats-up {
    background: var(--cream);
    display: none;
}

.playful-heading {
    max-width: 750px;
    margin: 0 auto 58px;
    text-align: center;
}

.playful-heading mark {
    position: relative;
    display: inline-block;
    padding: 0 12px;
    border-radius: 12px;
    background: var(--yellow);
    color: var(--ink);
    transform: rotate(-3deg);
}

.playful-heading p {
    margin: 16px 0 0;
    color: var(--muted);
}

.bento-grid {
    display: grid;
    direction: ltr;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, 220px);
    gap: 18px;
}

.bento-card {
    position: relative;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 25px;
    border: 1px solid rgba(41, 41, 41, 0.09);
    border-radius: var(--radius-md);
    direction: rtl;
    will-change: transform, filter;
}

.bento-card,
.bento-card.reveal {
    transition:
        opacity 0.65s ease,
        transform 0.52s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.52s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.52s ease;
}

.bento-grid .bento-card.reveal.is-visible {
    transition-delay: 0s;
}

@media (hover: hover) and (pointer: fine) {
    .bento-card.reveal.is-visible:hover {
        z-index: 2;
        box-shadow: 0 28px 70px rgba(41, 41, 41, 0.17);
        filter: brightness(1.07) saturate(1.025);
        transform: translate3d(0, -11px, 0) scale(1.008);
    }
}

.bento-card h3 {
    max-width: 330px;
    margin: 3px 0 0;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.45;
}

.bento-card > div span {
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.68;
}

.bento-card > div {
    position: relative;
    z-index: 1;
}

.bento-card > b {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.bento-index {
    position: absolute;
    right: 22px;
    top: 18px;
    font-size: 0.7rem;
    font-weight: 700;
    opacity: 0.55;
}

.bento-shape {
    position: absolute;
    left: 34px;
    bottom: -30px;
    font-size: 8rem;
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    opacity: 0.08;
    transform: rotate(-9deg);
}

.bento-card--magazine {
    grid-column: 2;
    grid-row: 1;
    background: var(--paper);
}

.bento-card--magazine .bento-shape {
    font-size: 8rem;
}

.bento-card--test {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
    background: var(--blue);
    color: white;
}

.bento-card--test .bento-index {
    right: auto;
    left: 25px;
}

.bento-card--test .bento-shape {
    right: 34px;
    bottom: auto;
    left: auto;
    top: 8px;
    font-size: clamp(12rem, 19vw, 17rem);
    line-height: 0.9;
    opacity: 0.16;
    transform: rotate(8deg);
}

.bento-card--test h3 {
    max-width: 450px;
    font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.bento-card--news {
    grid-column: 2;
    grid-row: 2;
    background: var(--yellow);
}

.bento-card--interview {
    grid-column: 1;
    grid-row: 1;
    background: var(--ink);
    color: var(--cream);
}

.bento-card--album {
    grid-column: 1;
    grid-row: 2;
    background: var(--gold);
}

/* Contact */
.contact-section {
    position: relative;
    overflow: hidden;
    background: var(--paper);
}

.contact-section::before {
    position: absolute;
    right: -150px;
    top: 10%;
    width: 380px;
    height: 380px;
    border: 90px solid rgba(255, 204, 0, 0.16);
    border-radius: 50%;
    content: "";
}

.contact-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 58px;
}

.contact-heading h2 span {
    color: var(--gold);
}

.contact-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
    gap: 28px;
    align-items: stretch;
}

.contact-main {
    min-width: 0;
}

.contact-details {
    display: grid;
    grid-template-columns: 0.75fr 1.5fr 1fr;
    gap: 18px;
    margin-bottom: 22px;
}

.contact-item {
    padding: 5px 0 15px;
    border-bottom: 1px solid var(--line);
}

.contact-item span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 0.7rem;
}

.contact-item a,
.contact-item p {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
}

.map-frame {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: #dbd6c7;
}

.map-frame iframe {
    width: 100%;
    height: 420px;
    display: block;
    border: 0;
    filter: saturate(0.82) contrast(1.02);
}

.map-label {
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: flex;
    min-width: 210px;
    flex-direction: column;
    padding: 13px 17px;
    border-radius: 13px;
    background: var(--ink);
    box-shadow: 0 10px 30px rgba(41, 41, 41, 0.2);
    color: var(--cream);
    transition: transform 0.2s ease, background 0.2s ease;
}

.map-label:hover {
    background: #151515;
    transform: translateY(-2px);
}

.map-label span {
    font-size: 0.82rem;
    font-weight: 800;
}

.map-label small {
    color: #c8bfa7;
}

.map-label b {
    margin-top: 7px;
    color: var(--yellow);
    font-size: 0.62rem;
    font-weight: 800;
}

.signup-card {
    position: relative;
    overflow: hidden;
    padding: 38px;
    border-radius: var(--radius-lg);
    background: var(--ink);
    color: var(--cream);
}

.signup-number {
    position: absolute;
    left: -24px;
    top: -55px;
    width: 260px;
    height: 260px;
    object-fit: contain;
    opacity: 0.045;
    pointer-events: none;
}

.signup-card__head {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
}

.signup-card__head > span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--yellow);
    font-size: 0.72rem;
    font-weight: 700;
}

.signup-card__head h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.signup-card__head p {
    margin: 0;
    color: #c8bfa7;
    font-size: 0.78rem;
}

.signup-form {
    position: relative;
    z-index: 1;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.form-field {
    margin-bottom: 14px;
}

.form-field label {
    display: block;
    margin-bottom: 6px;
    color: #e4dcc5;
    font-size: 0.7rem;
    font-weight: 600;
}

.form-field label span {
    color: #8f8877;
    font-weight: 400;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid rgba(250, 241, 213, 0.18);
    border-radius: 11px;
    outline: none;
    background: rgba(250, 241, 213, 0.07);
    color: var(--cream);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.form-field input,
.form-field select {
    height: 47px;
    padding: 0 13px;
}

.form-field textarea {
    min-height: 80px;
    padding: 10px 13px;
    resize: vertical;
}

.form-field select option {
    background: var(--ink);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: #8f8877;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--yellow);
    background: rgba(250, 241, 213, 0.1);
}

.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
    border-color: #ff7d67;
}

.form-field > small,
.consent-error {
    display: block;
    min-height: 16px;
    margin-top: 3px;
    color: #ff9c8c;
    font-size: 0.62rem;
    line-height: 1.5;
}

.check-field {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    color: #c8bfa7;
    font-size: 0.68rem;
}

.check-field input {
    width: 17px;
    height: 17px;
    accent-color: var(--yellow);
}

.form-note {
    margin: 10px 0 0;
    color: #847d6b;
    font-size: 0.62rem;
    text-align: center;
}

.signup-form.is-loading .button {
    opacity: 0.65;
    pointer-events: none;
}

.server-messages {
    position: fixed;
    z-index: 500;
    right: 24px;
    top: 100px;
}

.server-messages p {
    padding: 13px 18px;
    border-radius: 12px;
    background: var(--ink);
    box-shadow: var(--shadow);
    color: var(--cream);
    font-size: 0.8rem;
}

/* Inner pages */
.inner-hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--cream);
}

.inner-hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 80px;
}

.inner-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(3rem, 5.4vw, 5.3rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 1.2;
}

.inner-hero p {
    max-width: 650px;
    margin-bottom: 32px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 2.15;
}

.inner-hero__art {
    position: relative;
    height: 430px;
    display: grid;
    place-items: center;
    border-radius: 48% 48% 24% 48%;
    background: var(--yellow);
    transform: rotate(-4deg);
}

.inner-hero__art > img {
    width: 77%;
    height: 77%;
    object-fit: contain;
    transform: rotate(4deg);
}

.inner-hero__art i,
.inner-hero__art b {
    position: absolute;
    border: 2px solid var(--ink);
    border-radius: 50%;
}

.inner-hero__art i {
    left: 30px;
    top: 35px;
    width: 74px;
    height: 74px;
}

.inner-hero__art b {
    right: -25px;
    bottom: 65px;
    width: 110px;
    height: 110px;
}

.empty-page {
    padding: 80px 0 120px;
    background: var(--paper);
}

.empty-page__box {
    padding: 70px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    text-align: center;
}

.empty-page__box > span {
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--yellow);
    font-size: 0.7rem;
    font-weight: 800;
}

.empty-page__box h2 {
    margin-bottom: 10px;
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    font-weight: 900;
}

.empty-page__box p {
    margin-bottom: 24px;
    color: var(--muted);
}

/* Content listings and editorial pages */
.listing-hero {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--cream);
}

.listing-hero::after {
    position: absolute;
    left: -110px;
    bottom: -220px;
    width: 470px;
    height: 470px;
    border: 100px solid rgba(255, 204, 0, 0.42);
    border-radius: 50%;
    content: "";
}

.listing-hero--journal::after {
    border-color: rgba(36, 81, 214, 0.12);
}

.listing-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
    align-items: center;
    gap: 80px;
}

.listing-hero h1 {
    margin-bottom: 19px;
    font-size: clamp(3.2rem, 6vw, 6.2rem);
    font-weight: 900;
    letter-spacing: -0.08em;
    line-height: 1.15;
}

.listing-hero h1 mark {
    display: inline-block;
    padding: 0 12px 4px;
    border-radius: 14px;
    background: var(--yellow);
    color: var(--ink);
    transform: rotate(-3deg);
}

.listing-hero p {
    max-width: 670px;
    margin: 0;
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 2.1;
}

.listing-hero__grid > img {
    width: 310px;
    height: 310px;
    justify-self: end;
    object-fit: contain;
    opacity: 0.94;
    transform: rotate(-6deg);
}

.listing-section {
    min-height: 500px;
    padding: 85px 0 120px;
    background: var(--paper);
}

.content-filters {
    display: flex;
    align-items: end;
    gap: 14px;
    margin-bottom: 42px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(250, 241, 213, 0.46);
}

.content-filters label,
.content-filter-field {
    min-width: 210px;
}

.content-filters label > span,
.content-filter-field > label {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 700;
}

.content-filters select,
.content-filters input[type="number"],
.filter-combobox__input {
    width: 100%;
    height: 49px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 12px;
    outline: none;
    background: var(--paper);
    color: var(--ink);
}

.content-filters input[type="number"]:focus,
.filter-combobox__input:focus,
.content-filters select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(228, 170, 3, 0.14);
}

.filter-combobox {
    position: relative;
}

.filter-combobox__input {
    padding-left: 42px;
    appearance: none;
}

.filter-combobox::after {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 17px;
    height: 17px;
    border: 2px solid var(--muted);
    border-radius: 50%;
    content: "";
    opacity: 0.72;
    pointer-events: none;
}

.filter-combobox::before {
    position: absolute;
    z-index: 1;
    left: 11px;
    top: 31px;
    width: 8px;
    height: 2px;
    background: var(--muted);
    content: "";
    opacity: 0.72;
    pointer-events: none;
    transform: rotate(-45deg);
}

.filter-combobox__options {
    position: absolute;
    z-index: 30;
    right: 0;
    top: calc(100% + 7px);
    left: 0;
    max-height: 288px;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--paper);
    box-shadow: 0 20px 50px rgba(41, 41, 41, 0.18);
}

.filter-combobox__options[hidden] {
    display: none;
}

.filter-combobox__option {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 12px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 0.74rem;
    font-weight: 750;
    text-align: right;
}

.filter-combobox__option:hover,
.filter-combobox__option.is-active {
    background: rgba(255, 204, 0, 0.22);
}

.filter-combobox__option small {
    flex: none;
    color: var(--muted);
    font-size: 0.61rem;
    font-weight: 600;
}

.filter-combobox__status {
    padding: 14px 12px;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.7;
    text-align: center;
}

.content-filters > a {
    align-self: center;
    margin-right: 6px;
    color: var(--muted);
    font-size: 0.72rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.content-filters--hof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: end;
}

.content-filters--hof label {
    min-width: 0;
}

.content-filters--hof .content-filter-field {
    min-width: 0;
}

.content-filters__actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 18px;
}

.content-filters__actions > a {
    color: var(--muted);
    font-size: 0.72rem;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hof-tier + .hof-tier {
    margin-top: 84px;
    padding-top: 68px;
    border-top: 1px solid var(--line);
}

.hof-tier__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

.hof-tier__heading > div > span {
    display: inline-block;
    margin-bottom: 7px;
    color: var(--blue);
    font-size: 0.68rem;
    font-weight: 800;
}

.hof-tier__heading h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.35;
}

.hof-tier__heading p {
    max-width: 430px;
    margin: 0 0 5px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.9;
}

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

.hof-list-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--cream);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hof-list-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-7px);
}

.hof-list-card__photo {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #d8c99b;
}

.hof-list-card__photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(41, 41, 41, 0.34));
    content: "";
}

.hof-list-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hof-list-card:nth-child(3n + 1) .hof-list-card__photo--fallback img {
    object-position: 10% center;
    transform: scale(1.4);
}

.hof-list-card:nth-child(3n + 2) .hof-list-card__photo--fallback img {
    object-position: 39% center;
    transform: scale(1.4);
}

.hof-list-card:nth-child(3n) .hof-list-card__photo--fallback img {
    object-position: 67% center;
    transform: scale(1.4);
}

.hof-list-card__photo > span {
    position: absolute;
    z-index: 2;
    right: 17px;
    top: 17px;
    display: flex;
    min-width: 78px;
    height: 78px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    background: var(--yellow);
    font-size: 0.6rem;
    font-weight: 800;
    line-height: 1.05;
}

.hof-list-card__photo > span b {
    font-size: 1.8rem;
}

.hof-list-card__body {
    padding: 22px;
}

.hof-list-card__body small {
    color: var(--blue);
    font-size: 0.67rem;
    font-weight: 800;
}

.hof-list-card__body h3 {
    margin: 4px 0 2px;
    font-size: 1.35rem;
    font-weight: 900;
}

.hof-list-card__body p {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 13px;
    color: var(--muted);
    font-size: 0.76rem;
}

.hof-list-card__body p strong {
    color: var(--ink);
    font-size: 0.82rem;
}

.hof-list-card__body p span {
    line-height: 1.7;
}

.hof-list-card__body blockquote {
    margin: 0;
    padding: 10px 13px;
    border-right: 3px solid var(--gold);
    background: rgba(255, 204, 0, 0.11);
    color: #5e594f;
    font-size: 0.68rem;
}

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

.hof-compact-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: var(--cream);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hof-compact-card:hover {
    box-shadow: 0 18px 42px rgba(41, 41, 41, 0.1);
    transform: translateY(-5px);
}

.hof-compact-card__photo {
    position: relative;
    height: 225px;
    overflow: hidden;
    background: #d8c99b;
}

.hof-compact-card__photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(41, 41, 41, 0.25));
    content: "";
}

.hof-compact-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hof-compact-card__photo--fallback img {
    object-position: center;
    transform: scale(1.45);
}

.hof-compact-card__photo > span {
    position: absolute;
    z-index: 2;
    right: 12px;
    top: 12px;
    display: flex;
    min-width: 58px;
    height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: var(--yellow);
    color: var(--ink);
    font-size: 0.54rem;
    font-weight: 800;
    line-height: 1;
}

.hof-compact-card__photo > span b {
    margin-top: 2px;
    font-size: 1.25rem;
    font-weight: 900;
}

.hof-compact-card__body {
    padding: 17px 18px 20px;
}

.hof-compact-card__body small {
    color: var(--blue);
    font-size: 0.61rem;
    font-weight: 800;
}

.hof-compact-card__body h3 {
    margin: 4px 0 8px;
    overflow: hidden;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hof-compact-card__body p {
    margin: 0;
    color: var(--ink);
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1.65;
}

.hof-compact-card__body > span {
    display: block;
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.66rem;
    line-height: 1.65;
}

.filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 38px;
}

.filter-chips a {
    padding: 8px 15px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
    transition: background 0.2s ease, color 0.2s ease;
}

.filter-chips a:hover,
.filter-chips a.is-active {
    background: var(--ink);
    color: var(--cream);
}

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

.journal-card {
    min-width: 0;
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--cream);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.journal-card:hover {
    box-shadow: var(--shadow);
    transform: translateY(-6px);
}

.journal-card--featured {
    grid-column: span 2;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.journal-card__cover {
    min-height: 280px;
    overflow: hidden;
}

.journal-card__cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.journal-card:hover .journal-card__cover > img {
    transform: scale(1.035);
}

.journal-cover-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 18% 20%, rgba(41, 41, 41, 0.08) 0 3px, transparent 4px),
        var(--yellow);
    background-size: 32px 32px;
}

.journal-card:nth-child(3n) .journal-cover-fallback {
    background-color: var(--gold);
}

.journal-cover-fallback img {
    width: 58%;
    height: 58%;
    object-fit: contain;
    opacity: 0.9;
    transform: rotate(-8deg);
}

.journal-card__body {
    display: flex;
    flex-direction: column;
    padding: 26px;
}

.journal-meta,
.journal-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.journal-meta {
    color: var(--blue);
    font-size: 0.63rem;
    font-weight: 700;
}

.journal-meta time {
    color: var(--muted);
}

.journal-card h2 {
    margin: 14px 0 8px;
    font-size: clamp(1.2rem, 1.8vw, 1.7rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.5;
}

.journal-card h2 a:hover {
    color: var(--blue);
}

.journal-card__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 20px;
    color: var(--muted);
    font-size: 0.73rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.journal-card__footer {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.63rem;
}

.journal-card__footer > a {
    width: 37px;
    height: 37px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--ink);
    color: var(--cream);
    font-size: 1rem;
}

.empty-content {
    grid-column: 1 / -1;
    padding: 75px 30px;
    border: 1px dashed rgba(41, 41, 41, 0.24);
    border-radius: 24px;
    text-align: center;
}

.empty-content img {
    width: 80px;
    height: 80px;
    margin: 0 auto 17px;
    object-fit: contain;
    opacity: 0.22;
}

.empty-content h2 {
    margin-bottom: 8px;
    font-size: 1.4rem;
}

.empty-content a {
    color: var(--blue);
    font-size: 0.75rem;
    font-weight: 800;
}

/* Hasht Journal — Knowledge Observatory */
.journal-future {
    --jf-ink: #161715;
    --jf-panel: #20211f;
    --jf-panel-light: #292a27;
    --jf-cream: #faf1d5;
    --jf-paper: #fffaf0;
    --jf-yellow: #ffcc00;
    --jf-blue: #2451d6;
    --jf-line: rgba(250, 241, 213, 0.18);
    --jf-dim: #a7a28f;
    position: relative;
    overflow: clip;
    background: var(--jf-ink);
    color: var(--jf-cream);
    isolation: isolate;
}

.journal-future em {
    color: var(--jf-yellow);
    font-style: normal;
}

.journal-hero {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    padding: 26px 0 0;
    background:
        radial-gradient(circle at 51% 30%, rgba(36, 81, 214, 0.18), transparent 27%),
        radial-gradient(circle at 77% 70%, rgba(255, 204, 0, 0.09), transparent 24%),
        linear-gradient(145deg, #1c1d1a, var(--jf-ink) 52%, #111210);
}

.journal-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(250, 241, 213, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(250, 241, 213, 0.035) 1px, transparent 1px);
    background-size: 68px 68px;
    content: "";
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 88%);
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.journal-grid-plane {
    position: absolute;
    z-index: -1;
    right: -12%;
    bottom: -36%;
    width: 124%;
    height: 72%;
    border-top: 1px solid rgba(255, 204, 0, 0.17);
    background-image:
        linear-gradient(rgba(255, 204, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 204, 0, 0.1) 1px, transparent 1px);
    background-size: 72px 54px;
    opacity: 0.7;
    transform: perspective(520px) rotateX(66deg);
    transform-origin: top;
}

.journal-system-bar {
    min-height: 41px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    padding: 8px 0 12px;
    border-bottom: 1px solid var(--jf-line);
    color: #8f8d82;
    font-family: Arial, "Vazirmatn", sans-serif;
    font-size: 0.59rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.journal-system-bar > span:last-child {
    text-align: left;
}

.journal-system-bar__status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--jf-cream);
    font-family: "Vazirmatn", sans-serif;
    letter-spacing: 0;
}

.journal-system-bar__status i,
.journal-feature__topline i,
.journal-signal__state i,
.journal-data-strip p i,
.journal-cast-card__live i {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--jf-yellow);
    box-shadow: 0 0 0 4px rgba(255, 204, 0, 0.11), 0 0 18px rgba(255, 204, 0, 0.8);
}

.journal-hero__layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
    gap: 26px;
    padding: 84px 0 70px;
}

.journal-hero__intro {
    grid-column: span 4;
    position: relative;
    z-index: 2;
}

.journal-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--jf-dim);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.journal-kicker > i {
    display: inline-grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border: 1px solid var(--jf-yellow);
    border-radius: 50%;
    color: var(--jf-yellow);
    font-family: Arial, sans-serif;
    font-size: 0.54rem;
    font-style: normal;
}

.journal-hero__intro h1 {
    margin: 21px 0 25px;
    font-size: clamp(4.1rem, 7.2vw, 7.5rem);
    font-weight: 900;
    letter-spacing: -0.1em;
    line-height: 0.83;
}

.journal-hero__intro h1 em {
    display: inline-block;
    margin-right: 0.36em;
    color: transparent;
    -webkit-text-stroke: 1px var(--jf-yellow);
}

.journal-hero__intro > p {
    max-width: 420px;
    margin-bottom: 34px;
    color: #bbb7a7;
    font-size: 0.78rem;
    line-height: 2.15;
}

.journal-orbit-nav {
    max-width: 420px;
    border-top: 1px solid var(--jf-line);
}

.journal-orbit-nav a {
    min-height: 56px;
    display: grid;
    grid-template-columns: 37px 1fr 28px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--jf-line);
    color: #bbb7a7;
    transition: color 0.2s ease, padding 0.2s ease, background 0.2s ease;
}

.journal-orbit-nav a:hover {
    padding-inline: 12px;
    background: rgba(250, 241, 213, 0.05);
    color: var(--jf-cream);
}

.journal-orbit-nav a > span {
    color: var(--jf-yellow);
    font-family: Arial, sans-serif;
    font-size: 0.62rem;
}

.journal-orbit-nav a > b {
    font-size: 1.0rem;
    font-weight: 700;
}   

.journal-orbit-nav a > img {
    max-width: 6rem;
}

.journal-orbit-nav a > i {
    color: var(--jf-yellow);
    font-size: 0.9rem;
    font-style: normal;
    text-align: left;
}

.journal-core {
    grid-column: span 2;
    position: relative;
    z-index: 1;
    min-height: 390px;
    display: grid;
    place-items: center;
}

.journal-core::before {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: var(--jf-yellow);
    box-shadow: 0 0 80px rgba(255, 204, 0, 0.22);
    content: "";
}

.journal-core::after {
    position: absolute;
    width: 123px;
    height: 123px;
    border: 1px solid rgba(22, 23, 21, 0.35);
    border-radius: 50%;
    content: "";
}

.journal-core__number {
    position: relative;
    z-index: 2;
    color: var(--jf-ink);
    font-family: Arial, sans-serif;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -0.1em;
}

.journal-core small {
    position: absolute;
    z-index: 3;
    bottom: 66px;
    padding: 5px 9px;
    background: var(--jf-blue);
    color: white;
    font-family: Arial, sans-serif;
    font-size: 0.49rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-align: center;
}

.journal-core__orbit {
    position: absolute;
    border: 1px solid rgba(250, 241, 213, 0.22);
    border-radius: 50%;
}

.journal-core__orbit--one {
    width: 245px;
    height: 245px;
}

.journal-core__orbit--two {
    width: 340px;
    height: 170px;
    transform: rotate(-58deg);
}

.journal-core__satellite {
    position: absolute;
    top: 89px;
    right: 18px;
    width: 11px;
    height: 11px;
    border: 2px solid var(--jf-yellow);
    border-radius: 50%;
    background: var(--jf-ink);
    box-shadow: 0 0 0 6px rgba(255, 204, 0, 0.1);
}

.journal-feature {
    grid-column: span 6;
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.26);
    border-radius: 4px 42px 4px 4px;
    background: rgba(36, 37, 34, 0.78);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.journal-feature::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55px;
    height: 55px;
    border-right: 2px solid var(--jf-yellow);
    border-bottom: 2px solid var(--jf-yellow);
    content: "";
    pointer-events: none;
}

.journal-feature__media {
    position: relative;
    height: 285px;
    display: block;
    overflow: hidden;
    background: #111;
}

.journal-feature__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(22, 23, 21, 0.56));
    content: "";
}

.journal-feature__media > img,
.journal-feature__media > .journal-media-fallback {
    width: 100%;
    height: 100%;
}

.journal-feature__media > img {
    object-fit: cover;
    filter: saturate(0.82) contrast(1.05);
    transition: filter 0.35s ease, transform 0.65s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.journal-feature__media:hover > img {
    filter: saturate(1) contrast(1.03);
    transform: scale(1.035);
}

.journal-feature__scan {
    position: absolute;
    z-index: 2;
    right: 8%;
    bottom: 18%;
    width: 84%;
    height: 1px;
    background: var(--jf-yellow);
    box-shadow: 0 0 14px rgba(255, 204, 0, 0.8);
    opacity: 0.8;
}

.journal-media-fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, rgba(36, 81, 214, 0.32), transparent 44%),
        repeating-linear-gradient(135deg, rgba(250, 241, 213, 0.035) 0 1px, transparent 1px 22px),
        #1e1f1c;
}

.journal-media-fallback img {
    width: 104px;
    height: 104px;
    object-fit: contain;
    filter: drop-shadow(0 0 32px rgba(255, 204, 0, 0.28));
}

.journal-feature__body {
    padding: 24px 28px 29px;
}

.journal-feature__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 18px;
    color: #8f8d82;
    font-family: Arial, "Vazirmatn", sans-serif;
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.journal-feature__topline > span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--jf-yellow);
    font-family: "Vazirmatn", sans-serif;
    letter-spacing: 0;
}

.journal-category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--jf-yellow);
    font-size: 0.62rem;
    font-weight: 800;
}

.journal-category::before {
    width: 17px;
    height: 1px;
    background: currentColor;
    content: "";
}

.journal-feature h2 {
    margin: 11px 0 8px;
    font-size: clamp(1.55rem, 2.3vw, 2.45rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.46;
}

.journal-feature__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 16px;
    color: #aaa695;
    font-size: 0.7rem;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.journal-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 18px;
    color: #858376;
    font-size: 0.58rem;
    font-weight: 700;
}

.journal-meta > * + *::before {
    margin-left: 9px;
    color: var(--jf-yellow);
    content: "/";
}

.journal-action {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 21px;
    padding: 0 16px;
    background: var(--jf-yellow);
    color: var(--jf-ink);
    font-size: 0.66rem;
    font-weight: 900;
    transition: gap 0.2s ease, background 0.2s ease;
}

.journal-action:hover {
    gap: 31px;
    background: var(--jf-cream);
}

.journal-action i {
    font-size: 0.9rem;
    font-style: normal;
}

.journal-feature--empty {
    min-height: 590px;
    display: grid;
    grid-template-rows: 1fr auto;
}

.journal-feature--empty > .journal-media-fallback {
    min-height: 285px;
}

.journal-data-strip {
    min-height: 72px;
    display: grid;
    grid-template-columns: repeat(3, auto) 1fr;
    align-items: center;
    gap: 25px;
    border-top: 1px solid var(--jf-line);
    color: #8f8d82;
    font-size: 0.63rem;
    font-weight: 700;
}

.journal-data-strip > span {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    padding-left: 25px;
    border-left: 1px solid var(--jf-line);
}

.journal-data-strip b {
    color: var(--jf-cream);
    font-family: Arial, "Vazirmatn", sans-serif;
    font-size: 1rem;
}

.journal-data-strip p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
    color: var(--jf-yellow);
}

.journal-section {
    position: relative;
    padding: 118px 0;
    scroll-margin-top: 90px;
}

.journal-section-heading {
    display: grid;
    grid-template-columns: 72px minmax(0, 1.35fr) minmax(270px, 0.65fr);
    align-items: end;
    gap: 32px;
    margin-bottom: 52px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--jf-line);
}

.journal-section-heading__index {
    position: relative;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 204, 0, 0.46);
    border-radius: 50%;
    color: var(--jf-yellow);
    font-family: Arial, sans-serif;
    font-size: 0.77rem;
    font-weight: 800;
}

.journal-section-heading__index i {
    position: absolute;
    left: -5px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--jf-yellow);
    box-shadow: 0 0 16px rgba(255, 204, 0, 0.7);
    transform: translateY(-50%);
}

.journal-section-heading h2 {
    margin: 9px 0 0;
    font-size: clamp(2.4rem, 4.5vw, 4.8rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 1.18;
}

.journal-section-heading > p {
    margin: 0 0 4px;
    color: #a7a28f;
    font-size: 0.73rem;
    line-height: 2.05;
}

.journal-signals {
    background:
        radial-gradient(circle at 10% 55%, rgba(36, 81, 214, 0.12), transparent 24%),
        #1a1b19;
}

.journal-signal-feed {
    border-top: 1px solid var(--jf-line);
}

.journal-signal {
    position: relative;
    min-height: 180px;
    display: grid;
    grid-template-columns: 115px 76px minmax(0, 1fr) 96px;
    align-items: center;
    gap: 24px;
    padding: 25px 28px;
    border-bottom: 1px solid var(--jf-line);
    overflow: hidden;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.journal-signal::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: 0;
    background: var(--jf-yellow);
    content: "";
    transition: width 0.25s ease;
}

.journal-signal:hover {
    border-color: rgba(255, 204, 0, 0.32);
    background: rgba(250, 241, 213, 0.035);
}

.journal-signal:hover::before {
    width: 3px;
}

.journal-signal__state {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--jf-yellow);
    font-family: Arial, sans-serif;
    font-size: 0.51rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.journal-signal__number {
    color: transparent;
    font-family: Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(250, 241, 213, 0.38);
}

.journal-signal__body h3 {
    margin: 12px 0 7px;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.55;
}

.journal-signal__body p {
    display: -webkit-box;
    overflow: hidden;
    max-width: 730px;
    margin: 0;
    color: #979487;
    font-size: 0.69rem;
    line-height: 1.95;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.journal-signal__link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: #b7b3a3;
    font-size: 0.62rem;
    font-weight: 800;
}

.journal-signal__link i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(250, 241, 213, 0.25);
    border-radius: 50%;
    color: var(--jf-yellow);
    font-size: 0.9rem;
    font-style: normal;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.journal-signal__link:hover i {
    background: var(--jf-yellow);
    color: var(--jf-ink);
    transform: rotate(45deg);
}

.journal-empty {
    grid-column: 1 / -1;
    padding: 68px 30px;
    border: 1px dashed rgba(250, 241, 213, 0.25);
    text-align: center;
}

.journal-empty > span {
    color: var(--jf-yellow);
    font-family: Arial, sans-serif;
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.journal-empty h3 {
    margin: 11px 0 7px;
    font-size: 1.45rem;
    font-weight: 900;
}

.journal-empty p,
.journal-empty a {
    margin: 0;
    color: #999688;
    font-size: 0.71rem;
}

.journal-empty a {
    display: inline-block;
    margin-top: 12px;
    color: var(--jf-blue);
    font-weight: 800;
}

.journal-library {
    color: var(--jf-ink);
    background:
        radial-gradient(circle at 17% 12%, rgba(36, 81, 214, 0.07), transparent 18%),
        linear-gradient(rgba(22, 23, 21, 0.045) 1px, transparent 1px),
        var(--jf-cream);
    background-size: auto, 100% 92px, auto;
}

.journal-section-heading--light {
    border-color: rgba(22, 23, 21, 0.18);
}

.journal-section-heading--light .journal-kicker,
.journal-section-heading--light > p {
    color: #6d685c;
}

.journal-section-heading--light .journal-section-heading__index {
    border-color: rgba(36, 81, 214, 0.34);
    color: var(--jf-blue);
}

.journal-section-heading--light .journal-section-heading__index i {
    background: var(--jf-blue);
    box-shadow: 0 0 16px rgba(36, 81, 214, 0.45);
}

.journal-section-heading--light h2 em {
    color: var(--jf-blue);
}

.journal-library__toolbar {
    min-height: 70px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 25px;
    margin-bottom: 29px;
    padding: 10px 17px;
    border: 1px solid rgba(22, 23, 21, 0.16);
    background: rgba(255, 250, 240, 0.58);
}

.journal-library__toolbar > span {
    color: #787265;
    font-family: Arial, "Vazirmatn", sans-serif;
    font-size: 0.58rem;
    font-weight: 800;
}

.journal-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.journal-filters a {
    padding: 8px 13px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: #625e54;
    font-size: 0.62rem;
    font-weight: 800;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.journal-filters a:hover {
    border-color: rgba(22, 23, 21, 0.18);
}

.journal-filters a.is-active {
    border-color: var(--jf-ink);
    background: var(--jf-ink);
    color: var(--jf-cream);
}

.journal-story-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 20px;
}

.journal-story {
    grid-column: span 4;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(22, 23, 21, 0.18);
    background: rgba(255, 250, 240, 0.88);
    box-shadow: 0 14px 0 -13px rgba(22, 23, 21, 0.34);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.journal-story:hover {
    box-shadow: 0 24px 44px rgba(22, 23, 21, 0.12);
    transform: translateY(-6px);
}

.journal-story--primary {
    grid-column: span 8;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.journal-story__media {
    position: relative;
    min-height: 275px;
    display: block;
    overflow: hidden;
    background: var(--jf-ink);
}

.journal-story--primary .journal-story__media {
    min-height: 470px;
}

.journal-story__media::after {
    position: absolute;
    inset: 0;
    border: 10px solid transparent;
    background:
        linear-gradient(var(--jf-yellow), var(--jf-yellow)) right top / 25px 1px no-repeat,
        linear-gradient(var(--jf-yellow), var(--jf-yellow)) right top / 1px 25px no-repeat,
        linear-gradient(var(--jf-yellow), var(--jf-yellow)) left bottom / 25px 1px no-repeat,
        linear-gradient(var(--jf-yellow), var(--jf-yellow)) left bottom / 1px 25px no-repeat;
    content: "";
    pointer-events: none;
}

.journal-story__media > img,
.journal-story__media > .journal-media-fallback {
    width: 100%;
    height: 100%;
}

.journal-story__media > img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    filter: saturate(0.82);
    transition: filter 0.35s ease, transform 0.55s ease;
}

.journal-story:hover .journal-story__media > img {
    filter: saturate(1);
    transform: scale(1.035);
}

.journal-story__code {
    position: absolute;
    z-index: 2;
    right: 16px;
    bottom: 15px;
    padding: 5px 9px;
    background: var(--jf-yellow);
    color: var(--jf-ink);
    font-family: Arial, sans-serif;
    font-size: 0.53rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.journal-story__body {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.journal-story--primary .journal-story__body {
    justify-content: center;
    padding: 34px;
}

.journal-story__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #777064;
    font-size: 0.58rem;
    font-weight: 700;
}

.journal-story .journal-category {
    color: var(--jf-blue);
}

.journal-story h3 {
    margin: 19px 0 10px;
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.55;
}

.journal-story--primary h3 {
    font-size: clamp(1.65rem, 2.8vw, 2.75rem);
}

.journal-story__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 24px;
    color: #696459;
    font-size: 0.7rem;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.journal-story__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px solid rgba(22, 23, 21, 0.12);
}

.journal-story .journal-meta {
    color: #777064;
}

.journal-story__footer > a {
    width: 38px;
    height: 38px;
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--jf-ink);
    color: var(--jf-cream);
    font-size: 0.9rem;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.journal-story__footer > a:hover {
    background: var(--jf-yellow);
    color: var(--jf-ink);
    transform: rotate(-45deg);
}

.journal-empty--light {
    border-color: rgba(22, 23, 21, 0.27);
    color: var(--jf-ink);
}

.journal-empty--light > span {
    color: var(--jf-blue);
}

.journal-empty--light p {
    color: #696459;
}

.journal-cast {
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 16%, rgba(255, 204, 0, 0.1), transparent 27%),
        radial-gradient(circle at 7% 82%, rgba(36, 81, 214, 0.1), transparent 25%),
        linear-gradient(rgba(250, 241, 213, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(250, 241, 213, 0.035) 1px, transparent 1px),
        var(--jf-ink);
    background-size: auto, auto, 62px 62px, 62px 62px, auto;
}

.journal-cast__halo {
    position: absolute;
    right: -180px;
    top: -280px;
    width: 720px;
    height: 720px;
    border: 140px solid rgba(255, 204, 0, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 120px rgba(255, 204, 0, 0.05);
    pointer-events: none;
}

.journal-cast__halo::before,
.journal-cast__halo::after {
    position: absolute;
    border: 1px solid rgba(250, 241, 213, 0.32);
    border-radius: 50%;
    content: "";
}

.journal-cast__halo::before {
    inset: -215px;
}

.journal-cast__halo::after {
    inset: -310px;
}

.journal-cast__heading {
    position: relative;
    display: grid;
    grid-template-columns: minmax(330px, 1fr) minmax(160px, 0.5fr) minmax(270px, 0.7fr);
    align-items: end;
    gap: 35px;
    margin-bottom: 48px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(250, 241, 213, 0.34);
}

.journal-cast__identity .journal-kicker {
    color: var(--jf-yellow);
}

.journal-cast__identity h2 {
    width: min(100%, 570px);
    margin: 10px 0 -18px;
}

.journal-cast__logo {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 18px rgba(255, 204, 0, 0.12));
}

.journal-cast__heading > p {
    margin: 0;
    color: rgba(250, 241, 213, 0.76);
    font-size: 0.72rem;
    line-height: 2;
}

.journal-cast__frequency {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.journal-cast__frequency i {
    width: 2px;
    height: 18%;
    background: var(--jf-yellow);
}

.journal-cast__frequency i:nth-child(2),
.journal-cast__frequency i:nth-child(8) {
    height: 35%;
}

.journal-cast__frequency i:nth-child(3),
.journal-cast__frequency i:nth-child(7) {
    height: 58%;
}

.journal-cast__frequency i:nth-child(4),
.journal-cast__frequency i:nth-child(6) {
    height: 82%;
}

.journal-cast__frequency i:nth-child(5) {
    height: 100%;
}

.journal-cast-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.journal-cast-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.4);
    background: rgba(39, 40, 37, 0.78);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.journal-cast-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
}

.journal-cast-card__screen {
    position: relative;
    min-height: 310px;
    background:
        radial-gradient(circle at center, rgba(255, 204, 0, 0.13), transparent 38%),
        #090a09;
}

.journal-cast-card--featured .journal-cast-card__screen {
    min-height: 470px;
    border-left: 1px solid rgba(250, 241, 213, 0.4);
}

.journal-cast-card__screen video {
    width: 100%;
    height: 100%;
    min-height: inherit;
    display: block;
    aspect-ratio: 16 / 9;
    background: #090a09;
    object-fit: contain;
}

.journal-cast-card__live {
    position: absolute;
    right: 16px;
    top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 6px 9px;
    background: var(--jf-yellow);
    color: var(--jf-ink);
    font-family: Arial, sans-serif;
    font-size: 0.54rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    pointer-events: none;
}

.journal-cast-card__live i {
    background: var(--jf-blue);
    box-shadow: 0 0 0 3px rgba(36, 81, 214, 0.2);
}

.journal-cast-card__corners {
    position: absolute;
    inset: 11px;
    border: 1px solid transparent;
    background:
        linear-gradient(var(--jf-cream), var(--jf-cream)) right top / 24px 1px no-repeat,
        linear-gradient(var(--jf-cream), var(--jf-cream)) right top / 1px 24px no-repeat,
        linear-gradient(var(--jf-cream), var(--jf-cream)) left bottom / 24px 1px no-repeat,
        linear-gradient(var(--jf-cream), var(--jf-cream)) left bottom / 1px 24px no-repeat;
    opacity: 0.52;
    pointer-events: none;
}

.journal-cast-card__body {
    display: flex;
    flex-direction: column;
    padding: clamp(24px, 3.3vw, 43px);
}

.journal-cast-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: rgba(250, 241, 213, 0.6);
    font-size: 0.58rem;
    font-weight: 700;
}

.journal-cast-card__topline span {
    color: var(--jf-yellow);
}

.journal-cast-card h3 {
    margin: 17px 0 10px;
    color: white;
    font-size: clamp(1.4rem, 2.5vw, 2.45rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.5;
}

.journal-cast-card__body > p {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 28px;
    color: rgba(250, 241, 213, 0.72);
    font-size: 0.7rem;
    line-height: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.journal-platforms {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.journal-platforms a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 8px 12px;
    border: 1px solid rgba(250, 241, 213, 0.45);
    color: var(--jf-cream);
    font-family: Arial, "Vazirmatn", sans-serif;
    font-size: 0.63rem;
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.journal-platforms a:hover {
    border-color: var(--jf-yellow);
    background: var(--jf-yellow);
    color: var(--jf-ink);
}

.journal-cast-empty {
    grid-column: 1 / -1;
    min-height: 350px;
    display: grid;
    grid-template-columns: 260px 1fr;
    align-items: center;
    gap: 55px;
    padding: 50px;
    border: 1px dashed rgba(250, 241, 213, 0.45);
    background: rgba(39, 40, 37, 0.58);
}

.journal-cast-empty__core {
    position: relative;
    width: 220px;
    height: 220px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(250, 241, 213, 0.35);
    border-radius: 50%;
}

.journal-cast-empty__core::before {
    position: absolute;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: var(--jf-yellow);
    content: "";
}

.journal-cast-empty__core span {
    position: relative;
    z-index: 1;
    color: var(--jf-ink);
    font-family: Arial, sans-serif;
    font-size: 3rem;
    font-weight: 900;
}

.journal-cast-empty > div:last-child > span {
    color: var(--jf-yellow);
    font-family: Arial, sans-serif;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.journal-cast-empty h3 {
    margin: 9px 0;
    font-size: clamp(1.55rem, 3vw, 2.8rem);
    font-weight: 900;
}

.journal-cast-empty p {
    max-width: 570px;
    margin: 0;
    color: rgba(250, 241, 213, 0.7);
    font-size: 0.73rem;
    line-height: 2;
}

@media (max-width: 1120px) {
    .journal-hero__layout {
        align-items: stretch;
    }

    .journal-hero__intro {
        grid-column: span 5;
    }

    .journal-core {
        grid-column: span 2;
    }

    .journal-feature {
        grid-column: span 5;
    }

    .journal-feature__media {
        height: 260px;
    }

    .journal-core__orbit--two {
        width: 290px;
    }

    .journal-library__toolbar {
        grid-template-columns: 1fr auto;
    }

    .journal-library__toolbar > span:first-child {
        display: none;
    }

    .journal-filters {
        justify-content: flex-start;
    }
}

@media (max-width: 900px) {
    .journal-hero {
        min-height: 0;
    }

    .journal-hero__layout {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        padding-top: 65px;
    }

    .journal-hero__intro {
        grid-column: span 4;
    }

    .journal-core {
        grid-column: span 2;
        min-height: 330px;
    }

    .journal-feature {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
        border-radius: 4px 36px 4px 4px;
    }

    .journal-feature__media {
        height: auto;
        min-height: 390px;
    }

    .journal-feature__body {
        align-self: center;
    }

    .journal-feature--empty {
        min-height: 390px;
        grid-template-rows: none;
    }

    .journal-feature--empty > .journal-media-fallback {
        min-height: 390px;
    }

    .journal-section-heading {
        grid-template-columns: 65px 1fr;
    }

    .journal-section-heading > p {
        grid-column: 2;
        max-width: 560px;
    }

    .journal-signal {
        grid-template-columns: 72px minmax(0, 1fr) 84px;
    }

    .journal-signal__state {
        display: none;
    }

    .journal-story,
    .journal-story--primary {
        grid-column: span 6;
        display: flex;
    }

    .journal-story--primary .journal-story__media,
    .journal-story__media {
        min-height: 300px;
    }

    .journal-story--primary .journal-story__body {
        padding: 24px;
    }

    .journal-cast__heading {
        grid-template-columns: 1fr minmax(260px, 0.7fr);
    }

    .journal-cast__frequency {
        display: none;
    }

    .journal-cast-card--featured {
        grid-template-columns: 1fr;
    }

    .journal-cast-card--featured .journal-cast-card__screen {
        min-height: 400px;
        border-bottom: 1px solid rgba(250, 241, 213, 0.4);
        border-left: 0;
    }
}

@media (max-width: 700px) {
    .journal-hero {
        padding-top: 16px;
    }

    .journal-system-bar {
        grid-template-columns: 1fr auto;
    }

    .journal-system-bar > span:nth-child(2) {
        display: none;
    }

    .journal-hero__layout {
        display: flex;
        flex-direction: column;
        padding: 52px 0 50px;
    }

    .journal-hero__intro h1 {
        font-size: clamp(4.3rem, 20vw, 6.5rem);
    }

    .journal-hero__intro > p,
    .journal-orbit-nav {
        max-width: none;
    }

    .journal-core {
        min-height: 300px;
        margin: -20px 0;
    }

    .journal-core__orbit--one {
        width: 220px;
        height: 220px;
    }

    .journal-core__orbit--two {
        width: 310px;
    }

    .journal-core__satellite {
        right: calc(50% - 132px);
    }

    .journal-core small {
        bottom: 42px;
    }

    .journal-feature,
    .journal-feature--empty {
        display: block;
    }

    .journal-feature__media,
    .journal-feature--empty > .journal-media-fallback {
        min-height: 280px;
        height: 280px;
    }

    .journal-feature__body {
        padding: 23px 20px 27px;
    }

    .journal-feature h2 {
        font-size: 1.65rem;
    }

    .journal-data-strip {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        padding: 14px 0;
    }

    .journal-data-strip > span {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 1px;
        padding: 0 8px;
        text-align: center;
    }

    .journal-data-strip > span:last-of-type {
        border-left: 0;
    }

    .journal-data-strip p {
        display: none;
    }

    .journal-section {
        padding: 82px 0;
    }

    .journal-section-heading {
        grid-template-columns: 51px 1fr;
        gap: 18px;
        margin-bottom: 35px;
        padding-bottom: 22px;
    }

    .journal-section-heading__index {
        width: 51px;
        height: 51px;
    }

    .journal-section-heading h2 {
        font-size: 2.5rem;
    }

    .journal-section-heading > p {
        grid-column: 1 / -1;
    }

    .journal-signal {
        min-height: 0;
        grid-template-columns: 46px minmax(0, 1fr);
        gap: 14px;
        padding: 23px 4px;
    }

    .journal-signal__number {
        font-size: 1.8rem;
    }

    .journal-signal__body h3 {
        margin-top: 9px;
        font-size: 1.15rem;
    }

    .journal-signal__link {
        display: none;
    }

    .journal-library__toolbar {
        display: block;
        margin-inline: calc((100vw - var(--container)) / -2);
        padding: 9px calc((100vw - var(--container)) / 2);
        border-inline: 0;
    }

    .journal-library__toolbar > span:last-child {
        display: none;
    }

    .journal-filters {
        justify-content: flex-start;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .journal-filters::-webkit-scrollbar {
        display: none;
    }

    .journal-filters a {
        flex: 0 0 auto;
    }

    .journal-story,
    .journal-story--primary {
        grid-column: 1 / -1;
    }

    .journal-story--primary .journal-story__media,
    .journal-story__media {
        min-height: 260px;
    }

    .journal-story__body,
    .journal-story--primary .journal-story__body {
        padding: 21px;
    }

    .journal-story h3,
    .journal-story--primary h3 {
        font-size: 1.4rem;
    }

    .journal-cast__halo {
        right: -330px;
        top: -380px;
    }

    .journal-cast__heading {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-bottom: 34px;
    }

    .journal-cast__identity h2 {
        width: min(100%, 460px);
        margin-bottom: -11px;
    }

    .journal-cast-grid {
        grid-template-columns: 1fr;
    }

    .journal-cast-card--featured {
        grid-column: auto;
    }

    .journal-cast-card__screen,
    .journal-cast-card--featured .journal-cast-card__screen {
        min-height: 0;
    }

    .journal-cast-card__screen video {
        min-height: 0;
    }

    .journal-cast-empty {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 35px 24px;
    }

    .journal-cast-empty__core {
        width: 180px;
        height: 180px;
        margin-inline: auto;
    }

    .journal-cast-empty__core::before {
        width: 110px;
        height: 110px;
    }
}

.article-page {
    background: var(--paper);
}

.article-header {
    padding: 80px 0 150px;
    background: var(--cream);
}

.article-header__inner {
    max-width: 910px;
}

.article-back {
    display: inline-flex;
    gap: 9px;
    margin-bottom: 45px;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.article-header h1 {
    margin-bottom: 19px;
    font-size: clamp(2.7rem, 5.7vw, 5.5rem);
    font-weight: 900;
    letter-spacing: -0.075em;
    line-height: 1.2;
}

.article-header p {
    max-width: 760px;
    margin-bottom: 28px;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 2;
}

.article-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    color: var(--muted);
    font-size: 0.68rem;
}

.article-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 65px;
    padding-bottom: 120px;
}

.article-cover {
    grid-column: 1 / -1;
    height: min(600px, 55vw);
    overflow: hidden;
    margin: -90px 0 35px;
    border-radius: 30px;
    background: var(--yellow);
    box-shadow: var(--shadow);
}

.article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-cover--fallback {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(41, 41, 41, 0.09) 0 3px, transparent 4px),
        var(--yellow);
    background-size: 38px 38px;
}

.article-cover--fallback img {
    width: 32%;
    height: 70%;
    object-fit: contain;
    transform: rotate(-7deg);
}

.article-body {
    max-width: 760px;
    font-size: 0.96rem;
    line-height: 2.25;
}

.article-body h1,
.article-body h2,
.article-body h3 {
    margin: 2em 0 0.65em;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.45;
}

.article-body h1 {
    font-size: 2rem;
}

.article-body h2 {
    font-size: 1.5rem;
}

.article-body h3 {
    font-size: 1.2rem;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body blockquote {
    margin-bottom: 1.35em;
}

.article-body li {
    margin-bottom: 0.35em;
}

.article-body blockquote {
    margin-inline: 0;
    padding: 18px 22px;
    border-right: 4px solid var(--gold);
    border-radius: 12px 0 0 12px;
    background: var(--cream);
}

.article-body a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.article-body code {
    padding: 2px 6px;
    border-radius: 5px;
    background: var(--cream);
    direction: ltr;
}

.article-aside {
    position: sticky;
    top: 120px;
    align-self: start;
    padding: 25px;
    border-radius: 20px;
    background: var(--ink);
    color: var(--cream);
}

.article-aside img {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.24;
}

.article-aside strong {
    display: block;
    margin-bottom: 5px;
    color: var(--yellow);
    font-size: 0.78rem;
}

.article-aside p {
    color: #c8bfa7;
    font-size: 0.69rem;
}

.article-aside a {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 1px solid currentColor;
    font-size: 0.68rem;
    font-weight: 800;
}

.related-journals {
    padding: 80px 0 110px;
    background: var(--cream);
}

.related-journals h2 {
    margin-bottom: 25px;
    font-size: 2rem;
    font-weight: 900;
}

.related-journals__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.related-journals__grid a {
    position: relative;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--paper);
}

.related-journals__grid span {
    color: var(--blue);
    font-size: 0.62rem;
    font-weight: 700;
}

.related-journals__grid strong {
    max-width: 90%;
    font-size: 0.92rem;
}

.related-journals__grid i {
    position: absolute;
    left: 20px;
    top: 18px;
    font-style: normal;
}

/* Footer */
.site-footer {
    padding: 78px 0 25px;
    background: var(--ink);
    color: var(--cream);
}

.footer-cta {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(250, 241, 213, 0.16);
}

.footer-cta h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    letter-spacing: -0.06em;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.9fr repeat(3, 1fr);
    gap: 55px;
    padding: 55px 0;
}

.footer-grid > div:not(.footer-brand) {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-grid h3 {
    margin-bottom: 12px;
    color: var(--yellow);
    font-size: 0.8rem;
}

.footer-grid a,
.footer-grid span,
.footer-brand p {
    color: #beb5a0;
    font-size: 0.75rem;
}

.footer-grid a:hover {
    color: var(--cream);
}

.footer-brand {
    max-width: 320px;
}

.footer-brand img {
    margin-bottom: 17px;
}

.footer-brand p {
    margin: 0;
}

.footer-utility {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    padding: 0 0 40px;
}

.footer-socials h3 {
    margin: 0 0 15px;
    color: var(--yellow);
    font-size: 0.8rem;
}

.footer-social-list {
    display: flex;
    direction: ltr;
    gap: 11px;
}

.footer-social-link {
    position: relative;
    width: 62px;
    height: 62px;
    display: grid;
    flex: 0 0 62px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.28);
    border-radius: 18px;
    background: var(--cream);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
    transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.36s ease, background 0.36s ease;
}

.footer-social-link img {
    grid-area: 1 / 1;
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: opacity 0.3s ease, filter 0.3s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer-social-logo--mono {
    opacity: 1;
}

.footer-social-logo--color {
    opacity: 0;
    transform: scale(0.88);
}

.footer-social-link--bale .footer-social-logo--mono,
.footer-social-link--aparat .footer-social-logo--mono {
    filter: grayscale(1) brightness(0);
}

.footer-social-link--bale img {
    width: 48px;
    height: 32px;
}

.footer-social-link--aparat img {
    width: 36px;
    height: 36px;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
    background: #fff;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.22);
    transform: translateY(-8px) rotate(-2deg);
}

.footer-social-link:hover .footer-social-logo--mono,
.footer-social-link:focus-visible .footer-social-logo--mono {
    opacity: 0;
    transform: scale(0.82);
}

.footer-social-link:hover .footer-social-logo--color,
.footer-social-link:focus-visible .footer-social-logo--color {
    opacity: 1;
    transform: scale(1.08);
}

.footer-social-link--instagram:hover,
.footer-social-link--instagram:focus-visible {
    box-shadow: 0 16px 35px rgba(193, 53, 132, 0.3);
}

.footer-social-link--telegram:hover,
.footer-social-link--telegram:focus-visible {
    box-shadow: 0 16px 35px rgba(39, 159, 217, 0.3);
}

.footer-social-link--bale:hover,
.footer-social-link--bale:focus-visible {
    box-shadow: 0 16px 35px rgba(0, 184, 148, 0.3);
}

.footer-social-link--aparat:hover,
.footer-social-link--aparat:focus-visible {
    box-shadow: 0 16px 35px rgba(237, 20, 91, 0.32);
}

.enamad-placeholder {
    width: 132px;
    min-height: 144px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 13px;
    border: 1px dashed rgba(250, 241, 213, 0.42);
    border-radius: 20px;
    background: rgba(250, 241, 213, 0.06);
    text-align: center;
    transition: border-color 0.28s ease, background 0.28s ease, transform 0.28s ease;
}

.enamad-placeholder:hover {
    border-color: var(--yellow);
    background: rgba(250, 241, 213, 0.1);
    transform: translateY(-4px);
}

.enamad-placeholder__mark {
    width: 64px;
    height: 64px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    background: var(--cream);
    color: var(--ink);
    line-height: 0.9;
}

.enamad-placeholder__mark b,
.enamad-placeholder__mark i {
    display: block;
    font-style: normal;
}

.enamad-placeholder__mark b {
    color: var(--gold);
    font-family: Arial, sans-serif;
    font-size: 1.75rem;
    font-weight: 900;
}

.enamad-placeholder__mark i {
    font-size: 0.56rem;
    font-weight: 900;
}

.enamad-placeholder small {
    color: #aaa18e;
    font-size: 0.59rem;
    line-height: 1.55;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid rgba(250, 241, 213, 0.1);
    color: #847d6b;
    font-size: 0.67rem;
}

.toast {
    position: fixed;
    z-index: 1000;
    left: 24px;
    bottom: 24px;
    max-width: min(380px, calc(100% - 48px));
    padding: 14px 19px;
    border-right: 4px solid var(--yellow);
    border-radius: 13px;
    background: var(--ink);
    box-shadow: 0 20px 60px rgba(41, 41, 41, 0.3);
    color: var(--cream);
    font-size: 0.78rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

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

/* Motion */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.75, 0.2, 1);
}

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

.rank-grid .reveal:nth-child(2),
.bento-grid .reveal:nth-child(2) {
    transition-delay: 0.08s;
}

.rank-grid .reveal:nth-child(3),
.bento-grid .reveal:nth-child(3) {
    transition-delay: 0.16s;
}

/* Responsive */
@media (max-width: 1100px) {
    :root {
        --container: min(100% - 38px, 940px);
    }

    .nav-shell {
        justify-content: space-between;
    }

    .nav-toggle {
        display: block;
        order: -1;
    }

    .nav-cta {
        margin-right: auto;
        margin-left: 3px;
    }

    .main-nav {
        position: fixed;
        z-index: 120;
        inset: 84px 0 auto;
        max-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        overflow: hidden;
        background: rgba(250, 241, 213, 0.78);
        -webkit-backdrop-filter: blur(28px) saturate(1.3);
        backdrop-filter: blur(28px) saturate(1.3);
        box-shadow: 0 30px 60px rgba(41, 41, 41, 0.15);
        transition: max-height 0.35s ease;
    }

    .main-nav.is-open {
        max-height: 440px;
    }

    .main-nav a {
        width: var(--container);
        margin: 0 auto;
        padding: 15px 0;
        border-bottom: 1px solid var(--line);
        font-size: 0.95rem;
    }

    .main-nav a::after {
        display: none;
    }

    .nav-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

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

    .nav-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .hero-copy {
        width: 60%;
    }

    .hero-copy h1 {
        font-size: clamp(2.65rem, 6vw, 4.5rem);
    }

    .hero-slide--photo::after {
        background: linear-gradient(90deg, rgba(250, 241, 213, 0.08), rgba(250, 241, 213, 0.92) 67%);
    }

    .trust-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .trust-strip p {
        display: none;
    }

    .events-layout {
        grid-template-columns: 1fr;
    }

    .event-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .event-item {
        min-height: 170px;
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .event-item > i {
        display: none;
    }

    .event-thumb {
        width: 58px;
        height: 80px;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .signup-card {
        max-width: 700px;
    }
}

@media (max-width: 820px) {
    :root {
        --container: min(100% - 32px, 720px);
    }

    .section {
        padding: 86px 0;
    }

    .brand-copy small {
        display: none;
    }

    .hero-slider,
    .slides-track,
    .hero-slide__inner {
        min-height: 720px;
    }

    .hero-story {
        height: 210vh;
        min-height: 1350px;
    }

    .hero-story .hero-sticky {
        top: 84px;
        height: calc(100svh - 84px);
        min-height: 0;
    }

    .hero-story .hero-slider,
    .hero-story .slides-track,
    .hero-story .hero-slide__inner {
        height: 100%;
        min-height: 0;
    }

    .hero-rank-overlay__inner {
        width: min(calc(100vw - 32px), 720px);
        min-width: 0;
        justify-content: center;
        padding-block: 10px 8px;
    }

    .hero-rank-grid {
        --mobile-rank-card-width: clamp(272px, 84vw, 350px);
        grid-template-columns: none;
        grid-auto-columns: var(--mobile-rank-card-width);
        grid-auto-flow: column;
        min-width: 0;
        max-width: 100%;
        justify-content: start;
        justify-items: stretch;
        gap: 7px;
        padding-inline: calc((100% - var(--mobile-rank-card-width)) / 2);
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: calc((100% - var(--mobile-rank-card-width)) / 2);
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .hero-rank-grid::-webkit-scrollbar {
        display: none;
    }

    .hero-rank-card {
        display: block;
        width: 100%;
        height: clamp(400px, 64svh, 590px);
        min-height: 0;
        border-radius: 18px;
        scroll-snap-align: center;
        scroll-snap-stop: always;
    }

    .hero-rank-photo {
        height: 100%;
    }

    .hero-rank-info {
        min-height: 0;
        display: block;
        padding: 30px 20px 20px;
    }

    .hero-rank-info > span {
        font-size: 0.64rem;
    }

    .hero-rank-info h3 {
        font-size: clamp(1.18rem, 5.5vw, 1.45rem);
    }

    .hero-rank-info p {
        overflow: hidden;
        font-size: 0.68rem;
        line-height: 1.6;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hero-rank-card .rank-badge {
        top: 16px;
        right: 16px;
        width: 70px;
        min-width: 70px;
        height: 68px;
        padding: 8px 7px 7px;
        border-width: 2px;
        border-radius: 16px;
        font-size: 0.61rem;
    }

    .hero-rank-card .rank-badge b {
        font-size: 1.75rem;
    }

    .hero-rank-link {
        margin-top: 8px;
    }

    .hero-slide__media {
        height: 114%;
        top: auto;
        object-position: 42% center;
    }

    .hero-slide--photo::after {
        background: linear-gradient(180deg, rgba(250, 241, 213, 0.04), rgba(250, 241, 213, 0.24) 46%, rgba(250, 241, 213, 0.72) 100%);
    }

    .hero-copy {
        width: 100%;
        padding-top: 0;
    }

    .hero-story .hero-copy {
        padding-bottom: 178px;
    }

    .hero-copy h1 {
        max-width: 650px;
        font-size: clamp(2.4rem, 9vw, 4.2rem);
    }

    .hero-copy p {
        max-width: 620px;
    }

    .hero-pattern {
        left: -7%;
        bottom: -10%;
        top: auto;
        transform: none;
    }

    .hero-slide--dark::before {
        left: -40%;
        bottom: -25%;
    }

    .slider-ui {
        bottom: 29px;
    }

    .hero-story .slider-ui {
        bottom: 136px;
    }

    .trust-strip {
        grid-template-columns: repeat(3, 1fr);
    }

    .trust-strip > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding-inline: 15px;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p {
        margin-top: 19px;
    }

    .rank-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .rank-card,
    .rank-card--featured,
    .rank-card--featured:hover {
        transform: none;
    }

    .rank-card {
        display: grid;
        grid-template-columns: minmax(0, 1.2fr) minmax(210px, 0.8fr);
        align-items: center;
    }

    .rank-photo {
        height: 360px;
    }

    .rank-info {
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 30px 22px;
        border-block: 1px solid var(--line);
    }

    .event-list {
        grid-template-columns: 1fr;
    }

    .event-item {
        min-height: 116px;
        grid-template-columns: 75px minmax(0, 1fr) auto;
    }

    .event-thumb {
        width: 75px;
        height: 85px;
    }

    .event-item > i {
        display: block;
    }

    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 310px repeat(2, 210px);
    }

    .bento-card {
        grid-column: auto;
        grid-row: auto;
    }

    .bento-card--test {
        grid-column: 1 / -1;
    }

    .contact-details {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-item:nth-child(2) {
        grid-column: span 2;
        grid-row: 2;
    }

    .footer-grid {
        grid-template-columns: 1.6fr 1fr 1fr;
    }

    .footer-grid > div:last-child {
        grid-column: 2 / 4;
    }

    .footer-utility {
        padding-top: 8px;
    }

    .inner-hero {
        padding: 80px 0;
    }

    .inner-hero__grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .inner-hero__art {
        height: 330px;
    }
}

@media (max-width: 560px) {
    :root {
        --container: calc(100% - 28px);
        --radius-lg: 26px;
    }

    .site-header {
        height: 76px;
    }

    .main-nav {
        top: 76px;
    }

    .brand img {
        width: 40px;
        height: 40px;
    }

    .brand-copy strong {
        font-size: 0.78rem;
    }

    .nav-cta {
        min-width: auto;
        height: 42px;
        padding: 0 12px;
    }

    .nav-cta b {
        display: none;
    }

    .nav-toggle {
        width: 42px;
        height: 42px;
    }

    .hero-slider,
    .slides-track,
    .hero-slide__inner {
        min-height: 700px;
    }

    .hero-story {
        height: 210vh;
        min-height: 1200px;
    }

    .hero-story .hero-sticky {
        top: 76px;
        height: calc(100svh - 76px);
        min-height: 0;
    }

    .hero-rank-overlay__inner {
        width: calc(100vw - 28px);
    }

    .hero-story .hero-slider,
    .hero-story .slides-track,
    .hero-story .hero-slide__inner {
        height: 100%;
        min-height: 0;
    }

    .hero-story .hero-copy {
        padding-bottom: 180px;
    }

    .hero-story .slider-ui {
        bottom: 112px;
    }

    .hero-story .trust-strip {
        min-height: 92px;
    }

    .hero-rank-card .rank-badge {
        right: 14px;
        top: 14px;
        min-width: 64px;
        width: 64px;
        height: 62px;
        padding: 7px 6px 6px;
        border-width: 2px;
        font-size: 0.56rem;
    }

    .hero-rank-card .rank-badge b {
        font-size: 1.55rem;
    }

    .hero-copy {
        padding-top: 52px;
    }

    .hero-copy h1 {
        margin-bottom: 17px;
        font-size: 2.45rem;
        line-height: 1.3;
    }

    .hero-copy p {
        font-size: 0.86rem;
        line-height: 1.9;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    .hero-slide__media {
        height: 118%;
    }

    .slider-ui {
        align-items: end;
    }

    .slider-dots button {
        width: 27px;
    }

    .trust-strip {
        min-height: 108px;
    }

    .trust-strip strong {
        font-size: 1.35rem;
    }

    .trust-strip span {
        font-size: 0.64rem;
    }

    .section-heading h2,
    .playful-heading h2,
    .contact-heading h2 {
        font-size: 2.25rem;
    }

    .rank-card {
        display: block;
    }

    .rank-photo {
        height: 380px;
    }

    .rank-info {
        height: auto;
        flex-direction: row;
        align-items: center;
        padding: 17px 7px 0;
        border: 0;
    }

    .section-tail {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .event-art {
        min-height: 330px;
    }

    .event-art__date {
        right: 24px;
    }

    .event-art__date strong {
        font-size: 3.3rem;
    }

    .event-feature__body {
        grid-template-columns: 1fr;
        padding: 25px;
    }

    .event-link {
        max-width: 140px;
    }

    .event-item {
        grid-template-columns: 60px minmax(0, 1fr);
    }

    .event-item > i {
        display: none;
    }

    .event-thumb {
        width: 60px;
        height: 77px;
    }

    .bento-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 300px repeat(4, 205px);
        grid-auto-rows: 205px;
    }

    .bento-card,
    .bento-card--magazine,
    .bento-card--album,
    .bento-card--test,
    .bento-card--news,
    .bento-card--interview {
        grid-column: auto;
        grid-row: auto;
    }

    .bento-card--test {
        min-height: 300px;
    }

    .contact-details {
        grid-template-columns: 1fr 1fr;
    }

    .contact-item:nth-child(2) {
        grid-column: span 2;
    }

    .map-frame,
    .map-frame iframe {
        min-height: 350px;
        height: 350px;
    }

    .signup-card {
        padding: 28px 21px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px 25px;
    }

    .footer-brand,
    .footer-grid > div:last-child {
        grid-column: span 2;
    }

    .footer-utility {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .footer-social-link {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
        border-radius: 16px;
    }

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

    .inner-hero h1 {
        font-size: 2.8rem;
    }

    .inner-hero__art {
        height: 260px;
    }

    .inner-hero__art > img {
        width: 72%;
        height: 72%;
    }

    .empty-page__box {
        padding: 46px 22px;
    }
}

@media (max-width: 920px) {
    .listing-hero__grid {
        grid-template-columns: minmax(0, 1fr) 210px;
        gap: 35px;
    }

    .listing-hero__grid > img {
        width: 210px;
        height: 210px;
    }

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

    .content-filters--hof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .journal-card,
    .journal-card--featured {
        grid-column: span 2;
        grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
    }

    .article-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .article-aside {
        position: static;
        max-width: 520px;
    }
}

@media (max-width: 650px) {
    .listing-hero {
        min-height: 460px;
        padding: 60px 0;
    }

    .listing-hero__grid {
        grid-template-columns: 1fr;
    }

    .listing-hero__grid > img {
        position: absolute;
        left: -25px;
        bottom: -95px;
        width: 235px;
        height: 235px;
        opacity: 0.08;
    }

    .listing-hero h1 {
        font-size: 3.25rem;
    }

    .listing-section {
        padding: 55px 0 85px;
    }

    .content-filters {
        align-items: stretch;
        flex-direction: column;
    }

    .content-filters label {
        min-width: 0;
    }

    .content-filters--hof {
        display: grid;
        grid-template-columns: 1fr;
    }

    .content-filters__actions {
        grid-column: auto;
        align-items: stretch;
        flex-direction: column;
        gap: 11px;
    }

    .content-filters__actions > a {
        align-self: center;
    }

    .hof-tier + .hof-tier {
        margin-top: 58px;
        padding-top: 48px;
    }

    .hof-tier__heading {
        align-items: start;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 22px;
    }

    .hof-list-grid {
        grid-template-columns: 1fr;
    }

    .hof-list-card__photo {
        height: 390px;
    }

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

    .hof-compact-card {
        display: grid;
        grid-template-columns: 128px minmax(0, 1fr);
    }

    .hof-compact-card__photo {
        height: 100%;
        min-height: 180px;
    }

    .hof-compact-card__photo > span {
        right: 9px;
        top: 9px;
        min-width: 52px;
        height: 52px;
    }

    .hof-compact-card__body {
        align-self: center;
        padding: 17px;
    }

    .filter-chips {
        flex-wrap: nowrap;
        margin-inline: calc((100vw - var(--container)) / -2);
        padding-inline: calc((100vw - var(--container)) / 2);
        overflow-x: auto;
        scrollbar-width: none;
    }

    .filter-chips::-webkit-scrollbar {
        display: none;
    }

    .filter-chips a {
        flex: 0 0 auto;
    }

    .journal-grid {
        grid-template-columns: 1fr;
    }

    .journal-card,
    .journal-card--featured {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .journal-card__cover {
        min-height: 260px;
    }

    .article-header {
        padding: 55px 0 115px;
    }

    .article-back {
        margin-bottom: 30px;
    }

    .article-header h1 {
        font-size: 2.75rem;
    }

    .article-cover {
        height: 310px;
        margin-top: -65px;
        border-radius: 21px;
    }

    .article-body {
        font-size: 0.88rem;
    }

    .related-journals__grid {
        grid-template-columns: 1fr;
    }
}

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

    .reveal {
        opacity: 1;
        transform: none;
    }

    .hero-story.is-rank-revealed .hero-rank-card,
    .hero-story.is-rank-revealed .hero-rank-link {
        transition-delay: 0s !important;
    }
}
