:root {
    --v2-bg: #05070b;
    --v2-surface: #090d14;
    --v2-surface-2: #0d131e;
    --v2-gold: #d7b447;
    --v2-gold-light: #ffe08a;
    --v2-gold-dark: #8f6c18;
    --v2-cyan: #38bdf8;
    --v2-text: #e6edf7;
    --v2-muted: #98a6b8;
    --v2-line: rgba(215, 180, 71, 0.2);
    --v2-content: 1180px;
    --v2-header-h: 68px;
    /* Герой ограничен по высоте: так под ним видно следующий блок и лендинг не тянется. */
    --v2-hero-h: min(calc(100vh - 68px), 880px);
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scroll-padding-top: calc(var(--v2-header-h) + 12px);
}

body {
    margin: 0;
    padding-top: var(--v2-header-h);
    overflow-x: hidden;
    background: var(--v2-bg);
    color: var(--v2-text);
}

.legacy-site {
    display: none !important;
}

.global-control-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    max-width: none;
    min-height: var(--v2-header-h);
    backdrop-filter: blur(10px);
    margin: 0;
    padding: 0 clamp(24px, 3.2vw, 52px);
    border-bottom: 1px solid rgba(215, 180, 71, 0.17);
    background: rgba(5, 7, 11, 0.93);
    box-shadow: none;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.global-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    grid-column: 2 / 4;
    grid-row: 1;
    justify-self: end;
}

.brand-logo .gold-icon-badge.mini {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(215, 180, 71, 0.45);
    box-shadow: 0 0 18px rgba(215, 180, 71, 0.14);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.brand-logo:hover .gold-icon-badge.mini,
.brand-logo:focus-visible .gold-icon-badge.mini {
    transform: rotate(-6deg) scale(1.06);
    box-shadow: 0 0 26px rgba(215, 180, 71, 0.38);
}

.brand-name {
    color: var(--v2-gold-light);
    font-family: "Cinzel", serif;
    font-size: 1rem;
    letter-spacing: 0.12em;
    text-shadow: none;
    text-transform: uppercase;
    transition: color 0.35s ease, text-shadow 0.35s ease;
}

.brand-logo:hover .brand-name,
.brand-logo:focus-visible .brand-name {
    color: #fff1b2;
    text-shadow: 0 0 18px rgba(215, 180, 71, 0.62);
}

.brand-name small {
    display: none;
}

.primary-nav {
    gap: 2rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.primary-nav a {
    position: relative;
    padding: 25px 0 22px;
    color: #8590a0;
    font-size: 0.69rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.primary-nav a::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 1px;
    background: var(--v2-gold);
    transition: left 0.2s ease, right 0.2s ease;
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
    left: 0;
    right: 0;
}

.nav-join {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 18px;
    border: 1px solid rgba(215, 180, 71, 0.55);
    border-radius: 4px;
    color: var(--v2-gold-light);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.redesign-main {
    display: block;
    background:
        radial-gradient(circle at 75% 8%, rgba(56, 189, 248, 0.055), transparent 34rem),
        var(--v2-bg);
}

.v2-section-inner {
    width: min(calc(100% - 48px), var(--v2-content));
    margin: 0 auto;
}

.mobile-nav {
    position: fixed;
    top: var(--v2-header-h);
    left: 0;
    right: 0;
    margin: 8px 12px;
    z-index: 999;
}

.v2-hero {
    min-height: var(--v2-hero-h);
    background:
        radial-gradient(circle at 69% 44%, rgba(56, 189, 248, 0.075), transparent 24rem),
        linear-gradient(90deg, #05070b 0%, #070b12 54%, #090d14 100%);
}

.v2-hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(500px, 1.18fr);
    width: min(calc(100% - 48px), var(--v2-content));
    min-height: calc(var(--v2-hero-h) - 104px);
    margin: 0 auto;
    align-items: center;
}

.v2-hero-copy {
    position: relative;
    z-index: 3;
    padding: 48px 0 68px;
}

.v2-kicker,
.v2-eyebrow {
    margin: 0 0 20px;
    color: var(--v2-cyan);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.v2-kicker span {
    display: inline-block;
    width: 36px;
    height: 1px;
    margin-right: 12px;
    vertical-align: middle;
    background: var(--v2-cyan);
}

.v2-hero h1 {
    max-width: 620px;
    margin: 0 0 26px;
    color: #dfbc62;
    font-family: "Cinzel", serif;
    font-size: clamp(3rem, 5.15vw, 5rem);
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.1;
    text-transform: uppercase;
}

.v2-lead {
    max-width: 530px;
    margin: 0;
    color: #a9b4c4;
    font-size: 0.98rem;
    line-height: 1.8;
}

.v2-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-top: 34px;
}

.v2-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 3px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease;
}

.v2-button:hover {
    transform: translateY(-2px);
}

.v2-button--primary {
    border: 1px solid var(--v2-gold);
    background: rgba(215, 180, 71, 0.1);
    color: var(--v2-gold-light);
    box-shadow: inset 0 0 20px rgba(215, 180, 71, 0.06);
}

.v2-button--ghost {
    border: 1px solid rgba(215, 180, 71, 0.35);
    color: var(--v2-gold-light);
}

.v2-text-link {
    color: #b1bccb;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.v2-text-link span {
    margin-left: 12px;
    color: var(--v2-cyan);
}

.v2-hero-mascot {
    position: absolute;
    z-index: 2;
    inset: 0 -2% 0 40%;
    display: grid;
    place-items: end center;
    overflow: hidden;
    pointer-events: none;
}

.v2-hero-mascot img {
    position: relative;
    z-index: 2;
    width: min(57vw, 690px);
    height: 96%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 0 12px var(--mascot-glow, rgba(56, 189, 248, .2))) drop-shadow(0 30px 42px rgba(0, 0, 0, 0.52));
    pointer-events: auto;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s ease;
    animation: v2-mascot-breathe 6s ease-in-out infinite;
}

.v2-hero-mascot img:hover {
    transform: translateY(-12px) scale(1.025);
    filter: drop-shadow(0 0 24px var(--mascot-glow, rgba(56, 189, 248, 0.28))) drop-shadow(0 30px 42px rgba(0, 0, 0, 0.52));
}

.v2-hero-mascot--krang {
    inset: 0 2% 4% 50%;
    place-items: center;
}

.v2-hero-mascot--krang img {
    /* маскот 384x576 => высота = ширина * 1.5; берём меньшее из ограничений по ширине и высоте экрана */
    width: auto;
    height: min(calc(var(--v2-hero-h) - 150px), calc(min(32vw, 430px) * 1.5));
    max-width: 100%;
    object-fit: contain;
    animation: none;
}

@keyframes v2-krang-glow {
    0%, 100% { filter: drop-shadow(0 0 12px rgba(56, 189, 248, 0.25)) drop-shadow(0 30px 42px rgba(0, 0, 0, 0.52)); }
    50% { filter: drop-shadow(0 0 28px rgba(69, 211, 244, 0.48)) drop-shadow(0 30px 42px rgba(0, 0, 0, 0.52)); }
}

.v2-rune-circle {
    display: none;
}

.v2-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 104px;
    border-top: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    background: rgba(6, 9, 15, 0.82);
}

