.tofaa-tofaakty {
    --tf-purple: #7c4fa0;
    --tf-purple-dark: #5d3678;
    --tf-lilac: #b083bc;
    --tf-lime: #d1d635;
    --tf-pink: #e85b91;
    --tf-peach: #f2c4aa;
    --tf-cream: #fffaf5;
    --tf-page: #f7e9df;
    --tf-ink: #211827;
    overflow: hidden;
    padding-top: 20px;
    background:
        radial-gradient(circle at 4% 20%, rgba(209, 214, 53, .17), transparent 18%),
        radial-gradient(circle at 96% 60%, rgba(176, 131, 188, .2), transparent 24%),
        var(--tf-page);
    color: var(--tf-ink);
    font-family: "Rubik", Arial, sans-serif;
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty {
    padding-top: 20px;
}

/* The legacy theme assigns every paragraph inside #primary a green 24px
   style. Neutralise it only within this isolated experience. */
body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty p {
    color: inherit;
    font-size: inherit;
}

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

.tofaa-tofaakty h1,
.tofaa-tofaakty h2,
.tofaa-tofaakty h3,
.tofaa-tofaakty p,
.tofaa-tofaakty a,
.tofaa-tofaakty button {
    font-family: inherit;
}

.tofaa-tofaakty a {
    color: inherit;
    text-decoration: none;
}

.tofaa-tofaakty-shell {
    width: min(1480px, calc(100% - 64px));
    margin-inline: auto;
}

.tofaa-tofaakty-hero {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
}

.tofaa-tofaakty-hero__inner {
    display: grid;
    width: 100%;
    align-items: stretch;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tofaa-tofaakty-hero__copy {
    display: flex;
    min-width: 0;
    min-height: 520px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4vw, 62px) clamp(38px, 5vw, 76px);
    border: 1px solid var(--tf-ink);
    border-radius: 30px;
    background:
        linear-gradient(115deg, transparent 0 66%, rgba(176, 131, 188, .16) 66% 100%),
        var(--tf-purple);
    box-shadow: 0 8px 0 rgba(33, 24, 39, .14);
    color: #fff;
    font-size: clamp(19px, 1.65vw, 26px);
}

.tofaa-tofaakty-hero__eyebrow {
    display: inline-flex;
    width: fit-content;
    min-height: 34px;
    align-items: center;
    margin-bottom: 15px;
    padding: 8px 14px;
    border: 1px solid var(--tf-ink);
    border-radius: 999px;
    background: var(--tf-peach);
    color: var(--tf-purple);
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .1em;
    line-height: 1;
    text-transform: uppercase;
    transform: none;
}

.tofaa-tofaakty-eyebrow {
    margin: 0 0 14px;
    color: var(--tf-purple);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
}

.tofaa-tofaakty-hero h1 {
    margin: 0 0 15px;
    color: var(--tf-lime);
    font-size: clamp(54px, 5.8vw, 90px);
    font-weight: 1000;
    letter-spacing: -.07em;
    line-height: .86;
}

.tofaa-tofaakty-hero__copy > p {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.42;
}

.tofaa-tofaakty-hero__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
}

.tofaa-tofaakty-hero__social-label {
    width: 100%;
    margin-right: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
}

.tofaa-tofaakty-hero__social a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid var(--tf-ink);
    border-radius: 999px;
    background: var(--tf-lime);
    box-shadow: 0 5px 0 var(--tf-ink);
    color: var(--tf-purple);
    font-size: 11px;
    font-weight: 1000;
    letter-spacing: .03em;
    text-transform: uppercase;
    transition: transform .18s cubic-bezier(.2, .8, .2, 1), box-shadow .18s cubic-bezier(.2, .8, .2, 1);
}

.tofaa-tofaakty-hero__social a:hover,
.tofaa-tofaakty-hero__social a:focus-visible {
    box-shadow: 0 1px 0 var(--tf-ink);
    transform: translateY(4px);
}

.tofaa-tofaakty-hero__social a:active {
    box-shadow: none;
    transform: translateY(5px);
}

.tofaa-tofaakty-hero__social svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.tofaa-tofaakty-hero-featured {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 4vw, 58px);
    border-left: 1px solid var(--tf-ink);
    background:
        radial-gradient(circle at 92% 12%, var(--tf-peach) 0 9%, transparent 9.3%),
        linear-gradient(145deg, #fffaf5 0 72%, #eee0f1 72% 100%);
    color: #5f5264;
    font-size: 14px;
}

