body.page-blog-single {
    background: #fff;
}

.modern-article-page {
    --article-ink: #171432;
    --article-body: #5f5a70;
    --article-muted: #827c91;
    --article-line: rgba(49, 40, 101, 0.13);
    --article-violet: #7540d3;
    --article-blue: #2f67e8;
    --article-cyan: #43d8e9;
    position: relative;
    overflow: clip;
    color: var(--article-ink);
    background: #fff;
}

.article-modern-shell {
    width: min(calc(100% - 40px), 1320px);
    margin-inline: auto;
}

.article-modern-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: clamp(760px, 92vh, 930px);
    margin: 0;
    padding: calc(var(--ich-overlay-header-height, 190px) + clamp(42px, 5vw, 74px)) 0 clamp(88px, 8vw, 120px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 22%, rgba(67, 218, 246, 0.3), transparent 28%),
        radial-gradient(circle at 10% 80%, rgba(255, 20, 211, 0.37), transparent 33%),
        linear-gradient(118deg, #d20acd 0%, #7b2fe4 44%, #245fe8 100%);
}

.article-modern-hero::before,
.article-modern-hero::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.article-modern-hero::before {
    top: 14%;
    left: -17vw;
    width: min(44vw, 650px);
    aspect-ratio: 1;
    box-shadow:
        0 0 0 78px rgba(255, 255, 255, 0.026),
        0 0 0 155px rgba(255, 255, 255, 0.016);
}

.article-modern-hero::after {
    right: -13vw;
    bottom: -24vw;
    width: min(54vw, 800px);
    aspect-ratio: 1;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent 66%);
    box-shadow:
        0 0 0 68px rgba(255, 255, 255, 0.028),
        0 0 0 142px rgba(255, 255, 255, 0.018);
}

.article-modern-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.22;
    background-image:
        radial-gradient(rgba(255, 255, 255, 0.72) 1.25px, transparent 1.25px),
        linear-gradient(125deg, transparent 0 44%, rgba(255, 255, 255, 0.08) 44.1% 44.2%, transparent 44.3% 100%);
    background-position: center;
    background-size: 18px 18px, cover;
    -webkit-mask-image: linear-gradient(95deg, transparent 0%, #000 45%, #000 100%);
    mask-image: linear-gradient(95deg, transparent 0%, #000 45%, #000 100%);
}

.article-modern-hero__orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    pointer-events: none;
}

.article-modern-hero__orbit::before {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 3px solid rgba(255, 255, 255, 0.86);
    border-radius: 50%;
    background: #d20acd;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.12);
    content: "";
}

.article-modern-hero__orbit--one {
    top: 31%;
    right: 38%;
    width: 270px;
    height: 270px;
    animation: article-orbit-drift 9s ease-in-out infinite;
}

.article-modern-hero__orbit--one::before {
    top: 22px;
    right: 46px;
}

.article-modern-hero__orbit--two {
    right: 5%;
    bottom: 12%;
    width: 118px;
    height: 118px;
    animation: article-orbit-drift 7s ease-in-out -2s infinite reverse;
}

.article-modern-hero__orbit--two::before {
    right: 5px;
    bottom: 20px;
    background: #43d8e9;
}

.article-modern-hero__inner {
    position: relative;
    z-index: 1;
}

.article-modern-breadcrumbs {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: clamp(42px, 6vw, 76px);
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.04em;
}

.article-modern-breadcrumbs a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: color 200ms ease;
}

.article-modern-breadcrumbs a:hover,
.article-modern-breadcrumbs a:focus-visible {
    color: #fff !important;
}

.article-modern-breadcrumbs span[aria-current="page"] {
    max-width: min(58vw, 580px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-modern-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
    gap: clamp(58px, 7vw, 108px);
    align-items: center;
}

.article-modern-hero__copy {
    min-width: 0;
}

.article-modern-hero__kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 11px 18px;
    margin-bottom: 25px;
}

.article-modern-hero__kicker a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 220ms ease, background-color 220ms ease;
}

.article-modern-hero__kicker a:hover,
.article-modern-hero__kicker a:focus-visible {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.article-modern-hero__kicker time {
    color: rgba(255, 255, 255, 0.76);
    font-size: 11px;
    font-weight: 750;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.article-modern-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-family: "Rubik", "Trebuchet MS", Arial, sans-serif;
    font-size: clamp(3rem, 5.15vw, 5rem);
    font-weight: 560;
    letter-spacing: -0.057em;
    line-height: 0.99;
    overflow-wrap: break-word;
    text-wrap: balance;
    text-shadow: 0 15px 40px rgba(34, 17, 88, 0.2);
}

.article-modern-hero__lead {
    max-width: 690px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.3vw, 1.17rem);
    line-height: 1.72;
}