.v2-pillars article {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 22px 34px;
    border-right: 1px solid rgba(215, 180, 71, 0.12);
}

.v2-pillars article:last-child {
    border-right: 0;
}

.v2-rune {
    color: var(--v2-cyan);
    font-size: 2.15rem;
}

.v2-pillars h2 {
    margin: 0 0 5px;
    color: var(--v2-gold-light);
    font-family: "Cinzel", serif;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.v2-pillars article {
    transition: background 0.3s ease, transform 0.3s ease;
}

.v2-pillars article:hover {
    background: linear-gradient(180deg, rgba(215, 180, 71, 0.08), transparent);
    transform: translateY(-2px);
}

.v2-pillars p {
    margin: 0;
    color: #8794a5;
    font-size: 0.78rem;
}

.v2-status {
    border-bottom: 1px solid rgba(215, 180, 71, 0.11);
    background: #080c13;
}

.v2-status-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 250px;
    min-height: 235px;
    align-items: center;
    gap: 34px;
    padding: 20px 0;
    box-sizing: border-box;
}

.v2-status-grid > div:first-child {
    grid-column: 1;
}

.v2-status-meta {
    grid-column: 2;
}

.v2-status h2 {
    margin: 0 0 10px;
    color: var(--v2-text);
    font-family: "Marcellus", serif;
    font-size: 1.55rem;
}

.v2-status p:not(.v2-eyebrow) {
    max-width: 730px;
    margin: 0;
    color: var(--v2-muted);
    font-size: 0.88rem;
    line-height: 1.65;
}

.v2-status .v2-eyebrow {
    margin-bottom: 8px;
    color: var(--v2-gold-light);
}

.v2-status-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: right;
}

.v2-status-meta strong {
    color: var(--v2-gold-light);
    font-size: 0.75rem;
}

.v2-status-meta span {
    color: #8f9cad;
    font-size: 0.78rem;
}

.v2-status-grid > img {
    position: relative;
    grid-column: 3;
    grid-row: 1;
    justify-self: center;
    width: 205px;
    height: 218px;
    object-fit: contain;
    object-position: center center;
    --mascot-glow: rgba(56, 189, 248, .42);
    filter: drop-shadow(0 0 10px rgba(56, 189, 248, .16));
    pointer-events: auto;
    transition: filter .35s ease, transform .35s ease;
}

.v2-status-grid > img:hover {
    transform: translateY(-5px);
    filter: drop-shadow(0 0 23px var(--mascot-glow)) drop-shadow(0 12px 20px rgba(0, 0, 0, .35));
}

.v2-section {
    padding: 60px 0;
    border-bottom: 1px solid rgba(215, 180, 71, 0.1);
}

.v2-split {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 11vw;
    align-items: start;
}

.v2-about-grid {
    display: grid;
    grid-template-columns: minmax(330px, 1.1fr) minmax(320px, .9fr) 280px;
    gap: clamp(28px, 3.4vw, 54px);
    align-items: center;
}

.v2-about-heading {
    min-width: 0;
}

.v2-about-mascot {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    width: min(100%, 190px);
    height: 305px;
    transform: translateY(28px);
    object-fit: contain;
    object-position: center bottom;
    --mascot-glow: rgba(215, 180, 71, .42);
    filter: drop-shadow(0 0 13px rgba(215, 180, 71, .18));
    transition: filter .35s ease, transform .35s ease;
}

