@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;
    isolation: isolate;
    background: #171c2b;
}

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

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

.hero-rank-photo:not(.hero-rank-photo--fallback) .student-photo-foreground {
    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(700px, 67%);
    padding: 50px 0 112px;
}

.hero-copy h1 {
    max-width: 700px;
    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 var(--yellow);
    border-radius: 50%;
    background: var(--yellow);
    -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.45rem;
    font-weight: 900;
    -webkit-text-stroke: 0.5px currentColor;
    line-height: 1;
    transition: background 0.24s ease, color 0.24s ease, transform 0.24s ease;
}

.slider-arrows button:hover {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--yellow);
    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;
}

/* Campaign activities */
.campaign-activities.section {
    position: relative;
    overflow: hidden;
    padding-top: clamp(136px, 14vh, 158px);
    scroll-margin-top: 104px;
    background:
        radial-gradient(circle at 8% 18%, rgba(36, 81, 214, 0.2), transparent 25%),
        radial-gradient(circle at 91% 88%, rgba(255, 204, 0, 0.13), transparent 22%),
        var(--ink);
    color: var(--cream);
}

.campaign-activities::before {
    position: absolute;
    top: 64px;
    left: -116px;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(250, 241, 213, 0.12);
    border-radius: 50%;
    box-shadow: 0 0 0 38px rgba(250, 241, 213, 0.025);
    content: "";
    pointer-events: none;
}

.campaign-heading {
    position: relative;
    z-index: 1;
}

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

.campaign-mosaic {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-areas:
        "estimator alumni"
        "estimator session"
        "aptitude session";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 215px 180px 215px;
    width: min(1100px, 94%);
    margin-inline: auto;
    gap: 18px;
}

.campaign-card {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border-radius: 28px;
    isolation: isolate;
    transition:
        opacity 0.64s ease,
        filter 0.64s ease,
        transform 0.68s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s ease;
    will-change: opacity, transform, filter;
}

.js [data-campaign-reveal] [data-campaign-card] {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 58px, 0) scale(0.975);
}

.js [data-campaign-reveal] [data-campaign-card].is-campaign-visible {
    opacity: 1;
    filter: none;
    transform: translate3d(0, 0, 0) scale(1);
}

.campaign-card:hover {
    z-index: 2;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
    transform: translateY(-6px);
}

@media (hover: hover) and (pointer: fine) {
    .js [data-campaign-reveal] [data-campaign-card].is-campaign-visible:hover {
        transform: translate3d(0, -6px, 0) scale(1.006);
    }
}

.campaign-card__visual {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.campaign-card__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
}

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

.campaign-card:hover .campaign-card__visual img {
    transform: scale(1.045);
}

.campaign-card__body {
    position: relative;
    z-index: 2;
}

.campaign-card__kicker {
    display: block;
    margin-bottom: 7px;
    font-size: 0.69rem;
    font-weight: 700;
}

.campaign-card h3 {
    margin-bottom: 9px;
    font-size: clamp(1.3rem, 2.25vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.45;
}

.campaign-card p {
    margin: 0;
    font-size: 0.79rem;
    line-height: 1.9;
}

.campaign-card__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 13px;
    border-top: 1px solid currentColor;
    font-size: 0.73rem;
    font-weight: 800;
}

.campaign-card__link b {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.campaign-card:hover .campaign-card__link b {
    transform: translate(-3px, 3px);
}

.campaign-card__pill {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 999px;
    background: rgba(21, 21, 20, 0.35);
    color: white;
    font-size: 0.64rem;
    font-weight: 800;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.campaign-card__number {
    position: absolute;
    z-index: 2;
    color: white;
    font-size: 0.7rem;
    font-weight: 900;
}

.campaign-card--estimator {
    grid-area: estimator;
    display: grid;
    grid-template-rows: minmax(0, 1.35fr) minmax(220px, 0.65fr);
    background: var(--cream);
    color: var(--ink);
}

.campaign-card--estimator .campaign-card__visual::after {
    background: linear-gradient(180deg, transparent 55%, rgba(20, 20, 20, 0.26));
}

.campaign-card--estimator .campaign-card__visual img {
    object-position: center 58%;
}

.campaign-card--estimator .campaign-card__number {
    right: 23px;
    bottom: 18px;
}

.campaign-card--estimator .campaign-card__body {
    display: flex;
    flex-direction: column;
    padding: 25px 28px 24px;
}

.campaign-card--estimator .campaign-card__kicker {
    color: var(--blue);
}

.campaign-card--estimator .campaign-card__link b {
    background: var(--yellow);
}

.campaign-card--alumni {
    grid-area: alumni;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    background: #f7e9bf;
    color: var(--ink);
}

.campaign-card--alumni .campaign-card__visual {
    grid-column: 2;
    grid-row: 1;
    border-inline-start: 1px solid rgba(41, 41, 41, 0.16);
}

.campaign-card--alumni .campaign-card__visual::after {
    display: none;
}

.campaign-card--alumni .campaign-card__visual img {
    object-position: 46% center;
}

.campaign-card--alumni .campaign-card__number {
    top: 18px;
    right: 18px;
}

.campaign-card--alumni .campaign-card__body {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 17px 15px 19px;
}

.campaign-card--alumni h3,
.campaign-card--aptitude h3 {
    margin-bottom: 5px;
    font-size: clamp(1.02rem, 1.35vw, 1.22rem);
    line-height: 1.38;
}

.campaign-card--alumni p,
.campaign-card--aptitude p {
    font-size: 0.66rem;
    line-height: 1.65;
}

.campaign-card--alumni .campaign-card__kicker,
.campaign-card--aptitude .campaign-card__kicker {
    margin-bottom: 4px;
    font-size: 0.62rem;
}

.campaign-card--alumni .campaign-card__link,
.campaign-card--aptitude .campaign-card__link {
    min-height: 35px;
    padding-top: 7px;
    font-size: 0.68rem;
}

.campaign-card--alumni .campaign-card__link b,
.campaign-card--aptitude .campaign-card__link b {
    width: 27px;
    height: 27px;
}

.campaign-card--alumni .campaign-card__kicker {
    color: #7b6200;
}

.campaign-card--alumni .campaign-card__link {
    border-color: rgba(41, 41, 41, 0.22);
}

.campaign-card--alumni .campaign-card__link b {
    background: var(--ink);
    color: var(--cream);
}

.campaign-card--aptitude {
    grid-area: aptitude;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    background: var(--yellow);
    color: var(--ink);
}

.campaign-card--aptitude::after {
    display: none;
}

.campaign-card--aptitude .campaign-card__visual {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    border-inline-end: 1px solid rgba(41, 41, 41, 0.2);
    border-radius: 0;
    transform: none;
}

.campaign-card--aptitude .campaign-card__visual img {
    object-position: 50% center;
}

.campaign-card--aptitude .campaign-card__number {
    left: 15px;
    bottom: 13px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--blue);
}

.campaign-card--aptitude .campaign-card__body {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 16px 18px 15px 17px;
}

.campaign-card--aptitude .campaign-card__kicker {
    color: #604c00;
}

.campaign-card--aptitude .campaign-card__link {
    border-color: rgba(41, 41, 41, 0.25);
}

.campaign-card--aptitude .campaign-card__link b {
    background: var(--blue);
    color: white;
}

.campaign-card--session {
    grid-area: session;
    display: grid;
    grid-template-rows: minmax(0, 1.45fr) minmax(210px, 0.55fr);
    background: var(--blue);
    color: white;
}

.campaign-card--session .campaign-card__visual::after {
    background: linear-gradient(180deg, transparent 58%, rgba(18, 42, 114, 0.62));
}

.campaign-card--session .campaign-card__visual img {
    object-position: center 47%;
}

.campaign-card--session .campaign-card__number {
    left: 22px;
    bottom: 17px;
}

.campaign-card--session .campaign-card__body {
    display: flex;
    flex-direction: column;
    padding: 24px 28px 25px;
}

.campaign-card--session .campaign-card__kicker {
    color: #d9e2ff;
}

.campaign-card--session .campaign-card__link {
    border-color: rgba(255, 255, 255, 0.36);
}

.campaign-card--session .campaign-card__link b {
    background: var(--yellow);
    color: var(--ink);
}

@media (max-width: 980px) {
    .campaign-mosaic {
        width: 100%;
        grid-template-rows: 230px 195px 230px;
        gap: 16px;
    }

    .campaign-card--alumni,
    .campaign-card--aptitude {
        grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    }

    .campaign-card--alumni p,
    .campaign-card--aptitude p {
        display: none;
    }
}

@media (max-width: 700px) {
    .campaign-activities.section {
        padding-top: 132px;
        scroll-margin-top: 92px;
    }

    .campaign-mosaic {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .campaign-card--estimator,
    .campaign-card--session {
        min-height: 570px;
        grid-template-rows: 335px minmax(0, 1fr);
    }

    .campaign-card--alumni,
    .campaign-card--aptitude {
        min-height: 285px;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    .campaign-card--alumni p,
    .campaign-card--aptitude p {
        display: block;
    }
}

@media (max-width: 480px) {
    .campaign-activities.section {
        padding-top: 116px;
        scroll-margin-top: 84px;
    }

    .campaign-card {
        border-radius: 23px;
    }

    .campaign-card--estimator,
    .campaign-card--session {
        min-height: 520px;
        grid-template-rows: 280px minmax(0, 1fr);
    }

    .campaign-card--alumni,
    .campaign-card--aptitude {
        min-height: 485px;
        grid-template-columns: 1fr;
        grid-template-rows: 230px minmax(0, 1fr);
    }

    .campaign-card--alumni .campaign-card__visual,
    .campaign-card--aptitude .campaign-card__visual {
        grid-column: 1;
        grid-row: 1;
        border-inline-start: 0;
        border-inline-end: 0;
        border-bottom: 1px solid rgba(41, 41, 41, 0.18);
    }

    .campaign-card--alumni .campaign-card__body,
    .campaign-card--aptitude .campaign-card__body {
        grid-column: 1;
        grid-row: 2;
        padding: 21px 22px 22px;
    }

    .campaign-card--alumni .campaign-card__visual::after {
        background: linear-gradient(180deg, transparent 52%, rgba(247, 233, 191, 0.6));
    }

    .campaign-card--aptitude .campaign-card__visual {
        margin: 0;
    }
}

/* Campaign events — third iteration */
.campaign-events.section {
    position: relative;
    overflow: hidden;
    padding-top: clamp(132px, 14vh, 158px);
    scroll-margin-top: 104px;
    background:
        radial-gradient(circle at 9% 18%, rgba(36, 81, 214, 0.22), transparent 26%),
        radial-gradient(circle at 92% 86%, rgba(255, 204, 0, 0.12), transparent 24%),
        var(--ink);
    color: var(--cream);
}

.campaign-events::before,
.campaign-events::after {
    position: absolute;
    border: 1px solid rgba(250, 241, 213, 0.1);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.campaign-events::before {
    top: 74px;
    left: -132px;
    width: 290px;
    height: 290px;
    box-shadow: 0 0 0 42px rgba(250, 241, 213, 0.025);
}

.campaign-events::after {
    right: -86px;
    bottom: 82px;
    width: 190px;
    height: 190px;
}

.campaign-events__heading {
    position: relative;
    z-index: 1;
}

.campaign-events__heading h2 {
    margin-bottom: 0;
}

.campaign-events__heading > p {
    max-width: 490px;
    color: #c8bfa7;
}

.campaign-events__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
    align-items: stretch;
    gap: 24px;
}

.campaign-poster {
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: 698px;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.13);
    border-radius: 30px;
    background: #171716;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.26);
    color: white;
    transition: border-color 0.35s ease, box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.campaign-poster:hover,
.campaign-poster:focus-within {
    border-color: rgba(250, 241, 213, 0.28);
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.36);
    transform: translateY(-6px);
}

.campaign-poster__visual {
    position: absolute;
    inset: 0;
    min-height: 0;
    overflow: hidden;
    background: #171716;
}

.campaign-poster__visual::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(8, 10, 15, 0.24) 0%, transparent 34%, rgba(8, 10, 15, 0.18) 49%, rgba(8, 10, 15, 0.78) 76%, rgba(8, 10, 15, 0.98) 100%),
        linear-gradient(90deg, transparent 50%, rgba(15, 15, 14, 0.38));
    content: "";
    pointer-events: none;
}