.tofaa-tofaakty-hero-featured::after {
    position: absolute;
    right: -38px;
    bottom: -46px;
    width: 118px;
    height: 118px;
    border: 1px solid var(--tf-ink);
    border-radius: 50%;
    background: var(--tf-lime);
    content: "";
}

.tofaa-tofaakty-hero-featured > * {
    position: relative;
    z-index: 1;
}

.tofaa-tofaakty-hero-featured__number {
    position: absolute;
    z-index: 0;
    top: 25px;
    right: 32px;
    color: rgba(124, 79, 160, .13);
    font-size: clamp(72px, 8vw, 122px);
    font-weight: 1000;
    letter-spacing: -.08em;
    line-height: .8;
}

.tofaa-tofaakty-hero-featured h2 {
    max-width: 650px;
    margin: 18px 0 15px;
    color: var(--tf-purple);
    font-size: clamp(30px, 2.7vw, 43px);
    font-weight: 1000;
    letter-spacing: -.045em;
    line-height: 1.02;
}

.tofaa-tofaakty-hero-featured h2 a:hover,
.tofaa-tofaakty-hero-featured h2 a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.tofaa-tofaakty-hero-featured > p {
    max-width: 610px;
    margin: 0 0 16px;
    color: #5f5264;
    font-size: 14px;
    line-height: 1.55;
}

.tofaa-tofaakty-hero-featured .tofaa-tofaakty-button {
    min-height: 44px;
    margin-top: 22px;
    padding: 10px 20px;
}

.tofaa-tofaakty-hero-featured--empty h2 {
    margin-top: 0;
}

.tofaa-tofaakty-board {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 255, 255, .075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .075) 1px, transparent 1px);
    background-size: 42px 42px;
}

.tofaa-tofaakty-board::before,
.tofaa-tofaakty-board::after {
    position: absolute;
    border: 1px solid var(--tf-ink);
    border-radius: 50%;
    content: "";
}

.tofaa-tofaakty-board::before {
    top: -44px;
    right: -34px;
    width: 132px;
    height: 132px;
    background: var(--tf-pink);
}

.tofaa-tofaakty-board::after {
    bottom: -58px;
    left: 12%;
    width: 120px;
    height: 120px;
    background: var(--tf-peach);
}

.tofaa-tofaakty-board__trail {
    position: absolute;
    top: 48%;
    left: 12%;
    width: 72%;
    height: 30%;
    border-top: 2px dashed rgba(209, 214, 53, .8);
    border-radius: 50%;
    transform: rotate(-8deg);
}

.tofaa-tofaakty-board__card {
    position: absolute;
    z-index: 2;
    display: flex;
    width: min(39%, 230px);
    min-height: 142px;
    flex-direction: column;
    justify-content: end;
    padding: 18px;
    border: 1px solid var(--tf-ink);
    border-radius: 26px;
    box-shadow: 9px 11px 0 var(--tf-ink);
    color: var(--tf-purple);
}

.tofaa-tofaakty-board__card--question {
    top: 9%;
    left: 7%;
    background: var(--tf-cream);
    transform: rotate(-7deg);
}

.tofaa-tofaakty-board__card--source {
    top: 11%;
    right: 6%;
    background: #eadcef;
    transform: rotate(5deg);
}

.tofaa-tofaakty-board__card--answer {
    z-index: 3;
    right: 30%;
    bottom: 6%;
    background: var(--tf-lime);
    transform: rotate(-2deg);
}

.tofaa-tofaakty-board__number {
    position: absolute;
    top: 13px;
    right: 15px;
    color: rgba(124, 79, 160, .28);
    font-size: 27px;
    font-weight: 1000;
    line-height: 1;
}

.tofaa-tofaakty-board__icon,
.tofaa-tofaakty-board__check,
.tofaa-tofaakty-board__card svg {
    width: 36px;
    height: 36px;
    margin-bottom: 13px;
}

.tofaa-tofaakty-board__icon,
.tofaa-tofaakty-board__check {
    display: grid;
    place-items: center;
    border: 1px solid var(--tf-ink);
    border-radius: 50%;
    background: var(--tf-lime);
    font-size: 19px;
    font-weight: 1000;
}

.tofaa-tofaakty-board__check {
    background: var(--tf-purple);
    color: #fff;
}

