/* HypnoTrix Core — trick engine. Deliberately scoped to trick pages. */
body.hypnotrix-trick-page {
    background: #080A12;
}

body.hypnotrix-trick-page #masthead,
body.hypnotrix-trick-page .site-header,
body.hypnotrix-trick-page #colophon,
body.hypnotrix-trick-page .site-footer,
body.hypnotrix-trick-page .entry-header,
body.hypnotrix-trick-page .entry-title {
    display: none !important;
}

body.hypnotrix-trick-page .site-content,
body.hypnotrix-trick-page .site-content > .ast-container,
body.hypnotrix-trick-page .ast-container,
body.hypnotrix-trick-page .site-main,
body.hypnotrix-trick-page .entry-content,
body.hypnotrix-trick-page article.page,
body.hypnotrix-trick-page .content-area {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* v1.0.4 — mobile containment fix.
 * Mirrors the proven mobile fix used on the earlier site: keep the page at
 * the real viewport width and prevent any decorative/animated element from
 * widening the document. The base stylesheet uses a 100vw breakout for the
 * homepage; the trick page does not need that because Astra containers are
 * already reset above.
 */
body.hypnotrix-trick-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

body.hypnotrix-trick-page #page,
body.hypnotrix-trick-page .site,
body.hypnotrix-trick-page .site-content,
body.hypnotrix-trick-page .site-main,
body.hypnotrix-trick-page .content-area,
body.hypnotrix-trick-page article.page,
body.hypnotrix-trick-page .entry-content {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.htrx-wrap.htrx-trick-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: hidden !important;
}

.htrx-trick-wrap img,
.htrx-trick-wrap video,
.htrx-trick-wrap iframe,
.htrx-trick-wrap svg {
    max-width: 100%;
}

@media (max-width: 679px) {
    .htrx-trick-shell {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .htrx-trick-card,
    .htrx-category-stage,
    .htrx-trick-section,
    .htrx-trick-meta,
    .htrx-trick-actions,
    .htrx-trick-pro-footer,
    .htrx-pro-grid,
    .htrx-pro-card {
        min-width: 0 !important;
        max-width: 100% !important;
    }
}

.htrx-trick-wrap {
    min-height: 100vh;
    padding-top: max(18px, env(safe-area-inset-top));
    padding-bottom: calc(42px + env(safe-area-inset-bottom));
    text-align: left;
}

.htrx-trick-shell {
    position: relative;
    z-index: 3;
    width: calc(100% - 28px);
    margin: 0 auto;
}

.htrx-back-categories,
.htrx-try-category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 16px;
    border: 1px solid rgba(248,250,252,.22);
    border-radius: 999px;
    color: rgba(248,250,252,.86) !important;
    background: rgba(8,10,18,.70);
    box-shadow: inset 0 0 20px rgba(168,85,247,.05);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .10em;
    line-height: 1;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.htrx-category-stage {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin: 18px 0 10px;
    padding: 17px 18px;
    overflow: hidden;
    border: 1px solid rgba(217,70,239,.58);
    border-radius: 22px;
    background:
        radial-gradient(circle at 8% 50%, rgba(217,70,239,.20), transparent 28%),
        linear-gradient(135deg, rgba(19,14,38,.90), rgba(5,8,18,.92));
    box-shadow: 0 0 22px rgba(217,70,239,.16), inset 0 0 30px rgba(139,92,246,.05);
}

.htrx-trick-tone-cyan .htrx-category-stage {
    border-color: rgba(34,211,238,.62);
    background:
        radial-gradient(circle at 8% 50%, rgba(34,211,238,.18), transparent 28%),
        linear-gradient(135deg, rgba(8,28,39,.92), rgba(5,8,18,.92));
    box-shadow: 0 0 22px rgba(34,211,238,.15), inset 0 0 30px rgba(34,211,238,.05);
}

.htrx-category-stage::after {
    content: "";
    position: absolute;
    top: -65%;
    bottom: -65%;
    left: -35%;
    width: 24%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
    transform: rotate(18deg);
    animation: htrx-trick-stage-sheen 5.2s ease-in-out infinite;
    pointer-events: none;
}

.htrx-category-stage-icon {
    position: relative;
    flex: 0 0 54px;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    color: #f05cff;
    background: rgba(217,70,239,.12);
    box-shadow: 0 0 19px rgba(217,70,239,.34), inset 0 0 16px rgba(217,70,239,.08);
    animation: htrx-trick-icon-pulse 2.2s ease-in-out infinite;
}

.htrx-trick-tone-cyan .htrx-category-stage-icon {
    color: #38dfff;
    background: rgba(34,211,238,.11);
    box-shadow: 0 0 19px rgba(34,211,238,.34), inset 0 0 16px rgba(34,211,238,.08);
}

.htrx-category-stage-icon svg {
    width: 32px;
    height: 32px;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 3.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.htrx-category-stage-copy {
    min-width: 0;
}

.htrx-category-stage-title {
    color: #fff;
    font-family: Impact, Arial Black, Arial, sans-serif;
    font-size: clamp(31px, 9vw, 58px);
    font-weight: 900;
    letter-spacing: .02em;
    line-height: .94;
    text-transform: uppercase;
    text-shadow: 0 0 16px rgba(217,70,239,.20);
}

.htrx-category-stage-desc {
    margin-top: 4px;
    color: rgba(248,250,252,.73);
    font-size: clamp(14px, 3.9vw, 18px);
    line-height: 1.25;
}

.htrx-random-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 12px 2px 15px;
    color: rgba(248,250,252,.58);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.htrx-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22d3ee;
    box-shadow: 0 0 8px #22d3ee, 0 0 18px rgba(34,211,238,.9);
    animation: htrx-live-dot 1.2s ease-in-out infinite;
}

.htrx-trick-card {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 22px 14px 6px;
    border: 1px solid rgba(168,85,247,.22);
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 0%, rgba(168,85,247,.12), transparent 28%),
        linear-gradient(180deg, rgba(11,12,25,.95), rgba(5,6,12,.96));
    box-shadow: 0 18px 55px rgba(0,0,0,.38), inset 0 0 50px rgba(168,85,247,.025);
}

.htrx-trick-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 0 42%, rgba(255,255,255,.055) 49%, transparent 56%);
    background-size: 250% 100%;
    animation: htrx-card-energy 7s linear infinite;
}