.campaign-poster__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 61%;
    transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.campaign-poster:hover .campaign-poster__visual img {
    filter: brightness(0.78);
    transform: scale(1.035);
}

.campaign-poster:focus-within .campaign-poster__visual img {
    filter: brightness(0.78);
    transform: scale(1.035);
}

.campaign-poster__copy {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 30px;
    max-width: 74%;
    color: white;
}

.campaign-poster__copy > span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 999px;
    background: rgba(20, 20, 19, 0.28);
    font-size: 0.67rem;
    font-weight: 800;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

.campaign-poster__copy h3 {
    margin-bottom: 2px;
    font-size: clamp(2.1rem, 4.1vw, 3.8rem);
    font-weight: 900;
    letter-spacing: -0.06em;
    line-height: 1.25;
    text-shadow: 0 4px 24px rgba(0, 0, 0, 0.34);
}

.campaign-poster__copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    font-weight: 600;
}

.campaign-poster__body {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 0;
    padding: 0 23px 24px;
}

.campaign-poster__intro {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 17px;
}

.campaign-poster__intro > span {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.72rem;
    font-weight: 900;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.46);
}

.campaign-poster__intro p {
    max-width: 340px;
    margin: 0;
    color: var(--muted);
    font-size: 0.71rem;
    line-height: 1.8;
}

.campaign-telegram-links {
    --campaign-telegram-blue: #8db0ff;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.campaign-telegram-links > a {
    position: relative;
    min-width: 0;
    min-height: 126px;
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    align-items: start;
    gap: 11px;
    padding: 16px 15px 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.16);
    color: var(--campaign-telegram-blue);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.18), 0 12px 30px rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
    backdrop-filter: blur(18px) saturate(1.12);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.campaign-telegram-links > a:last-child {
    background: rgba(255, 255, 255, 0.16);
    color: var(--gold);
}

.campaign-telegram-links > a:hover,
.campaign-telegram-links > a:focus-visible {
    border-color: rgba(255, 255, 255, 0.42);
    background: rgba(9, 12, 20, 0.52);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.14), 0 18px 34px rgba(0, 0, 0, 0.24);
    transform: translateY(-5px);
}

.campaign-telegram-links > a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.campaign-telegram-links > a:last-child:hover,
.campaign-telegram-links > a:last-child:focus-visible {
    background: rgba(9, 12, 20, 0.52);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.14), 0 18px 34px rgba(0, 0, 0, 0.24);
}

.campaign-telegram-links__icon {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--campaign-telegram-blue);
}

.campaign-telegram-links__icon svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
}

.campaign-telegram-links__icon--bot {
    background: rgba(255, 255, 255, 0.12);
    color: var(--gold);
}

.campaign-telegram-links__icon--bot svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.campaign-telegram-links > a > span:nth-child(2) {
    min-width: 0;
    display: flex;
    flex-direction: column;
    color: inherit;
    font-size: 0.76rem;
    font-weight: 900;
    line-height: 1.7;
}

