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

/* Important editorial guides rendered from Atom postmeta. */

.destiny-guide-shell {
    min-height: 100vh;
}

.destiny-guide {
    position: relative;
    z-index: 2;
    width: var(--destiny-page-width);
    margin: 0 auto;
}

.destiny-guide__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--destiny-text-dim);
    font-size: 15px;
    line-height: 1.5;
    margin: 8px 0 36px;
}

.destiny-guide__breadcrumbs a {
    color: var(--destiny-text-muted);
    text-decoration: none;
}

.destiny-guide__breadcrumbs a:hover,
.destiny-guide__breadcrumbs a:focus-visible {
    color: var(--destiny-gold-bright);
}

.destiny-guide-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(440px, .82fr);
    align-items: center;
    gap: clamp(42px, 5vw, 78px);
    min-height: 500px;
    padding: 20px 0 68px;
    border-bottom: 1px solid var(--destiny-line);
}

.destiny-guide-hero__content {
    max-width: 610px;
}

.destiny-guide-hero h1 {
    max-width: 100%;
    color: var(--destiny-text);
    font-size: clamp(45px, 3.75vw, 60px);
    font-weight: 500;
    line-height: .98;
    letter-spacing: -.045em;
    text-wrap: balance;
    margin: 0 0 28px;
}

.destiny-guide-hero__lead {
    max-width: 640px;
    color: var(--destiny-text-muted);
    font-size: clamp(18px, 1.45vw, 21px);
    line-height: 1.65;
}

.destiny-guide-hero__lead p {
    margin: 0;
}

.destiny-guide-hero__visual {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border: 1px solid rgba(226, 189, 114, .24);
    border-radius: 34px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .38), inset 0 0 0 1px rgba(255, 255, 255, .025);
    margin: 0;
}

.destiny-guide-shell--arcana .destiny-guide-hero {
    grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr);
    gap: clamp(42px, 4.5vw, 68px);
}

.destiny-guide-shell--arcana .destiny-guide-hero__visual {
    width: min(100%, 610px);
    justify-self: end;
}

.destiny-guide-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 42%, rgba(226, 189, 114, .035));
}

.destiny-guide-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.destiny-guide-layout {
    display: grid;
    grid-template-columns: 242px minmax(0, 1fr);
    align-items: start;
    gap: clamp(48px, 6vw, 96px);
    padding: 64px 0 88px;
}

.destiny-guide-toc {
    position: sticky;
    top: 28px;
    padding: 24px 0 24px 20px;
    border-left: 1px solid rgba(226, 189, 114, .28);
}

.destiny-guide-toc > p {
    color: var(--destiny-gold);
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 18px;
}

.destiny-guide-toc ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.destiny-guide-toc li + li {
    margin-top: 12px;
}

.destiny-guide-toc a {
    display: block;
    color: var(--destiny-text-dim);
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.destiny-guide-toc a:hover,
.destiny-guide-toc a:focus-visible {
    color: var(--destiny-text);
    transform: translateX(3px);
}

.destiny-guide-body {
    min-width: 0;
    max-width: 940px;
}

.destiny-guide-body > h2,
.destiny-guide-faq > h2,
.destiny-guide-citations > h2 {
    color: var(--destiny-text);
    font-size: clamp(34px, 3.6vw, 52px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -.035em;
    text-wrap: balance;
    scroll-margin-top: 28px;
    margin: 0 0 26px;
}

.destiny-guide-body > h2:not(:first-child),
.destiny-guide-faq,
.destiny-guide-citations {
    margin-top: 64px;
}

.destiny-guide-body > p,
.destiny-guide-body > ul,
.destiny-guide-body > ol {
    max-width: 760px;
    color: #c4c7bd;
    font-size: 18px;
    line-height: 1.72;
}

.destiny-guide-body > p {
    margin: 0 0 22px;
}

.destiny-guide-body a {
    color: var(--destiny-gold-bright);
}

.destiny-guide-body .cite {
    font-size: 14px;
    line-height: 1;
}

.arcana-reading-rule {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto 1.55fr;
    align-items: center;
    gap: 12px;
    max-width: 850px;
    padding: 24px;
    border: 1px solid rgba(226, 189, 114, .24);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(226, 189, 114, .09), rgba(121, 184, 170, .035));
    margin: 32px 0;
}

.arcana-reading-rule strong {
    color: var(--destiny-text);
    font-size: 16px;
    font-weight: 600;
}

.arcana-reading-rule span {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    color: var(--destiny-text);
    font-size: 16px;
    text-align: center;
    border: 1px solid var(--destiny-border);
    border-radius: 14px;
    background: rgba(6, 8, 6, .46);
    padding: 8px 12px;
}

.arcana-reading-rule i {
    color: var(--destiny-gold);
    font-size: 22px;
    font-style: normal;
}

.arcana-index {
    display: grid;
    grid-template-columns: repeat(11, minmax(42px, 1fr));
    gap: 10px;
    margin: 28px 0 30px;
}

.arcana-index a {
    display: grid;
    min-width: 42px;
    min-height: 46px;
    place-items: center;
    color: var(--destiny-text-muted);
    font-size: 16px;
    font-variant-numeric: tabular-nums;
    text-decoration: none;
    border: 1px solid var(--destiny-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, .025);
    transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.arcana-index a:hover,
.arcana-index a:focus-visible {
    color: #161910;
    border-color: var(--destiny-lime);
    background: var(--destiny-lime);
    transform: translateY(-2px);
}

.arcana-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.arcana-card {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 28px;
    border: 1px solid rgba(226, 189, 114, .16);
    border-radius: 24px;
    background:
        radial-gradient(circle at 92% 8%, rgba(226, 189, 114, .09), transparent 34%),
        linear-gradient(145deg, rgba(24, 28, 23, .92), rgba(12, 15, 12, .92));
    padding: 26px;
    transition: border-color .25s ease, transform .25s var(--destiny-ease), box-shadow .25s ease;
}

.arcana-card:hover {
    border-color: rgba(226, 189, 114, .34);
    transform: translateY(-3px);
    box-shadow: 0 20px 48px rgba(0, 0, 0, .2);
}

.arcana-card header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.arcana-number {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    color: #171a10;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    border-radius: 50%;
    background: linear-gradient(145deg, #f1d184, #c49447);
    box-shadow: 0 0 26px rgba(226, 189, 114, .16);
}

.arcana-card h3 {
    color: var(--destiny-text);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16;
    margin: 0 0 4px;
}

.arcana-card header p {
    color: var(--destiny-gold);
    font-size: 15px;
    line-height: 1.35;
    margin: 0;
}

.arcana-card > p {
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.62;
    margin: 0 0 20px;
}

.arcana-card dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--destiny-border);
    border-radius: 16px;
    background: var(--destiny-border);
    margin: 0 0 18px;
}

.arcana-card dl > div {
    background: #0d100d;
    padding: 16px;
}

.arcana-card dt {
    color: var(--destiny-text-dim);
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 7px;
}

.arcana-card dd {
    color: #d7d8d1;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.arcana-card .arcana-question {
    color: #d8dacd;
    font-size: 15px;
    line-height: 1.55;
    border-left: 2px solid var(--destiny-lime);
    padding-left: 15px;
    margin: 0;
}

.arcana-question strong {
    color: var(--destiny-lime);
    font-weight: 600;
}

.arcana-observation {
    max-width: 850px;
    border: 1px solid rgba(121, 184, 170, .27);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(121, 184, 170, .085), rgba(255, 255, 255, .02));
    padding: 28px;
    margin: 30px 0 0;
}

.arcana-observation h3 {
    color: var(--destiny-text);
    font-size: 24px;
    margin: 0 0 18px;
}

.arcana-observation ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    counter-reset: arcana-steps;
    list-style: none;
    padding: 0;
    margin: 0;
}

.arcana-observation li {
    position: relative;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.55;
    counter-increment: arcana-steps;
    padding-left: 38px;
}

.arcana-observation li::before {
    content: counter(arcana-steps);
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    color: var(--destiny-gold-bright);
    font-size: 14px;
    line-height: 1;
    border: 1px solid rgba(226, 189, 114, .32);
    border-radius: 50%;
}

.arcana-next-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.arcana-next-card {
    position: relative;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--destiny-text);
    text-decoration: none;
    border: 1px solid var(--destiny-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, .025);
    padding: 24px;
    transition: border-color .2s ease, background .2s ease, transform .2s var(--destiny-ease);
}

.arcana-next-card::after {
    content: "↗";
    align-self: flex-end;
    color: var(--destiny-gold);
    font-size: 22px;
    line-height: 1;
}

.arcana-next-card:hover,
.arcana-next-card:focus-visible {
    color: var(--destiny-text);
    border-color: rgba(226, 189, 114, .4);
    background: rgba(226, 189, 114, .065);
    transform: translateY(-3px);
}

.arcana-next-card strong {
    display: block;
    color: var(--destiny-text);
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.arcana-next-card span {
    display: block;
    color: var(--destiny-text-muted);
    font-size: 15px;
    line-height: 1.5;
}

.destiny-guide-faq__list {
    display: grid;
    gap: 12px;
}

.destiny-guide-faq details {
    overflow: hidden;
    border: 1px solid var(--destiny-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .022);
}

.destiny-guide-faq summary {
    position: relative;
    cursor: pointer;
    list-style: none;
    color: var(--destiny-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    padding: 20px 58px 20px 22px;
}

.destiny-guide-faq summary::-webkit-details-marker {
    display: none;
}

.destiny-guide-faq summary::after {
    content: "+";
    position: absolute;
    top: 18px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: var(--destiny-gold);
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid rgba(226, 189, 114, .26);
    border-radius: 50%;
}

.destiny-guide-faq details[open] summary::after {
    content: "−";
}

.destiny-guide-faq details > div {
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.65;
    padding: 0 22px 22px;
}

.destiny-guide-faq details p {
    margin: 0;
}

.destiny-guide-citations {
    padding-top: 38px;
    border-top: 1px solid var(--destiny-line);
}

.destiny-guide-citations ol {
    color: var(--destiny-text-dim);
    padding-left: 24px;
    margin: 0;
}

.destiny-guide-citations li {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 6px;
}

.destiny-guide-citations li + li {
    margin-top: 10px;
}

.destiny-guide-citations a {
    color: var(--destiny-text-muted);
}

@media (max-width: 1080px) {
    .destiny-guide-hero {
        grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr);
        gap: 38px;
    }

    .destiny-guide-shell--arcana .destiny-guide-hero {
        grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
    }

    .destiny-guide-layout {
        grid-template-columns: 210px minmax(0, 1fr);
        gap: 42px;
    }

    .arcana-index {
        grid-template-columns: repeat(8, minmax(42px, 1fr));
    }

    .arcana-card dl {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .destiny-guide-hero,
    .destiny-guide-shell--arcana .destiny-guide-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-bottom: 54px;
    }

    .destiny-guide-shell--arcana .destiny-guide-hero__visual {
        width: min(100%, 650px);
        justify-self: center;
    }

    .destiny-guide-hero__content {
        max-width: 720px;
    }

    .destiny-guide-hero h1 {
        max-width: 13ch;
    }

    .destiny-guide-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .destiny-guide-toc {
        position: static;
        columns: 2;
        column-gap: 36px;
        padding: 22px;
        border: 1px solid var(--destiny-border);
        border-radius: 20px;
        background: rgba(255, 255, 255, .02);
    }

    .destiny-guide-toc > p {
        column-span: all;
    }

    .destiny-guide-toc li {
        break-inside: avoid;
    }

    .arcana-grid,
    .arcana-next-grid {
        grid-template-columns: 1fr;
    }

    .arcana-next-card {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .destiny-guide {
        width: var(--destiny-page-width);
    }

    .destiny-guide__breadcrumbs {
        font-size: 14px;
        margin-bottom: 28px;
    }

    .destiny-guide-hero {
        gap: 30px;
        padding: 8px 0 44px;
    }

    .destiny-guide-hero h1 {
        max-width: 12ch;
        font-size: clamp(40px, 12vw, 54px);
        line-height: 1.02;
        margin-bottom: 22px;
    }

    .destiny-guide-hero__lead {
        font-size: 17px;
        line-height: 1.58;
    }

    .destiny-guide-hero__visual {
        aspect-ratio: 4 / 3;
        border-radius: 24px;
    }

    .destiny-guide-hero__image {
        object-position: center;
    }

    .destiny-guide-layout {
        padding: 44px 0 64px;
    }

    .destiny-guide-toc {
        columns: 1;
        padding: 20px;
    }

    .destiny-guide-body > h2,
    .destiny-guide-faq > h2,
    .destiny-guide-citations > h2 {
        font-size: clamp(30px, 9.5vw, 40px);
        margin-bottom: 22px;
    }

    .destiny-guide-body > h2:not(:first-child),
    .destiny-guide-faq,
    .destiny-guide-citations {
        margin-top: 52px;
    }

    .destiny-guide-body > p,
    .destiny-guide-body > ul,
    .destiny-guide-body > ol {
        font-size: 17px;
        line-height: 1.65;
    }

    .arcana-reading-rule {
        grid-template-columns: 1fr;
        gap: 9px;
        padding: 20px;
    }

    .arcana-reading-rule strong {
        margin-bottom: 4px;
    }

    .arcana-reading-rule i {
        font-size: 18px;
        line-height: 1;
        text-align: center;
    }

    .arcana-index {
        grid-template-columns: repeat(5, minmax(42px, 1fr));
        gap: 8px;
    }

    .arcana-card {
        border-radius: 20px;
        padding: 21px;
    }

    .arcana-card h3 {
        font-size: 22px;
    }

    .arcana-card dl {
        grid-template-columns: 1fr;
    }

    .arcana-observation {
        padding: 22px;
    }

    .arcana-observation ol {
        grid-template-columns: 1fr;
    }

    .arcana-next-card {
        padding: 22px;
    }

    .destiny-guide-faq summary {
        font-size: 17px;
    }
}

@font-face {
    font-family: "Destiny Sans";
    src: url("../fonts/500.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Destiny Sans";
    src: url("../fonts/600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

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

:root {
    --destiny-bg: #080a08;
    --destiny-bg-deep: #050605;
    --destiny-surface: rgba(22, 25, 21, .76);
    --destiny-surface-strong: #151813;
    --destiny-surface-soft: rgba(255, 255, 255, .035);
    --destiny-text: #f1f0e9;
    --destiny-text-muted: #a7aa9e;
    --destiny-text-dim: #7c8075;
    --destiny-gold: #e2bd72;
    --destiny-gold-bright: #f4d38b;
    --destiny-gold-deep: #8f6b32;
    --destiny-lime: #d7ed82;
    --destiny-teal: #79b8aa;
    --destiny-error: #ff9a92;
    --destiny-line: rgba(230, 213, 171, .16);
    --destiny-border: rgba(255, 255, 255, .095);
    --destiny-radius-sm: 12px;
    --destiny-radius-md: 20px;
    --destiny-radius-lg: 32px;
    --destiny-ease: cubic-bezier(.16, 1, .3, 1);
    --destiny-container: var(--site-container, 1280px);
    --destiny-page-inset: var(--site-container-inset, 48px);
    --destiny-page-width: min(calc(100% - var(--destiny-page-inset)), var(--destiny-container));
    --destiny-section-space: clamp(88px, 7vw, 112px);
    --destiny-section-space-wide: clamp(96px, 8vw, 128px);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.destiny-site {
    margin: 0;
    min-width: 320px;
    background: var(--destiny-bg);
    color: var(--destiny-text);
    font-family: "Destiny Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.destiny-site::selection {
    background: var(--destiny-gold);
    color: #17130b;
}

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

.destiny-site button,
.destiny-site input {
    font: inherit;
}

.destiny-skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    transform: translateY(calc(-100% - 24px));
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--destiny-text);
    color: var(--destiny-bg);
    transition: transform .2s ease;
}

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

.destiny-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 78% 18%, rgba(185, 151, 82, .085), transparent 25%),
        linear-gradient(180deg, #0b0d0a 0%, var(--destiny-bg) 68%, var(--destiny-bg-deep) 100%);
}

.destiny-shell::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .26;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to bottom, #000 0%, transparent 72%);
}

.destiny-shell::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: min(72vw, 1100px);
    height: 1px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(226, 189, 114, .4), transparent);
    box-shadow: 0 0 80px 26px rgba(226, 189, 114, .045);
}

.destiny-ambient {
    position: absolute;
    z-index: -1;
    width: 540px;
    aspect-ratio: 1;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .09;
}

.destiny-ambient--gold {
    top: 140px;
    right: -210px;
    background: var(--destiny-gold);
    animation: destiny-drift 14s var(--destiny-ease) infinite alternate;
}

.destiny-ambient--teal {
    top: 620px;
    left: -310px;
    background: var(--destiny-teal);
    animation: destiny-drift 18s var(--destiny-ease) -7s infinite alternate-reverse;
}

.destiny-header,
.destiny-hero,
.destiny-result,
.destiny-report,
.destiny-sample,
.destiny-compare,
.destiny-offer,
.destiny-intro,
.destiny-faq,
.destiny-footer {
    width: var(--destiny-page-width);
    margin-inline: auto;
}

.destiny-header {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    min-height: 88px;
    border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.destiny-brand {
    display: inline-flex;
    justify-self: start;
    align-items: center;
    min-height: 44px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.destiny-brand__mark {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    flex: 0 0 32px;
    background: url('../images/destiny-brand-mark@2x.png') center / contain no-repeat;
}

.destiny-brand__mark span {
    display: none;
}

.destiny-nav {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: clamp(18px, 2.4vw, 34px);
}

.destiny-nav-toggle {
    display: none;
}

.destiny-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--destiny-text-muted);
    font-size: 15px;
    transition: color .2s ease;
}

.destiny-nav a::after {
    position: absolute;
    right: 0;
    bottom: 7px;
    left: 0;
    height: 1px;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    background: var(--destiny-gold);
    transition: transform .25s var(--destiny-ease);
}

.destiny-nav a:hover,
.destiny-nav a:focus-visible,
.destiny-nav a[aria-current="page"] {
    color: var(--destiny-text);
}

.destiny-nav a:hover::after,
.destiny-nav a:focus-visible::after,
.destiny-nav a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

.destiny-site :focus-visible {
    outline: 2px solid var(--destiny-lime);
    outline-offset: 4px;
}

.destiny-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
    align-items: center;
    gap: clamp(24px, 5vw, 88px);
    min-height: calc(100vh - 88px);
    padding-block: clamp(64px, 8vh, 108px) 84px;
}

.destiny-hero__content {
    position: relative;
    z-index: 3;
    max-width: 650px;
}

.destiny-hero h1 {
    max-width: 720px;
    margin: 0;
    color: var(--destiny-text);
    font-size: clamp(49px, 5.5vw, 88px);
    font-weight: 500;
    letter-spacing: -.057em;
    line-height: .98;
}

.destiny-hero h1 span {
    color: transparent;
    background: linear-gradient(105deg, #f0eadc 2%, #d8bd84 49%, #8f927f 98%);
    background-clip: text;
    -webkit-background-clip: text;
}

.destiny-hero__lead {
    max-width: 590px;
    margin: 28px 0 34px;
    color: var(--destiny-text-muted);
    font-size: clamp(17px, 1.3vw, 20px);
    line-height: 1.62;
}

.destiny-calculator {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 10px;
    max-width: 610px;
    padding: 8px;
    border: 1px solid var(--destiny-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 20px 80px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .025);
    backdrop-filter: blur(14px);
}

.destiny-field {
    position: relative;
    display: block;
    min-height: 66px;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px transparent;
    transition: background .2s ease, box-shadow .2s ease;
}

.destiny-field:has(input[aria-invalid="true"]) {
    background: rgba(255, 154, 146, .045);
    box-shadow: inset 0 0 0 1px rgba(255, 154, 146, .32);
}

.destiny-field input[aria-invalid="true"]:focus-visible {
    outline-color: var(--destiny-error);
}

.destiny-field__label {
    display: block;
    margin-bottom: 4px;
    color: var(--destiny-text-dim);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.destiny-field__control {
    position: relative;
    display: block;
}

.destiny-field input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 30px;
    appearance: none;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--destiny-text);
    font-size: 18px;
    letter-spacing: .02em;
    color-scheme: dark;
}

.destiny-field input:invalid:not(:focus) + .destiny-field__hint {
    opacity: 1;
}

.destiny-field input:valid + .destiny-field__hint,
.destiny-field input:focus + .destiny-field__hint {
    opacity: 0;
}

.destiny-field__hint {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 0;
    pointer-events: none;
    color: #74786d;
    font-size: 17px;
    transition: opacity .18s ease;
}

.destiny-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-width: 236px;
    min-height: 66px;
    padding: 0 13px 0 22px;
    cursor: pointer;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(112deg, var(--destiny-lime), #e2efac);
    color: #16190f;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 34px rgba(215, 237, 130, .12);
    transition: transform .2s var(--destiny-ease), filter .2s ease, box-shadow .2s ease;
}

.destiny-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 14px 40px rgba(215, 237, 130, .19);
}

.destiny-button:active {
    transform: translateY(0) scale(.985);
}

.destiny-button:disabled {
    cursor: wait;
    filter: saturate(.4);
    opacity: .74;
}

.destiny-button__arrow {
    display: inline-grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 10px;
    background: rgba(17, 20, 12, .12);
    font-size: 18px;
}

.destiny-button.is-loading .destiny-button__arrow {
    animation: destiny-spin 1s linear infinite;
}

.destiny-form-error {
    display: flex;
    grid-column: 1 / -1;
    align-items: flex-start;
    margin: 0 4px 2px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 154, 146, .18);
    border-radius: 10px;
    background: rgba(255, 154, 146, .055);
    color: #ffb0a9;
    font-size: 14px;
    line-height: 1.45;
}

.destiny-form-error:empty {
    display: none;
}

.destiny-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    color: #898d82;
    font-size: 14px;
}

.destiny-hero__content > .destiny-assurances {
    margin: 0 0 20px;
}

.destiny-assurances li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.destiny-assurances li span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #747b63;
}

.destiny-hero__visual {
    position: relative;
    min-width: 0;
    justify-self: stretch;
    perspective: 1200px;
}

.destiny-matrix-art {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: min(100%, 700px);
    aspect-ratio: 1;
    margin-inline: auto;
    border: 1px solid rgba(231, 201, 126, .2);
    border-radius: 42px;
    background:
        radial-gradient(circle at 50% 50%, rgba(215, 237, 130, .055), transparent 35%),
        radial-gradient(circle at 50% 50%, rgba(218, 177, 87, .055), transparent 66%),
        linear-gradient(145deg, #0d120e, #080b09 70%);
    transform: rotateY(-4deg) rotateX(2deg);
    transform-style: preserve-3d;
    transition: transform .8s var(--destiny-ease);
}

.destiny-hero__visual:hover .destiny-matrix-art {
    transform: rotateY(-1deg) rotateX(0deg) translateY(-4px);
}

.destiny-matrix-art::before,
.destiny-matrix-art::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    border-radius: 42px;
}

.destiny-matrix-art::before {
    background:
        radial-gradient(circle at 50% 50%, rgba(244, 207, 131, .075), transparent 24%),
        linear-gradient(145deg, rgba(255, 255, 255, .025), transparent 34%);
    box-shadow: 0 44px 140px rgba(0, 0, 0, .5);
}

.destiny-matrix-art::after {
    border: 1px solid rgba(239, 215, 158, .08);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .3) inset;
}

.destiny-matrix-art__disc-stage {
    position: absolute;
    z-index: 0;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    background:
        radial-gradient(circle at 50% 48%, rgba(34, 39, 27, .34), transparent 46%),
        #060907;
    box-shadow: inset 0 0 110px rgba(0, 0, 0, .48);
}