.tofaa-tofaakty-board__card svg {
    fill: none;
    stroke: var(--tf-purple);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.tofaa-tofaakty-board__card strong {
    font-size: 19px;
    font-weight: 1000;
    letter-spacing: -.035em;
    line-height: 1;
}

.tofaa-tofaakty-board__card small {
    margin-top: 5px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
}

.tofaa-tofaakty-hero__art {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    border-left: 1px solid var(--tf-ink);
    background: linear-gradient(145deg, #dce12c 0%, var(--tf-lime) 58%, #c2ce22 100%);
}

.tofaa-tofaakty-hero__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(72%, 440px);
    aspect-ratio: 1;
    border: 1px solid rgba(124, 79, 160, .4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.tofaa-tofaakty-hero__ring::after {
    position: absolute;
    inset: 12%;
    border: 1px dashed rgba(124, 79, 160, .35);
    border-radius: inherit;
    content: "";
}

.tofaa-tofaakty-hero__badge {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: grid;
    width: min(58%, 340px);
    aspect-ratio: 1;
    place-items: center;
    padding: 38px;
    border: 1px solid var(--tf-ink);
    border-radius: 48% 52% 45% 55% / 55% 44% 56% 45%;
    background: var(--tf-purple);
    box-shadow: 15px 18px 0 rgba(33, 24, 39, .22);
    color: var(--tf-lime);
    text-align: center;
    transform: translate(-50%, -50%) rotate(-4deg);
}

.tofaa-tofaakty-hero__badge svg {
    width: 58%;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 6;
}

.tofaa-tofaakty-hero__badge span {
    font-size: clamp(14px, 1.25vw, 19px);
    font-weight: 1000;
    letter-spacing: .08em;
    line-height: 1.1;
}

.tofaa-tofaakty-hero__dot {
    position: absolute;
    z-index: 3;
    border: 1px solid var(--tf-ink);
    border-radius: 50%;
}

.tofaa-tofaakty-hero__dot--one {
    top: 13%;
    right: 9%;
    width: 72px;
    height: 72px;
    background: var(--tf-peach);
}

.tofaa-tofaakty-hero__dot--two {
    bottom: 10%;
    left: 8%;
    width: 36px;
    height: 36px;
    background: var(--tf-pink);
}

.tofaa-tofaakty-content {
    padding: 30px 0 78px;
}

.tofaa-tofaakty-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.tofaa-tofaakty-topics a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid var(--tf-ink);
    border-radius: 999px;
    background: var(--tf-cream);
    color: var(--tf-purple);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
    transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.tofaa-tofaakty-topics a:hover,
.tofaa-tofaakty-topics a:focus-visible,
.tofaa-tofaakty-topics a.is-active {
    background: var(--tf-lime);
    box-shadow: 0 5px 0 var(--tf-ink);
    transform: translateY(-2px);
}

.tofaa-tofaakty-featured {
    display: grid;
    min-height: 490px;
    overflow: hidden;
    border: 1px solid var(--tf-ink);
    border-radius: 38px;
    background: #fff;
    box-shadow: 0 9px 0 rgba(33, 24, 39, .14);
    grid-template-columns: minmax(360px, .94fr) minmax(0, 1.06fr);
}

.tofaa-tofaakty-featured__visual {
    display: block;
    min-height: 100%;
    overflow: hidden;
    border-right: 1px solid var(--tf-ink);
    background: var(--tf-lime);
}

.tofaa-tofaakty-featured__visual img,
.tofaa-tofaakty-card__visual img,
.tofaa-tofaakty-article__visual > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tofaa-tofaakty-featured__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(38px, 5vw, 76px);
    color: #5f5264;
    font-size: 17px;
}

.tofaa-tofaakty-featured__labels {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 22px;
}

.tofaa-tofaakty-label {
    display: inline-flex;
    width: fit-content;
    min-height: 32px;
    align-items: center;
    padding: 7px 12px;
    border: 1px solid var(--tf-ink);
    border-radius: 999px;
    background: #eee0f1;
    color: var(--tf-purple);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .065em;
    line-height: 1;
    text-transform: uppercase;
}

.tofaa-tofaakty-label--lime {
    background: var(--tf-lime);
}

.tofaa-tofaakty-featured h2 {
    margin: 0 0 20px;
    color: var(--tf-purple);
    font-size: clamp(34px, 3.3vw, 58px);
    font-weight: 1000;
    letter-spacing: -.045em;
    line-height: 1;
}

.tofaa-tofaakty-featured h2 a:hover,
.tofaa-tofaakty-featured h2 a:focus-visible,
.tofaa-tofaakty-card h3 a:hover,
.tofaa-tofaakty-card h3 a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.tofaa-tofaakty-featured__copy > p {
    max-width: 700px;
    margin: 0 0 24px;
    color: #5f5264;
    font-size: 17px;
    line-height: 1.62;
}

.tofaa-tofaakty-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #675b6b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}

.tofaa-tofaakty-button {
    display: inline-flex;
    width: fit-content;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    padding: 12px 24px;
    border: 1px solid var(--tf-ink);
    border-radius: 999px;
    background: var(--tf-lime);
    box-shadow: 0 8px 0 var(--tf-ink);
    color: var(--tf-purple);
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .04em;
    text-transform: uppercase;
    transition: transform .18s cubic-bezier(.2, .8, .2, 1), box-shadow .18s cubic-bezier(.2, .8, .2, 1);
}

.tofaa-tofaakty-button:hover,
.tofaa-tofaakty-button:focus-visible {
    box-shadow: 0 2px 0 var(--tf-ink);
    transform: translateY(6px);
}

.tofaa-tofaakty-button:active {
    box-shadow: none;
    transform: translateY(8px);
}

.tofaa-tofaakty-related {
    margin-top: 86px;
}

.tofaa-tofaakty-latest {
    margin-top: 0;
}

.tofaa-tofaakty-section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 28px;
    color: #5f5264;
    font-size: 15px;
}

.tofaa-tofaakty-section-heading h2 {
    margin: 0;
    color: var(--tf-purple);
    font-size: clamp(38px, 4vw, 66px);
    font-weight: 1000;
    letter-spacing: -.05em;
    line-height: 1;
}

.tofaa-tofaakty-section-heading > p {
    max-width: 560px;
    margin: 0;
    color: #5f5264;
    font-size: 15px;
    line-height: 1.55;
}

.tofaa-tofaakty-grid {
    display: grid;
    column-gap: 24px;
    row-gap: 30px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tofaa-tofaakty-card {
    display: flex;
    min-width: 0;
    min-height: 520px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--tf-ink);
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 8px 0 rgba(33, 24, 39, .14);
    transition: transform .22s ease, box-shadow .22s ease;
}

.tofaa-tofaakty-card--hero {
    height: 100%;
}

.tofaa-tofaakty-card--hero .tofaa-tofaakty-card__visual {
    background: var(--tf-lime);
}

.tofaa-tofaakty-card--hero .tofaa-tofaakty-featured__labels {
    margin-bottom: 0;
}

.tofaa-tofaakty-card--hero h2 {
    margin: 18px 0 14px;
    color: var(--tf-purple);
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 1000;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.tofaa-tofaakty-card--hero h2 a:hover,
.tofaa-tofaakty-card--hero h2 a:focus-visible {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.tofaa-tofaakty-card--empty {
    justify-content: center;
    padding: 36px;
}

.tofaa-tofaakty-card:nth-child(3n + 2) .tofaa-tofaakty-card__visual {
    background: var(--tf-lilac);
}

.tofaa-tofaakty-card:nth-child(3n + 3) .tofaa-tofaakty-card__visual {
    background: var(--tf-peach);
}

.tofaa-tofaakty-card:hover {
    box-shadow: 0 13px 0 rgba(33, 24, 39, .16);
    transform: translateY(-5px);
}

.tofaa-tofaakty-card__visual {
    display: block;
    height: 255px;
    overflow: hidden;
    border-bottom: 1px solid var(--tf-ink);
    background: var(--tf-lime);
}

.tofaa-tofaakty-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px;
    color: #5f5264;
    font-size: 14px;
}

.tofaa-tofaakty-card h3 {
    margin: 18px 0 14px;
    color: var(--tf-purple);
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 1000;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.tofaa-tofaakty-card__body > p {
    margin: 0;
    color: #5f5264;
    font-size: 14px;
    line-height: 1.6;
}

.tofaa-tofaakty-card__footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 24px;
}

.tofaa-tofaakty-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--tf-purple) !important;
    font-size: 12px;
    font-weight: 1000;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.tofaa-tofaakty-text-link span {
    transition: transform .18s ease;
}

.tofaa-tofaakty-text-link:hover span,
.tofaa-tofaakty-text-link:focus-visible span {
    transform: translateX(4px);
}

.tofaa-tofaakty-placeholder {
    position: relative;
    display: grid;
    width: 100%;
    height: 100%;
    min-height: 220px;
    overflow: hidden;
    place-content: center;
    place-items: center;
    padding: 28px;
    background:
        radial-gradient(circle at 82% 18%, var(--tf-peach) 0 10%, transparent 10.3%),
        radial-gradient(circle at 14% 80%, var(--tf-pink) 0 4%, transparent 4.3%),
        var(--tf-lime);
    color: var(--tf-purple);
    text-align: center;
}

.tofaa-tofaakty-placeholder__orbit {
    position: absolute;
    width: min(76%, 380px);
    aspect-ratio: 1;
    border: 1px dashed rgba(124, 79, 160, .45);
    border-radius: 50%;
}

.tofaa-tofaakty-placeholder svg {
    z-index: 1;
    width: min(42%, 180px);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 6;
}

.tofaa-tofaakty-placeholder strong,
.tofaa-tofaakty-placeholder small {
    z-index: 1;
}

.tofaa-tofaakty-placeholder strong {
    margin-top: 10px;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 1000;
    letter-spacing: -.045em;
}

.tofaa-tofaakty-placeholder small {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tofaa-tofaakty-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 54px;
}

.tofaa-tofaakty-pagination .page-numbers {
    display: inline-grid;
    min-width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--tf-ink);
    border-radius: 50%;
    background: var(--tf-cream);
    color: var(--tf-purple);
    font-weight: 900;
}