.htrx-trick-card.is-changing {
    animation: htrx-trick-change .48s ease;
}

.htrx-trick-kicker {
    position: relative;
    z-index: 1;
    color: #38dfff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .21em;
    text-align: center;
    text-transform: uppercase;
}

.htrx-trick-title {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    color: #fff;
    font-family: Impact, Arial Black, Arial, sans-serif;
    font-size: clamp(39px, 11vw, 72px);
    font-weight: 900;
    letter-spacing: .012em;
    line-height: .94;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 4px 18px rgba(0,0,0,.8), 0 0 18px rgba(217,70,239,.16);
}

.htrx-trick-hook {
    position: relative;
    z-index: 1;
    width: min(760px, 100%);
    margin: 10px auto 18px !important;
    color: rgba(248,250,252,.84);
    font-size: clamp(16px, 4.6vw, 21px);
    line-height: 1.36;
    text-align: center;
}

.htrx-trick-meta {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-bottom: 12px;
}

.htrx-meta-pill {
    min-width: 0;
    padding: 10px 7px 9px;
    border: 1px solid rgba(248,250,252,.13);
    border-radius: 14px;
    color: #fff;
    background: rgba(255,255,255,.025);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.htrx-meta-label {
    display: block;
    margin-bottom: 4px;
    color: rgba(248,250,252,.50);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.htrx-stars {
    white-space: nowrap;
    color: #f05cff;
    font-size: 15px;
    letter-spacing: .02em;
    text-shadow: 0 0 10px rgba(217,70,239,.55);
}

.htrx-trick-section {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 12px 0;
    padding: 20px 16px 18px;
    overflow: hidden;
    border: 1px solid rgba(168,85,247,.30);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(21,13,39,.74), rgba(7,9,17,.88));
    box-shadow: inset 0 0 30px rgba(168,85,247,.035), 0 0 20px rgba(0,0,0,.18);
}

.htrx-section-script,
.htrx-section-edge {
    border-color: rgba(34,211,238,.28);
}

.htrx-section-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 24px;
    margin-bottom: 8px;
    border-radius: 999px;
    color: #080A12;
    background: linear-gradient(90deg, #f05cff, #a855f7);
    box-shadow: 0 0 14px rgba(217,70,239,.34);
    font-size: 10px;
    font-weight: 950;
}

.htrx-section-script .htrx-section-tag,
.htrx-section-edge .htrx-section-tag {
    background: linear-gradient(90deg, #22d3ee, #38bdf8);
    box-shadow: 0 0 14px rgba(34,211,238,.34);
}

.htrx-section-heading {
    margin-bottom: 10px;
    color: #fff;
    font-family: Impact, Arial Black, Arial, sans-serif;
    font-size: clamp(23px, 6.5vw, 33px);
    font-weight: 900;
    letter-spacing: .025em;
    line-height: 1;
    text-transform: uppercase;
}

.htrx-trick-section p,
.htrx-script-text,
.htrx-step-list,
.htrx-edge-grid {
    color: rgba(248,250,252,.86);
    font-size: 15px;
    line-height: 1.55;
}

.htrx-trick-section p {
    margin: 0 !important;
}

.htrx-section-script {
    background:
        radial-gradient(circle at 85% 12%, rgba(217,70,239,.13), transparent 23%),
        linear-gradient(145deg, rgba(25,12,42,.82), rgba(6,8,16,.93));
}

.htrx-section-script::after {
    content: "";
    position: absolute;
    top: -35%;
    left: -45%;
    width: 28%;
    height: 170%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.10), transparent);
    transform: rotate(18deg);
    animation: htrx-script-sheen 7s ease-in-out infinite;
    pointer-events: none;
}