.campaign-telegram-links small {
    overflow: hidden;
    color: inherit;
    font-size: 0.58rem;
    opacity: 0.82;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-telegram-links strong {
    margin-top: 1px;
    font-size: 0.82rem;
    font-weight: 900;
}

.campaign-telegram-links em {
    margin-top: 6px;
    overflow: hidden;
    color: inherit;
    font-size: 0.58rem;
    font-style: normal;
    opacity: 0.88;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-telegram-links > a:last-child em {
    color: inherit;
}

.campaign-telegram-links > a > b {
    position: absolute;
    left: 14px;
    bottom: 10px;
    font-size: 1rem;
    transition: transform 0.25s ease;
}

.campaign-telegram-links > a:hover > b,
.campaign-telegram-links > a:focus-visible > b {
    transform: translate(-3px, 3px);
}

.campaign-event-list {
    min-width: 0;
    display: grid;
    grid-auto-rows: 1fr;
    gap: 13px;
}

.campaign-event-card {
    position: relative;
    min-width: 0;
    min-height: 156px;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 19px;
    padding: 14px 16px 14px 14px;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.14);
    border-radius: 24px;
    background: rgba(250, 241, 213, 0.045);
    color: var(--cream);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.campaign-event-card::after {
    position: absolute;
    right: 0;
    top: 21%;
    width: 3px;
    height: 58%;
    border-radius: 999px;
    background: var(--yellow);
    content: "";
    opacity: 0;
    transform: scaleY(0.35);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.campaign-event-card:hover {
    border-color: rgba(255, 204, 0, 0.62);
    background: rgba(250, 241, 213, 0.085);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
    transform: translateX(-5px);
}

.campaign-event-card:hover::after {
    opacity: 1;
    transform: scaleY(1);
}

.campaign-event-card__thumb {
    position: relative;
    width: 118px;
    height: 100%;
    min-height: 126px;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(250, 241, 213, 0.12);
}

.campaign-event-card__thumb::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(20, 20, 20, 0.44));
    content: "";
}

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

.campaign-event-card:hover .campaign-event-card__thumb img {
    filter: brightness(1.06);
    transform: scale(1.07);
}

.campaign-event-card__thumb > span {
    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 8px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(20, 20, 20, 0.24);
    color: white;
    font-size: 0.62rem;
    font-weight: 900;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

.campaign-event-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campaign-event-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 7px;
}

.campaign-event-card__topline small {
    overflow: hidden;
    color: #aaa18d;
    font-size: 0.64rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-event-card__topline em {
    flex: 0 0 auto;
    padding: 4px 9px;
    border: 1px solid rgba(250, 241, 213, 0.16);
    border-radius: 999px;
    color: var(--yellow);
    font-size: 0.58rem;
    font-style: normal;
    font-weight: 800;
}

.campaign-event-card__content > strong {
    overflow: hidden;
    font-size: clamp(0.95rem, 1.4vw, 1.12rem);
    font-weight: 900;
    line-height: 1.55;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-event-card__meta {
    margin-top: 5px;
    overflow: hidden;
    color: #c8bfa7;
    font-size: 0.67rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.campaign-event-card__arrow {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(250, 241, 213, 0.08);
    font-size: 1rem;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.campaign-event-card:hover .campaign-event-card__arrow {
    background: var(--yellow);
    color: var(--ink);
    transform: translate(-2px, 2px);
}

.campaign-events__empty {
    display: grid;
    align-content: center;
    justify-items: start;
    min-height: 240px;
    padding: 36px;
    border: 1px dashed rgba(250, 241, 213, 0.22);
    border-radius: 24px;
}

.campaign-events__empty > span {
    margin-bottom: 13px;
    padding: 6px 12px;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--ink);
    font-size: 0.66rem;
    font-weight: 900;
}

.campaign-events__empty h3 {
    margin-bottom: 7px;
    font-size: 1.15rem;
}

.campaign-events__empty p {
    margin: 0;
    color: #c8bfa7;
    font-size: 0.76rem;
}

@media (max-width: 1080px) {
    .campaign-events__layout {
        grid-template-columns: minmax(350px, 0.92fr) minmax(0, 1.08fr);
        gap: 18px;
    }

    .campaign-event-card {
        grid-template-columns: 95px minmax(0, 1fr) 34px;
        gap: 14px;
    }

    .campaign-event-card__thumb {
        width: 95px;
    }

    .campaign-event-card__topline em {
        display: none;
    }
}

@media (max-width: 900px) {
    .campaign-events__layout {
        grid-template-columns: 1fr;
    }

    .campaign-poster {
        min-height: clamp(630px, 94vw, 760px);
    }

    .campaign-poster__body {
        min-height: auto;
    }

    .campaign-event-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: auto;
    }

    .campaign-event-card {
        min-height: 178px;
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 13px;
    }

    .campaign-event-card__thumb {
        width: 82px;
        min-height: 148px;
    }

    .campaign-event-card__arrow {
        display: none;
    }
}

@media (max-width: 620px) {
    .campaign-events.section {
        padding-top: 116px;
        scroll-margin-top: 88px;
    }

    .campaign-events__heading > p {
        max-width: none;
    }

    .campaign-poster {
        min-height: clamp(580px, 150vw, 630px);
        border-radius: 24px;
    }

    .campaign-poster__copy {
        top: 23px;
        right: 22px;
        max-width: 90%;
    }

    .campaign-poster__copy h3 {
        font-size: clamp(1.9rem, 9vw, 2.5rem);
    }

    .campaign-poster__body {
        padding: 0 21px 21px;
    }

    .campaign-poster__intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .campaign-telegram-links {
        grid-template-columns: 1fr;
    }

    .campaign-telegram-links > a {
        min-height: 102px;
    }

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

    .campaign-event-card {
        min-height: 142px;
        grid-template-columns: 91px minmax(0, 1fr) 34px;
        gap: 13px;
    }

    .campaign-event-card__thumb {
        width: 91px;
        min-height: 116px;
    }

    .campaign-event-card__arrow {
        display: grid;
    }
}

@media (max-width: 420px) {
    .campaign-event-card {
        grid-template-columns: 75px minmax(0, 1fr);
    }

    .campaign-event-card__thumb {
        width: 75px;
        min-height: 105px;
    }

    .campaign-event-card__arrow,
    .campaign-event-card__topline em {
        display: none;
    }
}

/* Campaign activities — fourth iteration */
.campaign-events--activities .campaign-events__layout {
    align-items: stretch;
}

.campaign-activity-list {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(0, 1fr);
    gap: 13px;
}

.campaign-activity-card {
    --activity-accent: var(--yellow);
    --activity-pattern: url("../images/patterns/hasht-logo-pattern-black.png");
    --activity-surface: linear-gradient(120deg, #10192c, #172f6b);
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: 124px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    padding: 15px 18px;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.16);
    border-radius: 23px;
    background: var(--activity-surface);
    color: var(--cream);
    font: inherit;
    text-align: right;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.campaign-activity-card::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background-image: var(--activity-pattern);
    background-position: center 42%;
    background-size: 142%;
    content: "";
    mix-blend-mode: screen;
    opacity: 0.2;
    transition: opacity 0.3s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.campaign-activity-card::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(8, 10, 15, 0.12), rgba(8, 10, 15, 0.7) 92%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%);
    background-color: transparent;
    content: "";
    transition: background-color 0.3s ease;
}

.campaign-activity-card:hover,
.campaign-activity-card:focus-visible {
    border-color: color-mix(in srgb, var(--activity-accent) 72%, white);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2), inset 4px 0 var(--activity-accent);
    outline: none;
    transform: translateY(-5px);
}

.campaign-activity-card:hover::before,
.campaign-activity-card:focus-visible::before {
    opacity: 0.14;
    transform: scale(1.04);
}

.campaign-activity-card:hover::after,
.campaign-activity-card:focus-visible::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.campaign-activity-card--estimator {
    --activity-accent: #ffcc00;
    --activity-surface: linear-gradient(118deg, #10265a, #0b1530);
}

.campaign-activity-card--community {
    --activity-accent: #ffcc00;
    --activity-pattern: url("../images/patterns/hasht-logo-pattern-yellow.png");
    --activity-surface: linear-gradient(118deg, #624a09, #1f1b12);
}

.campaign-activity-card--growth {
    --activity-accent: #8db0ff;
    --activity-surface: linear-gradient(118deg, #152b5c, #141b2b);
}

.campaign-activity-card--aptitude {
    --activity-accent: #f5dc88;
    --activity-pattern: url("../images/patterns/hasht-logo-pattern-yellow.png");
    --activity-surface: linear-gradient(118deg, #41330f, #171712);
}

.campaign-activity-card--session {
    --activity-accent: #ffcc00;
    --activity-surface: linear-gradient(118deg, #213f87, #121827);
}

.campaign-activity-card__number {
    position: relative;
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--activity-accent) 62%, transparent);
    border-radius: 16px;
    background: rgba(8, 10, 15, 0.5);
    color: var(--activity-accent);
    font-size: 0.72rem;
    font-weight: 900;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.campaign-activity-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.campaign-activity-card__content small {
    margin-bottom: 4px;
    color: var(--activity-accent);
    font-size: 0.6rem;
    font-weight: 800;
}

.campaign-activity-card__content strong {
    max-width: 540px;
    color: var(--cream);
    font-size: clamp(0.82rem, 1.12vw, 0.99rem);
    font-weight: 900;
    line-height: 1.62;
}

.campaign-activity-card__action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 11px;
    border: 1px solid rgba(250, 241, 213, 0.14);
    border-radius: 999px;
    background: rgba(8, 10, 15, 0.36);
    color: rgba(250, 241, 213, 0.78);
    font-size: 0.59rem;
    font-weight: 800;
    white-space: nowrap;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.campaign-activity-card__action b {
    color: var(--activity-accent);
    font-size: 0.9rem;
    transition: transform 0.25s ease;
}

.campaign-activity-card:hover .campaign-activity-card__action b,
.campaign-activity-card:focus-visible .campaign-activity-card__action b {
    transform: translate(-3px, 3px);
}

body.has-campaign-dialog {
    overflow: hidden;
}

.payment-result-page {
    min-height: 72vh;
    display: grid;
    place-items: center;
    padding: clamp(100px, 13vw, 150px) 0 70px;
    background: var(--cream);
}

.payment-result-card {
    max-width: 700px;
    margin: 0 auto;
    padding: clamp(28px, 6vw, 54px);
    border: 1px solid rgba(41, 41, 41, 0.12);
    border-radius: 28px;
    background: white;
    box-shadow: 0 24px 70px rgba(41, 41, 41, 0.11);
    text-align: center;
}

.payment-result-card__icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #e6f5eb;
    color: #187742;
    font-size: 1.7rem;
    font-weight: 900;
}

.payment-result-card--failed .payment-result-card__icon {
    background: #ffe9e4;
    color: #b63c28;
}

.payment-result-card h1 {
    margin: 12px 0 10px;
    font-size: clamp(1.55rem, 4vw, 2.25rem);
}

.payment-result-card > p {
    margin: 0 auto 24px;
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 2;
}

.payment-result-card__details {
    margin: 0 0 24px;
    padding: 8px 18px;
    border-radius: 16px;
    background: #f5f1e7;
    text-align: right;
}

.payment-result-card__details div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(41, 41, 41, 0.09);
}

.payment-result-card__details div:last-child {
    border-bottom: 0;
}

.payment-result-card__details dt,
.payment-result-card__details dd {
    margin: 0;
    font-size: 0.66rem;
}

.payment-result-card__details dt {
    color: var(--muted);
}

.payment-result-card__details dd {
    overflow-wrap: anywhere;
    color: var(--ink);
    font-weight: 800;
}

.campaign-session-dialog {
    width: min(880px, calc(100vw - 34px));
    max-height: min(830px, calc(100dvh - 34px));
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.2);
    border-radius: 30px;
    background: #111722;
    color: var(--cream);
    box-shadow: 0 32px 110px rgba(0, 0, 0, 0.56);
}

.campaign-session-dialog::backdrop {
    background: rgba(8, 9, 12, 0.76);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.campaign-session-dialog[open] {
    animation: campaign-dialog-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes campaign-dialog-in {
    from { opacity: 0; transform: translateY(22px) scale(0.975); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.campaign-session-dialog__shell {
    position: relative;
    max-height: min(830px, calc(100dvh - 34px));
    padding: clamp(30px, 5vw, 52px);
    overflow-y: auto;
    scrollbar-gutter: stable;
    background:
        linear-gradient(110deg, rgba(17, 23, 34, 0.95), rgba(17, 23, 34, 0.78)),
        url("../images/patterns/exec-2f9a03d2-6b33-4ac5-8262-76802c5ec7b3.png") center / 92% auto;
}

.campaign-session-dialog__close {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(250, 241, 213, 0.2);
    border-radius: 50%;
    background: rgba(250, 241, 213, 0.08);
    color: var(--cream);
    font: inherit;
    font-size: 1.35rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.campaign-session-dialog__close:hover,
.campaign-session-dialog__close:focus-visible {
    background: var(--yellow);
    color: var(--ink);
    outline: none;
    transform: rotate(6deg);
}

.campaign-session-dialog__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--ink);
    font-size: 0.62rem;
    font-weight: 900;
}

.campaign-session-dialog h2 {
    margin-bottom: 12px;
    font-size: clamp(1.7rem, 4vw, 2.65rem);
    line-height: 1.35;
}

.campaign-session-dialog__lead {
    max-width: 720px;
    margin: 0 0 28px;
    color: #d4cbb5;
    font-size: 0.78rem;
    line-height: 2;
}

.campaign-session-dialog__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
}

.campaign-session-dialog__grid section {
    min-width: 0;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
    border: 1px solid rgba(250, 241, 213, 0.12);
    border-radius: 18px;
    background: rgba(250, 241, 213, 0.055);
}

.campaign-session-dialog__grid section > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(36, 81, 214, 0.28);
    color: var(--yellow);
    font-size: 0.6rem;
    font-weight: 900;
}

.campaign-session-dialog__grid h3 {
    margin-bottom: 4px;
    color: var(--cream);
    font-size: 0.78rem;
}

.campaign-session-dialog__grid p {
    margin: 0;
    color: #bdb49e;
    font-size: 0.64rem;
    line-height: 1.85;
}

.campaign-session-dialog__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 22px;
    padding: 18px 20px;
    border-radius: 20px;
    background: var(--cream);
    color: var(--ink);
}

.campaign-session-dialog__footer p {
    margin: 0;
}

.campaign-session-dialog__footer strong,
.campaign-session-dialog__footer span {
    display: block;
}

.campaign-session-dialog__footer strong {
    margin-bottom: 3px;
    font-size: 0.76rem;
}

.campaign-session-dialog__footer p > span {
    color: var(--muted);
    font-size: 0.61rem;
}

.campaign-session-dialog__footer > button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border: 0;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--ink);
    cursor: pointer;
    font-family: inherit;
    font-size: 0.69rem;
    font-weight: 900;
    transition: background 0.2s ease, transform 0.2s ease;
}