.article-modern-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px;
    margin-top: 32px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.045em;
    text-transform: uppercase;
}

.article-modern-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.article-modern-hero__meta svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #8ef4f5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.article-modern-visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow:
        0 34px 80px rgba(24, 12, 75, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transform: rotate(1.15deg);
    animation: article-visual-enter 720ms cubic-bezier(0.22, 0.8, 0.24, 1) both;
}

.article-modern-visual::after {
    position: absolute;
    inset: 54px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    content: "";
    pointer-events: none;
}

.article-modern-visual__bar {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 21px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.article-modern-visual__bar > span {
    display: inline-flex;
    gap: 6px;
}

.article-modern-visual__bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f068d7;
}

.article-modern-visual__bar i:nth-child(2) {
    background: #8e7bea;
}

.article-modern-visual__bar i:nth-child(3) {
    background: #5be1e2;
}

.article-modern-visual__media {
    position: relative;
    display: grid;
    min-height: 410px;
    margin: 0 18px 18px;
    place-items: center;
    overflow: hidden;
    border-radius: 20px;
    background:
        radial-gradient(circle at 85% 12%, rgba(73, 222, 241, 0.22), transparent 33%),
        linear-gradient(145deg, #edf4fd, #f6efff);
}

.article-modern-visual__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
    object-position: center;
    transition: transform 700ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

.article-modern-visual:hover .article-modern-visual__media img {
    transform: scale(1.025);
}

.article-modern-visual__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 410px;
    place-content: center;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 80% 14%, rgba(81, 214, 216, 0.36), transparent 29%),
        linear-gradient(135deg, #7a35d8, #2e70ee);
}

.article-modern-visual__placeholder strong {
    font-family: "Rubik", sans-serif;
    font-size: 2.6rem;
    letter-spacing: -0.05em;
}

.article-modern-visual__placeholder small {
    margin-top: 7px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.article-modern-hero--missing {
    min-height: 720px;
    align-items: center;
}

.article-modern-hero__missing {
    position: relative;
    z-index: 1;
    max-width: 780px;
}

.article-modern-eyebrow,
.article-modern-section-eyebrow {
    display: block;
    margin-bottom: 18px;
    color: #aaf8fa;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.article-modern-hero__missing p {
    max-width: 600px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.7;
}

.article-modern-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 14px 23px;
    border-radius: 999px;
    color: #281957 !important;
    background: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(24, 12, 75, 0.22);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.article-modern-button:hover,
.article-modern-button:focus-visible {
    box-shadow: 0 24px 44px rgba(24, 12, 75, 0.29);
    transform: translateY(-3px);
}

.article-modern-reading {
    position: relative;
    isolation: isolate;
    padding: clamp(90px, 9vw, 132px) 0 clamp(104px, 10vw, 148px);
    overflow: hidden;
    background: #fff;
}

.article-modern-reading__halo {
    position: absolute;
    top: 8%;
    right: -210px;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(71, 208, 234, 0.11), transparent 68%);
    pointer-events: none;
}

.article-modern-reading__inner {
    width: min(calc(100% - 40px), 900px);
}

.article-modern-content {
    min-width: 0;
    color: #393545;
    font-size: clamp(1.04rem, 1.22vw, 1.12rem);
    line-height: 1.86;
}

.article-modern-content > *:first-child {
    margin-top: 0;
}

.article-modern-content > *:last-child {
    margin-bottom: 0;
}

.article-modern-content p {
    margin: 0 0 1.55em;
}

.article-modern-content h2,
.article-modern-content h3,
.article-modern-content h4 {
    position: relative;
    color: var(--article-ink);
    font-family: "Rubik", "Trebuchet MS", Arial, sans-serif;
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.16;
    text-wrap: balance;
}

.article-modern-content h2 {
    margin: clamp(62px, 8vw, 88px) 0 25px;
    padding-top: 20px;
    font-size: clamp(2rem, 3.25vw, 3rem);
}

.article-modern-content h2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #d20acd, #2f67e8);
    content: "";
}

.article-modern-content h3 {
    margin: 47px 0 20px;
    font-size: clamp(1.55rem, 2.35vw, 2.08rem);
}

.article-modern-content h4 {
    margin: 36px 0 17px;
    font-size: clamp(1.25rem, 1.8vw, 1.55rem);
}