.htrx-copy-script {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 0 0 14px;
    padding: 7px 12px;
    border: 1px solid rgba(56,223,255,.55);
    border-radius: 999px;
    color: #38dfff;
    background: rgba(34,211,238,.06);
    box-shadow: 0 0 13px rgba(34,211,238,.10);
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.htrx-script-text {
    position: relative;
    z-index: 1;
    padding-left: 14px;
    border-left: 3px solid rgba(240,92,255,.74);
    color: #f8fafc;
    font-size: clamp(15px, 4.2vw, 18px);
    line-height: 1.42;
    white-space: pre-line;
}

.htrx-step-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: htrx-step;
}

.htrx-step-list li {
    position: relative;
    min-height: 42px;
    margin: 0 0 12px;
    padding: 7px 0 7px 47px;
    counter-increment: htrx-step;
}

.htrx-step-list li:last-child {
    margin-bottom: 0;
}

.htrx-step-list li::before {
    content: counter(htrx-step);
    position: absolute;
    top: 3px;
    left: 0;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(34,211,238,.50);
    border-radius: 11px;
    color: #38dfff;
    background: rgba(34,211,238,.07);
    box-shadow: 0 0 12px rgba(34,211,238,.10);
    font-size: 12px;
    font-weight: 950;
}

.htrx-edge-label {
    display: inline-flex;
    margin: 0 0 13px;
    padding: 6px 10px;
    border: 1px solid rgba(240,92,255,.38);
    border-radius: 999px;
    color: #f05cff;
    background: rgba(217,70,239,.06);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.htrx-edge-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
}

.htrx-edge-tip {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 10px;
    align-items: start;
    padding: 11px 12px;
    border: 1px solid rgba(248,250,252,.09);
    border-radius: 14px;
    background: rgba(255,255,255,.025);
}

.htrx-edge-number {
    color: #f05cff;
    font-family: Impact, Arial Black, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.15;
}

.htrx-trick-safety {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 9px 4px 14px;
    color: rgba(248,250,252,.58);
    font-size: 11px;
    line-height: 1.4;
}

.htrx-trick-safety.is-empty {
    display: none;
}

.htrx-safety-dot {
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-top: 4px;
    border-radius: 50%;
    background: #22d3ee;
    box-shadow: 0 0 8px rgba(34,211,238,.8);
}

.htrx-trick-actions {
    position: relative;
    z-index: 6;
    width: 100%;
    margin: 16px auto 0;
    text-align: center;
}