.destiny-matrix-art__disc {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.destiny-matrix-art__disc--primary {
    z-index: 0;
    object-fit: contain;
    filter: saturate(.82) brightness(.76) contrast(1.08);
}

.destiny-matrix-art__mist {
    position: absolute;
    z-index: 1;
    inset: -15%;
    overflow: hidden;
    pointer-events: none;
    border-radius: 50%;
    opacity: .52;
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(circle, #000 0 58%, transparent 82%);
    mask-image: radial-gradient(circle, #000 0 58%, transparent 82%);
}

.destiny-matrix-art__mist::before,
.destiny-matrix-art__mist::after {
    position: absolute;
    inset: 6%;
    content: "";
    border-radius: 45%;
    filter: blur(34px);
    will-change: transform;
}

.destiny-matrix-art__mist::before {
    background:
        radial-gradient(ellipse at 28% 54%, rgba(198, 202, 184, .16), transparent 44%),
        radial-gradient(ellipse at 68% 40%, rgba(217, 190, 142, .11), transparent 40%);
    animation: destiny-mist-drift-a 38s ease-in-out infinite alternate;
}

.destiny-matrix-art__mist::after {
    background:
        radial-gradient(ellipse at 62% 62%, rgba(170, 181, 161, .13), transparent 42%),
        radial-gradient(ellipse at 38% 34%, rgba(224, 204, 164, .08), transparent 38%);
    animation: destiny-mist-drift-b 52s ease-in-out infinite alternate;
}

.destiny-matrix-art__disc--overlay {
    z-index: 2;
    filter: saturate(.82) brightness(.9);
    animation: destiny-disc-overlay-spin 420s linear infinite;
    transform-origin: center;
    will-change: transform;
}

.destiny-matrix-art.is-calculating .destiny-matrix-art__disc--overlay {
    filter: saturate(1.08) brightness(1.12);
    animation-duration: 42s;
}

.destiny-matrix-art.is-calculated .destiny-matrix-art__mist {
    animation: destiny-mist-reveal 1.4s var(--destiny-ease) both;
}

.destiny-matrix-art.is-calculated .destiny-matrix-art__disc-stage {
    animation: destiny-node-shell .9s var(--destiny-ease) both;
}

.destiny-matrix-art__topline,
.destiny-matrix-art__footer {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9a9d93;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.destiny-matrix-art__topline {
    top: 4.5%;
    right: 5.5%;
    left: 5.5%;
}

.destiny-matrix-art__status {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(215, 237, 130, .18);
    border-radius: 999px;
    color: #b4be91;
    letter-spacing: .09em;
}

.destiny-matrix-art__nodes {
    position: absolute;
    z-index: 5;
    inset: 0;
    pointer-events: none;
}

.destiny-matrix-art__node {
    position: absolute;
    display: grid;
    width: 14.2%;
    aspect-ratio: 1;
    place-items: center;
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    color: #f2cc73;
    font-size: clamp(27px, 2.45vw, 35px);
    font-weight: 720;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    text-shadow:
        0 2px 8px rgba(0, 0, 0, .92),
        0 0 14px rgba(243, 202, 108, .34);
}

.destiny-matrix-art__node::after {
    display: none;
}

.destiny-matrix-art__node::before {
    position: absolute;
    right: 50%;
    bottom: calc(100% + 15px);
    min-width: max-content;
    padding: 4px 8px;
    content: attr(data-matrix-label);
    color: #c4c5bd;
    font-size: 14px;
    font-weight: 560;
    letter-spacing: 0;
    line-height: 1.15;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .045);
    border-radius: 999px;
    background: rgba(5, 8, 6, .72);
    backdrop-filter: blur(7px);
    text-shadow: 0 2px 8px #050706;
    transform: translateX(50%);
}

.destiny-matrix-art__node--top {
    top: 20%;
    left: 50%;
}

.destiny-matrix-art__node--right {
    top: 49.5%;
    left: 77.5%;
}

.destiny-matrix-art__node--bottom {
    top: 78.4%;
    left: 50%;
}

.destiny-matrix-art__node--left {
    top: 49.5%;
    left: 22.5%;
}

.destiny-matrix-art__node--center {
    top: 49.5%;
    left: 50%;
    width: 16.6%;
    color: #d5ef75;
    font-size: clamp(45px, 4.5vw, 60px);
    font-weight: 680;
    text-shadow:
        0 3px 10px rgba(0, 0, 0, .95),
        0 0 22px rgba(205, 239, 103, .4);
}

.destiny-matrix-art__node > span {
    display: inline-block;
}

.destiny-matrix-art__node.is-updated > span {
    animation: destiny-number-reveal .72s var(--destiny-ease) both;
    animation-delay: var(--node-delay, 0ms);
}

.destiny-matrix-art__node.is-updated::after {
    animation: destiny-node-ring .72s var(--destiny-ease);
    animation-delay: var(--node-delay, 0ms);
}

.destiny-matrix-art__footer {
    right: 7%;
    bottom: 4.5%;
    left: 7%;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 999px;
    background: rgba(7, 9, 7, .52);
    font-size: 13px;
    letter-spacing: .05em;
    backdrop-filter: blur(12px);
}


.destiny-orbit {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    aspect-ratio: 1;
    pointer-events: none;
    border: 1px solid rgba(226, 189, 114, .07);
    border-radius: 50%;
}

.destiny-orbit::before {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: var(--destiny-lime);
    box-shadow: 0 0 24px rgba(215, 237, 130, .8);
}

.destiny-orbit--outer {
    width: 780px;
    transform: translate(-50%, -50%);
    animation: destiny-orbit 108s linear infinite;
}

.destiny-orbit--inner {
    width: 650px;
    transform: translate(-50%, -50%) rotate(145deg);
    border-style: dashed;
    animation: destiny-orbit-reverse 142s linear infinite;
}

.destiny-visual-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 17px 0 0;
    color: #70746a;
    font-size: 14px;
}

.destiny-visual-note span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--destiny-gold-deep);
}

.destiny-result {
    position: relative;
    isolation: isolate;
    padding-block: var(--destiny-section-space);
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.destiny-result::before,
.destiny-result::after {
    position: absolute;
    content: "";
    pointer-events: none;
    opacity: 0;
}

.destiny-result::before {
    z-index: -1;
    top: -120px;
    left: -18%;
    width: min(860px, 82vw);
    height: 480px;
    background: radial-gradient(circle, rgba(226, 189, 114, .15), rgba(121, 184, 170, .035) 38%, transparent 70%);
    filter: blur(16px);
    transform: translate3d(-8%, 10%, 0) scale(.78);
}

.destiny-result::after {
    z-index: 3;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(226, 189, 114, .85) 28%, rgba(215, 237, 130, .82) 50%, rgba(121, 184, 170, .56) 72%, transparent);
    box-shadow: 0 0 18px rgba(226, 189, 114, .42);
    transform: scaleX(0);
    transform-origin: left center;
}

.destiny-result[hidden] {
    display: none;
}

.destiny-result.is-visible {
    opacity: 1;
}

.destiny-result.is-reveal-pending .destiny-section-heading h2,
.destiny-result.is-reveal-pending .destiny-section-heading > p,
.destiny-result.is-reveal-pending .destiny-result-card,
.destiny-result.is-reveal-pending .destiny-free-insight,
.destiny-result.is-reveal-pending .destiny-free-boundary,
.destiny-result.is-reveal-pending .destiny-upgrade {
    opacity: 0;
}

.destiny-result.is-reveal-pending .destiny-section-heading h2 {
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0, 30px, 0);
}

.destiny-result.is-reveal-pending .destiny-section-heading > p {
    transform: translate3d(0, 22px, 0);
}

.destiny-result.is-reveal-pending .destiny-result-card {
    filter: blur(8px);
    transform: perspective(900px) translate3d(0, 36px, 0) rotateX(5deg) scale(.975);
}

.destiny-result.is-reveal-pending .destiny-free-insight {
    clip-path: inset(0 0 18% 0 round var(--destiny-radius-lg));
    filter: blur(5px);
    transform: translate3d(0, 28px, 0) scale(.985);
}

.destiny-result.is-revealing::before {
    animation: destiny-result-aura 1.2s var(--destiny-ease) both;
}

.destiny-result.is-revealing::after {
    animation: destiny-result-line 1.05s var(--destiny-ease) both;
}

.destiny-result.is-revealing .destiny-section-heading h2 {
    animation: destiny-result-title-reveal .66s var(--destiny-ease) .02s both;
}

.destiny-result.is-revealing .destiny-section-heading > p {
    animation: destiny-result-copy-reveal .58s var(--destiny-ease) .12s both;
}

.destiny-result.is-revealing .destiny-result-card {
    will-change: opacity, filter, transform;
    animation: destiny-result-card-reveal .7s var(--destiny-ease) .18s both;
}

.destiny-result.is-revealing .destiny-result-card:nth-child(2) {
    animation-delay: .29s;
}

.destiny-result.is-revealing .destiny-result-card:nth-child(3) {
    animation-delay: .4s;
}

.destiny-result.is-revealing .destiny-result-card::before {
    animation: destiny-result-card-sheen .86s ease-out .28s both;
}

.destiny-result.is-revealing .destiny-result-card:nth-child(2)::before {
    animation-delay: .39s;
}

.destiny-result.is-revealing .destiny-result-card:nth-child(3)::before {
    animation-delay: .5s;
}

.destiny-result.is-revealing .destiny-result-card__number {
    animation: destiny-result-number-reveal .56s cubic-bezier(.2, .85, .2, 1.2) .4s both;
}

.destiny-result.is-revealing .destiny-result-card:nth-child(2) .destiny-result-card__number {
    animation-delay: .51s;
}

.destiny-result.is-revealing .destiny-free-insight {
    will-change: opacity, clip-path, filter, transform;
    animation: destiny-result-detail-reveal .76s var(--destiny-ease) .52s both;
}

.destiny-result.is-revealing .destiny-free-boundary {
    animation: destiny-result-copy-reveal .56s var(--destiny-ease) .62s both;
}

.destiny-result.is-revealing .destiny-upgrade {
    animation: destiny-result-detail-reveal .72s var(--destiny-ease) .68s both;
}

.destiny-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(360px, .65fr);
    gap: clamp(32px, 6vw, 80px);
    align-items: end;
    margin-bottom: 44px;
}

.destiny-section-heading h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(36px, 4.2vw, 60px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.destiny-section-heading > p:last-child {
    max-width: 470px;
    margin: 0 0 6px;
    color: var(--destiny-text-muted);
    font-size: 17px;
    line-height: 1.65;
}

.destiny-section-heading--result {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin-bottom: 32px;
}

.destiny-section-heading--result > p:last-child {
    max-width: 820px;
    margin: 0;
}

.destiny-result-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 14px;
}

.destiny-result-card {
    position: relative;
    min-height: 284px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--destiny-border);
    border-radius: var(--destiny-radius-md);
    background: var(--destiny-surface-soft);
}

.destiny-result-card::before {
    position: absolute;
    z-index: 0;
    inset: -55%;
    content: "";
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 226, 160, .12) 48%, rgba(215, 237, 130, .075) 52%, transparent 60%);
    transform: translate3d(-55%, 0, 0) rotate(8deg);
}

.destiny-result-card > * {
    position: relative;
    z-index: 1;
}

.destiny-result-card--primary {
    background:
        radial-gradient(circle at 85% 20%, rgba(226, 189, 114, .14), transparent 40%),
        rgba(226, 189, 114, .055);
}

.destiny-result-card__number {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 34px;
    border: 1px solid rgba(226, 189, 114, .4);
    border-radius: 50%;
    color: var(--destiny-gold-bright);
    font-size: 22px;
    font-weight: 600;
}

.destiny-result-card__kicker {
    margin: 0 0 11px;
    color: var(--destiny-text-dim);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.destiny-result-card h3 {
    margin: 0 0 14px;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -.03em;
}

.destiny-result-card > p:last-of-type {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.destiny-free-insight {
    position: relative;
    margin-top: 18px;
    overflow: hidden;
    border: 1px solid rgba(226, 189, 114, .22);
    border-radius: var(--destiny-radius-lg);
    background:
        radial-gradient(circle at 100% 0%, rgba(226, 189, 114, .1), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 42%),
        #0e110d;
}

.destiny-free-insight[hidden] {
    display: none;
}

.destiny-free-insight::after {
    position: absolute;
    top: -180px;
    right: -180px;
    width: 380px;
    height: 380px;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(121, 184, 170, .08);
    border-radius: 50%;
}

.destiny-free-insight__header {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 168px;
    gap: 32px;
    align-items: center;
    padding: clamp(28px, 4vw, 48px);
    border-bottom: 1px solid var(--destiny-border);
}

.destiny-arcana-card {
    position: relative;
    isolation: isolate;
    aspect-ratio: 2 / 3;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(226, 189, 114, .42);
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 38%, rgba(226, 189, 114, .12), transparent 38%),
        #080a08;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, .42),
        inset 0 0 0 1px rgba(255, 255, 255, .025);
    animation: destiny-arcana-enter .62s cubic-bezier(.2, .78, .22, 1) both;
}

.destiny-arcana-card::before {
    position: absolute;
    z-index: 3;
    inset: 9px;
    border: 1px solid rgba(231, 200, 127, .28);
    border-radius: 18px;
    box-shadow: inset 0 0 34px rgba(0, 0, 0, .36);
    content: "";
    pointer-events: none;
}

.destiny-arcana-card::after {
    position: absolute;
    z-index: 4;
    inset: -30% -85%;
    background: linear-gradient(105deg, transparent 42%, rgba(255, 232, 175, .18) 50%, transparent 58%);
    content: "";
    opacity: 0;
    pointer-events: none;
    transform: translateX(-34%);
    animation: destiny-arcana-glint 1s ease-out .38s both;
}

.destiny-arcana-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.88) contrast(1.04) brightness(.91);
}

.destiny-arcana-card__eyebrow {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
    padding: 6px 9px;
    border: 1px solid rgba(230, 197, 118, .18);
    border-radius: 999px;
    background: rgba(6, 8, 7, .76);
    color: #d9cfad;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.destiny-arcana-card__caption {
    position: absolute;
    z-index: 5;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 78px;
    padding: 12px 14px;
    border: 1px solid rgba(226, 189, 114, .2);
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(5, 7, 6, .96), rgba(9, 12, 9, .86));
    box-shadow: 0 14px 36px rgba(0, 0, 0, .42);
    backdrop-filter: blur(10px);
}

.destiny-arcana-card__number {
    display: grid;
    place-items: center;
    min-width: 52px;
    height: 52px;
    border: 1px solid rgba(231, 195, 105, .55);
    border-radius: 50%;
    color: var(--destiny-gold-bright);
    font-size: 27px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.destiny-arcana-card__caption strong {
    min-width: 0;
    color: #f0ede3;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
}

.destiny-arcana-card__badge {
    position: absolute;
    z-index: 5;
    bottom: 20px;
    left: 20px;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    margin: 0;
    border: 1px solid rgba(231, 195, 105, .65);
    border-radius: 50%;
    background: rgba(5, 7, 6, .9);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .46), 0 0 26px rgba(226, 189, 114, .08);
    color: var(--destiny-gold-bright);
    font-size: 31px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    backdrop-filter: blur(9px);
}

.destiny-free-insight__hero {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 420px);
    grid-template-rows: auto 1fr;
    gap: 0 clamp(42px, 5vw, 76px);
    align-items: start;
    padding: clamp(32px, 4vw, 54px);
    border-bottom: 1px solid var(--destiny-border);
}

.destiny-free-insight__hero-copy {
    grid-column: 1;
    grid-row: 1;
}

.destiny-free-insight__hero-copy > p:first-child,
.destiny-free-insight__resource > div > p:first-child {
    margin: 0 0 12px;
    color: var(--destiny-text-dim);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.35;
    text-transform: uppercase;
}

.destiny-free-insight__hero h3 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(36px, 4.4vw, 60px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.destiny-free-insight__lead {
    max-width: 700px;
    margin: 24px 0 0;
    color: var(--destiny-text-muted);
    font-size: 18px;
    line-height: 1.65;
}

.destiny-arcana-card--free {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: min(100%, 420px);
    justify-self: end;
}

.destiny-free-insight__resource {
    display: grid;
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(226, 189, 114, .14);
}

.destiny-free-insight__resource .destiny-result-card__number {
    margin: 2px 0 0;
}

.destiny-free-insight__resource h4 {
    margin: 0;
    color: var(--destiny-text);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.destiny-free-insight__resource > div > p:last-child {
    max-width: 690px;
    margin: 12px 0 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.62;
}

.destiny-arcana-card--teaser {
    width: 168px;
    border-radius: 20px;
}

.destiny-arcana-card--teaser::before {
    inset: 6px;
    border-radius: 14px;
}

.destiny-arcana-card--teaser .destiny-arcana-card__eyebrow {
    top: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 5px 7px;
    font-size: 14px;
    letter-spacing: .03em;
}

.destiny-arcana-card--teaser .destiny-arcana-card__caption {
    right: 6px;
    bottom: 6px;
    left: 6px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    min-height: 62px;
    padding: 8px;
    border-radius: 12px;
}

.destiny-arcana-card--teaser .destiny-arcana-card__number {
    min-width: 40px;
    height: 40px;
    font-size: 22px;
}

.destiny-arcana-card--teaser .destiny-arcana-card__caption strong {
    font-size: 14px;
}

@keyframes destiny-arcana-enter {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.975);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes destiny-arcana-glint {
    0% {
        opacity: 0;
        transform: translateX(-34%);
    }
    34% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(34%);
    }
}

.destiny-free-insight__header p,
.destiny-free-insight__balance span,
.destiny-free-insight__recognition span,
.destiny-free-insight__contexts span,
.destiny-free-insight__footer span {
    display: block;
    margin: 0 0 10px;
    color: var(--destiny-text-dim);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07em;
    line-height: 1.35;
    text-transform: uppercase;
}

.destiny-free-insight__header h3 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(28px, 3.2vw, 44px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.14;
}

.destiny-free-insight__number {
    display: grid;
    place-items: center;
    width: clamp(72px, 8vw, 96px);
    height: clamp(72px, 8vw, 96px);
    border: 1px solid rgba(226, 189, 114, .45);
    border-radius: 50%;
    background: rgba(226, 189, 114, .055);
    color: var(--destiny-gold-bright);
    font-size: clamp(30px, 3.4vw, 44px);
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.destiny-free-insight__balance {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 1px solid var(--destiny-border);
}

.destiny-free-insight__balance section {
    min-width: 0;
    padding: clamp(24px, 3vw, 36px) clamp(28px, 4vw, 48px);
}

.destiny-free-insight__balance section + section {
    border-left: 1px solid var(--destiny-border);
}

.destiny-free-insight__balance p,
.destiny-free-insight__recognition p,
.destiny-free-insight__contexts p,
.destiny-free-insight__footer p {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.destiny-free-insight__recognition {
    margin: 0;
    padding: clamp(26px, 3.5vw, 40px) clamp(28px, 4vw, 48px);
    border-bottom: 1px solid var(--destiny-border);
    background: rgba(215, 237, 130, .035);
}

.destiny-free-insight__recognition p {
    max-width: 920px;
    color: #dde1d2;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.55;
}

.destiny-free-insight__contexts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid var(--destiny-border);
}

.destiny-free-insight__contexts section {
    min-width: 0;
    padding: clamp(24px, 3vw, 34px) clamp(24px, 3vw, 36px);
}

.destiny-free-insight__contexts section + section {
    border-left: 1px solid var(--destiny-border);
}

.destiny-free-insight__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding: clamp(28px, 4vw, 42px) clamp(28px, 4vw, 48px);
}

.destiny-free-insight__footer > div {
    max-width: 760px;
}

.destiny-free-insight__footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(215, 237, 130, .25);
    border-radius: 12px;
    color: #dfe7bd;
    font-size: 15px;
    white-space: nowrap;
    transition: border-color .2s ease, background .2s ease;
}

.destiny-free-insight__footer a:hover {
    border-color: rgba(215, 237, 130, .45);
    background: rgba(215, 237, 130, .055);
}

.destiny-free-boundary {
    display: grid;
    grid-template-columns: minmax(32px, 1fr) auto minmax(32px, 1fr);
    align-items: center;
    gap: 9px 18px;
    margin: 26px 0 0;
    text-align: center;
}

.destiny-free-boundary::before,
.destiny-free-boundary::after {
    grid-row: 1;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(226, 189, 114, .34));
}

.destiny-free-boundary::before {
    grid-column: 1;
}

.destiny-free-boundary::after {
    grid-column: 3;
    background: linear-gradient(90deg, rgba(226, 189, 114, .34), transparent);
}

.destiny-free-boundary > span {
    grid-column: 2;
    grid-row: 1;
    color: var(--destiny-gold-bright);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.35;
    text-transform: uppercase;
}

.destiny-free-boundary > p {
    grid-column: 1 / -1;
    grid-row: 2;
    max-width: 760px;
    margin: 0 auto;
    color: var(--destiny-text-muted);
    font-size: 17px;
    line-height: 1.6;
}

.destiny-upgrade {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .8fr) minmax(260px, .65fr);
    gap: clamp(28px, 4vw, 54px);
    align-items: center;
    margin-top: 14px;
    padding: clamp(28px, 4vw, 48px);
    overflow: hidden;
    border: 1px solid rgba(215, 237, 130, .3);
    border-radius: var(--destiny-radius-lg);
    background:
        radial-gradient(circle at 88% 50%, rgba(215, 237, 130, .09), transparent 32%),
        linear-gradient(112deg, rgba(226, 189, 114, .08), rgba(255, 255, 255, .018) 42%, rgba(121, 184, 170, .04)),
        #10130e;
}

.destiny-upgrade::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(226, 189, 114, .75), rgba(215, 237, 130, .7), transparent);
}

.destiny-upgrade > * {
    position: relative;
    z-index: 1;
}

.destiny-upgrade__copy h3 {
    margin: 0 0 16px;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.destiny-upgrade__copy > p:last-child {
    max-width: 610px;
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.destiny-upgrade__locked {
    display: grid;
    gap: 12px;
}

.destiny-upgrade__locked p {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin: 0;
    color: #d9ddcf;
    font-size: 15px;
    line-height: 1.45;
}

.destiny-upgrade__locked p > span {
    position: relative;
    width: 15px;
    height: 13px;
    margin-top: 4px;
    border: 1px solid rgba(226, 189, 114, .52);
    border-radius: 3px;
}

.destiny-upgrade__locked p > span::before {
    position: absolute;
    top: -7px;
    left: 3px;
    width: 7px;
    height: 8px;
    content: "";
    border: 1px solid rgba(226, 189, 114, .52);
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
}

.destiny-upgrade__action {
    padding-left: clamp(0px, 2vw, 28px);
    border-left: 1px solid var(--destiny-border);
}

.destiny-upgrade__action > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.destiny-upgrade__action > div span {
    color: var(--destiny-text-muted);
    font-size: 15px;
}

.destiny-upgrade__action > div strong {
    color: var(--destiny-gold-bright);
    font-size: 34px;
    font-weight: 600;
    white-space: nowrap;
}

.destiny-upgrade-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 56px;
    padding: 12px 18px;
    border: 0;
    border-radius: 14px;
    background: var(--destiny-lime);
    color: #111409;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.destiny-upgrade-button:hover {
    background: #e4f596;
    transform: translateY(-2px);
}

.destiny-upgrade-button:focus-visible {
    outline: 2px solid var(--destiny-gold-bright);
    outline-offset: 3px;
}

.destiny-upgrade__action > small {
    display: block;
    margin-top: 10px;
    color: var(--destiny-text-dim);
    font-size: 14px;
    line-height: 1.4;
}

.destiny-report {
    padding-block: var(--destiny-section-space);
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.destiny-section-heading--report {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 800px;
    margin-bottom: 40px;
}

.destiny-section-heading--report > p:last-child {
    max-width: 720px;
    margin: 0;
}

.destiny-report-map {
    position: relative;
}

.destiny-report-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(112px, 11vw, 156px);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--destiny-border);
}

.destiny-report-grid li {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 16px;
    min-height: 0;
    padding: 24px 0 26px;
    border-bottom: 1px solid var(--destiny-border);
    transition: background .22s ease, border-color .22s ease;
}

.destiny-report-grid li:hover {
    border-color: rgba(226, 189, 114, .2);
    background: linear-gradient(90deg, rgba(226, 189, 114, .045), transparent 78%);
}

.destiny-report-grid li:nth-child(even):hover {
    background: linear-gradient(-90deg, rgba(121, 184, 170, .045), transparent 78%);
}

.destiny-report-grid li > span {
    display: block;
    grid-row: 1 / 3;
    margin: 4px 0 0;
    color: var(--destiny-gold);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}

.destiny-report-grid h3 {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.025em;
}

.destiny-report-grid p {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.6;
}

.destiny-report-axis {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 88px;
    pointer-events: none;
    transform: translateX(-50%);
}

.destiny-report-axis::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(226, 189, 114, .2) 12%, rgba(121, 184, 170, .18) 88%, transparent);
}

.destiny-report-axis::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    content: "";
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid rgba(226, 189, 114, .24);
    border-radius: 7px;
    box-shadow: 0 0 36px rgba(226, 189, 114, .06);
}

.destiny-report-axis span {
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid rgba(226, 189, 114, .32);
    border-radius: 50%;
    background: var(--destiny-bg);
    transition: transform .25s var(--destiny-ease), background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.destiny-report-axis span:nth-child(1),
.destiny-report-axis span:nth-child(2) { top: 12.5%; }
.destiny-report-axis span:nth-child(3),
.destiny-report-axis span:nth-child(4) { top: 37.5%; }
.destiny-report-axis span:nth-child(5),
.destiny-report-axis span:nth-child(6) { top: 62.5%; }
.destiny-report-axis span:nth-child(7),
.destiny-report-axis span:nth-child(8) { top: 87.5%; }

.destiny-report-axis span:nth-child(odd) { left: 5px; }
.destiny-report-axis span:nth-child(even) { right: 5px; }

.destiny-report-axis span::before {
    position: absolute;
    top: 50%;
    width: 29px;
    height: 1px;
    content: "";
    background: rgba(255, 255, 255, .08);
}

.destiny-report-axis span:nth-child(odd)::before { left: 100%; }
.destiny-report-axis span:nth-child(even)::before { right: 100%; }

.destiny-report-axis span.is-active {
    transform: scale(1.45);
    border-color: var(--destiny-gold);
    background: var(--destiny-gold-bright);
    box-shadow: 0 0 22px rgba(226, 189, 114, .42);
}

.destiny-sample {
    position: relative;
    z-index: 0;
    display: block;
    padding-block: var(--destiny-section-space-wide);
}

.destiny-sample::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    content: "";
    transform: translateX(-50%);
    border-block: 1px solid rgba(255, 255, 255, .055);
    background:
        radial-gradient(circle at 78% 42%, rgba(226, 189, 114, .055), transparent 31%),
        rgba(255, 255, 255, .018);
}

.destiny-sample__intro {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
    align-items: end;
    gap: clamp(40px, 7vw, 104px);
    max-width: none;
    margin-bottom: 52px;
}

.destiny-sample__intro h2,
.destiny-offer__copy h2,
.destiny-faq__heading h2 {
    max-width: 650px;
    margin: 0 0 28px;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1.07;
}

.destiny-sample__intro h2 {
    margin-bottom: 0;
}

.destiny-sample__intro > p:last-child,
.destiny-offer__copy > p:last-child {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 17px;
    line-height: 1.7;
}

.destiny-sample__intro > p:last-child {
    max-width: 610px;
    justify-self: end;
}

.destiny-document {
    position: relative;
    padding: clamp(30px, 3.5vw, 46px);
    overflow: hidden;
    border: 1px solid rgba(226, 189, 114, .16);
    border-radius: var(--destiny-radius-lg);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 36%),
        #10130f;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .35);
}

.destiny-document::after {
    position: absolute;
    right: -170px;
    bottom: -210px;
    width: 420px;
    aspect-ratio: 1;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(121, 184, 170, .12);
    border-radius: 50%;
    box-shadow: 0 0 120px rgba(121, 184, 170, .055) inset;
}