.campaign-session-dialog__footer > button:hover,
.campaign-session-dialog__footer > button:focus-visible {
    background: #f0bf00;
    outline: none;
    transform: translateY(-2px);
}

.campaign-session-dialog__form-step[hidden],
.campaign-session-dialog [data-session-info][hidden] {
    display: none;
}

.campaign-session-dialog.is-form-visible .campaign-session-dialog__eyebrow,
.campaign-session-dialog.is-form-visible .campaign-session-dialog__shell > h2 {
    display: none;
}

.campaign-session-dialog__form-step {
    width: min(100%, 680px);
    margin-inline: auto;
}

.campaign-session-dialog__back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 2px 0 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #bdb49e;
    cursor: pointer;
    font: inherit;
    font-size: 0.65rem;
    font-weight: 700;
}

.campaign-session-dialog__back:hover,
.campaign-session-dialog__back:focus-visible {
    color: var(--yellow);
    outline: none;
}

.campaign-session-dialog__form-head {
    margin-bottom: 22px;
}

.campaign-session-dialog__form-head h3 {
    margin-bottom: 5px;
    color: var(--cream);
    font-size: 1.12rem;
}

.campaign-session-dialog__form-head p {
    margin: 0;
    color: #bdb49e;
    font-size: 0.68rem;
    line-height: 1.85;
}

.campaign-session-form {
    width: 100%;
}

.campaign-session-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.campaign-session-form__field {
    margin-bottom: 14px;
}

.campaign-session-form__field label {
    display: block;
    margin-bottom: 7px;
    color: #e4dcc5;
    font-size: 0.68rem;
    font-weight: 700;
}

.campaign-session-form__field input {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border: 1px solid rgba(250, 241, 213, 0.2);
    border-radius: 12px;
    outline: none;
    background: rgba(250, 241, 213, 0.07);
    color: var(--cream);
    font: inherit;
    font-size: 0.72rem;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.campaign-session-form__field input::placeholder {
    color: #817b6d;
}

.campaign-session-form__field input:focus {
    border-color: var(--yellow);
    background: rgba(250, 241, 213, 0.1);
}

.campaign-session-form__field.has-error input {
    border-color: #ff806b;
}

.campaign-session-form__field small,
.campaign-session-form__error {
    display: block;
    margin-top: 5px;
    color: #ff9c8c;
    font-size: 0.62rem;
    line-height: 1.6;
}

.campaign-session-form__error {
    margin: 0 0 14px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 125, 103, 0.35);
    border-radius: 11px;
    background: rgba(255, 125, 103, 0.08);
}

.campaign-session-form__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 5px 0 16px;
    padding: 15px 17px;
    border-radius: 14px;
    background: rgba(250, 241, 213, 0.08);
    color: #cfc6b0;
    font-size: 0.67rem;
}

.campaign-session-form__summary strong {
    color: var(--yellow);
    font-size: 0.83rem;
}

.campaign-session-form__summary strong small {
    font-size: 0.61rem;
}

.campaign-session-form__submit {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 20px;
    border: 0;
    border-radius: 13px;
    background: var(--yellow);
    color: var(--ink);
    cursor: pointer;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 900;
}

.campaign-session-form__submit:hover,
.campaign-session-form__submit:focus-visible {
    background: #f0bf00;
    outline: none;
}

.campaign-session-form__submit:disabled {
    cursor: not-allowed;
    opacity: 0.45;
}

.campaign-session-form__note {
    margin: 10px 0 0;
    color: #817b6d;
    font-size: 0.59rem;
    line-height: 1.7;
    text-align: center;
}

@media (max-width: 1080px) {
    .campaign-activity-card {
        grid-template-columns: 49px minmax(0, 1fr);
        gap: 14px;
        min-height: 126px;
    }

    .campaign-activity-card__number {
        width: 46px;
        height: 46px;
    }

    .campaign-activity-card__action {
        display: none;
    }
}