.htrx-another-trick {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 74px;
    padding: 13px 22px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 999px;
    color: #fff;
    background:
        linear-gradient(#080A12, #080A12) padding-box,
        linear-gradient(90deg, #f05cff, #8b5cf6 50%, #22d3ee) border-box;
    box-shadow: 0 0 18px rgba(217,70,239,.45), 0 0 22px rgba(34,211,238,.30), inset 0 0 30px rgba(168,85,247,.06);
    font: inherit;
    font-size: clamp(21px, 6vw, 31px);
    font-weight: 950;
    letter-spacing: .025em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    animation: htrx-another-pulse 2.4s ease-in-out infinite;
}

.htrx-another-trick::before {
    content: "";
    position: absolute;
    inset: -45% auto -45% -24%;
    width: 18%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
    transform: rotate(18deg);
    animation: htrx-another-sheen 3.8s ease-in-out infinite;
}

.htrx-another-bolt {
    color: #38dfff;
    font-size: 28px;
    filter: drop-shadow(0 0 8px rgba(34,211,238,.85));
    animation: htrx-bolt-jump 1.6s ease-in-out infinite;
}

.htrx-try-category {
    margin-top: 12px;
}

.htrx-trick-bottom-safety {
    margin-top: 24px;
    text-align: center;
}

.htrx-trick-pro-footer {
    width: 100% !important;
    margin-top: 28px !important;
}

.htrx-empty-tricks {
    padding: 42px 18px;
    border: 1px solid rgba(217,70,239,.28);
    border-radius: 22px;
    color: rgba(248,250,252,.80);
    background: rgba(8,10,18,.82);
    text-align: center;
}

.htrx-empty-title {
    color: #fff;
    font-family: Impact, Arial Black, Arial, sans-serif;
    font-size: 32px;
}

.htrx-trick-error {
    padding: 30px;
    color: #fff;
    background: #080A12;
}

.htrx-back-categories:focus-visible,
.htrx-try-category:focus-visible,
.htrx-copy-script:focus-visible,
.htrx-another-trick:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
    .htrx-back-categories:hover,
    .htrx-try-category:hover {
        transform: translateY(-2px);
        border-color: rgba(56,223,255,.62);
        box-shadow: 0 0 18px rgba(34,211,238,.15);
    }

    .htrx-another-trick:hover {
        transform: translateY(-2px) scale(1.004);
        box-shadow: 0 0 26px rgba(217,70,239,.56), 0 0 32px rgba(34,211,238,.40), inset 0 0 35px rgba(168,85,247,.09);
    }

    .htrx-copy-script:hover {
        background: rgba(34,211,238,.11);
        box-shadow: 0 0 18px rgba(34,211,238,.18);
    }

    .htrx-edge-tip:hover {
        transform: translateX(3px);
        border-color: rgba(240,92,255,.24);
    }
}

@media (min-width: 680px) {
    .htrx-trick-shell {
        width: calc(100% - 48px);
    }

    .htrx-category-stage {
        padding: 21px 24px;
    }

    .htrx-category-stage-icon {
        flex-basis: 66px;
        width: 66px;
        height: 66px;
    }

    .htrx-category-stage-icon svg {
        width: 40px;
        height: 40px;
    }

    .htrx-trick-card {
        padding: 30px 24px 12px;
    }

    .htrx-trick-meta {
        width: min(760px, 100%);
        margin-left: auto;
        margin-right: auto;
    }

    .htrx-trick-section {
        padding: 26px 24px 24px;
    }

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

    .htrx-trick-actions {
        width: min(780px, 100%);
    }
}

@media (min-width: 980px) {
    .htrx-trick-card {
        padding-left: clamp(28px, 4vw, 58px);
        padding-right: clamp(28px, 4vw, 58px);
    }

    .htrx-trick-meta {
        width: min(980px, 100%);
    }

    .htrx-trick-section {
        display: block;
        width: min(1180px, 100%);
        min-height: 0;
        margin: 16px auto;
        padding: 30px clamp(28px, 4vw, 48px) 28px;
    }

    .htrx-trick-section p,
    .htrx-step-list,
    .htrx-edge-grid {
        font-size: 16px;
        line-height: 1.62;
    }

    .htrx-script-text {
        font-size: 16px;
        line-height: 1.42;
    }

    .htrx-edge-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 390px) {
    .htrx-trick-shell {
        width: calc(100% - 20px);
    }

    .htrx-category-stage {
        gap: 11px;
        padding: 14px;
        border-radius: 18px;
    }

    .htrx-category-stage-icon {
        flex-basis: 46px;
        width: 46px;
        height: 46px;
        border-radius: 15px;
    }

    .htrx-category-stage-icon svg {
        width: 28px;
        height: 28px;
    }

    .htrx-trick-card {
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 20px;
    }

    .htrx-trick-section {
        padding-left: 13px;
        padding-right: 13px;
    }

    .htrx-meta-pill {
        font-size: 10px;
    }

    .htrx-stars {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .htrx-trick-wrap *,
    .htrx-trick-wrap *::before,
    .htrx-trick-wrap *::after {
        animation: none !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

@keyframes htrx-trick-stage-sheen {
    0%, 64% { left: -35%; opacity: 0; }
    70% { opacity: .65; }
    90%, 100% { left: 118%; opacity: 0; }
}

@keyframes htrx-trick-icon-pulse {
    0%, 100% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.045); filter: brightness(1.18); }
}

@keyframes htrx-live-dot {
    0%, 100% { opacity: .55; transform: scale(.8); }
    50% { opacity: 1; transform: scale(1.2); }
}

@keyframes htrx-card-energy {
    from { background-position: 150% 0; }
    to { background-position: -150% 0; }
}

@keyframes htrx-script-sheen {
    0%, 70% { left: -45%; opacity: 0; }
    76% { opacity: .55; }
    94%, 100% { left: 122%; opacity: 0; }
}

@keyframes htrx-another-pulse {
    0%, 100% { filter: brightness(1); }
    50% { filter: brightness(1.10); }
}

@keyframes htrx-another-sheen {
    0%, 58% { left: -24%; opacity: 0; }
    66% { opacity: .75; }
    92%, 100% { left: 118%; opacity: 0; }
}

@keyframes htrx-bolt-jump {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-2px) scale(1.08); }
}