.article-modern-content strong {
    color: #27223c;
    font-weight: 750;
}

.article-modern-content a {
    color: #3d5fc9;
    text-decoration-color: rgba(61, 95, 201, 0.38);
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color 180ms ease, text-decoration-color 180ms ease;
}

.article-modern-content a:hover,
.article-modern-content a:focus-visible {
    color: #7440d2;
    text-decoration-color: currentColor;
}

.article-modern-content ul,
.article-modern-content ol {
    margin: 28px 0 35px;
    padding: 25px 28px 25px 51px;
    border: 1px solid rgba(62, 52, 116, 0.11);
    border-radius: 20px;
    background: linear-gradient(145deg, #fafafe, #f5f7fc);
}

.article-modern-content li + li {
    margin-top: 10px;
}

.article-modern-content li::marker {
    color: var(--article-violet);
    font-weight: 800;
}

.article-modern-content blockquote {
    position: relative;
    margin: 42px 0;
    padding: 31px 35px 31px 38px;
    overflow: hidden;
    border: 1px solid rgba(90, 66, 176, 0.14);
    border-left: 4px solid #7742d4;
    border-radius: 0 22px 22px 0;
    color: #39324f;
    background:
        radial-gradient(circle at 92% 12%, rgba(68, 212, 232, 0.13), transparent 31%),
        #f8f7fd;
    font-size: 1.08em;
}

.article-modern-content blockquote > *:last-child {
    margin-bottom: 0;
}

.article-modern-content figure {
    margin: 42px 0;
}

.article-modern-content img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 38px auto;
    border-radius: 22px;
    box-shadow: 0 24px 58px rgba(38, 30, 88, 0.13);
}

.article-modern-content figcaption {
    max-width: 720px;
    margin: 13px auto 0;
    color: var(--article-muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.article-modern-content .wp-block-table {
    max-width: 100%;
    margin: 42px 0;
    overflow-x: auto;
    border: 1px solid rgba(49, 40, 101, 0.13);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(39, 31, 91, 0.07);
    -webkit-overflow-scrolling: touch;
}

.article-modern-content table {
    width: 100%;
    min-width: 680px;
    margin: 0;
    border-collapse: collapse;
    color: #4e485d;
    font-size: 0.86em;
    line-height: 1.6;
}

.article-modern-content th,
.article-modern-content td {
    padding: 17px 18px;
    border: 0;
    border-right: 1px solid rgba(49, 40, 101, 0.09);
    border-bottom: 1px solid rgba(49, 40, 101, 0.09);
    vertical-align: top;
    overflow-wrap: anywhere;
}

.article-modern-content th:last-child,
.article-modern-content td:last-child {
    border-right: 0;
}

.article-modern-content tr:last-child td {
    border-bottom: 0;
}

.article-modern-content th {
    color: #fff;
    background: linear-gradient(135deg, #3a2b82, #315fc4);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-align: left;
}

.article-modern-content tbody tr:nth-child(even) {
    background: #f8f8fc;
}

.article-modern-content pre {
    max-width: 100%;
    margin: 35px 0;
    padding: 24px 26px;
    overflow-x: auto;
    border: 1px solid rgba(49, 40, 101, 0.15);
    border-radius: 19px;
    color: #dff8ff;
    background: #1e1940;
    box-shadow: 0 20px 45px rgba(27, 20, 72, 0.14);
    white-space: pre-wrap;
    word-break: break-word;
}

.article-modern-content code {
    max-width: 100%;
    padding: 0.12em 0.33em;
    border-radius: 5px;
    color: #5a35ae;
    background: #f0edfa;
    font-size: 0.91em;
    overflow-wrap: anywhere;
}

.article-modern-content pre code {
    display: block;
    padding: 0;
    color: inherit;
    background: transparent;
    white-space: inherit;
}

.article-modern-content hr {
    height: 1px;
    margin: 62px 0;
    border: 0;
    background: linear-gradient(90deg, transparent, rgba(74, 58, 153, 0.25), transparent);
}

.article-modern-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: clamp(64px, 8vw, 96px);
    padding-top: 31px;
    border-top: 1px solid var(--article-line);
}

.article-modern-tags a,
.article-modern-tags span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid rgba(65, 50, 135, 0.13);
    border-radius: 999px;
    color: #665e77;
    background: #fafafe;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 190ms ease,
        background-color 190ms ease,
        border-color 190ms ease,
        transform 190ms ease;
}

.article-modern-tags a:hover,
.article-modern-tags a:focus-visible {
    border-color: #6740bf;
    color: #fff;
    background: #6740bf;
    transform: translateY(-2px);
}

.article-related {
    padding: clamp(94px, 9vw, 132px) 0 clamp(100px, 9vw, 136px);
    background:
        radial-gradient(circle at 97% 5%, rgba(67, 216, 233, 0.12), transparent 29%),
        linear-gradient(180deg, #f7f7fb 0%, #fff 100%);
}

.article-related__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(310px, 0.62fr);
    gap: 54px;
    align-items: end;
}

.article-modern-section-eyebrow {
    margin-bottom: 15px;
    color: #7142c6;
}

.article-related__heading h2 {
    max-width: 760px;
    margin: 0;
    color: var(--article-ink);
    font-family: "Rubik", "Trebuchet MS", Arial, sans-serif;
    font-size: clamp(2.45rem, 4.5vw, 4.55rem);
    font-weight: 620;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.article-related__heading-side {
    padding-bottom: 5px;
}

.article-related__heading-side p {
    max-width: 520px;
    margin: 0;
    color: var(--article-body);
    font-size: 15px;
    line-height: 1.72;
}

.article-related__heading-side > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 17px;
    color: #4c46af !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.article-related__heading-side > a span {
    font-size: 18px;
    transition: transform 200ms ease;
}

.article-related__heading-side > a:hover span,
.article-related__heading-side > a:focus-visible span {
    transform: translateX(4px);
}

.article-related__carousel {
    position: relative;
    margin-top: clamp(48px, 6vw, 74px);
}

.article-related__controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 11px;
    margin-bottom: 19px;
}