.tofaa-tofaakty-pagination .page-numbers.current,
.tofaa-tofaakty-pagination .page-numbers:hover,
.tofaa-tofaakty-pagination .page-numbers:focus-visible {
    background: var(--tf-lime);
}

.tofaa-tofaakty-social {
    position: relative;
    display: grid;
    min-height: 300px;
    align-items: center;
    gap: 60px;
    margin-top: 88px;
    overflow: hidden;
    padding: clamp(42px, 6vw, 82px);
    border: 1px solid var(--tf-ink);
    border-radius: 38px;
    background: var(--tf-purple);
    box-shadow: 0 10px 0 var(--tf-ink);
    color: #fff;
    font-size: 15px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.tofaa-tofaakty-social::before,
.tofaa-tofaakty-social::after {
    position: absolute;
    border: 1px solid var(--tf-ink);
    border-radius: 50%;
    content: "";
}

.tofaa-tofaakty-social::before {
    top: -75px;
    right: 18%;
    width: 150px;
    height: 150px;
    background: var(--tf-lime);
}

.tofaa-tofaakty-social::after {
    right: -42px;
    bottom: -56px;
    width: 150px;
    height: 150px;
    background: var(--tf-peach);
}

.tofaa-tofaakty-social > * {
    position: relative;
    z-index: 1;
}

.tofaa-tofaakty-social .tofaa-tofaakty-eyebrow {
    color: var(--tf-lime);
}

.tofaa-tofaakty-social h2 {
    max-width: 830px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(38px, 4.5vw, 70px);
    font-weight: 1000;
    letter-spacing: -.055em;
    line-height: .98;
}

.tofaa-tofaakty-social p:last-child {
    max-width: 780px;
    margin: 0;
    color: #f7edf8;
    font-size: 15px;
    line-height: 1.6;
}

.tofaa-tofaakty-social__actions {
    display: grid;
    gap: 14px;
}

.tofaa-tofaakty-social__actions a {
    display: flex;
    min-width: 190px;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 13px 21px;
    border: 1px solid var(--tf-ink);
    border-radius: 999px;
    background: var(--tf-lime);
    box-shadow: 0 7px 0 var(--tf-ink);
    color: var(--tf-purple);
    font-size: 13px;
    font-weight: 1000;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease;
}

.tofaa-tofaakty-social__actions a:hover,
.tofaa-tofaakty-social__actions a:focus-visible {
    box-shadow: 0 2px 0 var(--tf-ink);
    transform: translateY(5px);
}

.tofaa-tofaakty-empty {
    padding: 70px;
    border: 1px solid var(--tf-ink);
    border-radius: 36px;
    background: #fff;
    color: #5f5264;
    font-size: 16px;
    text-align: center;
}

.tofaa-tofaakty-empty .tofaa-tofaakty-placeholder {
    width: min(100%, 540px);
    height: 300px;
    margin: 0 auto 32px;
    border: 1px solid var(--tf-ink);
    border-radius: 28px;
}

.tofaa-tofaakty-empty h2 {
    margin: 0 0 12px;
    color: var(--tf-purple);
    font-size: 38px;
    font-weight: 1000;
}

.tofaa-tofaakty-empty p {
    margin: 0;
    color: #5f5264;
}

/* Article */
.tofaa-tofaakty-article__header {
    padding: 58px 0 52px;
}

.tofaa-tofaakty-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 46px;
    color: var(--tf-purple);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.tofaa-tofaakty-breadcrumbs a:hover,
.tofaa-tofaakty-breadcrumbs a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.tofaa-tofaakty-article__heading {
    max-width: 1120px;
    color: #5f5264;
}

.tofaa-tofaakty-article__heading h1 {
    margin: 24px 0 26px;
    color: var(--tf-purple);
    font-size: clamp(48px, 6.3vw, 100px);
    font-weight: 1000;
    letter-spacing: -.065em;
    line-height: .95;
}

.tofaa-tofaakty-article__lead {
    max-width: 900px;
    margin: 0 0 28px;
    color: #5f5264;
    font-size: clamp(19px, 2vw, 27px);
    font-weight: 600;
    line-height: 1.45;
}

.tofaa-tofaakty-article__visual {
    height: clamp(380px, 55vw, 720px);
    overflow: hidden;
    border: 1px solid var(--tf-ink);
    border-radius: 40px;
    background: var(--tf-lime);
    box-shadow: 0 10px 0 rgba(33, 24, 39, .16);
}

.tofaa-tofaakty-article__visual .tofaa-tofaakty-placeholder svg {
    width: min(28%, 220px);
}

.tofaa-tofaakty-article__layout {
    width: min(100%, 840px);
    margin-inline: auto;
    padding: 74px 0 96px;
}

.tofaa-tofaakty-article__aside {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 18px;
}

.tofaa-tofaakty-article__aside-card {
    padding: 24px;
    border: 1px solid var(--tf-ink);
    border-radius: 24px;
    background: #efe2f1;
    color: #5f5264;
    font-size: 12px;
}

.tofaa-tofaakty-article__aside-icon {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    place-items: center;
    border: 1px solid var(--tf-ink);
    border-radius: 50%;
    background: var(--tf-lime);
    color: var(--tf-purple);
    font-size: 18px;
    font-weight: 1000;
}

.tofaa-tofaakty-article__aside-card strong {
    display: block;
    color: var(--tf-purple);
    font-size: 16px;
    font-weight: 1000;
    line-height: 1.25;
}

.tofaa-tofaakty-article__aside-card p {
    margin: 10px 0 0;
    color: #5f5264;
    font-size: 12px;
    line-height: 1.55;
}

.tofaa-tofaakty-copy {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--tf-ink);
    border-radius: 999px;
    background: var(--tf-cream);
    box-shadow: 0 6px 0 var(--tf-ink);
    color: var(--tf-purple);
    font-size: 12px;
    font-weight: 1000;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease;
}