@media (max-width: 620px) {
    .campaign-activity-card {
        min-height: 116px;
        padding: 14px 15px;
        border-radius: 20px;
    }

    .campaign-activity-card__content strong {
        font-size: 0.79rem;
    }

    .campaign-session-dialog {
        width: calc(100vw - 22px);
        max-height: calc(100dvh - 22px);
        border-radius: 24px;
    }

    .campaign-session-dialog__shell {
        max-height: calc(100dvh - 22px);
        padding: 28px 20px 20px;
    }

    .campaign-session-dialog.is-form-visible .campaign-session-dialog__shell {
        padding-top: 22px;
    }

    .campaign-session-dialog__close {
        top: 14px;
        left: 14px;
    }

    .campaign-session-dialog__eyebrow {
        margin-top: 26px;
    }

    .campaign-session-dialog__grid {
        grid-template-columns: 1fr;
    }

    .campaign-session-dialog__footer {
        align-items: stretch;
        flex-direction: column;
    }

    .campaign-session-dialog__footer > button {
        justify-content: center;
    }

    .campaign-session-form__row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .campaign-events--activities .campaign-events__layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .campaign-events--activities .campaign-activity-list {
        display: contents;
    }

    .campaign-events--activities .campaign-poster {
        min-height: 214px;
        grid-column: 1 / -1;
        border-radius: 16px;
    }

    .campaign-events--activities .campaign-activity-card {
        min-height: 142px;
        border-radius: 16px;
    }

    .campaign-events--activities .campaign-poster__visual img {
        object-position: center 48%;
    }

    .campaign-events--activities .campaign-poster__visual::after {
        background: linear-gradient(180deg, rgba(8, 10, 15, 0.12), rgba(8, 10, 15, 0.88));
    }

    .campaign-events--activities .campaign-poster__copy {
        top: auto;
        right: 10px;
        bottom: 10px;
        max-width: calc(100% - 20px);
    }

    .campaign-events--activities .campaign-poster__copy > span {
        margin-bottom: 4px;
        padding: 3px 6px;
        font-size: 0.44rem;
        line-height: 1.5;
    }

    .campaign-events--activities .campaign-poster__copy h3 {
        margin: 0;
        font-size: clamp(0.9rem, 4vw, 1.15rem);
        letter-spacing: -0.04em;
    }

    .campaign-events--activities .campaign-poster__body {
        display: none;
    }

    .campaign-events--activities .campaign-activity-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 8px;
        padding: 10px 9px;
    }

    .campaign-events--activities .campaign-activity-card__number {
        width: 34px;
        height: 34px;
        border-radius: 11px;
        font-size: 0.58rem;
    }

    .campaign-events--activities .campaign-activity-card__content {
        width: 100%;
    }

    .campaign-events--activities .campaign-activity-card__content small {
        margin-bottom: 2px;
        font-size: 0.45rem;
        line-height: 1.45;
    }

    .campaign-events--activities .campaign-activity-card__content strong {
        display: -webkit-box;
        overflow: hidden;
        font-size: clamp(0.64rem, 3vw, 0.76rem);
        line-height: 1.55;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .campaign-events--activities .campaign-activity-card--session {
        min-height: 106px;
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 12px;
        padding: 13px 15px;
    }

    .campaign-events--activities .campaign-activity-card--session .campaign-activity-card__content {
        width: auto;
        flex: 1;
    }

    .campaign-events--activities .campaign-activity-card--session .campaign-activity-card__content strong {
        font-size: 0.84rem;
        -webkit-line-clamp: 2;
    }
}

@media (prefers-reduced-motion: reduce) {
    .campaign-session-dialog[open] {
        animation: none;
    }
}