.v2-about-grid .v2-copy {
    grid-column: 2;
    grid-row: 1;
}

.v2-about-mascot:hover {
    transform: translateY(22px);
    filter: drop-shadow(0 0 27px var(--mascot-glow)) drop-shadow(0 14px 24px rgba(0, 0, 0, .38));
}

.v2-section h2 {
    margin: 0;
    color: var(--v2-gold-light);
    font-family: "Cinzel", serif;
    font-size: clamp(2rem, 3.5vw, 3.55rem);
    font-weight: 600;
    line-height: 1.2;
}

.v2-copy {
    padding-top: 34px;
}

.v2-copy p,
.v2-section-heading > p:last-child {
    color: var(--v2-muted);
    font-size: 0.98rem;
    line-height: 1.8;
}

.v2-section-heading {
    max-width: 760px;
    margin-bottom: 32px;
}

.v2-section-heading--row {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
}

.v2-world {
    position: relative;
    overflow: hidden;
    background: #080c13;
}

.v2-world .v2-section-heading {
    position: relative;
    min-height: 208px;
    padding-left: 258px;
}

.v2-world-mascot {
    position: absolute;
    left: -18px;
    right: auto;
    top: -52px;
    width: 214px;
    height: 290px;
    object-fit: contain;
    object-position: center bottom;
    --mascot-glow: rgba(56, 189, 248, .44);
    filter: drop-shadow(0 0 13px rgba(56, 189, 248, .18));
    transition: filter .35s ease, transform .35s ease;
}

.v2-world-mascot:hover {
    transform: translateY(-6px);
    filter: drop-shadow(0 0 27px var(--mascot-glow)) drop-shadow(0 14px 24px rgba(0, 0, 0, .38));
}

.v2-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border-top: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    background: rgba(215, 180, 71, 0.16);
}

.v2-feature-grid article {
    position: relative;
    min-height: 250px;
    padding: 26px 24px;
    background: #080c13;
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.v2-feature-grid article:hover {
    z-index: 1;
    background: linear-gradient(145deg, rgba(215, 180, 71, 0.12), #080c13 62%);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.32);
    transform: translateY(-6px);
}

.v2-feature-grid article > span {
    position: absolute;
    top: 18px;
    right: 18px;
    color: rgba(215, 180, 71, 0.35);
    font-family: "Cinzel", serif;
}

.v2-feature-grid img {
    width: 64px;
    height: 64px;
    margin-bottom: 38px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 24px rgba(215, 180, 71, 0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.v2-feature-grid article:hover img {
    transform: scale(1.08) rotate(4deg);
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.28);
}

.v2-feature-grid h3 {
    margin: 0 0 14px;
    color: var(--v2-gold-light);
    font-family: "Marcellus", serif;
    font-size: 1.2rem;
}

.v2-feature-grid p {
    margin: 0;
    color: #8f9bac;
    font-size: 0.86rem;
    line-height: 1.65;
}

.v2-timeline {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
}

.v2-roadmap-progress {
    display: grid;
    grid-template-columns: minmax(260px, 0.5fr) 1fr;
    align-items: end;
    gap: 36px;
    margin-bottom: 30px;
}

.v2-roadmap-progress > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.v2-roadmap-progress strong {
    color: var(--v2-gold-light);
    font-size: 0.82rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.v2-roadmap-progress span {
    color: var(--v2-muted);
    font-size: 0.78rem;
}

.v2-progress-track {
    height: 5px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.07);
}

.v2-progress-track > span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--v2-cyan), var(--v2-gold));
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.32);
    transition: width 0.8s ease;
}

.v2-roadmap-active {
    display: grid;
    gap: 7px;
    margin: 34px 0 26px;
    padding: 18px 22px;
    border-left: 2px solid var(--v2-cyan);
    background: linear-gradient(90deg, rgba(56, 189, 248, .08), transparent);
}