.destiny-document__header {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--destiny-border);
    color: var(--destiny-text-dim);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.destiny-document__title {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.destiny-document__overview {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    align-items: center;
    column-gap: clamp(42px, 5vw, 72px);
    margin: 36px 0 10px;
}

.destiny-document__copy {
    display: grid;
    align-content: center;
}

.destiny-document__art {
    position: relative;
    align-self: center;
    justify-self: end;
    width: min(100%, 320px);
    aspect-ratio: 2 / 3;
    margin: -12px 0;
    isolation: isolate;
}

.destiny-document__art::before {
    position: absolute;
    z-index: -1;
    inset: 10% -10%;
    content: "";
    border-radius: 50%;
    background: rgba(226, 189, 114, .09);
    filter: blur(44px);
}

.destiny-document__art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(.86) contrast(1.06);
    -webkit-mask-image: radial-gradient(ellipse 72% 88% at 50% 50%, #000 58%, rgba(0, 0, 0, .98) 72%, transparent 100%);
    mask-image: radial-gradient(ellipse 72% 88% at 50% 50%, #000 58%, rgba(0, 0, 0, .98) 72%, transparent 100%);
}

.destiny-document__title > span {
    display: grid;
    flex: 0 0 64px;
    width: 64px;
    height: 64px;
    place-items: center;
    border: 1px solid rgba(226, 189, 114, .46);
    border-radius: 50%;
    color: var(--destiny-gold-bright);
    font-size: 26px;
    font-weight: 600;
}

.destiny-document__title p {
    margin: 0 0 5px;
    color: var(--destiny-text-dim);
    font-size: 14px;
}

.destiny-document__title h3 {
    margin: 0;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 500;
    letter-spacing: -.035em;
}

.destiny-document > p,
.destiny-document__sections p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #c4c6bc;
    font-size: 16px;
    line-height: 1.68;
}

.destiny-document__lead {
    max-width: 780px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--destiny-text) !important;
    font-size: clamp(19px, 1.45vw, 21px) !important;
    line-height: 1.6 !important;
}

.destiny-document__sections {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    margin-top: 34px;
}

.destiny-document__sections > section {
    padding: 26px 0;
    border-top: 1px solid var(--destiny-border);
}

.destiny-document__sections > section:nth-child(even):not(.destiny-document__scenario) {
    padding-left: 40px;
    border-left: 1px solid var(--destiny-border);
}

.destiny-document__sections > section:last-child {
    grid-column: 1 / -1;
}

.destiny-document__sections h4 {
    margin: 0 0 12px;
    color: var(--destiny-text);
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -.015em;
}

.destiny-document__sections ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    counter-reset: destiny-steps;
    list-style: none;
}

.destiny-document__sections li {
    display: block;
    align-items: start;
    color: #c4c6bc;
    font-size: 16px;
    line-height: 1.55;
    counter-increment: destiny-steps;
}

.destiny-document__sections li::before {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(226, 189, 114, .28);
    border-radius: 50%;
    color: var(--destiny-gold-bright);
    content: counter(destiny-steps);
    font-size: 14px;
    margin-bottom: 12px;
}

.destiny-document__scenario {
    margin: 0;
    padding: 26px 24px !important;
    border: 1px solid rgba(215, 237, 130, .12) !important;
    border-radius: 18px;
    background: rgba(215, 237, 130, .035);
}

.destiny-document__scenario > p:first-child {
    margin-bottom: 12px;
    color: var(--destiny-lime);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.destiny-document__scenario blockquote {
    margin: 0 0 14px;
    color: var(--destiny-text);
    font-size: 21px;
    font-weight: 500;
    letter-spacing: -.02em;
    line-height: 1.4;
}

.destiny-document__scenario > span {
    display: block;
    color: var(--destiny-text-muted);
    font-size: 15px;
    line-height: 1.6;
}

.destiny-document__facts {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 10px 0 0;
    padding: 1px;
    background: var(--destiny-border);
}

.destiny-document__facts div {
    min-width: 0;
    padding: 18px;
    background: #0c0f0b;
}

.destiny-document__facts dt {
    margin-bottom: 7px;
    color: var(--destiny-text-dim);
    font-size: 14px;
}

.destiny-document__facts dd {
    margin: 0;
    color: var(--destiny-text);
    font-size: 16px;
    line-height: 1.45;
}

.destiny-compare {
    padding-block: var(--destiny-section-space);
}

.destiny-compare__table-wrap {
    overflow: hidden;
    border: 1px solid var(--destiny-border);
    border-radius: var(--destiny-radius-md);
}

.destiny-compare table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.destiny-compare th,
.destiny-compare td {
    padding: 17px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
    text-align: left;
    font-size: 16px;
}

.destiny-compare thead th {
    color: var(--destiny-text-dim);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.destiny-compare tbody th {
    color: var(--destiny-text);
    font-weight: 500;
}

.destiny-compare td {
    color: var(--destiny-text-muted);
}

.destiny-compare th:nth-child(3),
.destiny-compare td:nth-child(3) {
    background: rgba(215, 237, 130, .045);
    color: #dfe7bd;
}

.destiny-compare tr:last-child th,
.destiny-compare tr:last-child td {
    border-bottom: 0;
}

.destiny-offer {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(400px, .7fr);
    align-items: start;
    gap: clamp(48px, 7vw, 96px);
    margin-block: var(--destiny-section-space-wide);
    padding: clamp(36px, 5vw, 64px);
    overflow: hidden;
    overflow: clip;
    border: 1px solid rgba(226, 189, 114, .16);
    border-radius: var(--destiny-radius-lg);
    background:
        radial-gradient(circle at 100% 0%, rgba(226, 189, 114, .095), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .04), transparent 36%),
        #10130f;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .3);
}

.destiny-offer::after {
    position: absolute;
    right: -180px;
    bottom: -260px;
    width: 520px;
    aspect-ratio: 1;
    content: "";
    pointer-events: none;
    border: 1px solid rgba(121, 184, 170, .09);
    border-radius: 50%;
}

.destiny-offer__copy {
    position: relative;
    z-index: 1;
    align-self: start;
    max-width: 650px;
    padding-top: 8px;
}

.destiny-offer__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 32px;
    margin: 34px 0 0;
    padding: 28px 0 0;
    border-top: 1px solid var(--destiny-border);
    list-style: none;
}

.destiny-offer__features li {
    position: relative;
    padding-left: 22px;
    color: #c3c6b9;
    font-size: 16px;
    line-height: 1.5;
}

.destiny-offer__features strong {
    color: var(--destiny-text);
    font-weight: 500;
}

.destiny-offer__features li::before {
    position: absolute;
    top: .72em;
    left: 2px;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    border: 1px solid var(--destiny-gold);
}

.destiny-offer__delivery {
    display: none;
}

@media (min-width: 861px) {
    .destiny-offer.is-checkout-open .destiny-offer__delivery {
        display: block;
        margin-top: 38px;
        padding-top: 24px;
        border-top: 1px solid var(--destiny-border);
    }

    .destiny-offer__delivery > p {
        margin: 0 0 17px;
        color: var(--destiny-text-dim);
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .destiny-offer__delivery ol {
        display: grid;
        gap: 0;
        margin: 0;
        padding: 0;
        border-top: 1px solid rgba(255, 255, 255, .055);
        list-style: none;
    }

    .destiny-offer__delivery li {
        display: grid;
        grid-template-columns: 42px 1fr;
        gap: 12px;
        align-items: center;
        min-height: 58px;
        border-bottom: 1px solid rgba(255, 255, 255, .055);
    }

    .destiny-offer__delivery li span {
        color: var(--destiny-gold);
        font-size: 14px;
        font-variant-numeric: tabular-nums;
    }

    .destiny-offer__delivery li strong {
        color: var(--destiny-text-muted);
        font-size: 16px;
        font-weight: 400;
    }
}

.destiny-price-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: center;
    padding: 8px 0 8px clamp(32px, 4vw, 60px);
    border-left: 1px solid var(--destiny-border);
}

.destiny-price-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    padding-bottom: 28px;
}

.destiny-price-card__top p {
    margin: 0 0 6px;
    font-size: 17px;
    font-weight: 500;
}

.destiny-price-card__top span {
    color: var(--destiny-text-dim);
    font-size: 14px;
}

.destiny-price-card__top strong {
    color: var(--destiny-gold-bright);
    font-size: clamp(46px, 5vw, 68px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1;
    white-space: nowrap;
}

.destiny-price-card__scope {
    margin: 0 0 18px;
    color: var(--destiny-text-muted);
    font-size: 15px;
    line-height: 1.55;
}

.destiny-access-scope {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    margin-top: 28px;
    padding: 24px 26px;
    border: 1px solid rgba(215, 237, 130, .15);
    border-radius: 18px;
    background: rgba(215, 237, 130, .035);
}

.destiny-access-scope > div > span {
    display: block;
    margin-bottom: 8px;
    color: var(--destiny-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.destiny-access-scope p {
    max-width: 860px;
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.destiny-access-scope strong {
    color: var(--destiny-text);
    font-weight: 500;
}

.destiny-access-scope a {
    color: #dfe7bd;
}

.destiny-access-scope > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 17px;
    border: 1px solid rgba(215, 237, 130, .22);
    border-radius: 12px;
    font-size: 15px;
    white-space: nowrap;
    transition: border-color .2s ease, background .2s ease;
}

.destiny-access-scope > a:hover {
    border-color: rgba(215, 237, 130, .42);
    background: rgba(215, 237, 130, .05);
}

.destiny-access-scope--compact {
    grid-template-columns: 1fr;
    margin-top: 28px;
    padding: 20px 22px;
}

.destiny-price-card__action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 14px;
    background: var(--destiny-lime);
    color: #17190f !important;
    font-size: 17px;
    font-weight: 500;
    margin-top: 8px;
    cursor: pointer;
    text-align: left;
    transition: transform .2s var(--destiny-ease), background .2s ease;
}

.destiny-price-card__action:hover {
    transform: translateY(-2px);
    background: #e1f59a;
}

.destiny-price-card__action.is-loading {
    opacity: .68;
    pointer-events: none;
}

.destiny-price-card__action[aria-expanded="true"] {
    border-color: var(--destiny-border);
    background: rgba(255, 255, 255, .035);
    color: var(--destiny-text) !important;
}

.destiny-price-card__action[aria-expanded="true"]:hover {
    background: rgba(255, 255, 255, .06);
}

.destiny-offer.is-checkout-open .destiny-price-card__action {
    display: none;
}

.destiny-offer.is-checkout-open .destiny-price-card__note {
    display: none;
}

.destiny-price-card__error {
    min-height: 21px;
    margin: 10px 4px 0;
    color: #ef9a8d;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.destiny-price-card__note {
    margin: 16px 0 0;
    color: var(--destiny-text-dim);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.destiny-checkout[hidden] {
    display: none;
}

.destiny-checkout {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--destiny-border);
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .2s var(--destiny-ease), transform .2s var(--destiny-ease);
}

.destiny-checkout.is-open {
    opacity: 1;
    transform: translateY(0);
}

.destiny-checkout__summary {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.destiny-checkout__summary span {
    color: var(--destiny-text-dim);
    font-size: 14px;
    line-height: 1.45;
}

.destiny-checkout__summary strong {
    color: var(--destiny-gold-bright);
    font-size: 18px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.destiny-checkout__form {
    display: grid;
    gap: 16px;
}

.destiny-checkout__field label {
    display: block;
    margin: 0 0 8px;
    color: var(--destiny-text);
    font-size: 15px;
    font-weight: 500;
}

.destiny-checkout__field input {
    width: 100%;
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid var(--destiny-border);
    border-radius: 12px;
    outline: 0;
    background: rgba(5, 7, 5, .72);
    color: var(--destiny-text);
    font-size: 16px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.destiny-checkout__field input::placeholder {
    color: #72766c;
}

.destiny-checkout__field input:focus {
    border-color: var(--destiny-lime);
    background: rgba(8, 10, 8, .94);
    box-shadow: 0 0 0 3px rgba(215, 237, 130, .13);
}

.destiny-checkout__field input[aria-invalid="true"] {
    border-color: var(--destiny-error);
    box-shadow: 0 0 0 3px rgba(255, 154, 146, .1);
}

.destiny-checkout__help {
    margin: 8px 0 0;
    color: var(--destiny-text-dim);
    font-size: 14px;
    line-height: 1.5;
}

.destiny-checkout__field-error,
.destiny-checkout__status {
    min-height: 0;
    margin: 6px 0 0;
    color: var(--destiny-error);
    font-size: 14px;
    line-height: 1.45;
}

.destiny-checkout__field-error:empty,
.destiny-checkout__status:empty {
    display: none;
}

.destiny-checkout__consent {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 11px;
    align-items: start;
    min-height: 44px;
    cursor: pointer;
    color: var(--destiny-text-muted);
    font-size: 14px;
    line-height: 1.55;
}

.destiny-checkout__agreements {
    display: grid;
    gap: 10px;
}

.destiny-checkout__consent input {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: var(--destiny-lime);
}

.destiny-checkout__consent input:focus-visible {
    outline: 3px solid rgba(215, 237, 130, .34);
    outline-offset: 3px;
}

.destiny-checkout__consent input[aria-invalid="true"] {
    outline: 2px solid var(--destiny-error);
    outline-offset: 2px;
}

.destiny-checkout__consent a {
    color: var(--destiny-text);
    text-decoration: underline;
    text-decoration-color: var(--destiny-border-strong, rgba(255, 255, 255, .28));
    text-underline-offset: 3px;
}

.destiny-checkout__submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: var(--destiny-lime);
    color: #17190f;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    transition: background .2s ease, opacity .2s ease, transform .2s var(--destiny-ease);
}

.destiny-checkout__submit:hover:not(:disabled) {
    transform: translateY(-2px);
    background: #e1f59a;
}

.destiny-checkout__submit:focus-visible,
.destiny-price-card__action:focus-visible {
    outline: 3px solid rgba(215, 237, 130, .48);
    outline-offset: 3px;
}

.destiny-checkout__submit:disabled,
.destiny-checkout__submit.is-loading {
    cursor: not-allowed;
    opacity: .48;
}

.destiny-checkout__status.is-notice {
    color: var(--destiny-text-muted);
}

.destiny-checkout__status.is-error {
    color: var(--destiny-error);
}

.destiny-intro {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    column-gap: clamp(40px, 7vw, 96px);
    row-gap: 48px;
    padding-block: var(--destiny-section-space);
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.destiny-intro h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: 1.07;
}

.destiny-intro__copy {
    align-self: end;
}

.destiny-intro__copy p {
    margin: 0 0 20px;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.7;
}

.destiny-intro__copy strong {
    color: var(--destiny-text);
    font-weight: 600;
}

.destiny-method-flow {
    position: relative;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1.15fr) 56px minmax(0, .9fr) 56px minmax(0, .9fr);
    align-items: stretch;
    gap: 0;
    padding: 34px 38px;
    overflow: hidden;
    border: 1px solid rgba(121, 184, 170, .15);
    border-radius: var(--destiny-radius-lg);
    background:
        radial-gradient(circle at 58% 50%, rgba(121, 184, 170, .07), transparent 25%),
        linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 38%),
        #0d100d;
}

.destiny-method-flow::before {
    position: absolute;
    top: 50%;
    left: 58%;
    width: 360px;
    aspect-ratio: 1;
    content: "";
    pointer-events: none;
    transform: translate(-50%, -50%) rotate(45deg);
    border: 1px solid rgba(121, 184, 170, .055);
    border-radius: 34px;
}

.destiny-method-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 132px;
}

.destiny-method-step > span {
    margin-bottom: 16px;
    color: var(--destiny-text-dim);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.destiny-method-step > strong {
    color: var(--destiny-text);
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.1;
}

.destiny-method-step > small {
    margin-top: 14px;
    color: var(--destiny-text-dim);
    font-size: 14px;
    line-height: 1.4;
}

.destiny-method-step--numbers > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.destiny-method-step--numbers b {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 1px solid rgba(226, 189, 114, .28);
    border-radius: 50%;
    color: var(--destiny-gold-bright);
    font-size: 16px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}

.destiny-method-connector {
    position: relative;
    z-index: 1;
    align-self: center;
    width: calc(100% - 28px);
    height: 1px;
    background: linear-gradient(90deg, rgba(226, 189, 114, .15), rgba(121, 184, 170, .42));
    transform-origin: left;
}

.destiny-method-connector::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    border-top: 1px solid var(--destiny-teal);
    border-right: 1px solid var(--destiny-teal);
}

.destiny-method-step--scheme {
    align-items: center;
    text-align: center;
}

.destiny-method-matrix {
    position: relative;
    width: 72px;
    height: 72px;
}

.destiny-method-matrix::before,
.destiny-method-matrix::after,
.destiny-method-matrix i {
    position: absolute;
    content: "";
    border: 1px solid rgba(226, 189, 114, .25);
}

.destiny-method-matrix::before {
    inset: 9px;
    transform: rotate(45deg);
}

.destiny-method-matrix::after {
    inset: 9px;
    border-color: rgba(121, 184, 170, .24);
}

.destiny-method-matrix i {
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%) translateX(-34px) rotate(45deg);
    background: #0d100d;
}

.destiny-method-matrix i:nth-child(2) {
    transform: translate(-50%, -50%) translateX(34px) rotate(45deg);
}

.destiny-method-matrix b {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--destiny-gold-bright);
    color: #17190f;
    box-shadow: 0 0 30px rgba(226, 189, 114, .22);
    font-size: 16px;
    font-weight: 600;
}

.destiny-motion-ready .destiny-method-step {
    opacity: .58;
    transform: translateY(16px);
    transition: opacity .5s var(--destiny-ease), transform .5s var(--destiny-ease);
}

.destiny-motion-ready .destiny-method-connector {
    opacity: .35;
    transform: scaleX(.15);
    transition: transform .45s var(--destiny-ease);
}

.destiny-motion-ready .destiny-method-flow.is-visible .destiny-method-step,
.destiny-motion-ready .destiny-method-flow.is-visible .destiny-method-connector {
    opacity: 1;
    transform: none;
}

.destiny-method-flow.is-visible .destiny-method-step:nth-child(3) { transition-delay: .08s; }
.destiny-method-flow.is-visible .destiny-method-step:nth-child(5) { transition-delay: .16s; }
.destiny-method-flow.is-visible .destiny-method-step:nth-child(7) { transition-delay: .24s; }
.destiny-method-flow.is-visible .destiny-method-connector:nth-child(2) { transition-delay: .04s; }
.destiny-method-flow.is-visible .destiny-method-connector:nth-child(4) { transition-delay: .12s; }
.destiny-method-flow.is-visible .destiny-method-connector:nth-child(6) { transition-delay: .2s; }

.destiny-method-flow.is-calculated .destiny-method-matrix b {
    animation: destiny-method-pulse .7s var(--destiny-ease);
}

.destiny-faq {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(540px, 1.28fr);
    gap: clamp(48px, 8vw, 112px);
    padding-block: var(--destiny-section-space);
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.destiny-faq__heading {
    align-self: start;
}

.destiny-faq__heading h2 {
    max-width: 560px;
}

.destiny-faq__list {
    border-top: 1px solid var(--destiny-border);
}

.destiny-faq details {
    border-bottom: 1px solid var(--destiny-border);
}

.destiny-faq summary {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 82px;
    padding: 18px 54px 18px 0;
    cursor: pointer;
    color: var(--destiny-text);
    font-size: 20px;
    font-weight: 500;
    list-style: none;
}

.destiny-faq summary::-webkit-details-marker {
    display: none;
}

.destiny-faq summary::after {
    position: absolute;
    top: 50%;
    right: 6px;
    content: "+";
    transform: translateY(-50%);
    color: var(--destiny-gold);
    font-size: 28px;
    font-weight: 400;
    transition: transform .2s var(--destiny-ease);
}

.destiny-faq details[open] summary::after {
    transform: translateY(-50%) rotate(45deg);
}

.destiny-faq details p {
    max-width: 700px;
    margin: -2px 54px 24px 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.68;
}

.destiny-footer {
    position: relative;
    display: block;
    padding-block: 56px 32px;
    border-top: 1px solid var(--destiny-border);
}

.destiny-footer__main {
    display: grid;
    grid-template-columns: minmax(240px, .72fr) minmax(540px, 1.28fr);
    align-items: start;
    gap: clamp(56px, 8vw, 132px);
}

.destiny-footer__intro {
    max-width: 360px;
}

.destiny-footer__brand {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    color: var(--destiny-text);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
    transition: color .2s ease;
}

.destiny-footer__brand:hover,
.destiny-footer__brand:focus-visible {
    color: var(--destiny-gold-bright);
}

.destiny-footer__description {
    max-width: 340px;
    margin: 20px 0 0;
    color: var(--destiny-text-muted);
    font-size: 15px;
    line-height: 1.7;
}

.destiny-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(32px, 4vw, 64px);
}

.destiny-footer__group {
    min-width: 0;
}

.destiny-footer__title {
    margin: 0 0 12px;
    color: var(--destiny-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.destiny-footer__nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    color: var(--destiny-text-muted);
    font-size: 15px;
    line-height: 1.4;
    transition: color .2s ease, transform .2s var(--destiny-ease);
}

.destiny-footer__nav a:hover,
.destiny-footer__nav a:focus-visible {
    color: var(--destiny-text);
    transform: translateX(3px);
}

.destiny-footer__featured {
    color: var(--destiny-lime) !important;
}

.destiny-footer__featured::after {
    margin-left: 8px;
    content: "→";
    color: var(--destiny-gold);
    transition: transform .2s var(--destiny-ease);
}

.destiny-footer__featured:hover::after,
.destiny-footer__featured:focus-visible::after {
    transform: translateX(3px);
}

.destiny-footer__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 44px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .065);
}

.destiny-footer__bottom p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.destiny-footer__owner {
    color: var(--destiny-text-muted);
}

.destiny-footer__note {
    max-width: 620px;
    color: var(--destiny-text-dim);
    text-align: right;
}

.destiny-legal-note,
.destiny-checkout-legal {
    color: var(--destiny-text-dim);
    font-size: 14px;
    line-height: 1.55;
}

.destiny-legal-note {
    max-width: 590px;
    margin: 16px 0 0;
}

.destiny-checkout-legal {
    margin: 10px 0 0;
}

.destiny-legal-note a,
.destiny-checkout-legal a {
    color: var(--destiny-text-muted);
    text-decoration: underline;
    text-decoration-color: var(--destiny-border-strong);
    text-underline-offset: 3px;
}

.destiny-legal-note a:hover,
.destiny-checkout-legal a:hover {
    color: var(--destiny-accent-soft);
}

.destiny-legal {
    width: min(100%, 980px);
    margin-inline: auto;
    padding: clamp(48px, 7vw, 96px) 0 clamp(72px, 9vw, 128px);
}

.destiny-legal__document {
    background: linear-gradient(145deg, rgba(21, 25, 21, .96), rgba(12, 15, 13, .98));
    border: 1px solid var(--destiny-border);
    border-radius: 32px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, .24);
    padding: clamp(28px, 5vw, 72px);
}

.destiny-legal__header {
    padding-bottom: clamp(28px, 4vw, 48px);
    border-bottom: 1px solid var(--destiny-border);
}