/* 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: 40px;
}

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

.contact-layout {
    position: relative;
    z-index: 1;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.8fr) minmax(560px, 1.2fr);
    gap: 28px;
    align-items: stretch;
}

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

.contact-details {
    display: grid;
    grid-template-columns: 0.8fr 1.55fr 1fr;
    gap: 14px;
    margin-bottom: 24px;
}

.contact-item {
    min-height: 112px;
    padding: 20px 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.52);
}

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

.contact-item a,
.contact-item p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.75;
}

.map-frame {
    position: relative;
    width: 100%;
    min-height: 620px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: #dbd6c7;
}

.map-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    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;
}

.contact-map-open {
    display: none;
}

.contact-map-dialog {
    width: min(720px, calc(100vw - 28px));
    max-width: none;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.2);
    border-radius: 24px;
    background: var(--ink);
    color: var(--cream);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
}

.contact-map-dialog::backdrop {
    background: rgba(18, 18, 18, 0.68);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.contact-map-dialog__shell {
    padding: 16px;
}

.contact-map-dialog__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 2px 3px 14px;
}

.contact-map-dialog__head span {
    display: block;
    color: var(--yellow);
    font-size: 0.58rem;
    font-weight: 800;
}

.contact-map-dialog__head h3 {
    margin: 2px 0 0;
    font-size: 1rem;
}

.contact-map-dialog__head button {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(250, 241, 213, 0.2);
    border-radius: 50%;
    background: rgba(250, 241, 213, 0.08);
    color: var(--cream);
    cursor: pointer;
    font-size: 1.25rem;
}

.map-frame--dialog {
    min-height: min(66dvh, 560px);
}

body.has-map-dialog {
    overflow: hidden;
}

.signup-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    padding: 38px 40px;
    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-row--academic {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
}

.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 {
    display: block;
    min-height: 16px;
    margin-top: 3px;
    color: #ff9c8c;
    font-size: 0.62rem;
    line-height: 1.5;
}

.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, 4vw, 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);
}

.hof-trophy-stage {
    position: relative;
    width: min(390px, 34vw);
    height: 420px;
    justify-self: end;
    isolation: isolate;
    direction: ltr;
}

.hof-trophy-stage::before {
    position: absolute;
    inset: 30px 0 22px;
    z-index: -2;
    border: 1px solid rgba(255, 215, 88, 0.2);
    border-radius: 48% 52% 50% 50%;
    background:
        radial-gradient(circle at 47% 38%, rgba(99, 80, 19, 0.55), transparent 26%),
        radial-gradient(circle at 50% 52%, #1c1a15 0, #080806 58%, rgba(4, 4, 3, 0.9) 72%);
    box-shadow:
        0 34px 75px rgba(15, 12, 3, 0.3),
        inset 0 0 65px rgba(255, 202, 40, 0.08);
    content: "";
    transform: perspective(700px) rotateY(-5deg);
}

.hof-trophy-stage__halo {
    position: absolute;
    right: 12%;
    bottom: 2%;
    left: 12%;
    height: 25%;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(255, 204, 0, 0.56), rgba(255, 204, 0, 0.12) 45%, transparent 72%);
    filter: blur(15px);
    animation: hof-trophy-halo 4.8s ease-in-out infinite;
}

.hof-trophy-stage__canvas,
.hof-trophy-stage__fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hof-trophy-stage__canvas {
    z-index: 2;
    opacity: 0;
    filter: drop-shadow(0 25px 22px rgba(0, 0, 0, 0.2));
    transition: opacity 0.8s ease;
}

.hof-trophy-stage__fallback {
    z-index: 1;
    padding: 35px;
    border-radius: 50%;
    object-fit: contain;
    opacity: 0.9;
    filter: saturate(0.9) contrast(1.06);
    transition: opacity 0.55s ease;
}

.hof-trophy-stage.is-ready .hof-trophy-stage__canvas {
    opacity: 1;
}

.hof-trophy-stage.is-ready .hof-trophy-stage__fallback {
    opacity: 0;
}

.hof-trophy-stage__loading {
    position: absolute;
    right: 50%;
    bottom: 35px;
    z-index: 4;
    padding: 5px 10px;
    border: 1px solid rgba(255, 211, 55, 0.22);
    border-radius: 999px;
    background: rgba(8, 8, 6, 0.72);
    color: rgba(255, 241, 184, 0.78);
    font-size: 0.57rem;
    white-space: nowrap;
    transform: translateX(50%);
    transition: opacity 0.35s ease;
}

.hof-trophy-stage.is-ready .hof-trophy-stage__loading,
.hof-trophy-stage.is-fallback .hof-trophy-stage__loading {
    opacity: 0;
}

.hof-trophy-stage__credit {
    position: absolute;
    right: 50%;
    bottom: 8px;
    z-index: 5;
    color: rgba(66, 54, 18, 0.62);
    font-size: 0.5rem;
    white-space: nowrap;
    transform: translateX(50%);
}

.hof-trophy-stage__credit:hover {
    color: var(--ink);
}

.hof-trophy-stage__spark {
    position: absolute;
    z-index: 3;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff8ce;
    box-shadow:
        0 0 5px #fff,
        0 0 15px #ffd42d,
        0 0 32px rgba(255, 204, 0, 0.8);
    opacity: 0;
    animation: hof-trophy-spark 4.6s ease-in-out infinite;
}

.hof-trophy-stage__spark::before,
.hof-trophy-stage__spark::after {
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 249, 211, 0.9), transparent);
    content: "";
    transform: translate(-50%, -50%);
}

.hof-trophy-stage__spark::before {
    width: 32px;
    height: 1px;
}

.hof-trophy-stage__spark::after {
    width: 1px;
    height: 32px;
}

.hof-trophy-stage__spark--one {
    top: 18%;
    left: 19%;
}

.hof-trophy-stage__spark--two {
    top: 35%;
    right: 10%;
    animation-delay: 1.55s;
}

.hof-trophy-stage__spark--three {
    bottom: 22%;
    left: 14%;
    animation-delay: 3.05s;
}

@keyframes hof-trophy-halo {
    0%, 100% { opacity: 0.58; transform: scale(0.94); }
    50% { opacity: 0.9; transform: scale(1.04); }
}

@keyframes hof-trophy-spark {
    0%, 65%, 100% { opacity: 0; transform: scale(0.3) rotate(0); }
    73% { opacity: 1; transform: scale(1) rotate(45deg); }
    82% { opacity: 0; transform: scale(1.5) rotate(75deg); }
}

.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;
    isolation: isolate;
    background: #171c2b;
}

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

.hof-list-card__photo .student-photo-foreground {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.student-photo-backdrop {
    position: absolute;
    z-index: 0;
    inset: -18%;
    width: 136% !important;
    height: 136% !important;
    display: block;
    object-fit: cover !important;
    object-position: center !important;
    opacity: 0.76;
    filter: blur(24px) saturate(0.88) brightness(0.62);
    transform: scale(1.16) !important;
    pointer-events: none;
}

.student-photo-foreground {
    position: relative;
    z-index: 1;
}

.student-placeholder-image,
.hof-list-card .hof-list-card__photo--fallback .student-placeholder-image,
.hero-rank-photo--fallback .student-placeholder-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center bottom;
    transform: scale(1.015);
    transform-origin: center bottom;
    animation: student-placeholder-drift 8.5s ease-in-out infinite alternate;
    will-change: transform;
}

.hof-list-card__photo--fallback,
.hof-rank-slide__photo--fallback,
.hero-rank-photo--fallback {
    isolation: isolate;
    background: #171c2b;
}

.hof-list-card__photo--fallback::before,
.hof-rank-slide__photo--fallback::before,
.hero-rank-photo--fallback::before {
    position: absolute;
    z-index: 2;
    inset: -40% -80%;
    background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.24) 49%, transparent 56%);
    content: "";
    pointer-events: none;
    transform: translateX(-38%);
    animation: student-placeholder-glint 7s ease-in-out infinite;
}

@keyframes student-placeholder-glint {
    0%, 58%, 100% { transform: translateX(-38%); }
    76% { transform: translateX(38%); }
}

@keyframes student-placeholder-drift {
    0% { transform: scale(1.035) translate3d(0, 0, 0); }
    52% { transform: scale(1.075) translate3d(0, -0.8%, 0); }
    100% { transform: scale(1.055) translate3d(0.7%, 0.45%, 0); }
}

.hof-list-card .hof-list-card__photo.hof-list-card__photo--fallback img.student-placeholder-image {
    object-position: center bottom;
    transform: scale(1.015);
}

.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;
}

.hof-rank-slider {
    position: relative;
    min-width: 0;
    padding: 14px 14px 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 204, 0, 0.2);
    border-radius: 32px;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 204, 0, 0.17), transparent 28%),
        linear-gradient(145deg, #202a49, #111521 55%, #090b10);
    box-shadow: 0 30px 80px rgba(25, 27, 35, 0.2);
}

.hof-rank-slider::before {
    position: absolute;
    top: 0;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 204, 0, 0.78), transparent);
    content: "";
}

.hof-rank-slider::after {
    position: absolute;
    z-index: 0;
    top: -31px;
    left: 50%;
    width: 190px;
    height: 132px;
    background: url("../images/logo-yellow.png") center / contain no-repeat;
    content: "";
    opacity: 0.095;
    mix-blend-mode: screen;
    pointer-events: none;
    transform: translateX(-50%) rotate(-5deg);
}

.hof-rank-slider__main {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.hof-rank-slider__toolbar {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 4px 8px 12px 10px;
    color: var(--cream);
}

.hof-rank-slider__toolbar p {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.hof-rank-slider__toolbar p > span {
    color: rgba(250, 241, 213, 0.65);
    font-size: 0.66rem;
    font-weight: 700;
}

.hof-rank-slider__label--mobile {
    display: none;
}

.hof-rank-slider__toolbar p > strong {
    color: var(--yellow);
    font-size: 0.7rem;
    font-weight: 900;
    direction: ltr;
}

.hof-rank-slider__controls {
    display: flex;
    gap: 8px;
    direction: ltr;
}

.hof-rank-slider__controls button {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(250, 241, 213, 0.2);
    border-radius: 50%;
    background: rgba(250, 241, 213, 0.07);
    color: var(--cream);
    font: inherit;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hof-rank-slider__controls button:hover,
.hof-rank-slider__controls button:focus-visible {
    background: var(--yellow);
    color: var(--ink);
    outline: none;
    transform: translateY(-2px);
}

.hof-rank-slider__viewport {
    width: 100%;
    padding: 3px 3px 13px;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 22px;
    outline: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--yellow) rgba(255, 255, 255, 0.08);
    scrollbar-width: thin;
    touch-action: pan-x pan-y pinch-zoom;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.hof-rank-slider__viewport img {
    -webkit-user-drag: none;
    user-select: none;
}

.hof-rank-slider__viewport:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.35);
}

.hof-rank-slider__track {
    width: max-content;
    display: flex;
    gap: 14px;
}

.hof-rank-slide {
    position: relative;
    width: clamp(272px, 25vw, 318px);
    flex: 0 0 clamp(272px, 25vw, 318px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background: var(--cream);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.hof-rank-slide__photo {
    position: relative;
    min-width: 0;
    height: 218px;
    flex: 0 0 218px;
    overflow: hidden;
    isolation: isolate;
    background: #171c2b;
}

.hof-rank-slide__photo::after {
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(180deg, transparent 56%, rgba(15, 18, 28, 0.34));
    content: "";
    pointer-events: none;
}

.hof-rank-slide__photo .student-photo-foreground {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hof-rank-slide__photo--fallback .student-placeholder-image {
    object-fit: contain;
    object-position: center bottom;
    transform: scale(1.015);
}

.hof-rank-slide__photo > span {
    position: absolute;
    z-index: 3;
    right: 16px;
    top: 16px;
    min-width: 61px;
    height: 61px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255, 255, 255, 0.72);
    border-radius: 17px;
    background: var(--yellow);
    box-shadow: 0 12px 28px rgba(19, 20, 25, 0.25);
    color: var(--ink);
    font-size: 0.58rem;
    font-weight: 850;
    line-height: 1;
}

.hof-rank-slide__photo > span b {
    margin-top: 3px;
    font-size: 1.38rem;
    font-weight: 900;
}

.hof-rank-slide__body {
    position: relative;
    min-width: 0;
    min-height: 185px;
    display: flex;
    flex-direction: column;
    padding: 19px 19px 20px;
}

.hof-rank-slide__index {
    position: absolute;
    left: 24px;
    top: 19px;
    color: rgba(41, 41, 41, 0.12);
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1;
}

.hof-rank-slide__body small {
    position: relative;
    z-index: 1;
    color: var(--blue);
    max-width: calc(100% - 35px);
    font-size: 0.59rem;
    font-weight: 850;
}

.hof-rank-slide__body h3 {
    position: relative;
    z-index: 1;
    margin: 7px 0 10px;
    overflow: hidden;
    font-size: 1.13rem;
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hof-rank-slide__body p {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
}

.hof-rank-slide__body p strong {
    color: var(--ink);
    font-size: 0.75rem;
}

.hof-rank-slide__body p span {
    color: var(--muted);
    overflow: hidden;
    font-size: 0.65rem;
    line-height: 1.7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hof-rank-slide__body blockquote {
    display: -webkit-box;
    margin: 12px 0 0;
    overflow: hidden;
    padding: 7px 10px;
    border-right: 3px solid var(--gold);
    background: rgba(255, 204, 0, 0.1);
    color: #5e594f;
    font-size: 0.61rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hof-accepted-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
    gap: 13px;
}

.hof-accepted-card {
    position: relative;
    isolation: isolate;
    min-width: 0;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 18px 19px 17px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.5), transparent 62%),
        var(--cream);
    box-shadow: 0 8px 22px rgba(41, 41, 41, 0.045);
    transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.hof-accepted-card:hover {
    border-color: rgba(213, 165, 0, 0.5);
    box-shadow: 0 16px 36px rgba(41, 41, 41, 0.1);
    transform: translateY(-4px);
}

.hof-accepted-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--yellow), var(--gold));
    content: "";
    opacity: 0.8;
}

.hof-accepted-card__top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}

.hof-accepted-card__top small {
    min-width: 0;
    color: var(--blue);
    font-size: 0.57rem;
    font-weight: 800;
    line-height: 1.65;
}

.hof-accepted-card__top > span {
    flex: 0 0 auto;
    min-width: 54px;
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--yellow);
    color: var(--ink);
    font-size: 0.55rem;
    font-weight: 850;
    text-align: center;
}

.hof-accepted-card__top > span b {
    font-size: 0.68rem;
    font-weight: 900;
}

.hof-accepted-card h3 {
    margin: 16px 0 8px;
    overflow: hidden;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hof-accepted-card p {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin: auto 0 0;
}

.hof-accepted-card p strong {
    overflow: hidden;
    color: var(--ink);
    font-size: 0.69rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hof-accepted-card p span {
    overflow: hidden;
    color: var(--muted);
    font-size: 0.61rem;
    line-height: 1.7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hof-accepted-card blockquote {
    position: relative;
    z-index: 1;
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 0.59rem;
}

.hof-accepted-card > i {
    position: absolute;
    left: -7px;
    bottom: -35px;
    z-index: 0;
    color: var(--yellow);
    font-size: 8.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    opacity: 0.075;
    transform: rotate(-9deg);
}

.hof-accepted-more {
    min-height: 45px;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0;
    padding: 9px 20px;
    border: 0;
    border-radius: 999px;
    background: var(--ink);
    color: var(--cream);
    cursor: pointer;
    font: inherit;
    font-size: 0.7rem;
    font-weight: 850;
}

.hof-accepted-more:not([hidden]) {
    display: flex;
}

.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: 52px 0 20px;
    background: var(--ink);
    color: var(--cream);
}

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

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

.footer-cta .button--yellow {
    background: var(--blue);
    box-shadow: 0 13px 30px rgba(36, 81, 214, 0.24);
    color: #fff;
}

.footer-cta .button--yellow:hover {
    box-shadow: 0 14px 34px rgba(36, 81, 214, 0.36);
}

.footer-cta h2 span {
    color: var(--blue) !important;
    /* background-color: var(--yellow);
    padding: 0 15px;
    border-radius: 15px ; */
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(80px, 0.7fr) repeat(3, minmax(110px, 0.8fr)) minmax(410px, 2.2fr);
    align-items: start;
    gap: 26px;
    padding: 32px 0 30px;
}

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