.v2-roadmap-active > span {
    color: var(--v2-cyan);
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.v2-roadmap-active strong {
    color: var(--v2-gold-light);
    font-family: "Marcellus", serif;
    font-size: 1.1rem;
}

.v2-roadmap-active p {
    margin: 0;
    color: var(--v2-muted);
    line-height: 1.6;
}

.v2-roadmap-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 0 0 26px;
    color: var(--v2-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v2-roadmap-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.v2-roadmap-legend span::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 9px currentColor;
}

.v2-roadmap-legend .is-done { color: #69d391; }
.v2-roadmap-legend .is-progress { color: #f0c75e; }
.v2-roadmap-legend .is-check { color: #d7b447; }
.v2-roadmap-legend .is-plan { color: #5abce8; }

.v2-roadmap {
    position: relative;
    overflow: hidden;
}

.v2-roadmap .v2-section-heading {
    max-width: 760px;
    min-height: 196px;
    margin-bottom: 28px;
}

.v2-roadmap-mascot {
    position: absolute;
    right: max(18px, calc((100vw - var(--v2-content)) / 2 - 4px));
    top: 56px;
    z-index: 1;
    width: 158px;
    height: 225px;
    object-fit: contain;
    object-position: bottom center;
    opacity: .9;
    --mascot-glow: rgba(167, 139, 250, .5);
    filter: drop-shadow(0 0 16px var(--mascot-glow));
    pointer-events: auto;
    transition: filter .35s ease, transform .35s ease;
}

.v2-roadmap-mascot:hover {
    transform: translateY(-4px);
    filter: drop-shadow(0 0 28px var(--mascot-glow));
}

.v2-timeline li {
    position: relative;
    min-height: 210px;
    padding: 30px 26px;
    border-top: 1px solid rgba(215, 180, 71, 0.18);
    border-bottom: 1px solid rgba(215, 180, 71, 0.18);
}

.v2-timeline li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(215, 180, 71, 0.13);
}

.v2-timeline li.active {
    background: linear-gradient(180deg, rgba(215, 180, 71, 0.09), transparent);
}

.v2-timeline li.done {
    background: linear-gradient(180deg, rgba(74, 222, 128, 0.07), transparent);
    box-shadow: inset 3px 0 0 rgba(74, 222, 128, 0.72);
}

.v2-timeline li.partial {
    background: linear-gradient(180deg, rgba(240, 199, 94, 0.055), transparent);
    box-shadow: inset 3px 0 0 rgba(240, 199, 94, 0.62);
}

.v2-timeline li.gate {
    box-shadow: inset 3px 0 0 rgba(215, 180, 71, 0.62);
}

.v2-timeline li.done > span {
    color: #69d391;
}

.v2-timeline li.partial > span,
.v2-timeline li.active > span {
    color: #f0c75e;
}

.v2-timeline li.gate > span {
    color: #d7b447;
}

.v2-timeline li > span {
    display: block;
    margin-bottom: 38px;
    color: var(--v2-cyan);
    font-family: "Cinzel", serif;
}

.v2-timeline h3 {
    margin: 0 0 12px;
    color: var(--v2-gold-light);
    font-family: "Marcellus", serif;
}

.v2-timeline p {
    margin: 0;
    color: #8e9bad;
    font-size: 0.83rem;
    line-height: 1.6;
}

.v2-media {
    background: #080c13;
}

.v2-media-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
    gap: 64px;
    align-items: center;
}

.v2-media-visual {
    position: relative;
    height: 570px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #6ca8ca;
}

.v2-media-visual > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.v2-media-visual .v2-media-mascot {
    position: absolute;
    right: auto;
    left: 4%;
    bottom: 3%;
    width: 22%;
    height: 58%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 0 12px var(--mascot-glow, rgba(56, 189, 248, .2))) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.42));
    pointer-events: none;
}

.v2-image-brand {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 4;
    color: var(--v2-gold-light);
    font-family: "Cinzel", serif;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.v2-media-copy h2 {
    margin-bottom: 32px;
    font-size: clamp(1.8rem, 2.8vw, 3rem);
}

.v2-media-copy h3 {
    margin: 22px 0 8px;
    color: var(--v2-gold-light);
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v2-media-copy p {
    margin: 0;
    color: var(--v2-muted);
    line-height: 1.72;
}

.v2-media-copy .v2-text-link {
    display: inline-block;
    margin-top: 30px;
}

.v2-news-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 18px;
    align-items: center;
}

.v2-news-viewport {
    min-width: 0;
    overflow: hidden;
}

.v2-news-track {
    display: flex;
    align-items: stretch;
    transition: transform 0.52s cubic-bezier(.2, .75, .25, 1);
    will-change: transform;
}

.v2-news-slide {
    flex: 0 0 100%;
    min-width: 0;
    box-sizing: border-box;
}

.v2-post-card {
    overflow: hidden;
    border: 1px solid rgba(215, 180, 71, 0.18);
    border-radius: 0;
    background: #090d14;
}

.v2-post-card:hover {
    transform: none;
}

.v2-post-image {
    position: relative;
    height: 320px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(215, 180, 71, 0.14);
    background: #6ca8ca;
}

.post-gallery {
    position: relative;
    overflow: hidden;
}

.post-gallery-viewport {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.post-gallery-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform .45s cubic-bezier(.2, .75, .25, 1);
}

.post-gallery-slide {
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: zoom-in;
}

.post-gallery-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.post-gallery-slide .gallery-mascot {
    position: absolute;
    z-index: 4;
    display: block;
    width: var(--gallery-mascot-width, 22%) !important;
    height: var(--gallery-mascot-height, 58%) !important;
    object-fit: contain !important;
    object-position: center bottom;
    pointer-events: none;
}

.gallery-mascot--left-bottom {
    right: auto !important;
    bottom: 2%;
    left: 3% !important;
    transform: none !important;
}

.gallery-mascot--right-bottom {
    right: 3% !important;
    bottom: 2%;
    left: auto !important;
    transform: none !important;
}

.post-gallery-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: grid;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    place-items: center;
    border: 1px solid rgba(215, 180, 71, .55);
    border-radius: 50%;
    background: rgba(5, 7, 11, .75);
    color: var(--v2-gold-light);
    cursor: pointer;
}

.post-gallery-control:disabled {
    opacity: .25;
    cursor: default;
}

.post-gallery-control--prev { left: 12px; }
.post-gallery-control--next { right: 12px; }

.post-gallery-dots {
    position: absolute;
    right: 18px;
    bottom: 14px;
    z-index: 5;
    display: flex;
    gap: 6px;
}

.post-gallery-dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(230, 237, 247, .35);
    cursor: pointer;
}

.post-gallery-dot.is-active {
    background: var(--v2-gold-light);
    box-shadow: 0 0 9px rgba(215, 180, 71, .65);
}