.article-related__controls button {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(49, 40, 101, 0.15);
    border-radius: 50%;
    color: var(--article-ink);
    background: #fff;
    box-shadow: 0 12px 27px rgba(39, 31, 91, 0.08);
    cursor: pointer;
    transition:
        transform 220ms ease,
        color 220ms ease,
        background-color 220ms ease,
        opacity 220ms ease;
}

.article-related__controls button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.article-related__controls button:hover:not(:disabled),
.article-related__controls button:focus-visible:not(:disabled) {
    color: #fff;
    background: var(--article-violet);
    transform: translateY(-2px);
}

.article-related__controls button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.article-related__controls > span {
    min-width: 86px;
    color: var(--article-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-align: center;
}

.article-related__viewport {
    overflow: hidden;
    margin: -12px -4px -44px;
    padding: 12px 4px 44px;
}

.article-related__track {
    display: grid;
    gap: 24px;
}

.article-related__carousel.is-static .article-related__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-related__carousel.is-carousel .article-related__track {
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 3);
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
}

.article-related__carousel.is-carousel .article-related__track::-webkit-scrollbar {
    display: none;
}

.article-related-card {
    position: relative;
    isolation: isolate;
    display: grid;
    min-width: 0;
    min-height: 510px;
    grid-template-rows: 235px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(40, 32, 91, 0.12);
    border-radius: 24px;
    background: #fafafe;
    box-shadow: 0 15px 38px rgba(39, 30, 96, 0.07);
    scroll-snap-align: start;
    transition:
        transform 320ms cubic-bezier(0.22, 0.8, 0.24, 1),
        box-shadow 320ms ease,
        border-color 320ms ease;
}

.article-related-card__media {
    display: block;
    min-height: 235px;
    overflow: hidden;
    background: linear-gradient(135deg, #e8e7f3, #dce5f8);
}

.article-related-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 650ms cubic-bezier(0.22, 0.8, 0.24, 1);
}

.article-related-card__placeholder {
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 235px;
    place-content: center;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 78% 16%, rgba(81, 214, 216, 0.35), transparent 28%),
        linear-gradient(135deg, #7a35d8, #2e70ee);
}

.article-related-card__placeholder strong {
    font-family: "Rubik", "Trebuchet MS", Arial, sans-serif;
    font-size: clamp(1.45rem, 2.5vw, 2.4rem);
    letter-spacing: -0.04em;
}

.article-related-card__placeholder small {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.article-related-card__copy {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 25px 56px 72px 24px;
}

.article-related-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 15px;
    margin: 0 0 13px;
    color: #7b7589;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.article-related-card__meta span {
    color: #7142c6;
}

.article-related-card h3 {
    margin: 0;
    font-family: "Rubik", "Trebuchet MS", Arial, sans-serif;
    font-size: clamp(1.08rem, 1.52vw, 1.38rem);
    font-weight: 650;
    letter-spacing: -0.027em;
    line-height: 1.3;
}