.footer-grid h3 {
    margin-bottom: 8px;
    color: var(--blue);
    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 {
    position: relative;
    min-height: 70px;
    max-width: 320px;
}

.footer-brand::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: var(--blue);
    content: "";
    -webkit-mask: url("../images/logo-yellow.png") center / contain no-repeat;
    mask: url("../images/logo-yellow.png") center / contain no-repeat;
}

.footer-brand img {
    margin-bottom: 0;
    opacity: 0;
}

.footer-brand p {
    margin: 0;
}

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

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

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

.footer-social-link {
    position: relative;
    width: 54px;
    height: 54px;
    display: grid;
    flex: 0 0 54px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(250, 241, 213, 0.28);
    border-radius: 16px;
    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,
.footer-social-link--youtube .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--youtube 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(-6px) 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);
}

.footer-social-link--youtube:hover,
.footer-social-link--youtube:focus-visible {
    box-shadow: 0 16px 35px rgba(255, 0, 0, 0.32);
}

.enamad-placeholder {
    width: 112px;
    min-height: 124px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 10px;
    border: 1px dashed rgba(250, 241, 213, 0.42);
    border-radius: 17px;
    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(--blue);
    background: rgba(250, 241, 213, 0.1);
    transform: translateY(-4px);
}

.enamad-placeholder__mark {
    width: 54px;
    height: 54px;
    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(--blue);
    font-family: Arial, sans-serif;
    font-size: 1.55rem;
    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: 16px;
    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;
    }

    .contact-main {
        min-height: 460px;
    }

    .map-frame {
        min-height: 460px;
    }

    .signup-card {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: minmax(90px, 0.7fr) repeat(3, 1fr);
    }

    .footer-utility {
        grid-column: 1 / -1;
        justify-content: space-between;
        padding-top: 22px;
        border-top: 1px solid rgba(250, 241, 213, 0.1);
    }
}