.v2-post-image > img:first-child {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.v2-post-image .blog-mascot-overlay {
    --gallery-mascot-width: 20%;
    --gallery-mascot-height: 58%;
    object-fit: contain !important;
    filter: drop-shadow(0 0 12px var(--mascot-glow, rgba(56, 189, 248, .2))) drop-shadow(0 12px 24px rgba(0, 0, 0, .42));
    transition: filter .35s ease;
}

.v2-post-card:hover .v2-post-image .blog-mascot-overlay {
    transform: none;
}

.v2-media-visual:has(.v2-media-mascot:hover) .v2-media-mascot,
.v2-post-image:has(.blog-mascot-overlay:hover) .blog-mascot-overlay,
.v2-community-inner:has(> img:hover) > img,
.v2-faq-mascot:hover img {
    filter: drop-shadow(0 0 22px var(--mascot-glow, rgba(56, 189, 248, .45))) drop-shadow(0 12px 24px rgba(0, 0, 0, .42));
}

.v2-post-body {
    padding: 28px;
}

.v2-post-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    color: #7f8c9e;
    font-size: 0.7rem;
    letter-spacing: 0.07em;
}

.v2-post-meta span {
    color: var(--v2-cyan);
}

.v2-post-body h3 {
    margin: 0 0 18px;
    color: var(--v2-gold-light);
    font-family: "Marcellus", serif;
    font-size: 1.55rem;
}

.v2-post-body p {
    margin: 0 0 12px;
    color: #a8b4c5;
    line-height: 1.65;
}

.v2-post-body a {
    display: inline-block;
    margin-top: 14px;
    color: var(--v2-cyan);
    text-decoration: none;
}

.v2-news-control {
    width: 46px;
    height: 46px;
    border: 1px solid rgba(215, 180, 71, 0.42);
    border-radius: 50%;
    background: rgba(9, 13, 20, 0.9);
    color: var(--v2-gold-light);
    cursor: pointer;
    font-size: 1.4rem;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.v2-news-control:hover:not(:disabled),
.v2-news-control:focus-visible:not(:disabled) {
    border-color: var(--v2-cyan);
    color: var(--v2-cyan);
    transform: scale(1.06);
}

.v2-news-control:disabled {
    cursor: default;
    opacity: .28;
}

.v2-news-dots {
    position: absolute;
    right: 82px;
    bottom: 18px;
    display: flex;
    gap: 7px;
}

.v2-news-dot {
    width: 6px;
    height: 6px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #394454;
    cursor: pointer;
}

.v2-news-dot.is-active {
    background: var(--v2-gold-light);
    box-shadow: 0 0 10px rgba(215, 180, 71, .6);
}

.v2-community {
    overflow: hidden;
    border-top: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    background:
        radial-gradient(circle at 20% 40%, rgba(56, 189, 248, 0.08), transparent 22rem),
        #080c13;
}

.v2-community-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 210px;
    min-height: 260px;
    align-items: center;
    gap: 34px;
}

.v2-community-inner > img {
    grid-column: 3;
    grid-row: 1;
    align-self: end;
    width: 210px;
    height: 270px;
    object-fit: contain;
    object-position: center bottom;
    --mascot-glow: rgba(244, 114, 182, .45);
    filter: drop-shadow(0 0 14px var(--mascot-glow));
    pointer-events: auto;
    transition: filter .35s ease, transform .35s ease;
}

.v2-community-inner > div {
    grid-column: 1;
    grid-row: 1;
}

.v2-community-inner > .v2-button {
    grid-column: 2;
    grid-row: 1;
}

.v2-community h2 {
    max-width: 620px;
    margin: 0 0 14px;
    color: var(--v2-gold-light);
    font-family: "Cinzel", serif;
    font-size: clamp(2rem, 2.8vw, 3rem);
    font-weight: 600;
    line-height: 1.15;
}

.v2-community p:not(.v2-eyebrow) {
    max-width: 650px;
    margin: 0;
    color: var(--v2-muted);
    line-height: 1.6;
}

.v2-faq {
    position: relative;
    overflow: hidden;
    background: #05070b;
}

.v2-faq .v2-section-heading {
    max-width: 560px;
    min-height: 188px;
    padding-right: 0;
    box-sizing: border-box;
}

.v2-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--v2-line);
}

.v2-faq details {
    padding: 24px 0;
    border-bottom: 1px solid rgba(215, 180, 71, 0.16);
}

.v2-faq details:nth-child(odd) {
    padding-right: 34px;
}

.v2-faq details:nth-child(even) {
    padding-left: 34px;
    border-left: 1px solid rgba(215, 180, 71, 0.13);
}

.v2-faq summary {
    color: var(--v2-gold-light);
    cursor: pointer;
    font-family: "Marcellus", serif;
    font-size: 1.1rem;
}