.article-related-card h3 a {
    color: var(--article-ink) !important;
    text-decoration: none;
    transition: color 220ms ease;
}

.article-related-card__excerpt {
    display: -webkit-box;
    max-width: 52ch;
    margin: 15px 0 0;
    overflow: hidden;
    color: var(--article-body);
    font-size: 14px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.article-related-card__arrow {
    position: absolute;
    right: 22px;
    bottom: 22px;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #fff !important;
    background: linear-gradient(135deg, var(--article-violet), var(--article-blue));
    box-shadow: 0 10px 22px rgba(83, 58, 184, 0.2);
    font-size: 18px;
    text-decoration: none;
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.article-related-card:hover,
.article-related-card:focus-within {
    border-color: rgba(84, 59, 181, 0.25);
    box-shadow: 0 28px 58px rgba(39, 30, 96, 0.14);
    transform: translateY(-8px);
}

.article-related-card:hover .article-related-card__media img,
.article-related-card:focus-within .article-related-card__media img {
    transform: scale(1.055);
}

.article-related-card:hover h3 a,
.article-related-card:focus-within h3 a {
    color: #315fc4 !important;
}

.article-related-card__arrow:hover,
.article-related-card__arrow:focus-visible {
    box-shadow: 0 15px 28px rgba(83, 58, 184, 0.3);
    transform: translate(3px, -3px);
}

.modern-article-page :is(a, button, summary):focus-visible {
    outline: 3px solid rgba(100, 238, 243, 0.86);
    outline-offset: 4px;
}

@keyframes article-orbit-drift {
    0%,
    100% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    50% {
        transform: translate3d(0, -16px, 0) rotate(6deg);
    }
}

@keyframes article-visual-enter {
    from {
        opacity: 0;
        transform: translate3d(30px, 24px, 0) rotate(2.5deg) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(1.15deg) scale(1);
    }
}

@media (max-width: 1120px) {
    .article-modern-hero {
        min-height: 0;
    }

    .article-modern-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(350px, 0.84fr);
        gap: 48px;
    }

    .article-modern-hero h1 {
        font-size: clamp(2.75rem, 5.8vw, 4.65rem);
    }

    .article-modern-visual__media,
    .article-modern-visual__media img,
    .article-modern-visual__placeholder {
        min-height: 360px;
    }

    .article-related__carousel.is-carousel .article-related__track {
        grid-auto-columns: calc((100% - 24px) / 2);
    }

    .article-related__carousel.is-static .article-related__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-related__carousel.is-static .article-related-card:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        width: calc((100% - 24px) / 2);
        justify-self: center;
    }
}

@media (max-width: 900px) {
    .article-modern-hero {
        padding-bottom: 82px;
    }

    .article-modern-hero__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .article-modern-hero__copy {
        max-width: 780px;
    }

    .article-modern-visual {
        width: min(100%, 720px);
        transform: none;
    }

    .article-modern-visual__media,
    .article-modern-visual__media img,
    .article-modern-visual__placeholder {
        min-height: 390px;
    }

    .article-related__heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .article-related__heading-side p {
        max-width: 680px;
    }
}