@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-contact {
        grid-column: 2 / 4;
    }

    .footer-utility {
        grid-column: 1 / -1;
    }

    .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 {
        inset: 0;
        width: 100vw;
        height: 100dvh;
        max-height: none;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 88px 24px 34px;
        overflow-y: auto;
        background: rgba(250, 241, 213, 0.76);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: scale(1.02);
        transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
    }

    .main-nav.is-open {
        max-height: none;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: scale(1);
    }

    .main-nav a {
        width: auto;
        margin: 0;
        padding: 10px 22px;
        border: 0;
        color: var(--ink);
        font-size: clamp(1.25rem, 6vw, 1.75rem);
        font-weight: 900;
        text-align: center;
    }

    .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 {
        position: relative;
        z-index: 130;
        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;
        gap: 8px;
        margin-bottom: 10px;
    }

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

    .contact-item {
        min-height: 0;
        padding: 11px 14px;
        border-radius: 12px;
    }

    .contact-item span {
        margin-bottom: 2px;
        font-size: 0.58rem;
    }

    .contact-item a,
    .contact-item p {
        font-size: 0.72rem;
        line-height: 1.65;
    }

    .contact-main {
        display: none;
    }

    .contact-map-open {
        width: 100%;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        border: 0;
        border-radius: 12px;
        background: var(--blue);
        color: white;
        cursor: pointer;
        font-size: 0.72rem;
        font-weight: 900;
    }

    .contact-map-dialog__shell {
        padding: 12px;
    }

    .map-frame--dialog,
    .map-frame--dialog iframe {
        min-height: min(64dvh, 520px);
        height: min(64dvh, 520px);
    }

    .map-frame--dialog .map-label {
        right: 10px;
        bottom: 10px;
        min-width: 178px;
        padding: 10px 12px;
    }

    .signup-card {
        padding: 20px 16px 16px;
        border-radius: 20px;
    }

    .signup-card__head {
        margin-bottom: 14px;
    }

    .signup-card__head h3 {
        margin-bottom: 4px;
        font-size: 1.45rem;
    }

    .signup-card__head p {
        font-size: 0.68rem;
    }

    .form-row {
        gap: 8px;
    }

    .signup-card .form-row--identity,
    .signup-card .form-row--academic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .signup-card .form-row--academic .form-field:first-child {
        grid-column: 1 / -1;
    }

    .signup-card .form-field {
        margin-bottom: 8px;
    }

    .signup-card .form-field label {
        margin-bottom: 3px;
        font-size: 0.61rem;
    }

    .signup-card .form-field input,
    .signup-card .form-field select {
        height: 41px;
        padding-inline: 9px;
        font-size: 0.68rem;
    }

    .signup-card .form-field textarea {
        min-height: 58px;
        padding: 8px 9px;
        font-size: 0.68rem;
    }

    .signup-card .form-field > small {
        min-height: 10px;
        margin-top: 1px;
        font-size: 0.54rem;
    }

    .signup-card .button {
        min-height: 45px;
        padding-block: 9px;
        font-size: 0.72rem;
    }

    .signup-card .form-note {
        margin-top: 6px;
    }

    .footer-cta {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "brand contact"
            "quick content"
            "utility utility";
        gap: 24px 25px;
        padding: 28px 0 26px;
    }

    .footer-brand {
        grid-area: brand;
    }

    .footer-links--quick {
        grid-area: quick;
    }

    .footer-links--content {
        grid-area: content;
    }

    .footer-contact {
        grid-area: contact;
    }

    .footer-utility {
        grid-area: utility;
    }

    .footer-utility {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        padding-top: 22px;
    }

    .footer-social-list {
        gap: 8px;
    }

    .footer-social-link {
        --footer-social-size: clamp(48px, calc((100vw - 80px) / 5), 56px);
        width: var(--footer-social-size);
        height: var(--footer-social-size);
        flex-basis: var(--footer-social-size);
        border-radius: 16px;
    }

    .enamad-placeholder {
        width: 112px;
        min-width: 112px;
        min-height: 124px;
        align-self: center;
        flex-direction: column;
        gap: 6px;
        padding: 10px;
        text-align: center;
    }

    .enamad-placeholder__mark {
        width: 54px;
        height: 54px;
        flex: 0 0 54px;
    }

    .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-trophy-stage {
        width: 260px;
        height: 330px;
    }

    .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));
    }

    .hof-rank-slider {
        padding: 10px;
        border-radius: 26px;
    }

    .hof-rank-slide {
        width: 286px;
        flex-basis: 286px;
    }

    .hof-rank-slide__body {
        padding-inline: 17px;
    }

    .hof-accepted-grid {
        grid-template-columns: repeat(3, 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--hof {
        min-height: 730px;
        padding-bottom: 25px;
    }

    .listing-hero--hof .listing-hero__grid {
        gap: 4px;
    }

    .hof-trophy-stage {
        width: min(330px, 94vw);
        height: 340px;
        justify-self: center;
    }

    .hof-trophy-stage::before {
        inset: 24px 5px 20px;
    }

    .hof-trophy-stage__fallback {
        padding: 29px;
    }

    .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;
    }

    .hof-rank-slider {
        padding: 10px;
        border-radius: 24px;
    }

    .hof-rank-slider__toolbar {
        min-height: 55px;
        padding: 2px 4px 10px;
    }

    .hof-rank-slider__toolbar p > span {
        display: none;
    }

    .hof-rank-slider__controls button {
        width: 36px;
        height: 36px;
    }

    .hof-rank-slider__viewport {
        padding: 3px 3px 11px;
        border-radius: 17px;
    }

    .hof-rank-slider__track {
        gap: 10px;
    }

    .hof-rank-slide {
        width: min(300px, calc(100vw - 76px));
        flex-basis: min(300px, calc(100vw - 76px));
        border-radius: 17px;
    }

    .hof-rank-slide__photo {
        height: 205px;
        flex-basis: 205px;
    }

    .hof-rank-slide__photo > span {
        right: 8px;
        top: 8px;
        min-width: 53px;
        height: 53px;
        border-width: 2px;
        border-radius: 14px;
        font-size: 0.49rem;
    }

    .hof-rank-slide__photo > span b {
        font-size: 1.18rem;
    }

    .hof-rank-slide__body {
        min-height: 172px;
        padding: 16px 14px 18px;
    }

    .hof-rank-slide__index {
        display: none;
    }

    .hof-rank-slide__body small {
        font-size: 0.54rem;
    }

    .hof-rank-slide__body h3 {
        margin: 5px 0 8px;
        overflow: hidden;
        font-size: 1rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hof-rank-slide__body p strong {
        font-size: 0.68rem;
    }

    .hof-rank-slide__body p span {
        font-size: 0.58rem;
    }

    .hof-rank-slide__body blockquote {
        display: none;
    }

    .hof-accepted-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .hof-accepted-card {
        min-height: 168px;
        padding: 16px 17px 15px;
    }

    .hof-list-grid--single {
        height: 344px;
        max-height: 344px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 3px;
        border-radius: 18px;
        outline: none;
        scroll-behavior: smooth;
        scroll-padding-block: 3px;
        scroll-snap-type: y mandatory;
        scrollbar-color: var(--gold) rgba(41, 41, 41, 0.08);
        scrollbar-width: thin;
        touch-action: pan-y pinch-zoom;
        overscroll-behavior-block: contain;
        -webkit-overflow-scrolling: touch;
    }

    .hof-list-grid--single:focus-visible {
        box-shadow: 0 0 0 3px rgba(36, 81, 214, 0.22);
    }

    .hof-list-grid--single .hof-list-card {
        width: 100%;
        height: 164px;
        min-height: 164px;
        flex: 0 0 164px;
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        border-radius: 17px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }

    .hof-list-grid--single .hof-list-card__photo {
        height: 164px;
    }

    .hof-list-grid--single .hof-list-card__photo > span {
        right: 7px;
        top: 7px;
        min-width: 48px;
        width: 48px;
        height: 48px;
        border-width: 2px;
        font-size: 0.46rem;
    }

    .hof-list-grid--single .hof-list-card__photo > span b {
        font-size: 1.1rem;
    }

    .hof-list-grid--single .hof-list-card__body {
        min-width: 0;
        align-self: center;
        padding: 12px 11px;
    }

    .hof-list-grid--single .hof-list-card__body small {
        display: block;
        overflow: hidden;
        font-size: 0.52rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hof-list-grid--single .hof-list-card__body h3 {
        margin: 3px 0 5px;
        overflow: hidden;
        font-size: 0.98rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hof-list-grid--single .hof-list-card__body p {
        margin: 0;
        font-size: 0.57rem;
        line-height: 1.55;
    }

    .hof-list-grid--single .hof-list-card__body p strong {
        overflow: hidden;
        font-size: 0.63rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hof-list-grid--single .hof-list-card__body p span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hof-list-grid--single .hof-list-card__body blockquote {
        display: none;
    }

    .hof-rank-slider__label--desktop {
        display: none;
    }

    .hof-rank-slider__toolbar p > .hof-rank-slider__label--mobile {
        display: inline;
        font-size: 0.56rem;
    }

    .hof-rank-slider__controls button {
        font-size: 0;
    }

    .hof-rank-slider__controls button::before {
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        content: "";
    }

    .hof-rank-slider__controls [data-hof-slider-next]::before {
        transform: rotate(45deg);
    }

    .hof-rank-slider__controls [data-hof-slider-prev]::before {
        transform: rotate(-135deg);
    }

    .hof-rank-slider__viewport {
        height: 342px;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 3px 3px 9px;
        cursor: grab;
        scroll-padding-block: 3px;
        scroll-snap-type: y mandatory;
        touch-action: pan-y pinch-zoom;
        overscroll-behavior-block: contain;
    }

    .hof-rank-slider__viewport.is-dragging {
        cursor: grabbing;
        scroll-snap-type: none;
        user-select: none;
    }

    .hof-rank-slider__track {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .hof-rank-slide {
        width: 100%;
        height: 160px;
        min-height: 160px;
        flex: 0 0 160px;
        display: grid;
        grid-template-columns: 106px minmax(0, 1fr);
        border-radius: 16px;
    }

    .hof-rank-slide__photo {
        width: 106px;
        height: 160px;
        min-height: 0;
        flex-basis: auto;
    }

    .hof-rank-slide__body {
        min-height: 0;
        align-self: center;
        padding: 11px 10px;
    }

    .hof-rank-slide__body small {
        display: block;
        max-width: 100%;
        overflow: hidden;
        font-size: 0.49rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hof-rank-slide__body h3 {
        margin: 3px 0 5px;
        font-size: 0.9rem;
    }

    .hof-rank-slide__body p {
        gap: 1px;
    }

    .hof-rank-slide__body p strong {
        overflow: hidden;
        font-size: 0.59rem;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hof-rank-slide__body p span {
        font-size: 0.53rem;
    }

    .hof-rank-slide__photo > span {
        right: 6px;
        top: 6px;
        min-width: 45px;
        height: 45px;
        border-radius: 12px;
    }

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

    .hof-accepted-card {
        min-height: 136px;
        padding: 8px 7px 9px;
        border-radius: 12px;
    }

    .hof-accepted-card__top small {
        display: none;
    }

    .hof-accepted-card__top > span {
        min-width: 0;
        padding: 3px 5px;
        font-size: 0.44rem;
    }

    .hof-accepted-card__top > span b {
        font-size: 0.52rem;
    }

    .hof-accepted-card h3 {
        display: -webkit-box;
        margin: 8px 0 5px;
        overflow: hidden;
        font-size: clamp(0.62rem, 3vw, 0.76rem);
        line-height: 1.45;
        text-overflow: clip;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hof-accepted-card p {
        gap: 1px;
    }

    .hof-accepted-card p strong,
    .hof-accepted-card p span {
        font-size: clamp(0.45rem, 2.1vw, 0.55rem);
    }

    .hof-accepted-card blockquote {
        display: none;
    }

    .hof-accepted-card > i {
        left: -2px;
        bottom: -19px;
        font-size: 5rem;
    }

    .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;
    }

    .js [data-campaign-reveal] [data-campaign-card] {
        opacity: 1;
        filter: none;
        transform: none;
    }

    .hero-story.is-rank-revealed .hero-rank-card,
    .hero-story.is-rank-revealed .hero-rank-link {
        transition-delay: 0s !important;
    }

    .hof-trophy-stage__spark {
        display: none;
    }

    .hof-list-card__photo--fallback::before,
    .hof-rank-slide__photo--fallback::before,
    .hero-rank-photo--fallback::before {
        animation: none;
    }

    .hof-rank-slider__viewport {
        scroll-behavior: auto;
    }
}