.v2-faq summary::after {
    content: "＋";
    float: right;
    color: var(--v2-cyan);
    font-family: "Montserrat", sans-serif;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.v2-faq details[open] summary::after {
    transform: rotate(45deg);
}

.v2-faq details p {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    color: var(--v2-muted);
    line-height: 1.65;
    opacity: 0;
    transition: max-height 0.42s ease, opacity 0.3s ease, margin-top 0.42s ease;
}

.v2-faq details[open] p {
    max-height: 180px;
    margin-top: 15px;
    opacity: 1;
}

.v2-faq-mascot {
    position: absolute;
    left: auto;
    right: 24px;
    top: 10px;
    width: 198px;
    height: 266px;
    transform: none;
    pointer-events: none;
    opacity: .82;
    filter: drop-shadow(0 0 22px rgba(56, 189, 248, .2));
}

.v2-faq-mascot img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    --mascot-glow: rgba(167, 139, 250, .5);
    filter: drop-shadow(0 0 14px var(--mascot-glow));
    pointer-events: auto;
    transition: filter .35s ease, transform .35s ease;
}

.v2-faq-mascot img:hover {
    transform: translateY(-6px);
}

@keyframes v2-mascot-breathe {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (prefers-reduced-motion: reduce) {
    .v2-hero-mascot img,
    .brand-logo .gold-icon-badge.mini,
    .brand-name,
    .v2-feature-grid article,
    .v2-feature-grid img,
    .v2-pillars article,
    .v2-news-track,
    .v2-hero-mascot img {
        animation: none !important;
        transition: none !important;
    }

    .v2-hero-mascot img:hover,
    .v2-about-mascot:hover,
    .v2-world-mascot:hover,
    .v2-status-grid > img:hover,
    .v2-roadmap-mascot:hover,
    .v2-faq-mascot img:hover,
    .v2-feature-grid article:hover,
    .v2-feature-grid article:hover img,
    .v2-pillars article:hover {
        transform: none !important;
        filter: none !important;
    }
}

.global-footer {
    border-top: 1px solid rgba(215, 180, 71, 0.14);
    background: #04060a;
}

.footer-container {
    max-width: var(--v2-content);
}

.image-modal {
    z-index: 3000;
}

@media (max-width: 980px) {
    .primary-nav {
        display: none;
    }

    .nav-toggle {
        display: flex !important;
    }

    .global-actions {
        display: flex !important;
        flex: 0 0 auto;
        grid-column: 2 / 4;
        justify-self: end;
    }

    .primary-nav {
        position: static;
        transform: none;
    }

    .nav-join {
        display: none;
    }

    .v2-hero-inner {
        grid-template-columns: 1fr;
        min-height: 760px;
    }

    .v2-hero-copy {
        align-self: start;
        width: min(56%, 540px);
        max-width: 540px;
        min-width: 0;
        padding-top: 90px;
    }

    .v2-hero-mascot {
        inset: 16% -17% 0 18%;
        opacity: 0.48;
    }

    .v2-hero-mascot img {
        pointer-events: none;
    }

    .v2-hero-mascot--krang {
        inset: auto 3% 5% auto;
        width: min(38vw, 340px);
        height: 72%;
        opacity: .68;
        overflow: visible;
    }

    .v2-hero-mascot--krang img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-position: right bottom;
    }

    .v2-pillars {
        grid-template-columns: 1fr;
    }

    .v2-pillars article {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(215, 180, 71, 0.12);
    }

    .v2-feature-grid,
    .v2-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .v2-about-grid {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 28px;
    }

    .v2-about-heading {
        grid-column: 1;
        grid-row: 1;
    }

    .v2-about-mascot {
        grid-column: 2;
        grid-row: 1;
        width: 180px;
        height: 285px;
    }

    .v2-about-grid .v2-copy {
        grid-row: 2;
        grid-column: 1 / -1;
        max-width: 720px;
    }

    .v2-world .v2-section-heading {
        min-height: 270px;
        padding-right: 0;
        padding-left: 250px;
    }

    .v2-world-mascot {
        right: auto;
        left: 0;
        top: -50px;
        width: 240px;
        height: 340px;
    }

    .v2-roadmap .v2-section-heading {
        min-height: 200px;
        padding-right: 190px;
    }

    .v2-roadmap-mascot {
        top: 8px;
        right: 0;
        width: 160px;
        height: 224px;
        opacity: .72;
    }

    .v2-faq .v2-section-heading {
        min-height: 170px;
        padding-right: 200px;
    }

    .v2-faq-mascot {
        left: auto;
        right: 0;
        width: 186px;
        height: 258px;
    }

    .v2-media-grid {
        grid-template-columns: 1fr;
    }

    .v2-news-carousel {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 10px;
    }

    .v2-community-inner {
        grid-template-columns: 160px 1fr;
    }

    .v2-community-inner .v2-button {
        grid-column: 2;
        justify-self: start;
        margin-bottom: 34px;
    }
}