.tofaa-tofaakty-copy:hover,
.tofaa-tofaakty-copy:focus-visible {
    box-shadow: 0 2px 0 var(--tf-ink);
    transform: translateY(4px);
}

.tofaa-tofaakty-article__body {
    min-width: 0;
    color: #4f4453;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.75;
}

.tofaa-tofaakty-article__body > *:first-child {
    margin-top: 0;
}

.tofaa-tofaakty-article__body p,
.tofaa-tofaakty-article__body li {
    font-family: inherit;
}

.tofaa-tofaakty-article__body p {
    margin: 0 0 1.5em;
}

.tofaa-tofaakty-article__body h2,
.tofaa-tofaakty-article__body h3 {
    color: var(--tf-purple);
    font-weight: 1000;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.tofaa-tofaakty-article__body h2 {
    margin: 1.4em 0 .55em;
    font-size: clamp(34px, 3.3vw, 52px);
}

.tofaa-tofaakty-article__body h3 {
    margin: 1.35em 0 .55em;
    font-size: clamp(25px, 2.4vw, 34px);
}

.tofaa-tofaakty-article__body a {
    color: var(--tf-purple);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: var(--tf-lime);
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
}

.tofaa-tofaakty-article__body blockquote {
    margin: 2.1em 0;
    padding: 30px 34px;
    border: 1px solid var(--tf-ink);
    border-left: 10px solid var(--tf-lime);
    border-radius: 22px;
    background: #efe2f1;
    color: var(--tf-purple);
    font-size: 1.15em;
    font-weight: 800;
}

.tofaa-tofaakty-article__body img,
.tofaa-tofaakty-article__body iframe,
.tofaa-tofaakty-article__body video {
    max-width: 100%;
    border-radius: 24px;
}

.tofaa-tofaakty-article__body ul,
.tofaa-tofaakty-article__body ol {
    margin: 1.4em 0;
    padding-left: 1.4em;
}

.tofaa-tofaakty-article__body li {
    margin-bottom: .65em;
}

.tofaa-tofaakty-related {
    margin: 0;
    padding: 82px 0 110px;
    background: transparent;
}

.tofaa-tofaakty-related .tofaa-tofaakty-card {
    min-height: 430px;
}

.tofaa-tofaakty-related .tofaa-tofaakty-card__visual {
    height: 210px;
}

[data-tofaa-reveal] {
    opacity: 1;
    transform: none;
}

.tofaa-tofaakty.is-reveal-ready [data-tofaa-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .55s ease, transform .55s cubic-bezier(.2, .8, .2, 1);
}

.tofaa-tofaakty.is-reveal-ready [data-tofaa-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@media (max-width: 1100px) {
    .tofaa-tofaakty-hero__inner,
    .tofaa-tofaakty-featured {
        grid-template-columns: 1fr 1fr;
    }

    .tofaa-tofaakty-board__card {
        width: min(43%, 210px);
        min-height: 138px;
    }

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

    .tofaa-tofaakty-social {
        grid-template-columns: 1fr;
    }

    .tofaa-tofaakty-social__actions {
        display: flex;
        flex-wrap: wrap;
    }

    .tofaa-tofaakty-article__layout {
        grid-template-columns: 230px minmax(0, 1fr);
    }
}

@media (max-width: 820px) {
    .tofaa-tofaakty-shell,
    .tofaa-tofaakty-hero {
        width: min(100% - 30px, 720px);
    }

    .tofaa-tofaakty-hero {
        min-height: auto;
        border-radius: 30px;
    }

    .tofaa-tofaakty-hero__inner,
    .tofaa-tofaakty-featured {
        grid-template-columns: 1fr;
    }

    .tofaa-tofaakty-hero-featured {
        min-height: 370px;
        border-top: 1px solid var(--tf-ink);
        border-left: 0;
    }

    .tofaa-tofaakty-hero__copy {
        padding: 52px 30px;
    }

    .tofaa-tofaakty-hero h1 {
        font-size: clamp(57px, 18vw, 96px);
    }

    .tofaa-tofaakty-hero__art {
        min-height: 390px;
        border-top: 1px solid var(--tf-ink);
        border-left: 0;
    }

    .tofaa-tofaakty-board {
        min-height: 390px;
    }

    .tofaa-tofaakty-board__card {
        width: min(40%, 230px);
    }

    .tofaa-tofaakty-content {
        padding-top: 48px;
    }

    .tofaa-tofaakty-featured__visual {
        min-height: 360px;
        border-right: 0;
        border-bottom: 1px solid var(--tf-ink);
    }

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

    .tofaa-tofaakty-grid {
        grid-template-columns: 1fr;
    }

    .tofaa-tofaakty-card {
        min-height: 0;
    }

    .tofaa-tofaakty-card__visual {
        height: 300px;
    }

    .tofaa-tofaakty-social {
        padding: 48px 30px 58px;
        border-radius: 30px;
    }

    .tofaa-tofaakty-article__header {
        padding-top: 40px;
    }

    .tofaa-tofaakty-breadcrumbs {
        margin-bottom: 34px;
    }

    .tofaa-tofaakty-article__visual {
        height: min(74vw, 520px);
        border-radius: 28px;
    }

    .tofaa-tofaakty-article__layout {
        padding-top: 50px;
        grid-template-columns: 1fr;
    }

    .tofaa-tofaakty-article__aside {
        position: static;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .tofaa-tofaakty {
        padding-top: 14px;
    }

    .tofaa-tofaakty-shell,
    .tofaa-tofaakty-hero {
        width: calc(100% - 20px);
    }

    .tofaa-tofaakty-hero,
    .tofaa-tofaakty-featured,
    .tofaa-tofaakty-social {
        border-radius: 24px;
    }

    .tofaa-tofaakty-hero__copy {
        padding: 42px 22px;
    }

    .tofaa-tofaakty-hero-featured {
        min-height: 390px;
        padding: 34px 22px 42px;
    }

    .tofaa-tofaakty-hero-featured h2 {
        font-size: 30px;
    }

    .tofaa-tofaakty-hero h1 {
        font-size: clamp(50px, 17vw, 76px);
    }

    .tofaa-tofaakty-hero__copy > p:last-child {
        font-size: 17px;
    }

    .tofaa-tofaakty-hero__social-label {
        width: 100%;
    }

    .tofaa-tofaakty-hero__art {
        min-height: 310px;
    }

    .tofaa-tofaakty-board {
        min-height: 430px;
    }

    .tofaa-tofaakty-board__card {
        width: 56%;
        min-height: 170px;
        padding: 19px;
        border-radius: 22px;
    }

    .tofaa-tofaakty-board__card--question {
        top: 7%;
        left: 5%;
    }

    .tofaa-tofaakty-board__card--source {
        top: 21%;
        right: 4%;
    }

    .tofaa-tofaakty-board__card--answer {
        right: 21%;
        bottom: 5%;
    }

    .tofaa-tofaakty-board__icon,
    .tofaa-tofaakty-board__check,
    .tofaa-tofaakty-board__card svg {
        width: 40px;
        height: 40px;
        margin-bottom: 19px;
    }

    .tofaa-tofaakty-board__card strong {
        font-size: 19px;
    }

    .tofaa-tofaakty-hero__badge {
        padding: 26px;
    }

    .tofaa-tofaakty-content {
        padding: 40px 0 70px;
    }

    .tofaa-tofaakty-topics {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 2px 0 9px;
        scrollbar-width: none;
    }

    .tofaa-tofaakty-topics::-webkit-scrollbar {
        display: none;
    }

    .tofaa-tofaakty-topics a {
        flex: 0 0 auto;
    }

    .tofaa-tofaakty-featured__visual {
        min-height: 290px;
    }

    .tofaa-tofaakty-featured__copy,
    .tofaa-tofaakty-card__body {
        padding: 25px 21px 28px;
    }

    .tofaa-tofaakty-featured h2 {
        font-size: 34px;
    }

    .tofaa-tofaakty-button {
        width: 100%;
    }

    .tofaa-tofaakty-latest,
    .tofaa-tofaakty-social {
        margin-top: 64px;
    }

    .tofaa-tofaakty-card__visual {
        height: 240px;
    }

    .tofaa-tofaakty-card__footer {
        align-items: start;
        flex-direction: column;
    }

    .tofaa-tofaakty-social__actions,
    .tofaa-tofaakty-social__actions a {
        width: 100%;
    }

    .tofaa-tofaakty-social h2 {
        font-size: 38px;
    }

    .tofaa-tofaakty-article__heading h1 {
        font-size: 45px;
    }

    .tofaa-tofaakty-article__visual {
        height: 330px;
    }

    .tofaa-tofaakty-article__layout {
        padding-bottom: 70px;
    }

    .tofaa-tofaakty-article__aside {
        grid-template-columns: 1fr;
    }

    .tofaa-tofaakty-related {
        padding: 62px 0 80px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tofaa-tofaakty *,
    .tofaa-tofaakty *::before,
    .tofaa-tofaakty *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .tofaa-tofaakty.is-reveal-ready [data-tofaa-reveal] {
        opacity: 1;
        transform: none;
    }
}

/* Specific paragraph values must outrank the old two-ID theme selector. */
body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty p.tofaa-tofaakty-eyebrow {
    color: var(--tf-purple);
    font-size: 14px;
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty .tofaa-tofaakty-social p.tofaa-tofaakty-eyebrow {
    color: var(--tf-lime);
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty .tofaa-tofaakty-hero__copy > p:last-child {
    color: #fff;
    font-size: clamp(17px, 1.35vw, 21px);
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty .tofaa-tofaakty-featured__copy > p {
    color: #5f5264;
    font-size: 17px;
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty .tofaa-tofaakty-section-heading > p {
    color: #5f5264;
    font-size: 15px;
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty .tofaa-tofaakty-card__body > p {
    color: #5f5264;
    font-size: 14px;
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty .tofaa-tofaakty-social p:last-child {
    color: #f7edf8;
    font-size: 15px;
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty p.tofaa-tofaakty-article__lead {
    color: #5f5264;
    font-size: clamp(19px, 2vw, 27px);
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty .tofaa-tofaakty-article__aside-card p {
    color: #5f5264;
    font-size: 12px;
}

body.tofaa-tofaakty-page div#page main#primary.tofaa-tofaakty .tofaa-tofaakty-empty p {
    color: #5f5264;
    font-size: 16px;
}