@media (max-width: 700px) {
    .article-modern-shell,
    .article-modern-reading__inner {
        width: min(100% - 28px, 1320px);
    }

    .article-modern-hero {
        min-height: 0;
        padding: calc(var(--ich-overlay-header-height, 254px) + 31px) 0 70px;
    }

    .article-modern-breadcrumbs {
        margin-bottom: 32px;
    }

    .article-modern-breadcrumbs span[aria-current="page"] {
        display: none;
    }

    .article-modern-hero__kicker {
        margin-bottom: 20px;
    }

    .article-modern-hero h1 {
        font-size: clamp(2.42rem, 12vw, 3.65rem);
        line-height: 1.01;
        text-wrap: pretty;
    }

    .article-modern-hero__lead {
        margin-top: 23px;
        font-size: 0.98rem;
        line-height: 1.67;
    }

    .article-modern-hero__meta {
        margin-top: 25px;
    }

    .article-modern-visual {
        border-radius: 22px;
    }

    .article-modern-visual::after {
        inset: 47px 12px 12px;
        border-radius: 15px;
    }

    .article-modern-visual__bar {
        min-height: 47px;
        padding: 0 15px;
    }

    .article-modern-visual__media {
        margin: 0 12px 12px;
        border-radius: 15px;
    }

    .article-modern-visual__media,
    .article-modern-visual__media img,
    .article-modern-visual__placeholder {
        min-height: 245px;
    }

    .article-modern-reading {
        padding: 74px 0 88px;
    }

    .article-modern-content {
        font-size: 1rem;
        line-height: 1.8;
    }

    .article-modern-content h2 {
        margin-top: 56px;
        font-size: clamp(1.82rem, 9vw, 2.45rem);
    }

    .article-modern-content h3 {
        margin-top: 41px;
        font-size: clamp(1.45rem, 7vw, 1.95rem);
    }

    .article-modern-content ul,
    .article-modern-content ol {
        padding: 21px 18px 21px 39px;
        border-radius: 17px;
    }

    .article-modern-content blockquote {
        margin: 34px 0;
        padding: 25px 22px 25px 25px;
        border-radius: 0 18px 18px 0;
    }

    .article-modern-content img {
        margin: 30px auto;
        border-radius: 17px;
    }

    .article-modern-content .wp-block-table {
        border-radius: 16px;
    }

    .article-modern-content .ich-article-table-cards {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .article-modern-content .ich-article-table-cards table,
    .article-modern-content .ich-article-table-cards tbody,
    .article-modern-content .ich-article-table-cards tr {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .article-modern-content .ich-article-table-cards thead {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }

    .article-modern-content .ich-article-table-cards thead tr,
    .article-modern-content .ich-article-table-cards thead th {
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        min-width: 0;
        max-width: 1px;
        height: 1px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border: 0;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
    }

    .article-modern-content .ich-article-table-cards tr {
        margin-bottom: 15px;
        overflow: hidden;
        border: 1px solid rgba(61, 50, 122, 0.13);
        border-radius: 15px;
        background: #fafafe;
        box-shadow: 0 10px 24px rgba(32, 25, 74, 0.06);
    }

    .article-modern-content .ich-article-table-cards td {
        display: grid;
        width: 100%;
        min-width: 0;
        grid-template-columns: minmax(96px, 0.72fr) minmax(0, 1.45fr);
        gap: 12px;
        align-items: start;
        padding: 13px 14px;
        border: 0;
        border-bottom: 1px solid rgba(61, 50, 122, 0.1);
        overflow-wrap: anywhere;
    }

    .article-modern-content .ich-article-table-cards td:last-child {
        border-bottom: 0;
    }

    .article-modern-content .ich-article-table-cards td::before {
        color: #6641bd;
        content: attr(data-label);
        font-size: 0.7rem;
        font-weight: 800;
        letter-spacing: 0.04em;
        line-height: 1.35;
        text-transform: uppercase;
    }

    .article-related {
        padding: 78px 0 86px;
    }

    .article-related__heading h2 {
        font-size: clamp(2.25rem, 11vw, 3.35rem);
    }

    .article-related__controls {
        justify-content: center;
    }

    .article-related__carousel.is-carousel .article-related__track {
        grid-auto-columns: 100%;
    }

    .article-related__carousel.is-static .article-related__track {
        grid-template-columns: 1fr;
    }

    .article-related__carousel.is-static .article-related-card:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }

    .article-related-card {
        min-height: 490px;
        grid-template-rows: 220px minmax(0, 1fr);
    }

    .article-related-card__media,
    .article-related-card__placeholder {
        min-height: 220px;
    }

    body.page-blog-single .site-footer .footer-main__grid {
        gap: 28px !important;
        padding-top: 48px;
        padding-bottom: 42px;
    }

    body.page-blog-single .site-footer .footer-column {
        padding-top: 0 !important;
    }
}

@media (max-width: 460px) {
    .article-modern-hero__kicker {
        gap: 10px;
    }

    .article-modern-hero__kicker time {
        width: 100%;
    }

    .article-modern-hero__meta {
        display: grid;
    }

    .article-modern-visual__bar small {
        font-size: 7px;
    }

    .article-modern-visual__media,
    .article-modern-visual__media img,
    .article-modern-visual__placeholder {
        min-height: 215px;
    }

    .article-modern-tags {
        gap: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .article-modern-hero__orbit,
    .article-modern-visual {
        animation: none !important;
    }

    .article-modern-visual,
    .article-modern-visual__media img,
    .article-related-card,
    .article-related-card__media img,
    .article-related-card__arrow {
        transition-duration: 0.01ms !important;
    }

    .article-related__carousel.is-carousel .article-related__track {
        scroll-behavior: auto;
    }
}