@media (max-width: 640px) {
    :root {
        --v2-header-h: 62px;
    }

    .global-control-bar {
        min-height: var(--v2-header-h);
        padding: 0 14px;
    }

    .v2-section-inner,
    .v2-hero-inner {
        width: min(calc(100% - 32px), var(--v2-content));
    }

    .v2-hero {
        min-height: auto;
    }

    .v2-hero-inner {
        min-height: 940px;
        min-width: 0;
    }

    .v2-hero-copy {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        padding-top: 52px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .v2-kicker {
        max-width: 260px;
        line-height: 1.6;
    }

    .v2-hero h1 {
        max-width: calc(100% - 8px);
        font-size: clamp(2rem, 9.6vw, 2.65rem);
        letter-spacing: -0.055em;
        line-height: 1.06;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .v2-lead {
        width: 100%;
        max-width: calc(100vw - 32px);
        font-size: 0.9rem;
        line-height: 1.65;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .v2-hero-mascot {
        inset: 30% 0 0;
        opacity: 0.34;
    }

    .v2-hero-mascot--krang {
        inset: auto 0 24px auto;
        width: min(50vw, 196px);
        height: auto;
        opacity: 0.9;
        overflow: visible;
    }

    .v2-hero-mascot img {
        width: 100%;
        max-width: 100%;
        height: 88%;
    }

    .v2-hero-mascot--krang img {
        width: 100%;
        height: auto;
        max-width: 100%;
        /* мобильный кадр маскота 864x1821 — фиксируем пропорции, чтобы не было скачка layout */
        aspect-ratio: 864 / 1821;
        object-position: right bottom;
    }

    .v2-rune-circle {
        right: -12%;
        width: 110vw;
    }

    .v2-button--primary {
        width: 100%;
        box-sizing: border-box;
    }

    .v2-actions .v2-button--primary {
        width: auto;
    }

    .v2-pillars article {
        padding: 20px 22px;
    }

    .v2-status-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 30px 0;
    }

    .v2-status-grid > div:first-child {
        grid-column: 1;
        grid-row: 1;
        padding-right: 88px;
    }

    .v2-status-meta {
        grid-column: 1;
        grid-row: 3;
        text-align: left;
    }

    .v2-status-grid > img {
        position: absolute;
        right: -24px;
        top: 10px;
        width: 150px;
        height: 190px;
        opacity: .8;
    }

    .v2-section {
        padding: 72px 0;
    }

    .v2-split,
    .v2-feature-grid,
    .v2-timeline,
    .v2-faq-grid {
        grid-template-columns: 1fr;
    }

    .v2-roadmap-progress {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .v2-copy {
        padding-top: 0;
    }

    .v2-about-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .v2-about-mascot {
        grid-column: 1;
        grid-row: 3;
        justify-self: start;
        width: min(58vw, 220px);
        height: 280px;
        margin: -12px 0 -64px -20px;
        opacity: .82;
    }

    .v2-about-grid .v2-copy {
        grid-row: 2;
        grid-column: 1;
        position: relative;
        z-index: 2;
    }

    .v2-world .v2-section-heading {
        min-height: 270px;
        padding-right: 0;
        padding-left: 105px;
    }

    .v2-world-mascot {
        right: auto;
        left: -55px;
        top: 34px;
        bottom: auto;
        width: 185px;
        height: 260px;
        opacity: .78;
    }

    .v2-section-heading--row {
        align-items: flex-start;
        flex-direction: column;
    }

    .v2-feature-grid article {
        min-height: 230px;
    }

    .v2-media-grid {
        gap: 38px;
    }

    .v2-media-copy,
    .v2-news-viewport,
    .v2-news-track,
    .v2-post-card,
    .v2-post-body {
        min-width: 0;
        max-width: 100%;
    }

    .v2-media-copy,
    .v2-post-body {
        width: calc(100vw - 32px);
        max-width: calc(100vw - 32px);
        overflow: hidden;
        box-sizing: border-box;
    }

    .v2-media-copy h2 {
        max-width: 100%;
        font-size: clamp(1.65rem, 7.5vw, 2.15rem);
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .v2-media-copy p,
    .v2-post-body h3,
    .v2-post-body p,
    .v2-community h2 {
        max-width: 100%;
        white-space: normal !important;
        overflow-wrap: anywhere;
    }

    .v2-media-visual,
    .v2-post-image {
        height: 330px;
    }

    .post-gallery-slide .gallery-mascot {
        display: none;
    }

    .v2-news-carousel {
        grid-template-columns: 1fr;
        padding-bottom: 52px;
    }

    .v2-news-control {
        position: absolute;
        bottom: 0;
        width: 38px;
        height: 38px;
    }

    .v2-news-control--prev { left: 0; }
    .v2-news-control--next { right: 0; }
    .v2-news-dots {
        right: 50%;
        bottom: 17px;
        transform: translateX(50%);
    }

    .v2-community-inner {
        grid-template-columns: 1fr;
        padding: 60px 0;
    }

    .v2-community-inner > img {
        position: absolute;
        right: -48px;
        bottom: 0;
        width: 155px;
        height: 210px;
        opacity: 0.28;
    }

    .v2-community-inner .v2-button {
        grid-column: 1;
        grid-row: 2;
        width: auto;
        justify-self: stretch;
        margin: 28px 0 0;
    }

    .v2-roadmap-mascot {
        position: relative;
        top: auto;
        right: auto;
        display: block;
        width: min(54vw, 220px);
        height: 240px;
        margin: -16px auto 20px;
        opacity: .86;
    }

    .v2-faq .v2-section-heading {
        min-height: 240px;
        padding-right: 0;
    }

    .v2-faq-mascot {
        top: 76px;
        left: auto;
        right: -8px;
        display: block;
        width: 170px;
        height: 230px;
        transform: none;
        opacity: .72;
    }

    .v2-faq details:nth-child(odd),
    .v2-faq details:nth-child(even) {
        padding: 22px 0;
        border-left: 0;
    }

    /* Mobile mascot rhythm: three deliberate accents, no text overlap. */
    .v2-status-grid > img {
        display: none;
    }

    .v2-status-grid > div:first-child {
        padding-right: 0;
    }

    .v2-about-grid {
        padding-bottom: 0;
    }

    .v2-about-mascot {
        display: none;
    }

    .v2-world .v2-section-heading {
        min-height: 0;
        padding: 0;
    }

    .v2-world-mascot {
        display: none;
    }

    .v2-roadmap .v2-section-heading {
        min-height: 0;
        padding: 0;
    }

    .v2-roadmap-mascot {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        display: block;
        width: min(48vw, 184px);
        height: 210px;
        margin: 24px 0 28px auto;
        opacity: .92;
        object-fit: contain;
        object-position: bottom center;
    }

    .v2-community-inner {
        min-height: 360px;
        padding-right: 0;
        padding-bottom: 156px;
    }

    .v2-community-inner > img {
        right: -6px;
        bottom: 0;
        width: 148px;
        height: 205px;
        opacity: .88;
        object-fit: contain;
        object-position: bottom center;
    }

    .v2-community-inner .v2-button {
        position: relative;
        z-index: 2;
        width: 100%;
        box-sizing: border-box;
    }

    .v2-faq .v2-section-heading {
        min-height: 0;
        padding: 0;
    }

    .v2-faq-mascot {
        display: none;
    }
}

/* ============================================================
   ВЛОЖЕННЫЕ СТРАНИЦЫ: /devlog/, /devlog/<slug>/, /roadmap/
   ============================================================ */

.v2-article {
    padding: 64px 0 96px;
    border-bottom: 0;
}

.v2-article-inner {
    max-width: 860px;
}

.v2-roadmap.v2-article .v2-article-inner {
    max-width: var(--v2-content);
}

.v2-breadcrumbs {
    margin-bottom: 28px;
    color: var(--v2-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.v2-breadcrumbs a {
    color: var(--v2-gold-light);
    text-decoration: none;
}

.v2-breadcrumbs a:hover,
.v2-breadcrumbs a:focus-visible {
    text-decoration: underline;
}

.v2-breadcrumbs span {
    margin: 0 8px;
}

.v2-article h1 {
    margin: 0 0 28px;
    color: var(--v2-gold-light);
    font-family: "Cinzel", serif;
    font-size: clamp(1.9rem, 3.6vw, 3.1rem);
    font-weight: 600;
    line-height: 1.18;
}

.v2-article .v2-lead {
    max-width: 720px;
    margin-bottom: 40px;
}

.v2-article-body {
    margin-top: 36px;
}

.v2-article-body h2 {
    margin: 34px 0 10px;
    color: var(--v2-cyan);
    font-family: "Montserrat", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.v2-article-body h2:first-child {
    margin-top: 0;
}

.v2-article-body p {
    margin: 0;
    color: #b8c3d2;
    font-size: 1rem;
    line-height: 1.85;
}

.v2-article .post-gallery {
    margin: 8px 0 12px;
}

.v2-article-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 44px;
}

.v2-devlog-list {
    display: grid;
    gap: 1px;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    background: rgba(215, 180, 71, 0.16);
    list-style: none;
}

.v2-devlog-list a {
    display: block;
    padding: 30px 28px;
    background: var(--v2-surface);
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.v2-devlog-list a:hover,
.v2-devlog-list a:focus-visible {
    background: var(--v2-surface-2);
    transform: translateX(4px);
}

.v2-devlog-list time {
    display: block;
    margin-bottom: 10px;
    color: var(--v2-cyan);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v2-devlog-list h2 {
    margin: 0 0 10px;
    color: var(--v2-gold-light);
    font-family: "Cinzel", serif;
    font-size: clamp(1.1rem, 1.8vw, 1.45rem);
    font-weight: 600;
    line-height: 1.3;
}

.v2-devlog-list p {
    margin: 0;
    color: var(--v2-muted);
    font-size: 0.92rem;
    line-height: 1.7;
}

.v2-article-more {
    margin-top: 64px;
    padding-top: 34px;
    border-top: 1px solid var(--v2-line);
}

.v2-article-more h2 {
    margin: 0 0 18px;
    color: var(--v2-gold-light);
    font-family: "Cinzel", serif;
    font-size: 1.3rem;
    font-weight: 600;
}

.v2-article-more ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.v2-article-more a {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid rgba(215, 180, 71, 0.14);
    border-radius: 4px;
    color: #cfd8e4;
    text-decoration: none;
    transition: border-color 0.25s ease, color 0.25s ease;
}

.v2-article-more a:hover,
.v2-article-more a:focus-visible {
    border-color: rgba(215, 180, 71, 0.4);
    color: var(--v2-gold-light);
}

.v2-article-more time {
    color: var(--v2-cyan);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.v2-roadmap.v2-article .v2-timeline h2 {
    margin: 0 0 6px;
    color: var(--v2-text);
    font-family: "Montserrat", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 640px) {
    .v2-article {
        padding: 40px 0 72px;
    }

    .v2-devlog-list a {
        padding: 22px 18px;
    }

    .v2-article-actions .v2-button {
        width: 100%;
        box-sizing: border-box;
    }
}

.v2-actions-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

/* Превью-таймлайн на главной: три шага вокруг активного, без прокрутки страницы. */
.v2-timeline--preview {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 980px) {
    .v2-timeline--preview {
        grid-template-columns: 1fr;
    }
}