.destiny-legal__header > p {
    margin: 0 0 14px;
    color: var(--destiny-accent-soft);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.destiny-legal__header h1 {
    max-width: 820px;
    margin: 0;
    color: var(--destiny-text);
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.destiny-legal__content {
    color: var(--destiny-text-muted);
    font-size: 17px;
    line-height: 1.75;
    padding-top: clamp(30px, 5vw, 56px);
}

.destiny-legal__content h2,
.destiny-legal__content h3 {
    color: var(--destiny-text);
    line-height: 1.2;
    letter-spacing: -.025em;
}

.destiny-legal__content h2 {
    margin: 56px 0 20px;
    font-size: clamp(26px, 3vw, 34px);
}

.destiny-legal__content h3 {
    margin: 34px 0 14px;
    font-size: 21px;
}

.destiny-legal__content h2:first-child {
    margin-top: 0;
}

.destiny-legal__content p,
.destiny-legal__content ul,
.destiny-legal__content ol {
    margin: 0 0 18px;
}

.destiny-legal__content ul,
.destiny-legal__content ol {
    padding-left: 24px;
}

.destiny-legal__content ul {
    list-style: disc;
}

.destiny-legal__content ol {
    list-style: decimal;
}

.destiny-legal__content li + li {
    margin-top: 9px;
}

.destiny-legal__content a {
    color: var(--destiny-accent-soft);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.destiny-legal__content strong {
    color: var(--destiny-text);
}

.destiny-legal__content hr {
    height: 1px;
    margin: 44px 0;
    background: var(--destiny-border);
    border: 0;
}

@keyframes destiny-drift {
    to { transform: translate3d(-90px, 80px, 0) scale(1.14); }
}

@keyframes destiny-breathe {
    0%, 100% { opacity: .66; transform: scale(.96); transform-origin: center; }
    50% { opacity: 1; transform: scale(1.06); transform-origin: center; }
}

@keyframes destiny-orbit {
    from { transform: translate(-50%, -50%) rotate(0); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes destiny-orbit-reverse {
    from { transform: translate(-50%, -50%) rotate(145deg); }
    to { transform: translate(-50%, -50%) rotate(-215deg); }
}

@keyframes destiny-disc-overlay-spin {
    from { transform: rotate(0deg) scale(1.025); }
    to { transform: rotate(-360deg) scale(1.025); }
}

@keyframes destiny-mist-drift-a {
    from { transform: translate3d(-4%, 2%, 0) rotate(-5deg) scale(1); }
    to { transform: translate3d(6%, -4%, 0) rotate(8deg) scale(1.08); }
}

@keyframes destiny-mist-drift-b {
    from { transform: translate3d(5%, -3%, 0) rotate(6deg) scale(1.04); }
    to { transform: translate3d(-6%, 5%, 0) rotate(-9deg) scale(.98); }
}

@keyframes destiny-mist-reveal {
    0% { opacity: .22; filter: brightness(.9); }
    46% { opacity: .72; filter: brightness(1.2); }
    100% { opacity: .52; filter: brightness(1); }
}

@keyframes destiny-node-shell {
    0% { box-shadow: 0 0 0 1px rgba(232, 198, 116, .13), 0 0 80px rgba(218, 177, 87, .08); }
    48% { box-shadow: 0 0 0 1px rgba(215, 237, 130, .38), 0 0 110px rgba(215, 237, 130, .2); }
    100% { box-shadow: 0 0 0 1px rgba(232, 198, 116, .13), 0 0 80px rgba(218, 177, 87, .08); }
}

@keyframes destiny-number-reveal {
    0% { opacity: .18; filter: blur(5px); transform: translateY(10px) scale(.7); }
    62% { opacity: 1; filter: blur(0); transform: translateY(-2px) scale(1.14); }
    100% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}

@keyframes destiny-node-pulse {
    0% { transform: scale(.72); opacity: .4; transform-origin: center; }
    55% { transform: scale(1.12); opacity: 1; transform-origin: center; }
    100% { transform: scale(1); transform-origin: center; }
}

@keyframes destiny-node-ring {
    0% { opacity: 0; transform: scale(.72); }
    55% { opacity: .95; transform: scale(1.12); }
    100% { opacity: .75; transform: scale(.92); }
}

@keyframes destiny-result-in {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes destiny-result-aura {
    0% { opacity: 0; transform: translate3d(-8%, 10%, 0) scale(.78); }
    42% { opacity: .95; }
    100% { opacity: 0; transform: translate3d(18%, -2%, 0) scale(1.14); }
}

@keyframes destiny-result-line {
    0% { opacity: 0; transform: scaleX(0); transform-origin: left center; }
    28% { opacity: 1; }
    72% { opacity: .85; transform: scaleX(1); transform-origin: left center; }
    100% { opacity: 0; transform: scaleX(1); transform-origin: right center; }
}

@keyframes destiny-result-title-reveal {
    from { opacity: 0; clip-path: inset(0 0 100% 0); transform: translate3d(0, 30px, 0); }
    to { opacity: 1; clip-path: inset(0 0 0 0); transform: translate3d(0, 0, 0); }
}

@keyframes destiny-result-copy-reveal {
    from { opacity: 0; transform: translate3d(0, 22px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes destiny-result-card-reveal {
    0% { opacity: 0; filter: blur(8px); transform: perspective(900px) translate3d(0, 36px, 0) rotateX(5deg) scale(.975); }
    62% { opacity: 1; filter: blur(0); }
    100% { opacity: 1; filter: blur(0); transform: perspective(900px) translate3d(0, 0, 0) rotateX(0) scale(1); }
}

@keyframes destiny-result-card-sheen {
    0% { opacity: 0; transform: translate3d(-55%, 0, 0) rotate(8deg); }
    36% { opacity: 1; }
    100% { opacity: 0; transform: translate3d(55%, 0, 0) rotate(8deg); }
}

@keyframes destiny-result-number-reveal {
    0% { opacity: 0; box-shadow: 0 0 0 rgba(226, 189, 114, 0); transform: scale(.62); }
    58% { opacity: 1; box-shadow: 0 0 0 10px rgba(226, 189, 114, .09), 0 0 34px rgba(226, 189, 114, .24); transform: scale(1.12); }
    100% { opacity: 1; box-shadow: 0 0 0 rgba(226, 189, 114, 0); transform: scale(1); }
}

@keyframes destiny-result-detail-reveal {
    from { opacity: 0; clip-path: inset(0 0 18% 0 round var(--destiny-radius-lg)); filter: blur(5px); transform: translate3d(0, 28px, 0) scale(.985); }
    to { opacity: 1; clip-path: inset(0 0 0 0 round var(--destiny-radius-lg)); filter: blur(0); transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes destiny-method-pulse {
    0% { transform: translate(-50%, -50%) scale(.72); opacity: .45; }
    55% { transform: translate(-50%, -50%) scale(1.12); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

@keyframes destiny-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 1120px) {
    .destiny-hero {
        grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
        gap: 28px;
    }

    .destiny-calculator {
        grid-template-columns: 1fr;
    }

    .destiny-button {
        width: 100%;
    }

    .destiny-intro {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
    }

    .destiny-intro__copy {
        max-width: 560px;
    }

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

    .destiny-offer {
        grid-template-columns: minmax(0, 1fr) minmax(400px, .9fr);
        gap: 56px;
    }

    .destiny-faq {
        grid-template-columns: minmax(0, .7fr) minmax(500px, 1.3fr);
        gap: 56px;
    }

    .destiny-upgrade {
        grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr);
    }

    .destiny-upgrade__action {
        grid-column: 1 / -1;
        padding: 24px 0 0;
        border-top: 1px solid var(--destiny-border);
        border-left: 0;
    }
}

@media (max-width: 860px) {
    .destiny-header,
    .destiny-hero,
    .destiny-result,
    .destiny-report,
    .destiny-sample,
    .destiny-compare,
    .destiny-offer,
    .destiny-intro,
    .destiny-faq,
    .destiny-legal,
    .destiny-footer {
        width: var(--destiny-page-width);
    }

    .destiny-header {
        grid-template-columns: 1fr;
        row-gap: 2px;
        min-height: 0;
        padding-block: 8px;
    }

    .destiny-nav {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: clamp(6px, 2.5vw, 20px);
    }

    .destiny-nav a {
        white-space: nowrap;
    }

    .destiny-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-block: 58px 96px;
    }

    .destiny-hero__content {
        max-width: 720px;
    }

    .destiny-hero__visual {
        width: min(100%, 650px);
        margin: 36px auto 0;
    }

    .destiny-matrix-art {
        transform: none;
    }

    .destiny-hero__visual:hover .destiny-matrix-art {
        transform: translateY(-3px);
    }

    .destiny-result-grid {
        grid-template-columns: 1fr 1fr;
    }

    .destiny-result-card--primary {
        grid-column: 1 / -1;
    }

    .destiny-free-insight__hero {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
        gap: 0 30px;
    }

    .destiny-arcana-card--free {
        width: min(100%, 330px);
    }

    .destiny-free-insight__contexts {
        grid-template-columns: 1fr;
    }

    .destiny-free-insight__contexts section + section {
        border-top: 1px solid var(--destiny-border);
        border-left: 0;
    }

    .destiny-free-insight__footer {
        grid-template-columns: 1fr;
    }

    .destiny-free-insight__footer a {
        justify-self: start;
    }

    .destiny-upgrade {
        grid-template-columns: 1fr;
    }

    .destiny-upgrade__action {
        grid-column: auto;
    }

    .destiny-report-grid {
        column-gap: 40px;
    }

    .destiny-report-axis {
        display: none;
    }

    .destiny-sample,
    .destiny-offer,
    .destiny-faq {
        grid-template-columns: 1fr;
    }

    .destiny-sample__intro,
    .destiny-offer__copy {
        max-width: 720px;
    }

    .destiny-sample__intro {
        display: block;
        margin-bottom: 40px;
    }

    .destiny-sample__intro h2 {
        margin-bottom: 24px;
    }

    .destiny-sample__intro > p:last-child {
        justify-self: auto;
    }

    .destiny-document {
        max-width: 720px;
    }

    .destiny-document__sections {
        grid-template-columns: 1fr;
    }

    .destiny-document__overview {
        grid-template-columns: minmax(0, 1fr) 250px;
        column-gap: 28px;
    }

    .destiny-document__art {
        width: 250px;
    }

    .destiny-document__sections > section:nth-child(even):not(.destiny-document__scenario) {
        padding-left: 0;
        border-left: 0;
    }

    .destiny-document__sections > section:last-child {
        grid-column: auto;
    }

    .destiny-document__sections ol {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .destiny-document__sections li {
        display: grid;
        grid-template-columns: 30px 1fr;
        gap: 12px;
    }

    .destiny-document__sections li::before {
        margin-bottom: 0;
    }

    .destiny-price-card {
        width: 100%;
        padding: 36px 0 0;
        border-top: 1px solid var(--destiny-border);
        border-left: 0;
    }

    .destiny-access-scope {
        grid-template-columns: 1fr;
    }

    .destiny-access-scope > a {
        justify-self: start;
    }

    .destiny-method-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 32px;
        padding: 30px 32px;
    }

    .destiny-method-connector {
        display: none;
    }

    .destiny-method-step {
        min-height: 150px;
        padding-block: 22px;
        border-top: 1px solid var(--destiny-border);
    }

    .destiny-method-step:nth-child(1),
    .destiny-method-step:nth-child(3) {
        border-top: 0;
    }

    .destiny-faq__heading h2 {
        max-width: 720px;
    }

    .destiny-footer {
        padding-top: 48px;
    }

    .destiny-footer__main {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .destiny-footer__intro {
        max-width: 500px;
    }

    .destiny-footer__description {
        max-width: 460px;
    }
}

@media (max-width: 620px) {
    .destiny-header,
    .destiny-hero,
    .destiny-result,
    .destiny-report,
    .destiny-sample,
    .destiny-compare,
    .destiny-offer,
    .destiny-intro,
    .destiny-faq,
    .destiny-legal,
    .destiny-footer {
        width: var(--destiny-page-width);
    }

    .destiny-header {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 14px;
        row-gap: 0;
    }

    .destiny-nav-toggle {
        position: relative;
        display: inline-flex;
        min-width: 108px;
        height: 38px;
        min-height: 38px;
        align-self: center;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 0 14px;
        border: 1px solid rgba(239, 208, 120, .24);
        border-radius: 999px;
        background: rgba(18, 20, 16, .72);
        color: var(--destiny-text);
        font: inherit;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        touch-action: manipulation;
        transition: color .2s ease, border-color .2s ease, background .2s ease;
    }

    .destiny-nav-toggle::before {
        position: absolute;
        inset: -3px 0;
        content: "";
    }

    .destiny-nav-toggle:hover,
    .destiny-nav-toggle:focus-visible,
    .destiny-header.is-nav-open .destiny-nav-toggle {
        border-color: rgba(239, 208, 120, .52);
        background: rgba(31, 31, 23, .9);
        color: #f4d889;
    }

    .destiny-nav-toggle__icons {
        position: relative;
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }

    .destiny-nav-toggle__icons svg {
        position: absolute;
        inset: 0;
        transition: opacity .18s ease, transform .22s ease;
    }

    .destiny-nav-toggle__close,
    .destiny-header.is-nav-open .destiny-nav-toggle__menu {
        opacity: 0;
        transform: rotate(-18deg) scale(.8);
    }

    .destiny-header.is-nav-open .destiny-nav-toggle__close {
        opacity: 1;
        transform: none;
    }

    .destiny-nav {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        max-height: 0;
        gap: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border-top: 1px solid transparent;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-8px);
        transition: max-height .28s ease, opacity .18s ease, transform .24s ease, visibility 0s linear .28s, border-color .2s ease, padding .24s ease;
    }

    .destiny-header.is-nav-open .destiny-nav {
        max-height: 240px;
        padding: 8px 0 4px;
        border-top-color: rgba(255, 255, 255, .08);
        opacity: 1;
        visibility: visible;
        transform: none;
        transition-delay: 0s;
    }

    .destiny-nav a {
        justify-content: flex-start;
        min-height: 52px;
        padding-inline: 4px;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        font-size: 17px;
        white-space: normal;
        line-height: 1.25;
    }

    .destiny-nav a:last-child {
        border-bottom: 0;
    }

    .destiny-nav a::after {
        right: auto;
        left: 4px;
        width: 34px;
    }

    .destiny-report-header {
        grid-template-columns: 1fr auto;
    }

    .destiny-hero {
        padding-block: 44px 78px;
    }

    .destiny-hero h1 {
        font-size: clamp(43px, 13.5vw, 62px);
        line-height: .99;
    }

    .destiny-hero__lead {
        margin-block: 24px 28px;
        font-size: 16px;
        line-height: 1.58;
    }

    .destiny-calculator {
        gap: 8px;
        padding: 7px;
        border-radius: 16px;
    }

    .destiny-field,
    .destiny-button {
        min-height: 62px;
    }

    .destiny-button {
        min-width: 0;
    }

    .destiny-assurances {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 14px;
        margin-top: 20px;
    }

    .destiny-assurances li:last-child {
        grid-column: 1 / -1;
    }

    .destiny-hero__visual {
        margin-top: 28px;
    }

    .destiny-matrix-art::before,
    .destiny-matrix-art::after {
        border-radius: 24px;
    }

    .destiny-matrix-art {
        border-radius: 24px;
    }

    .destiny-matrix-art__disc-stage {
        inset: 0;
    }

    .destiny-matrix-art__node {
        width: 14.2%;
        font-size: clamp(24px, 7.6vw, 30px);
    }

    .destiny-matrix-art__node--center {
        width: 16.6%;
        font-size: clamp(40px, 12.5vw, 50px);
    }

    .destiny-matrix-art__node::before {
        top: auto;
        right: 50%;
        bottom: calc(100% + 5px);
        min-width: 0;
        padding: 0;
        border: 0;
        content: attr(data-matrix-label-short);
        background: transparent;
        backdrop-filter: none;
        color: #aeb0a7;
        font-size: 11px;
        line-height: 1;
        transform: translateX(50%);
    }

    .destiny-matrix-art__node--center::before {
        top: auto;
        bottom: calc(100% + 6px);
        font-size: 12px;
    }

    .destiny-matrix-art__topline {
        justify-content: flex-end;
    }

    .destiny-matrix-art__topline > span:first-child {
        display: none;
    }

    .destiny-matrix-art__topline {
        top: 4%;
        right: 4.5%;
        left: 4.5%;
    }

    .destiny-matrix-art__footer {
        right: 5%;
        bottom: 3.5%;
        left: 5%;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 8px 10px;
        font-size: 12px;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .destiny-matrix-art__footer [data-matrix-footer-short] {
        font-size: 0;
    }

    .destiny-matrix-art__footer [data-matrix-footer-short]::after {
        content: attr(data-matrix-footer-short);
        font-size: 12px;
    }

    .destiny-orbit--outer {
        width: 580px;
    }

    .destiny-orbit--inner {
        width: 470px;
    }

    .destiny-result {
        padding-block: 72px 80px;
    }

    .destiny-section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 34px;
    }

    .destiny-section-heading h2 {
        font-size: 38px;
    }

    .destiny-section-heading > p:last-child {
        font-size: 16px;
    }

    .destiny-result-grid {
        grid-template-columns: 1fr;
    }

    .destiny-result-card--primary {
        grid-column: auto;
    }

    .destiny-result-card {
        min-height: 260px;
        padding: 24px;
    }

    .destiny-result-card__number {
        margin-bottom: 28px;
    }

    .destiny-free-insight {
        border-radius: 24px;
    }

    .destiny-free-insight__hero {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 28px;
        padding: 24px 18px;
    }

    .destiny-free-insight__hero-copy,
    .destiny-arcana-card--free,
    .destiny-free-insight__resource {
        grid-column: 1;
        grid-row: auto;
    }

    .destiny-free-insight__hero h3 {
        font-size: 36px;
    }

    .destiny-free-insight__lead {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.58;
    }

    .destiny-arcana-card--free {
        width: min(100%, 310px);
        justify-self: center;
    }

    .destiny-free-insight__resource {
        gap: 16px;
        margin-top: 0;
        padding: 24px 0 0;
    }

    .destiny-free-insight__resource h4 {
        font-size: 21px;
    }

    .destiny-free-insight__header {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px;
    }

    .destiny-free-insight__header h3 {
        font-size: 27px;
    }

    .destiny-arcana-card--teaser {
        width: 136px;
        justify-self: start;
    }

    .destiny-free-insight__balance {
        grid-template-columns: 1fr;
    }

    .destiny-free-insight__balance section {
        padding: 24px;
    }

    .destiny-free-insight__balance section + section {
        border-top: 1px solid var(--destiny-border);
        border-left: 0;
    }

    .destiny-free-insight__recognition,
    .destiny-free-insight__contexts section,
    .destiny-free-insight__footer {
        padding: 24px;
    }

    .destiny-free-insight__footer a {
        width: 100%;
        white-space: normal;
    }

    .destiny-free-boundary {
        grid-template-columns: minmax(16px, 1fr) auto minmax(16px, 1fr);
        gap-inline: 12px;
        margin-top: 20px;
    }

    .destiny-free-boundary > span {
        font-size: 14px;
    }

    .destiny-free-boundary > p {
        font-size: 16px;
    }

    .destiny-intro {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-block: 72px 80px;
    }

    .destiny-intro h2 {
        font-size: 38px;
    }

    .destiny-intro__copy {
        max-width: 680px;
    }

    .destiny-method-flow {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 26px 22px;
        border-radius: 24px;
    }

    .destiny-method-flow::before {
        left: 72%;
        width: 280px;
    }

    .destiny-method-step {
        min-height: 0;
        padding-block: 24px;
        border-top: 0;
    }

    .destiny-method-step--scheme {
        align-items: flex-start;
        text-align: left;
    }

    .destiny-method-connector {
        display: block;
        width: 1px;
        height: 28px;
        justify-self: center;
        background: linear-gradient(180deg, rgba(226, 189, 114, .15), rgba(121, 184, 170, .42));
        transform-origin: top;
    }

    .destiny-method-connector::after {
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) rotate(135deg);
    }

    .destiny-motion-ready .destiny-method-connector {
        transform: scaleY(.15);
    }

    .destiny-motion-ready .destiny-method-flow.is-visible .destiny-method-connector {
        transform: none;
    }

    .destiny-report,
    .destiny-sample,
    .destiny-compare,
    .destiny-faq {
        padding-block: 72px 80px;
    }

    .destiny-offer {
        margin-block: 72px 80px;
        padding: 24px;
        border-radius: 24px;
    }

    .destiny-offer__features {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 28px;
        padding-top: 24px;
    }

    .destiny-report-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
    }

    .destiny-report-axis {
        display: block;
        width: 16px;
        opacity: .55;
    }

    .destiny-report-axis span {
        display: none;
    }

    .destiny-report-axis::after {
        width: 12px;
        height: 12px;
        border-radius: 3px;
    }

    .destiny-report-grid li {
        display: block;
        min-height: 0;
        padding: 18px 0 20px;
    }

    .destiny-report-grid li > span {
        margin: 0 0 18px;
    }

    .destiny-report-grid h3 {
        margin: 0;
        font-size: 18px;
        line-height: 1.3;
    }

    .destiny-report-grid p {
        display: none;
    }

    .destiny-sample__intro h2,
    .destiny-offer__copy h2,
    .destiny-faq__heading h2 {
        font-size: 38px;
    }

    .destiny-document {
        padding: 24px;
        border-radius: 24px;
    }

    .destiny-document__lead {
        padding: 0;
        font-size: 16px !important;
    }

    .destiny-document__scenario {
        margin-inline: 0;
        padding: 22px 18px !important;
    }

    .destiny-document__title {
        align-items: flex-start;
    }

    .destiny-document__overview {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 30px;
    }

    .destiny-document__art {
        justify-self: center;
        width: min(100%, 280px);
        margin: -4px 0;
    }

    .destiny-document__facts {
        grid-template-columns: 1fr;
    }

    .destiny-compare__table-wrap {
        overflow: visible;
        border: 0;
        border-radius: 0;
    }

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

    .destiny-compare table,
    .destiny-compare tbody,
    .destiny-compare tr,
    .destiny-compare th,
    .destiny-compare td {
        display: block;
        width: 100%;
    }

    .destiny-compare tbody {
        display: grid;
        gap: 12px;
    }

    .destiny-compare tbody tr {
        overflow: hidden;
        border: 1px solid var(--destiny-border);
        border-radius: 18px;
        background: rgba(255, 255, 255, .018);
    }

    .destiny-compare th,
    .destiny-compare td {
        padding: 0;
        border-bottom: 0;
        font-size: 15px;
        line-height: 1.45;
    }

    .destiny-compare tbody th {
        padding: 18px 18px 15px;
        font-size: 16px;
        line-height: 1.4;
    }

    .destiny-compare tbody td {
        padding: 14px 18px 16px;
        border-top: 1px solid rgba(255, 255, 255, .065);
    }

    .destiny-compare tbody td::before {
        display: block;
        margin-bottom: 6px;
        color: var(--destiny-text-dim);
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        content: attr(data-label);
    }

    .destiny-compare tbody td:nth-child(3) {
        background: rgba(215, 237, 130, .045);
    }

    .destiny-price-card {
        padding: 28px 0 0;
    }

    .destiny-price-card__top {
        display: grid;
        gap: 16px;
    }

    .destiny-access-scope {
        gap: 20px;
        padding: 20px;
    }

    .destiny-access-scope > a {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }

    .destiny-checkout__summary {
        display: grid;
        gap: 4px;
    }

    .destiny-checkout__submit {
        min-height: 62px;
    }

    .destiny-faq summary {
        min-height: 76px;
        font-size: 18px;
    }

    .destiny-footer {
        padding-block: 40px 28px;
    }

    .destiny-footer__main {
        gap: 36px;
    }

    .destiny-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
    }

    .destiny-footer__group--info {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 20px;
    }

    .destiny-footer__group--info .destiny-footer__title {
        grid-column: 1 / -1;
    }

    .destiny-footer__nav a {
        font-size: 15px;
    }

    .destiny-footer__bottom {
        flex-direction: column;
        gap: 12px;
        margin-top: 36px;
        padding-top: 20px;
    }

    .destiny-footer__note {
        max-width: none;
        text-align: left;
    }
}

.destiny-report-shell {
    min-height: 100vh;
    overflow: clip;
}

.destiny-report-header {
    column-gap: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .055);
}

.destiny-report-header__link {
    display: inline-flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid rgba(226, 189, 114, .22);
    border-radius: 999px;
    color: var(--destiny-text-muted);
    background: rgba(17, 20, 16, .56);
    font-size: 15px;
    line-height: 1;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.destiny-report-header__link:hover,
.destiny-report-header__link:focus-visible {
    color: var(--destiny-text);
    border-color: rgba(226, 189, 114, .48);
    background: rgba(226, 189, 114, .07);
}

.destiny-report-page {
    width: var(--destiny-page-width);
    margin-inline: auto;
    padding-block: 64px 112px;
}

.destiny-report-hero {
    padding-bottom: 0;
}

.destiny-report-hero h1 {
    max-width: none;
    margin: 0;
    font-size: clamp(48px, 6vw, 82px);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: 1;
}

.destiny-report-access-note {
    position: fixed;
    z-index: 90;
    right: max(24px, env(safe-area-inset-right));
    bottom: max(24px, env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 18px;
    width: min(420px, calc(100vw - 48px));
    padding: 20px;
    border: 1px solid rgba(226, 189, 114, .28);
    border-radius: 20px;
    background: rgba(18, 21, 17, .96);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .42), 0 0 0 1px rgba(255, 255, 255, .025) inset;
    backdrop-filter: blur(16px);
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .24s ease, transform .24s ease;
}

.destiny-report-access-note[hidden] {
    display: none;
}

.destiny-report-access-note.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.destiny-report-access-note strong {
    display: block;
    color: var(--destiny-text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}

.destiny-report-access-note p {
    margin: 8px 0 0;
    color: var(--destiny-text-muted);
    font-size: 15px;
    line-height: 1.5;
}

.destiny-report-access-note button {
    min-height: 44px;
    padding: 0 17px;
    border: 1px solid rgba(215, 237, 130, .34);
    border-radius: 12px;
    color: #17190f;
    background: var(--destiny-lime);
    font: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.destiny-report-access-note button:hover {
    background: #e1f291;
}

.destiny-report-access-note button:active {
    transform: translateY(1px);
}

.destiny-report-access-note button:focus-visible {
    outline: 2px solid var(--destiny-text);
    outline-offset: 3px;
}

.destiny-report-signature {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(440px, .9fr);
    gap: clamp(36px, 5vw, 76px);
    margin-block: 40px 64px;
    padding: clamp(28px, 4vw, 54px);
    overflow: hidden;
    border: 1px solid rgba(226, 189, 114, .17);
    border-radius: 36px;
    background:
        radial-gradient(circle at 80% 26%, rgba(215, 237, 130, .08), transparent 28%),
        radial-gradient(circle at 92% 8%, rgba(226, 189, 114, .11), transparent 26%),
        linear-gradient(135deg, rgba(19, 23, 18, .98), rgba(10, 13, 11, .95));
    box-shadow: 0 34px 110px rgba(0, 0, 0, .28);
}

.destiny-report-signature::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(90deg, transparent, #000 56%);
}

.destiny-report-signature__copy {
    grid-column: 1;
    grid-row: 1;
    max-width: 650px;
    align-self: center;
}

.destiny-report-signature > .destiny-arcana-card--report {
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 470px);
    align-self: center;
    justify-self: center;
}

.destiny-arcana-card--report .destiny-arcana-card__badge {
    width: 76px;
    height: 76px;
    font-size: 35px;
}

.destiny-arcana-card--report .destiny-arcana-card__eyebrow {
    top: 24px;
    left: 24px;
}

.destiny-arcana-card--report .destiny-arcana-card__caption {
    right: 14px;
    bottom: 14px;
    left: 14px;
    min-height: 88px;
    padding: 14px 16px;
}

.destiny-arcana-card--report .destiny-arcana-card__number {
    min-width: 58px;
    height: 58px;
    font-size: 31px;
}

.destiny-arcana-card--report .destiny-arcana-card__caption strong {
    font-size: 17px;
}

.destiny-report-toc > p,
.destiny-report-section__header p {
    margin: 0;
    color: var(--destiny-gold-deep);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.destiny-report-signature__eyebrow {
    display: flex;
    margin: 0;
    color: var(--destiny-gold-deep);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .09em;
    line-height: 1.4;
    text-transform: uppercase;
    align-items: center;
    gap: 12px;
}

.destiny-report-signature__eyebrow::before {
    width: 32px;
    height: 1px;
    background: currentColor;
    content: "";
    flex: 0 0 32px;
}

.destiny-report-signature h2 {
    max-width: 720px;
    margin: 16px 0 0;
    font-size: clamp(40px, 4vw, 56px);
    font-weight: 500;
    letter-spacing: -.048em;
    line-height: 1.06;
}

.destiny-report-signature__summary {
    max-width: 720px;
    margin: 24px 0 0;
    color: #c9ccc3;
    font-size: 18px;
    line-height: 1.68;
}

.destiny-report-signature__pillars span {
    display: block;
    color: #92968d;
    font-size: 14px;
    line-height: 1.35;
}

.destiny-report-signature__pillars p {
    margin: 10px 0 0;
    color: var(--destiny-text-muted);
    font-size: 15px;
    line-height: 1.58;
}

.destiny-report-signature__visual {
    position: relative;
    width: min(100%, 460px);
    aspect-ratio: 1;
    margin: auto;
}

.destiny-report-signature__visual::before,
.destiny-report-signature__visual::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(226, 189, 114, .34), transparent);
    content: "";
    transform-origin: center;
}

.destiny-report-signature__visual::before {
    transform: translate(-50%, -50%) rotate(32deg);
}

.destiny-report-signature__visual::after {
    transform: translate(-50%, -50%) rotate(-40deg);
}

.destiny-report-signature__orbit {
    position: absolute;
    border: 1px solid rgba(226, 189, 114, .15);
    border-radius: 50%;
}

.destiny-report-signature__orbit::after {
    position: absolute;
    top: 11%;
    right: 12%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--destiny-lime);
    box-shadow: 0 0 20px rgba(215, 237, 130, .58);
    content: "";
}

.destiny-report-signature__orbit--outer {
    inset: 7%;
    animation: destiny-report-orbit 28s linear infinite;
}

.destiny-report-signature__orbit--inner {
    inset: 24%;
    border-color: rgba(91, 133, 120, .2);
    animation: destiny-report-orbit 22s linear infinite reverse;
}

.destiny-report-signature__orbit--inner::after {
    top: auto;
    right: auto;
    bottom: 2%;
    left: 25%;
    width: 7px;
    height: 7px;
    background: var(--destiny-gold);
}

@keyframes destiny-report-orbit {
    to { transform: rotate(1turn); }
}

.destiny-report-signature__node {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 146px;
    min-height: 146px;
    padding: 20px 14px;
    border: 1px solid rgba(226, 189, 114, .28);
    border-radius: 50%;
    background: rgba(13, 17, 13, .94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.destiny-report-signature__node span,
.destiny-report-signature__node small {
    color: #aeb1a8;
    font-size: 14px;
    line-height: 1.25;
}

.destiny-report-signature__node b {
    display: block;
    margin-block: 3px;
    color: var(--destiny-gold);
    font-size: 38px;
    font-weight: 500;
    line-height: 1;
}

.destiny-report-signature__node--center {
    top: 50%;
    left: 50%;
    width: 166px;
    min-height: 166px;
    border-color: rgba(215, 237, 130, .3);
    background:
        radial-gradient(circle, rgba(215, 237, 130, .13), transparent 64%),
        rgba(14, 18, 14, .97);
    transform: translate(-50%, -50%);
}

.destiny-report-signature__node--center b {
    color: var(--destiny-lime);
    font-size: 46px;
}

.destiny-report-signature__node--dominant {
    top: 2%;
    left: 3%;
}

.destiny-report-signature__node--vector {
    right: 1%;
    bottom: 3%;
}

.destiny-report-signature__pillars {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding-top: 4px;
}

.destiny-report-signature__pillars article {
    padding: 22px;
    border-top: 1px solid rgba(226, 189, 114, .15);
    background: linear-gradient(180deg, rgba(255, 255, 255, .02), transparent);
}

.destiny-report-signature__pillars article > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
}

.destiny-report-signature__pillars b {
    color: var(--destiny-gold);
    font-size: 25px;
    font-weight: 500;
}

.destiny-report-signature__pillars h3 {
    margin: 14px 0 0;
    font-size: 20px;
    font-weight: 600;
}

.destiny-report-workspace {
    display: grid;
    grid-template-columns: 252px minmax(0, 1fr);
    gap: clamp(24px, 3vw, 40px);
    align-items: start;
}

.destiny-report-toc {
    position: sticky;
    top: 24px;
    padding: 22px 18px 14px;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 24px;
    background: rgba(12, 15, 12, .86);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
    backdrop-filter: blur(14px);
}

.destiny-report-toc ol {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.destiny-report-toc > p {
    padding: 0 10px 10px;
}

.destiny-report-toc a {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 9px;
    align-items: center;
    min-height: 48px;
    padding: 6px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .065);
    color: var(--destiny-text);
    font-size: 14px;
    line-height: 1.35;
    transition: color .2s ease, transform .2s ease;
}

.destiny-report-toc a:hover {
    color: var(--destiny-gold);
    transform: translateX(3px);
}

.destiny-report-toc a[aria-current] {
    border-bottom-color: transparent;
    border-radius: 11px;
    background: linear-gradient(90deg, rgba(226, 189, 114, .12), rgba(226, 189, 114, .025));
    color: var(--destiny-gold);
    transform: none;
}

.destiny-report-toc a span {
    color: var(--destiny-gold-deep);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}

.destiny-report-document {
    display: grid;
    gap: 24px;
}

.destiny-report-section {
    position: relative;
    scroll-margin-top: 24px;
    padding: clamp(28px, 4vw, 52px);
    overflow: hidden;
    border: 1px solid rgba(239, 215, 158, .11);
    border-radius: 32px;
    background:
        radial-gradient(circle at 92% 8%, rgba(226, 189, 114, .06), transparent 28%),
        rgba(14, 17, 13, .82);
    box-shadow: 0 34px 100px rgba(0, 0, 0, .22);
}

.destiny-report-section::before {
    position: absolute;
    top: 0;
    left: 8%;
    width: 44%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(226, 189, 114, .5), transparent);
    content: "";
}

.destiny-report-section:nth-child(3n + 2) {
    background:
        radial-gradient(circle at 90% 8%, rgba(91, 133, 120, .09), transparent 28%),
        rgba(14, 17, 13, .82);
}

.destiny-report-section:nth-child(3n + 2)::before {
    right: 8%;
    left: auto;
    background: linear-gradient(90deg, transparent, rgba(91, 133, 120, .62), transparent);
}

.destiny-report-section:target {
    border-color: rgba(226, 189, 114, .28);
}

.destiny-report-section__header {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    align-items: start;
}

.destiny-report-section__header > span {
    color: var(--destiny-gold-deep);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}

.destiny-report-section__header h2 {
    margin: 9px 0 0;
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.destiny-report-section__positions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 26px 0 0 62px;
}

.destiny-report-section__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: clamp(28px, 4vw, 54px);
    align-items: start;
    margin: 26px 0 0 62px;
}

.destiny-report-section__intro--text-only {
    grid-template-columns: minmax(0, 1fr);
}

.destiny-report-section__intro .destiny-report-section__positions,
.destiny-report-section__intro .destiny-report-section__summary,
.destiny-report-section__intro .destiny-report-section__connection {
    margin-left: 0;
}

.destiny-report-section__intro .destiny-report-section__positions {
    margin-top: 0;
}

.destiny-report-section__intro .destiny-report-section__summary {
    margin-top: 26px;
}

.destiny-report-section__intro .destiny-report-section__connection {
    margin-top: 22px;
}

.destiny-arcana-card--section {
    width: 220px;
    justify-self: end;
    border-radius: 22px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .28);
}

.destiny-arcana-card--section::before {
    inset: 6px;
    border-radius: 16px;
}

.destiny-arcana-card--section .destiny-arcana-card__badge {
    bottom: 12px;
    left: 12px;
    width: 52px;
    height: 52px;
    font-size: 24px;
}

.destiny-report-section__positions span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    gap: 9px;
    padding: 0 11px;
    border: 1px solid rgba(226, 189, 114, .14);
    border-radius: 999px;
    color: #9b9f94;
    font-size: 14px;
}

.destiny-report-section__positions b {
    color: var(--destiny-gold);
    font-variant-numeric: tabular-nums;
}

.destiny-report-section__summary {
    max-width: 790px;
    margin: 34px 0 0 62px;
    color: #d8d8cf;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.48;
}

.destiny-report-section__connection {
    position: relative;
    max-width: 790px;
    margin: 26px 0 0 62px;
    padding: 18px 20px 18px 22px;
    border-left: 2px solid var(--destiny-gold-deep);
    border-radius: 0 16px 16px 0;
    background: linear-gradient(90deg, rgba(226, 189, 114, .07), rgba(226, 189, 114, .015));
    color: #bdc0b7;
    font-size: 16px;
    line-height: 1.62;
}

.destiny-report-section__connection span {
    display: block;
    margin-bottom: 7px;
    color: var(--destiny-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.destiny-report-section__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 38px 0 0 62px;
}

.destiny-report-section__detail {
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 18px;
    background: rgba(255, 255, 255, .018);
}

.destiny-report-section__detail--strength {
    background: linear-gradient(135deg, rgba(215, 237, 130, .045), rgba(255, 255, 255, .012));
}

.destiny-report-section__detail--risk {
    background: linear-gradient(135deg, rgba(226, 189, 114, .045), rgba(255, 255, 255, .012));
}

.destiny-report-section__detail--question {
    border-color: rgba(91, 133, 120, .18);
    background: linear-gradient(135deg, rgba(91, 133, 120, .08), rgba(255, 255, 255, .012));
}

.destiny-report-section h3 {
    margin: 0 0 12px;
    color: var(--destiny-text);
    font-size: 17px;
    font-weight: 600;
}

.destiny-report-section__grid p {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.68;
}

.destiny-report-section__actions {
    margin: 12px 0 0 62px;
    padding: 26px 28px;
    border: 1px solid rgba(215, 237, 130, .12);
    border-radius: 20px;
    background: rgba(215, 237, 130, .035);
}

.destiny-report-section__actions ol {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: report-actions;
}

.destiny-report-section__actions li {
    position: relative;
    min-height: 72px;
    padding-left: 36px;
    color: #c4c7bd;
    font-size: 16px;
    line-height: 1.58;
    counter-increment: report-actions;
}

.destiny-report-section__actions li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 1px solid rgba(215, 237, 130, .22);
    border-radius: 50%;
    color: var(--destiny-lime);
    content: counter(report-actions);
    font-size: 14px;
}

.destiny-report-section__timeline {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 12px 0 0 62px;
}

.destiny-report-section__timeline article {
    position: relative;
    min-width: 0;
    padding: 25px 23px 26px;
    overflow: hidden;
    border: 1px solid rgba(215, 237, 130, .13);
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0, rgba(215, 237, 130, .075), transparent 36%),
        rgba(215, 237, 130, .025);
}

.destiny-report-section__timeline article::before {
    position: absolute;
    top: 0;
    left: 23px;
    width: 42px;
    height: 1px;
    background: var(--destiny-lime);
    content: "";
}

.destiny-report-section__timeline span {
    display: block;
    color: var(--destiny-lime);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.destiny-report-section__timeline h3 {
    margin-top: 14px;
}

.destiny-report-section__timeline p {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 15px;
    line-height: 1.64;
}

.destiny-report-disclaimer {
    display: grid;
    grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
    gap: 48px;
    margin: 64px 0 0 292px;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, .07);
}

.destiny-report-disclaimer h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
}

.destiny-report-disclaimer p {
    max-width: 780px;
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.68;
}

.destiny-report-state {
    display: flex;
    min-height: calc(100vh - 260px);
    max-width: 760px;
    margin-inline: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.destiny-report-state__code {
    margin: 0 0 16px;
    color: var(--destiny-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.destiny-report-state h1 {
    margin: 0;
    font-size: clamp(46px, 7vw, 78px);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1;
}

.destiny-report-state > p:not(.destiny-report-state__code) {
    max-width: 640px;
    margin: 28px 0 34px;
    color: var(--destiny-text-muted);
    font-size: 18px;
    line-height: 1.65;
}

.destiny-report-state .destiny-button {
    min-width: 260px;
}

@media (max-width: 1080px) {
    .destiny-report-workspace {
        grid-template-columns: 1fr;
    }

    .destiny-report-toc {
        position: static;
    }

    .destiny-report-toc ol {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 24px;
    }

    .destiny-report-disclaimer {
        margin-left: 0;
    }
}

@media (max-width: 940px) {
    .destiny-report-signature {
        grid-template-columns: 1fr;
    }

    .destiny-report-signature__copy,
    .destiny-report-signature > .destiny-arcana-card--report,
    .destiny-report-signature__pillars {
        grid-column: 1;
        grid-row: auto;
    }

    .destiny-report-signature > .destiny-arcana-card--report {
        width: min(100%, 420px);
    }
}

@media (max-width: 860px) {
    .destiny-report-page {
        width: var(--destiny-page-width);
        padding-block: 56px 88px;
    }

    .destiny-report-disclaimer {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .destiny-report-toc ol,
    .destiny-report-section__grid {
        grid-template-columns: 1fr;
    }

    .destiny-report-section__positions,
    .destiny-report-section__summary,
    .destiny-report-section__connection,
    .destiny-report-section__grid,
    .destiny-report-section__actions,
    .destiny-report-section__timeline {
        margin-left: 0;
    }

    .destiny-report-section__intro {
        margin-left: 0;
    }

    .destiny-report-section__actions ol {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .destiny-report-section__timeline {
        grid-template-columns: 1fr;
    }

    .destiny-report-section__actions li {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .destiny-report-page {
        width: var(--destiny-page-width);
        padding-top: 44px;
    }

    .destiny-report-hero {
        padding-bottom: 0;
    }

    .destiny-report-hero h1 {
        font-size: 46px;
    }

    .destiny-report-access-note {
        right: max(12px, env(safe-area-inset-right));
        bottom: max(12px, env(safe-area-inset-bottom));
        left: max(12px, env(safe-area-inset-left));
        grid-template-columns: 1fr;
        gap: 14px;
        width: auto;
        padding: 18px;
        border-radius: 18px;
    }

    .destiny-report-access-note button {
        width: 100%;
    }

    .destiny-report-signature {
        gap: 28px;
        margin-block: 28px 40px;
        padding: 24px 18px;
        border-radius: 26px;
    }

    .destiny-report-signature h2 {
        font-size: 35px;
    }

    .destiny-report-signature__summary {
        margin-top: 20px;
        font-size: 16px;
    }

    .destiny-report-signature__pillars {
        grid-template-columns: 1fr;
    }

    .destiny-report-signature > .destiny-arcana-card--report {
        width: min(100%, 340px);
    }

    .destiny-report-section__intro {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .destiny-arcana-card--section {
        width: min(100%, 210px);
        justify-self: center;
    }

    .destiny-report-signature__visual {
        display: grid;
        width: 100%;
        aspect-ratio: auto;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .destiny-report-signature__visual::before,
    .destiny-report-signature__visual::after,
    .destiny-report-signature__orbit {
        display: none;
    }

    .destiny-report-signature__node,
    .destiny-report-signature__node--center,
    .destiny-report-signature__node--dominant,
    .destiny-report-signature__node--vector {
        position: static;
        width: auto;
        min-height: 112px;
        padding: 12px 6px;
        border-radius: 18px;
        transform: none;
    }

    .destiny-report-signature__node span {
        display: none;
    }

    .destiny-report-signature__node b,
    .destiny-report-signature__node--center b {
        font-size: 34px;
    }

    .destiny-report-signature__node small {
        overflow-wrap: anywhere;
    }

    .destiny-report-signature__pillars {
        padding-top: 0;
    }

    .destiny-report-signature__pillars article {
        padding: 20px 4px 4px;
    }

    .destiny-report-toc {
        padding: 18px 14px 10px;
        border-radius: 20px;
    }

    .destiny-report-toc ol {
        grid-template-columns: 1fr;
    }

    .destiny-report-section {
        padding: 24px 20px;
        border-radius: 24px;
    }

    .destiny-report-section__header {
        grid-template-columns: 36px 1fr;
        gap: 10px;
    }

    .destiny-report-section__header h2 {
        font-size: 34px;
    }

    .destiny-report-section__summary {
        margin-top: 28px;
        font-size: 19px;
    }

    .destiny-report-section__connection {
        margin-top: 22px;
        padding: 16px 16px 16px 18px;
    }

    .destiny-report-section__grid {
        margin-top: 28px;
    }

    .destiny-report-section__detail {
        padding: 20px 18px;
    }

    .destiny-report-section__actions {
        padding: 22px 18px;
    }

    .destiny-report-section__timeline article {
        padding: 22px 18px 23px;
    }

    .destiny-report-disclaimer {
        margin-top: 44px;
        padding-top: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .destiny-motion-ready .destiny-method-step,
    .destiny-motion-ready .destiny-method-connector {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Topic calculators: finance and child matrix. */
.topic-shell { --topic-accent: #efd078; --topic-lime: #d7f27d; }
.topic-shell--child { --topic-accent: #e8c988; --topic-lime: #bbefd0; }
.topic-hero,
.topic-result,
.topic-definition,
.topic-roles,
.topic-answer-card,
.topic-formula,
.topic-parent-check,
.topic-age-guide,
.topic-next-step,
.topic-faq {
    width: var(--destiny-page-width);
    margin-inline: auto;
}

.topic-hero {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(500px, 1.02fr);
    gap: clamp(48px, 6vw, 92px);
    align-items: center;
    min-height: 760px;
    padding-block: 70px 92px;
}
.topic-kicker { margin: 0 0 21px; color: var(--topic-accent); font-size: 14px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.topic-hero h1 { max-width: 720px; margin: 0; color: #f3f2ec; font-size: clamp(64px, 6.2vw, 94px); font-weight: 510; letter-spacing: -.055em; line-height: .98; }
.topic-hero h1 span { display: block; color: #dec892; }
.topic-hero__lead { max-width: 660px; margin: 29px 0 0; color: var(--destiny-muted); font-size: 18px; line-height: 1.72; }
.topic-calculator { display: grid; grid-template-columns: minmax(210px, .8fr) minmax(270px, 1.2fr); gap: 9px; max-width: 650px; margin-top: 34px; padding: 8px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(22,24,20,.86); box-shadow: 0 22px 65px rgba(0,0,0,.24); }
.topic-calculator .destiny-field { min-width: 0; }
.topic-calculator .destiny-button { min-height: 66px; }
.topic-calculator .destiny-form-error { grid-column: 1 / -1; margin: 0 10px 5px; }
.topic-shell .destiny-assurances { margin-top: 18px; }
.topic-hero__visual { min-width: 0; }

.topic-map { position: relative; overflow: hidden; aspect-ratio: 1 / .94; border: 1px solid rgba(239,208,120,.24); border-radius: 38px; background: radial-gradient(circle at 50% 48%, rgba(167,125,51,.16), transparent 35%), linear-gradient(145deg, rgba(16,20,16,.97), rgba(8,11,9,.96)); box-shadow: 0 42px 110px rgba(0,0,0,.42), 0 0 70px rgba(191,143,52,.07); isolation: isolate; }
.topic-map::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(115deg, transparent 15%, rgba(255,226,151,.04) 49%, transparent 72%); transform: translateX(-100%); animation: topic-map-shine 9s ease-in-out infinite; }
.topic-map__header { position: absolute; z-index: 5; top: 28px; right: 31px; left: 31px; display: flex; justify-content: space-between; color: #94988d; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topic-map__header span:last-child { padding: 6px 11px; border: 1px solid rgba(215,242,125,.28); border-radius: 999px; color: #b8c987; }
.topic-map__art { position: absolute; z-index: 0; inset: 6.5%; opacity: .4; filter: saturate(.78) brightness(.78) contrast(1.04); pointer-events: none; -webkit-mask-image: radial-gradient(circle closest-side at center, #000 0 70%, rgba(0,0,0,.92) 78%, transparent 100%); mask-image: radial-gradient(circle closest-side at center, #000 0 70%, rgba(0,0,0,.92) 78%, transparent 100%); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; }
.topic-map__art::before { position: absolute; inset: -7%; content: ''; background: url('../images/compatibility-orbital-field-v1.webp') center / contain no-repeat; mix-blend-mode: screen; transform: scale(1.06) rotate(0deg); transform-origin: center; animation: topic-field-rotate 160s linear infinite; will-change: transform; }
.topic-map__orbit { position: absolute; z-index: 1; top: 50%; left: 50%; border: 1px solid rgba(240,205,119,.16); border-radius: 50%; transform: translate(-50%,-50%); }
.topic-map__orbit--one { width: 66%; aspect-ratio: 1; }
.topic-map__orbit--two { width: 43%; aspect-ratio: 1; border-style: dashed; animation: topic-orbit 75s linear infinite; }
.topic-map__path { position: absolute; z-index: 1; top: 50%; left: 18%; width: 64%; height: 1px; background: linear-gradient(90deg, transparent, #d3b662 12%, #d3b662 88%, transparent); box-shadow: 0 0 18px rgba(235,194,92,.4); }
.topic-map__path::before,.topic-map__path::after { content: ''; position: absolute; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: #f4d17c; box-shadow: 0 0 20px #e2b95c; }
.topic-map__path::before { left: 24%; }.topic-map__path::after { right: 24%; }
.topic-map__node { position: absolute; z-index: 4; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 128px; min-height: 128px; padding: 12px; border: 1px solid rgba(239,208,120,.35); border-radius: 50%; background: radial-gradient(circle, rgba(53,44,25,.94), rgba(9,13,10,.98) 70%); box-shadow: 0 15px 45px rgba(0,0,0,.4), inset 0 0 20px rgba(238,197,100,.08); text-align: center; transition: transform .45s ease, box-shadow .45s ease; }
.topic-map__node small { width: 100%; color: #a8aa9f; font-size: 14px; line-height: 1.2; text-align: center; text-wrap: balance; }
.topic-map__node strong { color: #f5d37d; font-size: 42px; line-height: 1; text-align: center; }
.topic-map__node--entry { top: 50%; left: 12%; transform: translateY(-50%); }
.topic-map__node--exchange { top: 50%; left: 50%; width: 154px; min-height: 154px; transform: translate(-50%,-50%); border-color: rgba(215,242,125,.5); box-shadow: 0 0 0 11px rgba(239,208,120,.04), 0 18px 55px rgba(0,0,0,.5), 0 0 50px rgba(215,242,125,.1); }
.topic-map__node--exchange strong { color: var(--topic-lime); font-size: 54px; }
.topic-map__node--risk { top: 50%; right: 12%; transform: translateY(-50%); }
.topic-map__caption { position: absolute; right: 24px; bottom: 25px; left: 24px; display: flex; gap: 12px; align-items: center; justify-content: center; margin: 0; color: #74796e; font-size: 14px; }
.topic-map__caption span { width: 34px; height: 1px; background: rgba(215,242,125,.48); }
.topic-map.is-calculated .topic-map__node { animation: topic-node-pop .7s cubic-bezier(.2,.8,.2,1) both; }
.topic-map.is-calculated .topic-map__node--exchange { animation-delay: .12s; }
.topic-map.is-calculated .topic-map__node--risk { animation-delay: .24s; }

.topic-map--child .topic-map__path { display: none; }
.topic-map--child .topic-map__node { width: 102px; min-height: 102px; border-radius: 28px; }
.topic-map--child .topic-map__node strong { font-size: 34px; }
.topic-map--child .topic-map__node--entry { top: 24%; left: 14%; width: 118px; transform: none; }
.topic-map--child .topic-map__node--exchange { top: 22%; right: 13%; left: auto; width: 102px; min-height: 102px; transform: none; }
.topic-map--child .topic-map__node--exchange strong { font-size: 34px; }
.topic-map--child .topic-map__node--risk { top: auto; right: 14%; bottom: 18%; transform: none; }
.topic-map__node--core { top: 50%; left: 50%; width: 158px !important; min-height: 158px !important; border-radius: 50% !important; transform: translate(-50%,-50%); border-color: rgba(215,242,125,.52); }
.topic-map__node--core strong { color: var(--topic-lime); font-size: 54px !important; }
.topic-map--child .topic-map__caption { bottom: 21px; }
.topic-map__constellation { position: absolute; z-index: 1; inset: 15%; opacity: .45; background: radial-gradient(circle at 12% 34%, #eacf82 0 2px, transparent 3px), radial-gradient(circle at 76% 18%, #eacf82 0 2px, transparent 3px), radial-gradient(circle at 89% 72%, #eacf82 0 2px, transparent 3px), radial-gradient(circle at 25% 84%, #eacf82 0 2px, transparent 3px); }

.topic-result { margin-block: 12px 104px; padding: 44px; border: 1px solid rgba(239,208,120,.19); border-radius: 34px; background: linear-gradient(145deg, rgba(27,28,22,.94), rgba(13,16,13,.96)); }
.topic-result[hidden] { display: none; }
.topic-result.is-visible { animation: topic-result-reveal .8s cubic-bezier(.2,.8,.2,1) both; }
.topic-result__heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.7fr); gap: 70px; align-items: end; padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.08); }
.topic-result__heading h2 { margin: 0; font-size: clamp(40px,4vw,60px); letter-spacing: -.04em; line-height: 1.04; }
.topic-result__heading > p { margin: 0; color: var(--destiny-muted); font-size: 16px; line-height: 1.7; }
.topic-result__cards { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 25px; overflow: hidden; }
.topic-result__cards--child { grid-template-columns: repeat(2,1fr); }
.topic-result__cards article { min-width: 0; min-height: 430px; padding: 28px; border-right: 1px solid rgba(255,255,255,.08); background: rgba(7,10,8,.22); }
.topic-result__cards article:last-child { border-right: 0; }
.topic-result__cards--child article { min-height: 390px; border-bottom: 1px solid rgba(255,255,255,.08); }
.topic-result__cards--child article:nth-child(2n) { border-right: 0; }
.topic-result__cards article > span,.topic-result__cards h4 { color: #8d9287; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topic-result__energy { display: flex; min-width: 0; gap: 17px; align-items: center; margin: 30px 0 22px; }
.topic-result__energy strong { display: grid; flex: 0 0 56px; width: 56px; height: 56px; place-items: center; border: 1px solid rgba(239,208,120,.4); border-radius: 50%; color: #f0cd73; font-size: 22px; }
.topic-result__energy h3 { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 26px; line-height: 1.14; }
.topic-result__cards p,.topic-result__cards li { color: #afb2a9; font-size: 15px; line-height: 1.72; }
.topic-result__cards h4 { margin: 28px 0 8px; color: var(--topic-lime); }
.topic-result__cards ul { margin: 8px 0 0; padding-left: 20px; }
.topic-shell--finance .topic-result__cards article { min-height: 300px; }
.topic-result__summary { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); margin-top: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; background: rgba(7,10,8,.28); }
.topic-result__summary > div { padding: 24px 28px; }
.topic-result__summary > div + div { border-left: 1px solid rgba(255,255,255,.08); background: rgba(215,237,130,.035); }
.topic-result__summary > div > span { display: block; color: var(--topic-lime); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topic-result__summary p { max-width: 650px; margin: 10px 0 0; color: #afb2a9; font-size: 16px; line-height: 1.65; }
.topic-result__summary a { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; margin-top: 10px; color: #e3d4a3; font-size: 15px; font-weight: 600; text-underline-offset: 4px; }
.topic-result__note { margin: 22px 0 0; color: #7e8378; font-size: 14px; line-height: 1.6; }

.topic-definition { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: 90px; margin-bottom: 88px; padding-top: 4px; }
.topic-definition h2,.topic-answer-card h2,.topic-formula h2,.topic-parent-check h2,.topic-age-guide h2,.topic-next-step h2 { margin: 0; font-size: clamp(42px,4.5vw,66px); letter-spacing: -.045em; line-height: 1.02; }
.topic-definition__copy { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.1); }
.topic-definition__copy p { margin: 0; padding: 27px 26px 10px 0; color: var(--destiny-muted); font-size: 16px; line-height: 1.75; }
.topic-definition__copy p + p { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.08); }
.topic-roles { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 98px; border-top: 1px solid rgba(255,255,255,.09); border-bottom: 1px solid rgba(255,255,255,.09); }
.topic-roles--four { grid-template-columns: repeat(4,1fr); }
.topic-roles article { min-height: 250px; padding: 30px; border-right: 1px solid rgba(255,255,255,.08); }
.topic-roles article:last-child { border-right: 0; }
.topic-roles span { color: var(--topic-accent); font-size: 14px; }
.topic-roles h3 { margin: 64px 0 13px; font-size: 24px; }
.topic-roles p { margin: 0; color: var(--destiny-muted); font-size: 15px; line-height: 1.65; }
.topic-answer-card { position: relative; display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: 90px; margin-bottom: 98px; padding: 38px 42px; overflow: hidden; border: 1px solid rgba(239,208,120,.2); border-radius: 30px; background: linear-gradient(135deg, rgba(33,31,21,.78), rgba(13,16,13,.9)); }
.topic-answer-card::after { position: absolute; right: -90px; bottom: -150px; width: 330px; height: 330px; border: 1px solid rgba(215,242,125,.1); border-radius: 50%; content: ''; }
.topic-answer-card > p { align-self: end; max-width: 760px; margin: 0; color: #c2c5bb; font-size: 18px; line-height: 1.75; }
.topic-formula { display: grid; grid-template-columns: minmax(0,.95fr) minmax(430px,1.05fr); gap: 78px; align-items: center; margin-bottom: 100px; }
.topic-formula > div:first-child > p:not(.topic-kicker) { color: var(--destiny-muted); font-size: 16px; line-height: 1.75; }
.topic-formula__scheme { display: grid; grid-template-columns: .85fr 1.15fr; gap: 0; overflow: hidden; border: 1px solid rgba(239,208,120,.2); border-radius: 28px; background: rgba(18,20,16,.75); }
.topic-formula__scheme span,.topic-formula__scheme strong { padding: 23px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 15px; }
.topic-formula__scheme span { color: #858a7f; }.topic-formula__scheme strong { color: #e8e7df; font-weight: 600; }
.topic-formula__scheme i { display: none; }
.topic-formula__scheme--finance { grid-template-columns: .72fr 1.15fr .8fr; }
.topic-formula__scheme--finance span,.topic-formula__scheme--finance strong,.topic-formula__scheme--finance i { display: block; padding: 20px; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 14px; font-style: normal; line-height: 1.45; }
.topic-formula__scheme--finance i { color: var(--topic-accent); text-align: right; }
.topic-parent-check { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; margin-bottom: 98px; }
.topic-parent-check ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.09); }
.topic-parent-check li { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.topic-parent-check li > span { color: var(--topic-accent); font-size: 14px; }
.topic-parent-check h3 { margin: 0 0 7px; font-size: 21px; }.topic-parent-check p { margin: 0; color: var(--destiny-muted); font-size: 15px; line-height: 1.65; }
.topic-age-guide { margin-bottom: 98px; }
.topic-age-guide__heading { display: grid; grid-template-columns: minmax(320px,.85fr) minmax(300px,.65fr); justify-content: space-between; gap: 70px; align-items: end; margin-bottom: 34px; }
.topic-age-guide__heading > p:last-child { max-width: 560px; margin: 0 0 5px; color: var(--destiny-muted); font-size: 16px; line-height: 1.7; }
.topic-age-guide__grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 28px; }
.topic-age-guide__grid article { position: relative; min-height: 275px; padding: 30px; border-right: 1px solid rgba(255,255,255,.08); background: linear-gradient(150deg, rgba(25,28,22,.72), rgba(10,13,11,.5)); }
.topic-age-guide__grid article:last-child { border-right: 0; }
.topic-age-guide__grid span { color: var(--topic-accent); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topic-age-guide__grid h3 { margin: 70px 0 13px; font-size: 25px; line-height: 1.15; }
.topic-age-guide__grid p { margin: 0; color: var(--destiny-muted); font-size: 15px; line-height: 1.7; }
.topic-next-step { display: grid; grid-template-columns: minmax(0,1.15fr) auto; gap: 50px; align-items: end; margin-bottom: 98px; padding: 38px 42px; border: 1px solid rgba(187,239,208,.18); border-radius: 30px; background: radial-gradient(circle at 85% 20%, rgba(187,239,208,.08), transparent 30%), rgba(17,21,17,.76); }
.topic-next-step h2 { max-width: 760px; }
.topic-next-step p:not(.topic-kicker) { max-width: 800px; margin: 22px 0 0; color: var(--destiny-muted); font-size: 16px; line-height: 1.7; }
.topic-next-step > a { display: inline-flex; min-height: 50px; align-items: center; gap: 12px; padding: 0 22px; border: 1px solid rgba(187,239,208,.28); border-radius: 999px; color: #e6eadf; font-size: 15px; font-weight: 600; white-space: nowrap; }
.topic-faq { padding-top: 0; }

@keyframes topic-orbit { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes topic-field-rotate { from { transform: scale(1.06) rotate(0deg); } to { transform: scale(1.06) rotate(360deg); } }
@keyframes topic-map-shine { 0%,60% { transform: translateX(-100%); } 78%,100% { transform: translateX(100%); } }
@keyframes topic-node-pop { 0% { opacity: .25; filter: blur(5px); } 60% { filter: blur(0); } 100% { opacity: 1; } }
@keyframes topic-result-reveal { from { opacity: 0; transform: translateY(38px) scale(.985); filter: blur(8px); } to { opacity: 1; transform: none; filter: none; } }

@media (max-width: 1040px) {
    .topic-hero { grid-template-columns: 1fr; min-height: 0; }
    .topic-hero__content { max-width: 780px; }
    .topic-map { max-width: 700px; margin-inline: auto; }
    .topic-result__cards { grid-template-columns: 1fr; }
    .topic-result__cards--child { grid-template-columns: repeat(2,1fr); }
    .topic-result__cards article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .topic-result__heading,.topic-definition,.topic-answer-card,.topic-formula,.topic-parent-check,.topic-age-guide__heading,.topic-next-step { grid-template-columns: 1fr; gap: 36px; }
    .topic-roles--four { grid-template-columns: repeat(2,1fr); }
    .topic-age-guide__grid { grid-template-columns: 1fr; }
    .topic-age-guide__grid article { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }
    .topic-age-guide__grid article:last-child { border-bottom: 0; }
    .topic-age-guide__grid h3 { margin-top: 38px; }
}

@media (max-width: 680px) {
    .topic-hero,.topic-result,.topic-definition,.topic-roles,.topic-answer-card,.topic-formula,.topic-parent-check,.topic-age-guide,.topic-next-step,.topic-faq { width: var(--destiny-page-width); }
    .topic-hero { gap: 42px; padding-block: 36px 65px; }
    .topic-hero h1 { font-size: clamp(46px,14vw,65px); }
    .topic-hero__lead { font-size: 16px; }
    .topic-calculator { grid-template-columns: 1fr; padding: 7px; }
    .topic-map { aspect-ratio: 1 / 1.08; border-radius: 27px; }
    .topic-map__header { top: 20px; right: 18px; left: 18px; font-size: 14px; }
    .topic-map__node { width: 86px; min-height: 86px; padding: 7px; }
    .topic-map__node small { font-size: 14px; }
    .topic-map__node strong { font-size: 30px; }
    .topic-map__node--entry { left: 6%; }.topic-map__node--risk { right: 6%; }
    .topic-map__node--exchange { width: 112px; min-height: 112px; }.topic-map__node--exchange strong { font-size: 41px; }
    .topic-map__caption { gap: 7px; font-size: 14px; }.topic-map__caption span { width: 17px; }
    .topic-map--child .topic-map__node { width: 82px; min-height: 82px; }
    .topic-map--child .topic-map__node--entry { top: 20%; left: 8%; width: 100px; }.topic-map--child .topic-map__node--exchange { top: 19%; right: 8%; width: 82px; min-height: 82px; }
    .topic-map--child .topic-map__node--risk { right: 8%; bottom: 19%; }
    .topic-map__node--core { width: 122px !important; min-height: 122px !important; }.topic-map__node--core strong { font-size: 42px !important; }
    .topic-result { margin-bottom: 72px; padding: 24px 18px; border-radius: 26px; }
    .topic-result__heading { padding-bottom: 25px; }.topic-result__heading h2 { font-size: 37px; }
    .topic-result__cards,.topic-result__cards--child { grid-template-columns: 1fr; }
    .topic-result__cards article { padding: 23px 20px; }
    .topic-result__summary { grid-template-columns: 1fr; }
    .topic-result__summary > div { padding: 22px 20px; }
    .topic-result__summary > div + div { border-top: 1px solid rgba(255,255,255,.08); border-left: 0; }
    .topic-definition,.topic-roles,.topic-answer-card,.topic-formula,.topic-parent-check,.topic-age-guide,.topic-next-step { margin-bottom: 70px; }
    .topic-definition h2,.topic-answer-card h2,.topic-formula h2,.topic-parent-check h2,.topic-age-guide h2,.topic-next-step h2 { font-size: 40px; }
    .topic-definition__copy { grid-template-columns: 1fr; }.topic-definition__copy p { padding: 22px 0; }.topic-definition__copy p + p { padding-left: 0; border-top: 1px solid rgba(255,255,255,.08); border-left: 0; }
    .topic-answer-card,.topic-next-step { padding: 27px 22px; }
    .topic-answer-card > p { font-size: 16px; }
    .topic-roles,.topic-roles--four { grid-template-columns: 1fr; }.topic-roles article { min-height: 0; padding: 24px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.08); }.topic-roles h3 { margin-top: 35px; }
    .topic-formula__scheme span,.topic-formula__scheme strong { padding: 18px 14px; }
    .topic-formula__scheme--finance { grid-template-columns: .8fr 1.2fr; }
    .topic-formula__scheme--finance i { grid-column: 1 / -1; padding: 10px 14px 17px; text-align: left; }
    .topic-age-guide__heading { margin-bottom: 25px; }
    .topic-age-guide__grid article { padding: 24px 20px; }
    .topic-next-step > a { justify-content: center; width: 100%; white-space: normal; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
    .topic-map::after,.topic-map__orbit--two,.topic-map.is-calculated .topic-map__node,.topic-result.is-visible,.topic-map__art::before { animation: none; }
    .topic-map__art::before { transform: scale(1.06); will-change: auto; }
}

/* Compatibility calculator */

.compatibility-hero,
.compatibility-result,
.compatibility-inside,
.compatibility-method,
.compatibility-usage,
.compatibility-limits,
.compatibility-personal-link {
    width: var(--destiny-page-width);
    margin-inline: auto;
}

.compatibility-shell {
    background:
        radial-gradient(circle at 74% 13%, rgba(226, 189, 114, .09), transparent 25%),
        radial-gradient(circle at 18% 48%, rgba(121, 184, 170, .035), transparent 24%),
        linear-gradient(180deg, #0b0d0a 0%, var(--destiny-bg) 60%, var(--destiny-bg-deep) 100%);
}

.compatibility-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(450px, .9fr);
    align-items: center;
    gap: clamp(44px, 4.5vw, 72px);
    min-height: calc(100vh - 88px);
    padding-block: clamp(58px, 7vh, 92px) 80px;
}

.compatibility-hero__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.compatibility-hero h1 {
    max-width: 750px;
    margin: 0;
    font-size: clamp(48px, 5.25vw, 76px);
    font-weight: 500;
    letter-spacing: -.058em;
    line-height: 1;
}

.compatibility-hero__title-main,
.compatibility-hero__title-accent {
    display: block;
}

.compatibility-hero__title-main {
    white-space: nowrap;
}

.compatibility-hero__title-accent {
    color: transparent;
    background: linear-gradient(105deg, #f0eadc 2%, #d8bd84 49%, #949987 98%);
    background-clip: text;
    -webkit-background-clip: text;
}

.compatibility-hero__lead {
    max-width: 650px;
    margin: 26px 0 30px;
    color: var(--destiny-text-muted);
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.62;
}

.compatibility-calculator {
    max-width: 690px;
    padding: 8px;
    border: 1px solid var(--destiny-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 20px 80px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .025);
    backdrop-filter: blur(14px);
}

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

.compatibility-calculator .destiny-field {
    min-height: 70px;
}

.compatibility-calculator__button {
    width: 100%;
    min-height: 62px;
    margin-top: 8px;
}

.compatibility-form-error {
    margin-top: 8px;
}

.compatibility-assurances {
    margin-top: 19px;
}

.compatibility-hero__visual {
    min-width: 0;
    perspective: 1100px;
}

.compatibility-map {
    position: relative;
    isolation: isolate;
    width: min(100%, 610px);
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(226, 189, 114, .16);
    border-radius: 38px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .045), transparent 34%),
        #0d110e;
    box-shadow:
        0 42px 130px rgba(0, 0, 0, .46),
        0 0 0 1px rgba(0, 0, 0, .24),
        inset 0 1px rgba(255, 255, 255, .04);
    transform: translateZ(0);
    transition: transform .5s var(--destiny-ease), border-color .3s ease;
}

.compatibility-hero__visual:hover .compatibility-map {
    border-color: rgba(226, 189, 114, .24);
    transform: translateY(-3px);
}

.compatibility-map::before,
.compatibility-map::after {
    position: absolute;
    z-index: 1;
    content: "";
    pointer-events: none;
}

.compatibility-map::before {
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 10, 8, .88), transparent 16%, transparent 84%, rgba(7, 10, 8, .88)),
        linear-gradient(rgba(7, 10, 8, .76), transparent 18%, transparent 82%, rgba(7, 10, 8, .82));
}

.compatibility-map::after {
    inset: 1px;
    border: 1px solid rgba(255, 255, 255, .025);
    border-radius: inherit;
    box-shadow: inset 0 0 90px rgba(0, 0, 0, .32);
}

.compatibility-map__art {
    position: absolute;
    z-index: 0;
    inset: 6.5%;
    opacity: .43;
    filter: saturate(.78) brightness(.78) contrast(1.04);
    transform: scale(.955);
    transition: opacity .8s var(--destiny-ease), transform .8s var(--destiny-ease), filter .8s ease;
    pointer-events: none;
    -webkit-mask-image: radial-gradient(circle closest-side at center, #000 0 70%, rgba(0, 0, 0, .92) 78%, transparent 100%);
    mask-image: radial-gradient(circle closest-side at center, #000 0 70%, rgba(0, 0, 0, .92) 78%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.compatibility-map__art::before {
    position: absolute;
    inset: -7%;
    content: "";
    background: url("../images/compatibility-orbital-field-v1.webp") center / contain no-repeat;
    mix-blend-mode: screen;
    transform: scale(1.06) rotate(0deg);
    transform-origin: center;
    animation: compatibility-field-rotate 160s linear infinite;
    will-change: transform;
}

.compatibility-map.is-calculated .compatibility-map__art {
    opacity: .58;
    filter: saturate(.86) brightness(.86) contrast(1.06);
    transform: scale(1);
}

.compatibility-map__header {
    position: absolute;
    z-index: 5;
    top: 5%;
    right: 6%;
    left: 6%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #8f9388;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.compatibility-map__header span:last-child {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border: 1px solid rgba(215, 237, 130, .18);
    border-radius: 999px;
    color: #b6c092;
}

.compatibility-map__geometry,
.compatibility-map__geometry span {
    position: absolute;
    z-index: 2;
    inset: 0;
    pointer-events: none;
}

.compatibility-map__geometry::before,
.compatibility-map__geometry::after,
.compatibility-map__geometry span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.compatibility-map__geometry::before {
    width: 70%;
    aspect-ratio: 1;
    border: 1px dashed rgba(226, 189, 114, .14);
    animation: none;
}

.compatibility-map.is-calculated .compatibility-map__geometry::before {
    animation: compatibility-orbit-reveal .9s var(--destiny-ease) both;
}

.compatibility-map__geometry::after {
    width: 49%;
    aspect-ratio: 1;
    border: 1px solid rgba(121, 184, 170, .13);
}

.compatibility-map__geometry span:nth-child(1)::before {
    width: 1px;
    height: 62%;
    border-radius: 0;
    background: linear-gradient(transparent, rgba(226, 189, 114, .14), transparent);
}

.compatibility-map__geometry span:nth-child(2)::before {
    width: 62%;
    height: 1px;
    border-radius: 0;
    background: linear-gradient(90deg, transparent, rgba(121, 184, 170, .14), transparent);
}

.compatibility-map__geometry span:nth-child(3)::before {
    width: 36%;
    aspect-ratio: 1;
    border: 1px solid rgba(226, 189, 114, .1);
    transform: translate(-50%, -50%) rotate(45deg);
}

.compatibility-map__person,
.compatibility-map__center,
.compatibility-map__node {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
    font-variant-numeric: tabular-nums;
}

.compatibility-map__person {
    top: 50%;
    width: 78px;
    aspect-ratio: 1;
    border: 1px solid rgba(121, 184, 170, .42);
    border-radius: 50%;
    background: #0d110e url("../images/compatibility-core-lens-v1.webp") center / cover no-repeat;
    box-shadow:
        0 0 0 7px rgba(7, 10, 8, .72),
        0 16px 45px rgba(0, 0, 0, .36),
        inset 0 0 22px rgba(121, 184, 170, .06);
}

.compatibility-map__person--a { left: 21%; }
.compatibility-map__person--b { left: 79%; }

.compatibility-map__person small,
.compatibility-map__node small,
.compatibility-map__center span {
    position: absolute;
    z-index: 1;
    bottom: calc(100% + 11px);
    left: 50%;
    width: max-content;
    max-width: 128px;
    transform: translateX(-50%);
    color: #9a9f94;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    text-shadow: 0 2px 9px #070a08, 0 0 16px #070a08;
    pointer-events: none;
}

.compatibility-map__person strong {
    margin: 0;
    color: #c3d5cb;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
}

.compatibility-map__center {
    top: 50%;
    left: 50%;
    width: 126px;
    aspect-ratio: 1;
    border: 1px solid rgba(244, 211, 139, .56);
    border-radius: 50%;
    background: #0d110e url("../images/compatibility-core-lens-v1.webp") center / cover no-repeat;
    box-shadow:
        0 0 0 9px rgba(7, 10, 8, .68),
        0 0 64px rgba(226, 189, 114, .22),
        inset 0 0 26px rgba(226, 189, 114, .08);
}

.compatibility-map__center span {
    color: #aaa98f;
}

.compatibility-map__center strong {
    margin: 0;
    color: var(--destiny-gold-bright);
    font-size: 46px;
    font-weight: 600;
    line-height: 1;
}

.compatibility-map__node {
    width: 72px;
    min-height: 60px;
    padding: 9px 6px;
    border: 1px solid rgba(226, 189, 114, .23);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .055), transparent 42%),
        rgba(10, 14, 11, .94);
    box-shadow:
        0 13px 34px rgba(0, 0, 0, .3),
        inset 0 1px rgba(255, 255, 255, .035);
    text-align: center;
}

.compatibility-map__node--top { top: 23%; left: 50%; }
.compatibility-map__node--right { top: 68%; left: 73%; }
.compatibility-map__node--bottom { top: 77%; left: 50%; }

.compatibility-map__node--right small {
    top: 50%;
    bottom: auto;
    left: calc(100% + 12px);
    transform: translateY(-50%);
}

.compatibility-map__node--bottom small {
    top: 50%;
    right: calc(100% + 10px);
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}

.compatibility-map__node strong {
    color: var(--destiny-gold-bright);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.compatibility-map__node small {
    font-size: 14px;
}

.compatibility-map__person.is-updated,
.compatibility-map__center.is-updated,
.compatibility-map__node.is-updated {
    animation: destiny-method-pulse .65s var(--destiny-ease);
}

.compatibility-map__caption {
    position: absolute;
    right: 8%;
    bottom: 5%;
    left: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    color: #94998e;
    font-size: 14px;
}

.compatibility-map__caption span {
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, var(--destiny-gold-deep), var(--destiny-teal));
}

@keyframes compatibility-orbit-reveal {
    from {
        opacity: .25;
        transform: translate(-50%, -50%) scale(.93) rotate(-8deg);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotate(0);
    }
}

@keyframes compatibility-field-rotate {
    from { transform: scale(1.06) rotate(0deg); }
    to { transform: scale(1.06) rotate(360deg); }
}

.compatibility-result {
    padding-block: clamp(76px, 7vw, 104px);
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.compatibility-result[hidden] {
    display: none;
}

.compatibility-result.is-visible {
    animation: destiny-result-in .7s var(--destiny-ease) both;
}

.compatibility-result__profile {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(540px, 1.18fr);
    align-items: end;
    gap: clamp(46px, 7vw, 98px);
    margin-bottom: 46px;
}

.compatibility-kicker {
    margin: 0 0 15px;
    color: var(--destiny-gold);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.compatibility-result__profile h2,
.compatibility-section-heading h2,
.compatibility-method h2,
.compatibility-limits h2 {
    margin: 0;
    font-size: clamp(38px, 4.3vw, 60px);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1.05;
}

.compatibility-result__profile > div:first-child > p:last-child {
    max-width: 610px;
    margin: 24px 0 0;
    color: var(--destiny-text-muted);
    font-size: 17px;
    line-height: 1.68;
}

.compatibility-keys {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--destiny-border);
    border-left: 1px solid var(--destiny-border);
}

.compatibility-key {
    position: relative;
    min-height: 154px;
    padding: 23px 24px;
    border-right: 1px solid var(--destiny-border);
    border-bottom: 1px solid var(--destiny-border);
    background: rgba(255, 255, 255, .018);
}

.compatibility-key > span {
    position: absolute;
    top: 22px;
    right: 22px;
    color: var(--destiny-gold-bright);
    font-size: 28px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.compatibility-key p {
    max-width: 130px;
    margin: 0 0 34px;
    color: var(--destiny-text-dim);
    font-size: 14px;
}

.compatibility-key strong {
    display: block;
    max-width: 180px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

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

.compatibility-section-card {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 3vw, 38px);
    border: 1px solid var(--destiny-border);
    border-radius: 28px;
    background: rgba(255, 255, 255, .026);
}

.compatibility-section-card:nth-child(1),
.compatibility-section-card:nth-child(4) {
    background:
        radial-gradient(circle at 100% 0%, rgba(226, 189, 114, .08), transparent 29%),
        rgba(255, 255, 255, .026);
}

.compatibility-section-card:nth-child(2),
.compatibility-section-card:nth-child(3) {
    background:
        radial-gradient(circle at 100% 0%, rgba(121, 184, 170, .075), transparent 29%),
        rgba(255, 255, 255, .026);
}

.compatibility-section-card header {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 16px;
    align-items: start;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--destiny-border);
}

.compatibility-section-card header > span {
    padding-top: 3px;
    color: var(--destiny-gold);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}

.compatibility-section-card header p {
    margin: 0 0 7px;
    color: var(--destiny-text-dim);
    font-size: 14px;
}

.compatibility-section-card h3 {
    margin: 0;
    font-size: clamp(27px, 2.4vw, 36px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.compatibility-section-card__summary {
    margin: 27px 0;
    color: #d0d1c8;
    font-size: 18px;
    line-height: 1.62;
}

.compatibility-section-card__signals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 24px;
    background: var(--destiny-border);
}

.compatibility-section-card__signals > div {
    padding: 19px;
    background: #10130f;
}

.compatibility-section-card__signals span,
.compatibility-section-card__situation span,
.compatibility-section-card__question span {
    display: block;
    margin-bottom: 9px;
    color: var(--destiny-text-dim);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.compatibility-section-card__signals p,
.compatibility-section-card__situation p,
.compatibility-section-card__question p {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.compatibility-section-card__situation {
    padding: 20px 0 21px 20px;
    border-left: 1px solid rgba(121, 184, 170, .38);
}

.compatibility-section-card__question {
    margin-top: 24px;
    padding: 22px;
    border: 1px solid rgba(226, 189, 114, .15);
    border-radius: 18px;
    background: rgba(226, 189, 114, .045);
}

.compatibility-section-card__question p {
    color: #e1dfd4;
    font-size: 18px;
}

.compatibility-result__note {
    margin: 28px 0 0;
    color: var(--destiny-text-dim);
    font-size: 14px;
}

.compatibility-inside {
    position: relative;
    padding-block: clamp(78px, 7vw, 104px);
}

.compatibility-inside::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    content: "";
    transform: translateX(-50%);
    border-block: 1px solid rgba(255, 255, 255, .055);
    background:
        linear-gradient(90deg, rgba(121, 184, 170, .025), transparent 38%),
        rgba(255, 255, 255, .012);
}

.compatibility-section-heading {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(400px, .62fr);
    align-items: end;
    gap: clamp(46px, 7vw, 96px);
    margin-bottom: 48px;
}

.compatibility-section-heading > p {
    max-width: 560px;
    margin: 0 0 5px;
    color: var(--destiny-text-muted);
    font-size: 17px;
    line-height: 1.7;
}

.compatibility-inside__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(64px, 9vw, 132px);
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--destiny-border);
}

.compatibility-inside__list li {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 8px 16px;
    padding: 27px 0 30px;
    border-bottom: 1px solid var(--destiny-border);
}

.compatibility-inside__list li > span {
    grid-row: 1 / 3;
    color: var(--destiny-gold);
    font-size: 14px;
}

.compatibility-inside__list h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.025em;
}

.compatibility-inside__list p {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.compatibility-method {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(400px, .72fr);
    align-items: center;
    gap: clamp(56px, 9vw, 132px);
    padding-block: clamp(82px, 8vw, 116px);
}

.compatibility-method__copy p {
    max-width: 690px;
    margin: 26px 0 0;
    color: var(--destiny-text-muted);
    font-size: 17px;
    line-height: 1.75;
}

.compatibility-formula {
    position: relative;
    display: grid;
    isolation: isolate;
    align-content: space-between;
    min-height: 390px;
    padding: 28px 30px 26px;
    overflow: hidden;
    border: 1px solid rgba(226, 189, 114, .16);
    border-radius: 30px;
    background:
        radial-gradient(circle at 76% 24%, rgba(226, 189, 114, .11), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 38%),
        #0d110e;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .035);
}

.compatibility-formula::before {
    position: absolute;
    z-index: -2;
    inset: 7%;
    content: "";
    background: url("../images/compatibility-orbital-field-v1.webp") center / contain no-repeat;
    opacity: .14;
    filter: saturate(.7) brightness(.72);
    -webkit-mask-image: radial-gradient(circle, #000 0 52%, transparent 82%);
    mask-image: radial-gradient(circle, #000 0 52%, transparent 82%);
}

.compatibility-formula::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(7, 10, 8, .52), transparent 30%, transparent 72%, rgba(7, 10, 8, .48));
    pointer-events: none;
}

.compatibility-formula__meta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #959a90;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.compatibility-formula__meta span:last-child {
    padding: 6px 10px;
    border: 1px solid rgba(121, 184, 170, .18);
    border-radius: 999px;
    color: #aebcb3;
}

.compatibility-formula__track {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 78px 28px 78px 28px 78px 34px 104px;
    align-items: end;
    justify-content: center;
}

.compatibility-formula__value {
    display: grid;
    gap: 12px;
    place-items: center;
}

.compatibility-formula__value small {
    color: #a0a59a;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-shadow: 0 2px 10px #070a08;
}

.compatibility-formula__value > span,
.compatibility-formula__value > strong {
    display: grid;
    width: 78px;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid rgba(226, 189, 114, .32);
    border-radius: 50%;
    background:
        linear-gradient(rgba(8, 11, 9, .38), rgba(8, 11, 9, .38)),
        #0d110e url("../images/compatibility-core-lens-v1.webp") center / cover no-repeat;
    color: var(--destiny-gold-bright);
    font-size: 28px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .28), inset 0 0 20px rgba(226, 189, 114, .04);
}

.compatibility-formula__value--sum > span {
    border-color: rgba(226, 189, 114, .52);
    box-shadow: 0 0 38px rgba(226, 189, 114, .1), inset 0 0 22px rgba(226, 189, 114, .06);
}

.compatibility-formula__value--result > strong {
    width: 104px;
    border-color: rgba(215, 237, 130, .55);
    color: var(--destiny-lime);
    font-size: 44px;
    box-shadow: 0 0 58px rgba(215, 237, 130, .13), 0 18px 40px rgba(0, 0, 0, .3);
}

.compatibility-formula__operator {
    display: grid;
    height: 78px;
    place-items: center;
    color: var(--destiny-text-dim);
    font-size: 22px;
    font-style: normal;
    text-align: center;
}

.compatibility-formula__operator--reduce {
    height: 104px;
    color: var(--destiny-gold);
}

.compatibility-formula__steps {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .075);
}

.compatibility-formula__steps > div {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 12px;
    padding-top: 19px;
}

.compatibility-formula__steps > div + div {
    margin-left: 21px;
    padding-left: 21px;
    border-left: 1px solid rgba(255, 255, 255, .075);
}

.compatibility-formula__steps span {
    color: var(--destiny-gold);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}

.compatibility-formula__steps p {
    margin: 0;
    color: #9ea298;
    font-size: 14px;
    line-height: 1.35;
}

.compatibility-formula__steps strong {
    display: block;
    margin-top: 6px;
    color: #e6e2d5;
    font-size: 17px;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
}

.compatibility-usage {
    padding-block: clamp(78px, 7vw, 104px);
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.compatibility-usage__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--destiny-border);
}

.compatibility-usage__steps li {
    min-height: 290px;
    padding: 30px;
    background: var(--destiny-bg);
}

.compatibility-usage__steps li > span {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 42px;
    place-items: center;
    border: 1px solid rgba(226, 189, 114, .3);
    border-radius: 50%;
    color: var(--destiny-gold-bright);
    font-size: 16px;
}

.compatibility-usage__steps h3 {
    margin: 0 0 13px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -.025em;
}

.compatibility-usage__steps p {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.65;
}

.compatibility-limits {
    display: grid;
    grid-template-columns: minmax(0, .55fr) minmax(500px, 1fr);
    align-items: start;
    gap: clamp(50px, 8vw, 120px);
    margin-block: 20px 100px;
    padding: clamp(30px, 4vw, 52px);
    border: 1px solid rgba(226, 189, 114, .15);
    border-radius: 28px;
    background:
        radial-gradient(circle at 3% 0%, rgba(226, 189, 114, .065), transparent 35%),
        rgba(255, 255, 255, .024);
}

.compatibility-limits h2 {
    font-size: clamp(32px, 3.3vw, 48px);
}

.compatibility-limits p {
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 16px;
    line-height: 1.72;
}

.compatibility-faq {
    border-top: 1px solid rgba(255, 255, 255, .055);
}

.compatibility-personal-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-block: 24px 80px;
    padding-block: 28px;
    border-block: 1px solid var(--destiny-border);
}

.compatibility-personal-link p {
    max-width: 670px;
    margin: 0;
    color: var(--destiny-text-muted);
    font-size: 17px;
}

.compatibility-personal-link a {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    min-height: 48px;
    color: var(--destiny-lime);
    font-size: 16px;
    font-weight: 500;
}

.compatibility-personal-link a span {
    transition: transform .2s var(--destiny-ease);
}

.compatibility-personal-link a:hover span {
    transform: translateX(4px);
}

@media (max-width: 1120px) {
    .compatibility-hero {
        grid-template-columns: minmax(0, 1fr) minmax(400px, .82fr);
        gap: 36px;
    }

    .compatibility-result__profile {
        grid-template-columns: 1fr;
    }

    .compatibility-keys {
        max-width: 760px;
    }

    .compatibility-section-card__signals {
        grid-template-columns: 1fr;
    }

    .compatibility-formula {
        padding-inline: 24px;
    }

    .compatibility-formula__track {
        grid-template-columns: 60px 24px 60px 24px 60px 26px 80px;
    }

    .compatibility-formula__value > span {
        width: 60px;
        font-size: 24px;
    }

    .compatibility-formula__value--result > strong {
        width: 80px;
        font-size: 36px;
    }

    .compatibility-formula__operator {
        height: 60px;
    }

    .compatibility-formula__operator--reduce {
        height: 80px;
    }
}

@media (max-width: 900px) {
    .compatibility-hero,
    .compatibility-result,
    .compatibility-inside,
    .compatibility-method,
    .compatibility-usage,
    .compatibility-limits,
    .compatibility-personal-link {
        width: var(--destiny-page-width);
    }

    .compatibility-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-block: 58px 88px;
    }

    .compatibility-hero__content {
        max-width: 760px;
    }

    .compatibility-hero__visual {
        width: min(100%, 660px);
        margin: 18px auto 0;
    }

    .compatibility-map {
        transform: none;
    }

    .compatibility-sections {
        grid-template-columns: 1fr;
    }

    .compatibility-section-card__signals {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .compatibility-section-heading,
    .compatibility-method,
    .compatibility-limits {
        grid-template-columns: 1fr;
    }

    .compatibility-section-heading {
        gap: 24px;
    }

    .compatibility-method {
        gap: 44px;
    }

    .compatibility-formula {
        width: min(100%, 650px);
    }

    .compatibility-limits {
        gap: 26px;
    }

    .compatibility-personal-link {
        display: grid;
        gap: 18px;
    }
}

@media (max-width: 620px) {
    .compatibility-hero,
    .compatibility-result,
    .compatibility-inside,
    .compatibility-method,
    .compatibility-usage,
    .compatibility-limits,
    .compatibility-personal-link {
        width: var(--destiny-page-width);
    }

    .compatibility-hero {
        padding-block: 44px 72px;
    }

    .compatibility-hero h1 {
        font-size: clamp(34px, 11vw, 50px);
        line-height: 1.01;
    }

    .compatibility-hero__lead {
        margin-block: 23px 27px;
        font-size: 16px;
        line-height: 1.58;
    }

    .compatibility-calculator {
        padding: 7px;
        border-radius: 17px;
    }

    .compatibility-calculator__fields {
        grid-template-columns: 1fr;
    }

    .compatibility-calculator__button {
        padding-left: 17px;
        font-size: 14px;
    }

    .compatibility-assurances {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 12px;
    }

    .compatibility-assurances li:last-child {
        grid-column: 1 / -1;
    }

    .compatibility-map {
        border-radius: 26px;
    }

    .compatibility-map__header {
        right: 5%;
        left: 5%;
        font-size: 14px;
        letter-spacing: 0;
    }

    .compatibility-map__header span:first-child {
        max-width: 130px;
    }

    .compatibility-map__person {
        width: 62px;
    }

    .compatibility-map__person--a { left: 19%; }
    .compatibility-map__person--b { left: 81%; }

    .compatibility-map__person small {
        font-size: 14px;
    }

    .compatibility-map__person strong {
        margin: 0;
        font-size: 23px;
    }

    .compatibility-map__center {
        width: 100px;
    }

    .compatibility-map__center span {
        max-width: none;
        font-size: 14px;
        text-align: center;
    }

    .compatibility-map__center strong {
        margin: 0;
        font-size: 37px;
    }

    .compatibility-map__node {
        width: 64px;
        min-height: 54px;
        border-radius: 15px;
    }

    .compatibility-map__node strong {
        font-size: 21px;
    }

    .compatibility-map__node--right { left: 75%; }

    .compatibility-map__node--right small {
        top: calc(100% + 8px);
        left: 50%;
        transform: translateX(-50%);
    }

    .compatibility-map__node--bottom small {
        top: 50%;
        right: calc(100% + 8px);
        transform: translateY(-50%);
    }

    .compatibility-map__caption {
        right: 4%;
        left: 4%;
        gap: 7px;
        font-size: 14px;
        text-align: center;
    }

    .compatibility-map__caption span {
        width: 18px;
    }

    .compatibility-result,
    .compatibility-inside,
    .compatibility-method,
    .compatibility-usage {
        padding-block: 72px 80px;
    }

    .compatibility-result__profile {
        gap: 34px;
        margin-bottom: 34px;
    }

    .compatibility-result__profile h2,
    .compatibility-section-heading h2,
    .compatibility-method h2 {
        font-size: 38px;
    }

    .compatibility-result__profile > div:first-child > p:last-child,
    .compatibility-section-heading > p,
    .compatibility-method__copy p {
        font-size: 16px;
    }

    .compatibility-key {
        min-height: 145px;
        padding: 20px 17px;
    }

    .compatibility-key > span {
        top: 19px;
        right: 16px;
        font-size: 24px;
    }

    .compatibility-key p {
        max-width: 105px;
        margin-bottom: 30px;
    }

    .compatibility-key strong {
        font-size: 16px;
    }

    .compatibility-section-card {
        padding: 24px;
        border-radius: 23px;
    }

    .compatibility-section-card header {
        grid-template-columns: 36px 1fr;
        gap: 10px;
    }

    .compatibility-section-card h3 {
        font-size: 30px;
    }

    .compatibility-section-card__summary {
        font-size: 17px;
    }

    .compatibility-section-card__signals {
        grid-template-columns: 1fr;
    }

    .compatibility-section-card__signals > div {
        padding: 17px;
    }

    .compatibility-section-card__question {
        padding: 19px;
    }

    .compatibility-inside__list {
        grid-template-columns: 1fr;
    }

    .compatibility-inside__list li {
        grid-template-columns: 38px 1fr;
    }

    .compatibility-formula {
        min-height: 390px;
        padding: 22px 16px 20px;
        border-radius: 24px;
    }

    .compatibility-formula::before {
        inset: 14% 3%;
    }

    .compatibility-formula__meta {
        letter-spacing: .035em;
    }

    .compatibility-formula__track {
        grid-template-columns: 48px 18px 48px 18px 48px 18px 64px;
    }

    .compatibility-formula__value {
        gap: 9px;
    }

    .compatibility-formula__value > span {
        width: 48px;
        font-size: 21px;
    }

    .compatibility-formula__value--result > strong {
        width: 64px;
        font-size: 31px;
    }

    .compatibility-formula__operator {
        height: 48px;
        font-size: 17px;
    }

    .compatibility-formula__operator--reduce {
        height: 64px;
    }

    .compatibility-formula__steps {
        grid-template-columns: 1fr;
    }

    .compatibility-formula__steps > div + div {
        margin: 14px 0 0;
        padding: 14px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .075);
        border-left: 0;
    }

    .compatibility-usage__steps {
        grid-template-columns: 1fr;
    }

    .compatibility-usage__steps li {
        min-height: 0;
        padding: 26px 22px 29px;
    }

    .compatibility-usage__steps li > span {
        margin-bottom: 26px;
    }

    .compatibility-limits {
        margin-block: 0 78px;
        padding: 24px;
        border-radius: 23px;
    }

    .compatibility-limits h2 {
        font-size: 34px;
    }

    .compatibility-personal-link {
        margin-block: 0 64px;
    }
}

@media (max-width: 420px) {
    .compatibility-map {
        aspect-ratio: 1 / 1.12;
    }

    .compatibility-map__node--top {
        top: 19.5%;
    }
}

/* Center / comfort-zone landing */
.center-shell {
    --center-line: rgba(210, 232, 150, .18);
    --center-gold: #f2cd77;
    --center-lime: #d9f47d;
}

.center-hero,
.center-result,
.center-definition,
.center-formula,
.center-possible,
.center-meanings,
.center-usage,
.center-limits,
.center-faq,
.center-personal-link {
    position: relative;
    z-index: 2;
    width: var(--destiny-page-width);
    margin-inline: auto;
}

.center-hero {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
    align-items: center;
    gap: clamp(40px, 5vw, 82px);
    min-height: 690px;
    padding-block: 54px 72px;
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.center-hero__content {
    max-width: 640px;
}

.center-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--destiny-ink);
    font-size: clamp(54px, 5.8vw, 84px);
    font-weight: 520;
    line-height: .99;
    letter-spacing: -.065em;
}

.center-hero h1 span {
    display: block;
    margin-top: 5px;
    color: transparent;
    background: linear-gradient(110deg, #f4f3e9 0%, #ead18e 44%, #9da17d 100%);
    -webkit-background-clip: text;
    background-clip: text;
}

.center-hero__accent {
    margin: 18px 0 0;
    color: #e6d69d;
    font-size: clamp(22px, 2.1vw, 30px);
    font-weight: 520;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.center-hero__lead {
    max-width: 620px;
    margin: 20px 0 0;
    color: var(--destiny-muted);
    font-size: 18px;
    line-height: 1.72;
}

.center-calculator {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .72fr);
    gap: 10px;
    margin-top: 34px;
    padding: 9px;
    border: 1px solid rgba(217, 244, 125, .15);
    border-radius: 22px;
    background: rgba(19, 23, 18, .82);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .035);
}

.center-calculator .destiny-field {
    min-width: 0;
}

.center-calculator__button {
    min-height: 72px;
}

.center-form-error {
    grid-column: 1 / -1;
    min-height: 0;
    margin: 0 10px;
}

.center-form-error:not(:empty) {
    min-height: 24px;
    padding-block: 2px 4px;
}

.center-assurances {
    margin-top: 16px;
}

.center-hero__visual {
    min-width: 0;
    perspective: 1000px;
}

.center-map {
    position: relative;
    isolation: isolate;
    width: 100%;
    max-width: 610px;
    aspect-ratio: 1 / .92;
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid rgba(223, 202, 126, .24);
    border-radius: 42px;
    background:
        radial-gradient(circle at 50% 48%, rgba(218, 244, 125, .08), transparent 27%),
        linear-gradient(145deg, rgba(20, 25, 19, .96), rgba(10, 13, 11, .98));
    box-shadow: 0 40px 100px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .04);
    transform: rotateY(-1.5deg) rotateX(.5deg);
    transition: transform .5s ease, border-color .5s ease;
}

.center-hero__visual:hover .center-map {
    border-color: rgba(223, 202, 126, .35);
    transform: rotateY(0) rotateX(0) translateY(-3px);
}

.center-map::after {
    content: "";
    position: absolute;
    inset: 6%;
    z-index: -1;
    border: 1px solid rgba(87, 130, 111, .15);
    border-radius: 50%;
}

.center-map__header {
    position: absolute;
    top: 27px;
    right: 30px;
    left: 30px;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(236, 239, 224, .56);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.center-map__header span:last-child {
    padding: 7px 12px;
    border: 1px solid rgba(217, 244, 125, .18);
    border-radius: 999px;
    color: #cdd997;
}

.center-map__art {
    position: absolute;
    inset: 7% 8% 9%;
    z-index: -3;
    opacity: .66;
}

.center-map__art::before {
    position: absolute;
    inset: -7%;
    content: "";
    background: url("../images/compatibility-orbital-field-v1.webp") center / contain no-repeat;
    filter: saturate(.84) contrast(1.06);
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(circle closest-side at center, #000 0 70%, rgba(0, 0, 0, .92) 78%, transparent 100%);
    mask-image: radial-gradient(circle closest-side at center, #000 0 70%, rgba(0, 0, 0, .92) 78%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transform: scale(1.06) rotate(0deg);
    transform-origin: center;
    animation: center-map-orbit-rotate 160s linear infinite;
    will-change: transform;
}

.center-map__orbit {
    position: absolute;
    inset: 19%;
    z-index: -2;
    border: 1px solid rgba(217, 244, 125, .14);
    border-radius: 50%;
    box-shadow: 0 0 70px rgba(216, 241, 119, .055);
}

.center-map__orbit::before,
.center-map__orbit::after {
    content: "";
    position: absolute;
    inset: 14%;
    border: 1px solid rgba(229, 198, 118, .13);
    border-radius: 50%;
}

.center-map__orbit::after {
    inset: 30%;
}

.center-map__input,
.center-map__core {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    color: #f1e7bd;
    text-align: center;
}

.center-map__input {
    width: 66px;
    height: 59px;
}

.center-map__input::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border: 1px solid rgba(229, 198, 118, .29);
    border-radius: 18px;
    background: rgba(12, 16, 13, .9);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .3);
}

.center-map__input small,
.center-map__core span,
.center-map__core small {
    color: rgba(231, 235, 217, .58);
    font-size: 14px;
    line-height: 1.2;
}

.center-map__input small {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    width: max-content;
    transform: translateX(-50%);
    white-space: nowrap;
}

.center-map__input strong {
    margin: 0;
    font-size: 28px;
    line-height: 1;
}

.center-map__input--day { top: calc(15% + 18px); left: calc(18% + 11px); }
.center-map__input--month { top: calc(15% + 18px); right: calc(18% + 11px); }
.center-map__input--year { right: calc(14% + 11px); bottom: calc(17% - 7px); }
.center-map__input--bottom { bottom: calc(17% - 7px); left: calc(14% + 11px); }

.center-map__core {
    top: 50%;
    left: 50%;
    width: 158px;
    height: 158px;
    padding: 22px;
    border: 1px solid rgba(217, 244, 125, .42);
    border-radius: 50%;
    background:
        url("../images/compatibility-core-lens-v1.webp") center / cover no-repeat,
        radial-gradient(circle, rgba(242, 205, 119, .17), rgba(12, 15, 12, .98) 68%);
    box-shadow: 0 0 0 13px rgba(217, 244, 125, .035), 0 0 70px rgba(217, 244, 125, .12), 0 24px 50px rgba(0, 0, 0, .38);
    transform: translate(-50%, -50%);
}

.center-map__core strong {
    color: #f6d981;
    font-size: 56px;
    font-weight: 620;
    line-height: .92;
    text-shadow: 0 0 26px rgba(246, 217, 129, .2);
}

.center-map__caption {
    position: absolute;
    right: 0;
    bottom: 27px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0;
    color: rgba(233, 236, 222, .46);
    font-size: 14px;
}

.center-map__caption span {
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, #d7ee75, transparent);
}

.destiny-motion-ready .center-map.is-calculated .center-map__art {
    animation: center-map-reveal .72s ease both;
}

@keyframes center-map-reveal {
    from { opacity: .3; transform: scale(.96); }
    to { opacity: .76; transform: scale(1); }
}

@keyframes center-map-orbit-rotate {
    from { transform: scale(1.06) rotate(0deg); }
    to { transform: scale(1.06) rotate(360deg); }
}

.center-result {
    margin-block: 24px 92px;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid rgba(217, 244, 125, .18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 86% 4%, rgba(241, 205, 119, .08), transparent 28%),
        rgba(15, 19, 15, .94);
    box-shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

.center-result[hidden] { display: none; }

.center-result__heading {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
    gap: 40px;
    align-items: end;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.center-result__heading h2 {
    margin: 10px 0 0;
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.center-result__heading h2 span:first-child { color: var(--center-lime); }

.center-result__heading > p {
    margin: 0;
    color: var(--destiny-muted);
    font-size: 17px;
    line-height: 1.7;
}

.center-result__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .07);
    border-left: 1px solid rgba(255, 255, 255, .07);
}

.center-result__grid article {
    min-height: 180px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, .07);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.center-result__grid article > span,
.center-result__formula > span {
    color: var(--center-gold);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.center-result__grid p,
.center-result__grid li {
    color: #d4d7ca;
    font-size: 16px;
    line-height: 1.7;
}

.center-result__wide { grid-column: 1 / -1; min-height: 0 !important; }
.center-result__actions ul { margin: 16px 0 0; padding-left: 20px; }

.center-result__formula {
    display: grid;
    grid-template-columns: minmax(170px, .7fr) minmax(310px, 1fr) minmax(240px, .9fr);
    gap: 28px;
    align-items: center;
    margin-top: 28px;
    padding: 22px 24px;
    border: 1px solid rgba(241, 205, 119, .14);
    border-radius: 20px;
    background: rgba(7, 10, 8, .55);
}

.center-result__formula > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.center-result__formula strong {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(241, 205, 119, .28);
    border-radius: 50%;
    color: #f1d786;
    font-size: 18px;
}

.center-result__formula strong:last-child {
    border-color: rgba(217, 244, 125, .42);
    color: var(--center-lime);
}

.center-result__formula i { color: rgba(235, 239, 223, .42); font-style: normal; }
.center-result__formula p { margin: 0; color: var(--destiny-subtle); font-size: 14px; line-height: 1.5; }
.center-result__note { margin: 18px 0 0; color: var(--destiny-subtle); font-size: 14px; }

.center-definition,
.center-formula,
.center-possible,
.center-meanings,
.center-usage,
.center-faq {
    margin-bottom: 92px;
}

.center-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 40px;
}

.center-section-heading h2,
.center-formula__copy > h2,
.center-possible__copy h2,
.center-limits h2 {
    margin: 0;
    color: var(--destiny-ink);
    font-size: clamp(40px, 4.6vw, 64px);
    font-weight: 520;
    line-height: 1.03;
    letter-spacing: -.055em;
}

.center-section-heading > p,
.center-possible__copy > p,
.center-definition__body p,
.center-formula__copy > p,
.center-limits p {
    color: var(--destiny-muted);
    font-size: 17px;
    line-height: 1.75;
}

.center-section-heading > p { margin: 0; }

.center-definition__body {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .075);
    border-left: 1px solid rgba(255, 255, 255, .075);
}

.center-definition__body p {
    min-height: 224px;
    margin: 0;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, .075);
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.center-formula {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
    gap: clamp(46px, 7vw, 110px);
    align-items: center;
}

.center-formula__copy > p { max-width: 640px; }

.center-formula__copy aside {
    margin-top: 30px;
    padding: 24px 26px;
    border-left: 2px solid rgba(217, 244, 125, .42);
    background: linear-gradient(90deg, rgba(217, 244, 125, .06), transparent);
}

.center-formula__copy aside h3 {
    margin: 0 0 9px;
    font-size: 20px;
    font-weight: 600;
}

.center-formula__copy aside p {
    margin: 0;
    color: var(--destiny-muted);
    font-size: 15px;
    line-height: 1.65;
}

.center-formula__card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid rgba(241, 205, 119, .2);
    border-radius: 30px;
    background:
        radial-gradient(circle at 85% 14%, rgba(241, 205, 119, .1), transparent 24%),
        rgba(15, 18, 15, .92);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .25);
}

.center-formula__card::before {
    content: "";
    position: absolute;
    width: 230px;
    height: 230px;
    right: -105px;
    bottom: -120px;
    border: 1px solid rgba(217, 244, 125, .15);
    transform: rotate(45deg);
}

.center-formula__meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    color: rgba(235, 239, 225, .54);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.center-formula__card dl { margin: 0; }

.center-formula__card dl > div {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    min-height: 58px;
    border-top: 1px solid rgba(255, 255, 255, .075);
}

.center-formula__card dt { color: var(--destiny-muted); font-size: 15px; }
.center-formula__card dd { margin: 0; color: #dfe2d7; font-size: 16px; text-align: right; }
.center-formula__card dd strong { color: var(--center-gold); font-size: 20px; }

.center-formula__total {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 24px;
    align-items: center;
    margin-top: 16px;
    padding: 22px 24px;
    border: 1px solid rgba(217, 244, 125, .2);
    border-radius: 20px;
    background: rgba(217, 244, 125, .035);
}

.center-formula__total span { color: #e8edda; font-size: 17px; font-weight: 600; }
.center-formula__total p { margin: 0; color: var(--destiny-subtle); font-size: 14px; text-align: center; }
.center-formula__total strong { color: var(--center-lime); font-size: 46px; line-height: 1; }

.center-possible {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(217, 244, 125, .18);
    border-radius: 34px;
    background: linear-gradient(120deg, rgba(18, 23, 17, .96), rgba(10, 13, 11, .96));
}

.center-possible__fact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 350px;
    padding: 38px;
    border-right: 1px solid rgba(255, 255, 255, .075);
    background:
        radial-gradient(circle at 35% 38%, rgba(217, 244, 125, .13), transparent 37%),
        url("../images/compatibility-core-lens-v1.webp") center / 250px no-repeat;
}

.center-possible__fact span { color: var(--center-gold); font-size: 14px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.center-possible__fact strong { margin-block: 16px 8px; color: var(--center-lime); font-size: 104px; font-weight: 540; line-height: .9; }
.center-possible__fact p { max-width: 200px; margin: 0; color: var(--destiny-muted); font-size: 15px; line-height: 1.55; }

.center-possible__copy { padding: clamp(34px, 5vw, 62px); }
.center-possible__copy h2 { max-width: 800px; }
.center-possible__copy > p { margin: 22px 0 0; }
.center-possible__numbers { color: #f0d680 !important; font-size: clamp(19px, 2.2vw, 29px) !important; font-weight: 580; letter-spacing: .055em; line-height: 1.65 !important; }

.center-meanings__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, .075);
    border-left: 1px solid rgba(255, 255, 255, .075);
}

.center-meaning {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 24px;
    min-height: 172px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, .075);
    border-bottom: 1px solid rgba(255, 255, 255, .075);
    transition: background .25s ease;
}

.center-meaning:hover { background: rgba(217, 244, 125, .035); }

.center-meaning > span {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid rgba(241, 205, 119, .28);
    border-radius: 50%;
    color: var(--center-gold);
    font-size: 23px;
    font-weight: 600;
}

.center-meaning h3 { margin: 2px 0 10px; font-size: 22px; line-height: 1.15; }
.center-meaning p { margin: 0; color: var(--destiny-muted); font-size: 15px; line-height: 1.65; }

.center-usage__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .075);
    border-left: 1px solid rgba(255, 255, 255, .075);
}

.center-usage__steps li {
    min-height: 282px;
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, .075);
    border-bottom: 1px solid rgba(255, 255, 255, .075);
}

.center-usage__steps li > span { color: var(--center-gold); font-size: 14px; font-weight: 650; }
.center-usage__steps h3 { margin: 68px 0 14px; font-size: 24px; }
.center-usage__steps p { margin: 0; color: var(--destiny-muted); font-size: 15px; line-height: 1.7; }

.center-limits {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: 60px;
    align-items: center;
    margin-bottom: 92px;
    padding: 38px 42px;
    border: 1px solid rgba(241, 205, 119, .16);
    border-radius: 30px;
    background: rgba(18, 20, 17, .72);
}

.center-limits h2 { font-size: clamp(34px, 3.4vw, 48px); }
.center-limits p { margin: 0; }
.center-faq { padding-top: 0; }

.center-personal-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 78px;
    padding: 28px 30px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.center-personal-link p { margin: 0; color: var(--destiny-muted); font-size: 16px; }
.center-personal-link a { color: var(--center-lime); font-size: 17px; font-weight: 600; text-decoration: none; }
.center-personal-link a:hover { color: #efffc4; }

@media (max-width: 1120px) {
    .center-hero { grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 38px; }
    .center-hero h1 { font-size: clamp(52px, 6.4vw, 72px); }
    .center-calculator { grid-template-columns: 1fr; }
    .center-formula { grid-template-columns: minmax(0, .9fr) minmax(400px, 1.1fr); gap: 48px; }
    .center-result__formula { grid-template-columns: 1fr; gap: 14px; text-align: center; }
    .center-result__formula p { text-align: center; }
}

@media (max-width: 860px) {
    .center-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 46px; }
    .center-hero__content { max-width: 760px; }
    .center-hero__visual { margin-top: 8px; }
    .center-map { max-width: 620px; }
    .center-result__heading,
    .center-section-heading,
    .center-formula,
    .center-limits { grid-template-columns: 1fr; gap: 26px; }
    .center-definition__body { grid-template-columns: 1fr; }
    .center-definition__body p { min-height: 0; }
    .center-possible { grid-template-columns: 230px minmax(0, 1fr); }
    .center-possible__fact { min-height: 390px; padding: 28px; }
    .center-possible__fact strong { font-size: 82px; }
    .center-meaning { min-height: 196px; }
    .center-usage__steps { grid-template-columns: 1fr; }
    .center-usage__steps li { min-height: 0; }
    .center-usage__steps h3 { margin-top: 34px; }
}

@media (max-width: 620px) {
    .center-hero,
    .center-result,
    .center-definition,
    .center-formula,
    .center-possible,
    .center-meanings,
    .center-usage,
    .center-limits,
    .center-faq,
    .center-personal-link { width: var(--destiny-page-width); }

    .center-hero { padding-block: 32px 58px; }
    .center-hero h1 { font-size: clamp(43px, 12.8vw, 58px); line-height: 1.02; }
    .center-hero__lead { margin-top: 24px; font-size: 16px; }
    .center-hero__accent { margin-top: 14px; font-size: 22px; }
    .center-calculator { margin-top: 27px; border-radius: 19px; }
    .center-calculator__button { min-height: 62px; }
    .center-assurances { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 9px; }

    .center-map { aspect-ratio: 1 / 1.08; border-radius: 28px; }
    .center-map__header { top: 20px; right: 18px; left: 18px; font-size: 14px; letter-spacing: .045em; }
    .center-map__header span:last-child { padding: 5px 9px; }
    .center-map__art { inset: 11% 5% 10%; }
    .center-map__input { width: 58px; height: 49px; }
    .center-map__input::before { border-radius: 15px; }
    .center-map__input strong { font-size: 24px; }
    .center-map__input--day { top: calc(15% + 17px); left: calc(11% + 9px); }
    .center-map__input--month { top: calc(15% + 17px); right: calc(11% + 9px); }
    .center-map__input--year { right: calc(8% + 9px); bottom: calc(18% - 4px); }
    .center-map__input--bottom { bottom: calc(18% - 4px); left: calc(8% + 9px); }
    .center-map__core { width: 132px; height: 132px; }
    .center-map__core strong { font-size: 46px; }
    .center-map__caption { bottom: 19px; gap: 8px; }

    .center-result { margin-block: 18px 68px; padding: 24px 18px; border-radius: 25px; }
    .center-result__heading { padding-bottom: 24px; }
    .center-result__heading h2 { font-size: 36px; }
    .center-result__heading > p { font-size: 16px; }
    .center-result__grid { grid-template-columns: 1fr; }
    .center-result__wide { grid-column: auto; }
    .center-result__grid article { min-height: 0; padding: 23px 20px; }
    .center-result__formula { padding: 20px 14px; }
    .center-result__formula > div { gap: 6px; }
    .center-result__formula strong { width: 36px; height: 36px; font-size: 16px; }

    .center-definition,
    .center-formula,
    .center-possible,
    .center-meanings,
    .center-usage,
    .center-limits,
    .center-faq { margin-bottom: 68px; }

    .center-section-heading { margin-bottom: 30px; }
    .center-section-heading h2,
    .center-formula__copy > h2,
    .center-possible__copy h2 { font-size: 39px; }
    .center-section-heading > p,
    .center-possible__copy > p,
    .center-definition__body p,
    .center-formula__copy > p,
    .center-limits p { font-size: 16px; }

    .center-definition__body p { padding: 23px 20px; }
    .center-formula__copy aside { padding: 20px; }
    .center-formula__card { padding: 22px 18px; border-radius: 24px; }
    .center-formula__card dl > div { grid-template-columns: .8fr 1.2fr; }
    .center-formula__total { grid-template-columns: 1fr auto; gap: 10px; padding: 18px; }
    .center-formula__total p { grid-column: 1 / -1; grid-row: 2; text-align: left; }

    .center-possible { grid-template-columns: 1fr; }
    .center-possible__fact { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .075); background-size: 210px; }
    .center-possible__fact strong { font-size: 74px; }
    .center-possible__copy { padding: 28px 22px; }
    .center-possible__numbers { font-size: 19px !important; }

    .center-meanings__grid { grid-template-columns: 1fr; }
    .center-meaning { min-height: 0; grid-template-columns: 54px minmax(0, 1fr); gap: 18px; padding: 23px 20px; }
    .center-meaning > span { width: 50px; height: 50px; font-size: 20px; }
    .center-meaning h3 { font-size: 20px; }
    .center-meaning p { font-size: 15px; }

    .center-usage__steps li { padding: 24px 20px 27px; }
    .center-limits { padding: 25px 22px; border-radius: 24px; }
    .center-limits h2 { font-size: 36px; }
    .center-personal-link { align-items: flex-start; flex-direction: column; margin-bottom: 60px; padding-inline: 4px; }
}

@media (max-width: 390px) {
    .center-map__input--day { left: calc(6% + 9px); }
    .center-map__input--month { right: calc(6% + 9px); }
    .center-map__input--year { right: calc(4% + 9px); }
    .center-map__input--bottom { left: calc(4% + 9px); }
    .center-map__caption span { width: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .compatibility-map__art::before {
        animation: none;
        transform: scale(1.06);
        will-change: auto;
    }
    .destiny-motion-ready .center-map.is-calculated .center-map__art { animation: none; }
    .center-map__art::before {
        animation: none;
        transform: scale(1.06);
        will-change: auto;
    }
    .center-map,
    .center-map__input,
    .center-map__core { transition: none; }
}

/* The matrix needs its own compact composition below the phone breakpoint.
   It deliberately breaks out of the text column while staying inside the viewport. */
@media (max-width: 430px) {
    .destiny-hero__visual {
        overflow: visible;
    }

    .destiny-matrix-art,
    .destiny-hero__visual:hover .destiny-matrix-art {
        left: 50%;
        width: min(360px, calc(100% + 18px));
        max-width: none;
        aspect-ratio: 1;
        margin-inline: 0;
        transform: translateX(-50%);
    }

    .destiny-matrix-art__disc-stage {
        inset: 0;
    }

    .destiny-matrix-art__node {
        box-sizing: border-box;
        width: 14.2%;
        padding: 0;
        background: transparent;
        color: #f4ce78;
        font-size: 26px;
        box-shadow: none;
    }

    .destiny-matrix-art__node--center {
        width: 16.6%;
        padding: 0;
        font-size: 42px;
    }

    .destiny-matrix-art__node::after {
        display: none;
    }

    .destiny-matrix-art__node::before,
    .destiny-matrix-art__node--center::before {
        top: auto;
        bottom: calc(100% + 5px);
        color: #d0d1ca;
        font-size: 12px;
        font-weight: 600;
        line-height: 1;
        text-shadow: 0 2px 7px #020403;
    }

    .destiny-matrix-art__node--center::before {
        top: auto;
        bottom: calc(100% + 6px);
    }

    .destiny-matrix-art__node--top {
        top: 20%;
        left: 50%;
    }

    .destiny-matrix-art__node--right {
        top: 49.5%;
        left: 77.5%;
    }

    .destiny-matrix-art__node--bottom {
        top: 78.4%;
        left: 50%;
    }

    .destiny-matrix-art__node--left {
        top: 49.5%;
        left: 22.5%;
    }

    .destiny-matrix-art__footer {
        right: 4%;
        bottom: 2%;
        left: 4%;
        min-height: 34px;
        gap: 8px;
        padding: 7px 10px;
        background: rgba(5, 8, 6, .9);
        color: #aeb1a8;
        font-size: 14px;
    }

    .destiny-matrix-art__footer [data-matrix-footer-short]::after {
        font-size: 14px;
    }

    .destiny-matrix-art__status {
        font-size: 14px;
    }
}

@media (max-width: 340px) {
    .destiny-matrix-art__node {
        width: 14.2%;
        padding: 0;
        font-size: 24px;
    }

    .destiny-matrix-art__node--center {
        width: 16.6%;
        padding: 0;
        font-size: 38px;
    }

    .destiny-matrix-art__node--right {
        left: 77.5%;
    }

    .destiny-matrix-art__node--left {
        left: 22.5%;
    }

    .destiny-matrix-art__node::before,
    .destiny-matrix-art__node--center::before {
        font-size: 12px;
    }
}

/* Shared cosmic map language for the compatibility, finance and child calculators. */
.compatibility-map,
.topic-map {
    aspect-ratio: 1;
    border-color: rgba(231, 201, 126, .2);
    border-radius: 42px;
    background:
        radial-gradient(circle at 50% 50%, rgba(215, 237, 130, .05), transparent 34%),
        radial-gradient(circle at 50% 50%, rgba(218, 177, 87, .055), transparent 67%),
        linear-gradient(145deg, #0d120e, #070a08 72%);
    box-shadow:
        0 42px 130px rgba(0, 0, 0, .48),
        0 0 0 1px rgba(0, 0, 0, .3),
        inset 0 1px rgba(255, 255, 255, .035);
}

.topic-map::after {
    display: none;
}

.compatibility-map__art,
.topic-map__art {
    inset: 0;
    opacity: .56;
    filter: saturate(.82) brightness(.78) contrast(1.08);
    transform: none;
    -webkit-mask-image: radial-gradient(circle, #000 0 62%, rgba(0, 0, 0, .88) 74%, transparent 94%);
    mask-image: radial-gradient(circle, #000 0 62%, rgba(0, 0, 0, .88) 74%, transparent 94%);
}

.compatibility-map__art::before,
.topic-map__art::before {
    inset: 4%;
    background: url("../images/compatibility-orbital-field-v1.webp") center / contain no-repeat;
    opacity: .86;
    mix-blend-mode: screen;
    transform: rotate(0deg) scale(1.02);
    animation: destiny-shared-field-spin 320s linear infinite;
}

.compatibility-map__art::after,
.topic-map__art::after {
    position: absolute;
    inset: 7%;
    content: "";
    background: url("../images/destiny-energy-ring-v3.svg") center / contain no-repeat;
    opacity: .46;
    filter: saturate(.78) brightness(.92);
    mix-blend-mode: screen;
    transform-origin: center;
    animation: destiny-shared-ring-spin 480s linear infinite;
}

.destiny-cosmic-mist {
    position: absolute;
    z-index: 1;
    inset: 7%;
    overflow: hidden;
    border-radius: 50%;
    opacity: .38;
    pointer-events: none;
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(circle, #000 0 54%, transparent 84%);
    mask-image: radial-gradient(circle, #000 0 54%, transparent 84%);
}

.destiny-cosmic-mist::before,
.destiny-cosmic-mist::after {
    position: absolute;
    inset: 5%;
    content: "";
    border-radius: 44%;
    filter: blur(30px);
    will-change: transform;
}

.destiny-cosmic-mist::before {
    background:
        radial-gradient(ellipse at 28% 56%, rgba(198, 202, 184, .15), transparent 43%),
        radial-gradient(ellipse at 70% 38%, rgba(217, 190, 142, .1), transparent 39%);
    animation: destiny-mist-drift-a 46s ease-in-out infinite alternate;
}

.destiny-cosmic-mist::after {
    background:
        radial-gradient(ellipse at 64% 64%, rgba(170, 181, 161, .12), transparent 42%),
        radial-gradient(ellipse at 36% 32%, rgba(224, 204, 164, .08), transparent 37%);
    animation: destiny-mist-drift-b 62s ease-in-out infinite alternate;
}

.compatibility-map__geometry,
.topic-map__orbit,
.topic-map__path,
.topic-map__constellation {
    z-index: 2;
}

.compatibility-map__header,
.topic-map__header {
    top: 4.5%;
    right: 5.5%;
    left: 5.5%;
    color: #9a9d93;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
}

.compatibility-map__header span:last-child,
.topic-map__header span:last-child {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 10px;
    border-color: rgba(215, 237, 130, .2);
    color: #b4be91;
}

.compatibility-map__geometry::before {
    width: 72%;
    border-color: rgba(226, 189, 114, .12);
}

.compatibility-map__geometry::after {
    width: 47%;
    border-color: rgba(121, 184, 170, .12);
}

.compatibility-map__person,
.compatibility-map__center,
.compatibility-map__node,
.topic-map__node {
    box-sizing: border-box;
    display: grid;
    aspect-ratio: 1;
    min-height: 0;
    place-items: center;
    padding: 0;
    border: 1px solid rgba(234, 204, 129, .5);
    border-radius: 50%;
    background:
        radial-gradient(circle at 45% 38%, rgba(226, 189, 114, .1), transparent 38%),
        rgba(6, 10, 7, .82);
    box-shadow:
        0 0 0 4px rgba(4, 7, 5, .58),
        0 0 0 5px rgba(235, 198, 112, .11),
        0 12px 34px rgba(0, 0, 0, .55),
        0 0 32px rgba(220, 177, 82, .12);
    text-align: center;
}

.compatibility-map__person small,
.compatibility-map__node small,
.compatibility-map__center span,
.topic-map__node small {
    position: absolute;
    top: auto;
    right: auto;
    bottom: calc(100% + 9px);
    left: 50%;
    width: max-content;
    max-width: 140px;
    padding: 3px 7px;
    border: 1px solid rgba(255, 255, 255, .04);
    border-radius: 999px;
    background: rgba(5, 8, 6, .66);
    color: #c1c3ba;
    font-size: 14px;
    font-weight: 560;
    line-height: 1.15;
    text-shadow: 0 2px 8px #050706;
    transform: translateX(-50%);
    backdrop-filter: blur(6px);
}

.compatibility-map__person strong,
.compatibility-map__node strong,
.topic-map__node strong {
    color: #f2cc73;
    font-weight: 680;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .9), 0 0 15px rgba(243, 202, 108, .28);
}

.compatibility-map__person {
    top: 49.5%;
    width: 14.2%;
    background: rgba(6, 10, 7, .8);
}

.compatibility-map__person--a { left: 22.5%; }
.compatibility-map__person--b { left: 77.5%; }

.compatibility-map__person strong {
    font-size: clamp(27px, 2.4vw, 34px);
}

.compatibility-map__center {
    top: 49.5%;
    width: 19%;
    border-color: rgba(234, 204, 129, .62);
    background:
        radial-gradient(circle at 45% 38%, rgba(226, 189, 114, .14), transparent 40%),
        rgba(6, 10, 7, .88);
}

.compatibility-map__center strong {
    color: var(--destiny-gold-bright);
    font-size: clamp(42px, 4vw, 56px);
    text-shadow: 0 3px 10px rgba(0, 0, 0, .94), 0 0 22px rgba(243, 202, 108, .32);
}

.compatibility-map__node {
    width: 11.8%;
}

.compatibility-map__node--top { top: 20%; left: 50%; }
.compatibility-map__node--right { top: 69%; left: 72%; }
.compatibility-map__node--bottom { top: 78%; left: 50%; }

.compatibility-map__node--right small {
    top: 50%;
    bottom: auto;
    left: calc(100% + 11px);
    transform: translateY(-50%);
}

.compatibility-map__node--bottom small {
    top: 50%;
    right: calc(100% + 9px);
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
}

.compatibility-map__node strong {
    font-size: clamp(23px, 2vw, 29px);
}

.compatibility-map__caption,
.topic-map__caption {
    right: 6%;
    bottom: 3.8%;
    left: 6%;
    min-height: 38px;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 999px;
    background: rgba(5, 8, 6, .68);
    color: #8f9389;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.topic-map__orbit--one {
    width: 72%;
}

.topic-map__orbit--two {
    width: 48%;
    animation-duration: 180s;
}

.topic-map__path {
    top: 49.5%;
    left: 22.5%;
    width: 55%;
}

.topic-map__node {
    display: grid;
    width: 18%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    padding: 0;
    font-variant-numeric: tabular-nums;
    transform: translate(-50%, -50%);
}

.topic-map__node strong {
    font-size: clamp(34px, 3.3vw, 46px);
    line-height: 1;
}

.topic-map__node--entry {
    top: 49.5%;
    left: 22.5%;
    transform: translate(-50%, -50%);
}

.topic-map__node--exchange {
    top: 49.5%;
    left: 50%;
    width: 22%;
    transform: translate(-50%, -50%);
    border-color: rgba(215, 237, 130, .62);
    box-shadow:
        0 0 0 5px rgba(4, 7, 5, .62),
        0 0 0 6px rgba(215, 237, 130, .14),
        0 14px 40px rgba(0, 0, 0, .6),
        0 0 42px rgba(215, 237, 130, .12);
}

.topic-map__node--exchange strong {
    color: var(--topic-lime);
    font-size: clamp(43px, 4.5vw, 58px);
}

.topic-map__node--risk {
    top: 49.5%;
    right: auto;
    left: 77.5%;
    transform: translate(-50%, -50%);
}

.topic-map--child .topic-map__node {
    width: 14.5%;
    min-height: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.topic-map--child .topic-map__node--entry,
.topic-map--child .topic-map__node--exchange,
.topic-map--child .topic-map__node--risk {
    min-height: 0;
    aspect-ratio: 1 / 1;
}

.topic-map--child .topic-map__node strong,
.topic-map--child .topic-map__node--exchange strong {
    font-size: clamp(28px, 2.8vw, 38px);
}

.topic-map--child .topic-map__node--entry {
    top: 29%;
    left: 27%;
    width: 14.5%;
    transform: translate(-50%, -50%);
}

.topic-map--child .topic-map__node--exchange {
    top: 29%;
    right: auto;
    left: 73%;
    width: 14.5%;
    transform: translate(-50%, -50%);
}

.topic-map--child .topic-map__node--risk {
    top: 75%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
}

.topic-map__node--core {
    top: 49.5%;
    left: 50%;
    width: 20% !important;
    min-height: 0 !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%);
    border-color: rgba(215, 237, 130, .62);
}

.topic-map__node--core strong {
    color: var(--topic-lime);
    font-size: clamp(43px, 4.5vw, 58px) !important;
}

.topic-map__constellation {
    opacity: .22;
}

@keyframes destiny-shared-field-spin {
    from { transform: rotate(0deg) scale(1.02); }
    to { transform: rotate(360deg) scale(1.02); }
}

@keyframes destiny-shared-ring-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

@media (max-width: 680px) {
    .compatibility-map,
    .topic-map {
        aspect-ratio: 1;
        border-radius: 24px;
    }

    .compatibility-map__header,
    .topic-map__header {
        top: 4%;
        right: 4.5%;
        left: 4.5%;
        font-size: 14px;
    }

    .compatibility-map__person small,
    .compatibility-map__node small,
    .compatibility-map__center span,
    .topic-map__node small {
        max-width: 112px;
        padding: 2px 5px;
        font-size: 14px;
    }

    .compatibility-map__person {
        width: 14.2%;
    }

    .compatibility-map__center {
        width: 19%;
    }

    .compatibility-map__node {
        width: 12%;
    }

    .compatibility-map__person strong {
        font-size: 26px;
    }

    .compatibility-map__center strong {
        font-size: 39px;
    }

    .compatibility-map__node strong {
        font-size: 23px;
    }

    .compatibility-map__node--right small {
        top: auto;
        bottom: calc(100% + 7px);
        left: 50%;
        transform: translateX(-50%);
    }

    .compatibility-map__node--bottom small {
        top: auto;
        right: auto;
        bottom: calc(100% + 7px);
        left: 50%;
        transform: translateX(-50%);
    }

    .compatibility-map__caption,
    .topic-map__caption {
        right: 4%;
        bottom: 2.5%;
        left: 4%;
        min-height: 34px;
        padding: 7px 9px;
        font-size: 14px;
        white-space: nowrap;
    }

    .topic-map__node {
        width: 18%;
        min-height: 0;
        padding: 0;
    }

    .topic-map__node strong {
        font-size: 30px;
    }

    .topic-map__node--exchange {
        width: 22%;
        min-height: 0;
    }

    .topic-map__node--exchange strong {
        font-size: 40px;
    }

    .topic-shell--finance .topic-map__node--entry {
        left: 20%;
    }

    .topic-shell--finance .topic-map__node--risk {
        left: 80%;
    }

    .topic-shell--finance .topic-map__node small {
        display: flex;
        width: 88px;
        max-width: 88px;
        min-height: 34px;
        align-items: flex-end;
        justify-content: center;
        padding: 0;
        border: 0;
        background: transparent;
        line-height: 1.1;
        white-space: normal;
        backdrop-filter: none;
    }

    .topic-shell--finance .topic-map__caption {
        font-size: 0;
    }

    .topic-shell--finance .topic-map__caption span {
        display: none;
    }

    .topic-shell--finance .topic-map__caption::after {
        content: "3 энергии денежной линии";
        font-size: 14px;
    }

    .topic-map--child .topic-map__header > span:first-child {
        display: none;
    }

    .topic-map--child .topic-map__header {
        justify-content: flex-end;
    }

    .topic-map--child .topic-map__node,
    .topic-map--child .topic-map__node--entry,
    .topic-map--child .topic-map__node--exchange {
        width: 15%;
        min-height: 0;
    }

    .topic-map--child .topic-map__node strong,
    .topic-map--child .topic-map__node--exchange strong {
        font-size: 27px;
    }

    .topic-map--child .topic-map__node--risk {
        top: 77%;
    }

    .topic-map__node--core {
        width: 20% !important;
        min-height: 0 !important;
    }

    .topic-map__node--core strong {
        font-size: 39px !important;
    }

    .destiny-matrix-art__node::before,
    .destiny-matrix-art__node--center::before {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .compatibility-map__art::before,
    .compatibility-map__art::after,
    .topic-map__art::before,
    .topic-map__art::after,
    .destiny-cosmic-mist::before,
    .destiny-cosmic-mist::after {
        animation: none;
        will-change: auto;
    }
}