@keyframes htrx-trick-change {
    0% { transform: scale(.992); filter: brightness(.84); }
    50% { transform: scale(1.006); filter: brightness(1.14); }
    100% { transform: scale(1); filter: brightness(1); }
}

/* =========================================================
   v1.0.1 MOBILE HEADING WRAP SAFETY
   Keep words intact on narrow phones. Text may wrap only at
   normal spaces; Astra/browser hyphenation must not split words.
   ========================================================= */
.htrx-trick-wrap .htrx-category-stage-title,
.htrx-trick-wrap .htrx-trick-title,
.htrx-trick-wrap .htrx-section-heading,
.htrx-trick-wrap .htrx-trick-kicker,
.htrx-trick-wrap .htrx-meta-label,
.htrx-trick-wrap .htrx-edge-title,
.htrx-trick-wrap .htrx-safety-title,
.htrx-trick-wrap .htrx-pro-heading,
.htrx-trick-wrap .htrx-pro-title,
.htrx-trick-wrap .htrx-back-categories,
.htrx-trick-wrap .htrx-try-category,
.htrx-trick-wrap .htrx-another-trick {
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    word-break: normal !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    hyphens: none !important;
    white-space: normal;
}

@media (max-width: 520px) {
    .htrx-trick-wrap .htrx-category-stage-title {
        font-size: clamp(27px, 8.2vw, 38px);
        line-height: .98;
        letter-spacing: .01em;
    }

    .htrx-trick-wrap .htrx-trick-title {
        font-size: clamp(33px, 10vw, 48px);
        line-height: .96;
        letter-spacing: .005em;
    }

    .htrx-trick-wrap .htrx-section-heading {
        font-size: clamp(21px, 6.2vw, 28px);
        line-height: 1.03;
        letter-spacing: .012em;
    }
}

@media (max-width: 350px) {
    .htrx-trick-wrap .htrx-category-stage-title { font-size: 25px; }
    .htrx-trick-wrap .htrx-trick-title { font-size: 30px; }
    .htrx-trick-wrap .htrx-section-heading { font-size: 20px; }
}
