/* Home — premium flagship page */
body.site-body--home {
    --site-ink: #111318;
    --site-ink-soft: #3a4150;
    --site-muted: #6b7385;
    --site-paper: #f4f5f7;
    --site-surface: #ffffff;
    --site-accent: #e11d48;
    --site-accent-soft: rgba(225, 29, 72, 0.1);
    --site-line: rgba(17, 19, 24, 0.1);
    --site-max: 1200px;
    position: relative;
    color: var(--site-ink);
    background: var(--site-paper);
    overflow-x: clip;
}

body.site-body--home .site-main {
    position: relative;
    z-index: 1;
}

/* Animated ambient background */
.hm-ambient {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.hm-ambient__grid {
    position: absolute;
    inset: -10%;
    background-image:
        linear-gradient(rgba(17, 19, 24, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(17, 19, 24, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 20%, #000 20%, transparent 75%);
    animation: hm-grid-drift 48s linear infinite;
}

.hm-ambient__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    opacity: 0.55;
    will-change: transform;
}

.hm-ambient__blob--a {
    width: min(42vw, 28rem);
    height: min(42vw, 28rem);
    top: -8%;
    left: -6%;
    background: rgba(225, 29, 72, 0.16);
    animation: hm-blob-a 18s ease-in-out infinite;
}

.hm-ambient__blob--b {
    width: min(38vw, 24rem);
    height: min(38vw, 24rem);
    top: 18%;
    right: -8%;
    background: rgba(17, 19, 24, 0.1);
    animation: hm-blob-b 22s ease-in-out infinite;
}

.hm-ambient__blob--c {
    width: min(34vw, 20rem);
    height: min(34vw, 20rem);
    bottom: 8%;
    left: 28%;
    background: rgba(225, 29, 72, 0.08);
    animation: hm-blob-c 26s ease-in-out infinite;
}

.hm-ambient__glow {
    position: absolute;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(225, 29, 72, 0.12), transparent 68%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 30%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.hm-ambient__glow.is-on {
    opacity: 1;
}

.hm-ambient__canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hm-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    z-index: 60;
    background: linear-gradient(90deg, var(--site-accent), #fb7185);
    box-shadow: 0 0 12px rgba(225, 29, 72, 0.35);
    pointer-events: none;
    transform-origin: left center;
}

body.site-body--home .site-header {
    background: rgba(244, 245, 247, 0.88);
    border-bottom-color: var(--site-line);
}

body.site-body--home .site-nav__cta {
    border-color: var(--site-ink);
    color: var(--site-ink);
}

body.site-body--home .site-nav__cta:hover {
    background: var(--site-ink);
    color: #fff;
}

body.site-body--home .site-footer {
    background: var(--site-surface);
}

/* Live pill */
.hm-live,
.hm-cta__live {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 1.1rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(16, 185, 129, 0.28);
    background: rgba(16, 185, 129, 0.08);
    color: #047857;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    width: fit-content;
}

.hm-live__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
    animation: hm-pulse 1.8s ease-out infinite;
}

/* Hero */
.hm-hero {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    min-height: min(88vh, 48rem);
    border-bottom: 1px solid var(--site-line);
}

.hm-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 3rem 3.5rem;
    max-width: 38rem;
    margin-left: max(0px, calc((100vw - var(--site-max)) / 2));
    animation: hm-in 0.9s var(--site-ease) both;
}

.hm-hero__brand {
    margin: 0;
    font-family: var(--site-font-display);
    font-weight: 700;
    font-size: clamp(3.5rem, 8vw, 5.75rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
    color: var(--site-ink);
    background: linear-gradient(120deg, #111318 0%, #111318 40%, #e11d48 55%, #111318 70%);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: hm-shimmer 7s ease-in-out infinite;
}

.hm-hero__title {
    margin: 1.35rem 0 0;
    font-size: clamp(1.2rem, 2.2vw, 1.4rem);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.015em;
    color: var(--site-ink);
}

.hm-hero__typing {
    margin: 0.85rem 0 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--site-ink-soft);
    letter-spacing: -0.01em;
    min-height: 1.5em;
}

.hm-hero__typed {
    color: var(--site-accent);
}

.hm-hero__caret {
    display: inline-block;
    width: 0.08em;
    height: 1em;
    margin-left: 0.12em;
    background: var(--site-accent);
    vertical-align: -0.12em;
    animation: hm-caret 0.9s steps(1) infinite;
}

.hm-hero__lead {
    margin: 0.85rem 0 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: var(--site-ink-soft);
    max-width: 32rem;
}

.hm-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.hm-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin: 1.35rem 0 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--site-muted);
}

.hm-hero__sep {
    opacity: 0.5;
}

.hm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.3rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: transform 0.25s var(--site-ease), background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.25s ease;
}

.hm-btn--solid {
    background: var(--site-ink);
    color: #fff;
}

.hm-btn--solid:hover {
    background: var(--site-accent);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(225, 29, 72, 0.22);
}

.hm-btn--ghost {
    border: 1px solid var(--site-line);
    color: var(--site-ink);
    background: rgba(255, 255, 255, 0.6);
}

.hm-btn--ghost:hover {
    border-color: var(--site-ink);
    transform: translateY(-1px);
}

.hm-hero__visual {
    position: relative;
    align-self: center;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #1a1d24;
    animation: hm-in 1s var(--site-ease) 0.08s both;
}

.hm-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(0.1) contrast(1.04);
    transition: transform 1.1s var(--site-ease), filter 1.1s ease;
}

.hm-hero:hover .hm-hero__visual img {
    transform: scale(1.04);
    filter: grayscale(0) contrast(1.04);
}

.hm-hero__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(244, 245, 247, 0.5) 0%, transparent 30%),
        linear-gradient(180deg, transparent 55%, rgba(17, 19, 24, 0.28) 100%);
    pointer-events: none;
    z-index: 1;
}

.hm-hero__orb {
    position: absolute;
    width: 42%;
    aspect-ratio: 1;
    right: 8%;
    top: 12%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(225, 29, 72, 0.35), transparent 68%);
    filter: blur(8px);
    animation: hm-float 8s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

.hm-hero__scan {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    background-size: 100% 40%;
    animation: hm-scan 5.5s linear infinite;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: soft-light;
}

/* Ticker */
.hm-ticker {
    overflow: hidden;
    border-bottom: 1px solid var(--site-line);
    background: rgba(255, 255, 255, 0.55);
    padding: 0.85rem 0;
}

.hm-ticker__track {
    display: flex;
    gap: 2.5rem;
    width: max-content;
    animation: hm-ticker 32s linear infinite;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--site-muted);
}

.hm-ticker__track span {
    white-space: nowrap;
}

.hm-ticker__track span::before {
    content: "◆";
    margin-right: 2.5rem;
    color: var(--site-accent);
    font-size: 0.55rem;
    vertical-align: middle;
}

/* Live activity rail */
.hm-activity {
    border-bottom: 1px solid var(--site-line);
    background: rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(8px);
}

.hm-activity__inner {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.7rem 0;
    min-height: 2.75rem;
}

.hm-activity__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(225, 29, 72, 0.22);
    background: var(--site-accent-soft);
    color: var(--site-accent);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hm-activity__text {
    margin: 0;
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--site-ink-soft);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.hm-activity__text.is-swap {
    opacity: 0;
    transform: translateY(0.35rem);
}

.hm-activity__clock {
    margin: 0;
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
    color: var(--site-muted);
}

/* Sections */
.hm-section {
    padding: 4.25rem 0;
}

.hm-section--alt {
    background: rgba(255, 255, 255, 0.45);
    border-block: 1px solid var(--site-line);
}

.hm-wrap {
    width: min(100% - 2.5rem, var(--site-max));
    margin-inline: auto;
}

.hm-section__head {
    max-width: 38rem;
    margin-bottom: 2rem;
}

.hm-section__head h2 {
    margin: 0 0 0.65rem;
    font-family: var(--site-font-display);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    letter-spacing: -0.025em;
}

.hm-section__head p {
    margin: 0;
    color: var(--site-muted);
    font-size: 1.02rem;
    line-height: 1.65;
}

/* Visible by default so content never stays blank if JS fails */
.hm-reveal {
    opacity: 1;
    transform: none;
    transition: opacity 0.7s var(--site-ease), transform 0.7s var(--site-ease);
}

@media (prefers-reduced-motion: no-preference) {
    .hm-reveal.is-pending:not(.is-in) {
        opacity: 0;
        transform: translateY(1.1rem);
    }
}

.hm-reveal.is-in {
    opacity: 1;
    transform: none;
}

.hm-build {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.hm-build__item {
    padding: 1.45rem 1.35rem;
    background: var(--site-surface);
    border: 1px solid var(--site-line);
    border-radius: 1rem;
    transition: transform 0.35s var(--site-ease), box-shadow 0.35s ease, border-color 0.25s ease;
}

.hm-build__item:hover {
    transform: translateY(-5px);
    border-color: rgba(225, 29, 72, 0.28);
    box-shadow: 0 18px 40px rgba(17, 19, 24, 0.08);
}

.hm-build__tag {
    margin: 0 0 0.75rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: var(--site-accent);
}

.hm-build__item h3 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.hm-build__item > p {
    margin: 0;
    color: var(--site-muted);
    font-size: 0.9375rem;
    line-height: 1.55;
}

.hm-build__list {
    margin: 1rem 0 0;
    padding-left: 1.05rem;
    color: var(--site-ink-soft);
    font-size: 0.875rem;
    line-height: 1.5;
}

.hm-build__list li {
    margin-bottom: 0.3rem;
}

.hm-build__list li::marker {
    color: var(--site-accent);
}

.hm-build__cta {
    margin-top: 1.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

a.hm-build__item {
    text-decoration: none;
    color: inherit;
}

/* Stats */
.hm-stats {
    padding: 2rem 0;
    border-bottom: 1px solid var(--site-line);
    background: var(--site-ink);
    color: #fff;
}

.hm-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.hm-stats__item {
    padding: 1rem 0.5rem;
    text-align: center;
}

.hm-stats__value {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.03em;
}

.hm-stats__label {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
}

/* Steps */
.hm-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.hm-steps__item {
    display: grid;
    gap: 0.75rem;
    padding: 1.35rem 1.25rem;
    background: var(--site-surface);
    border: 1px solid var(--site-line);
    border-radius: 1rem;
    cursor: pointer;
    transition: transform 0.3s var(--site-ease), border-color 0.25s ease, box-shadow 0.3s ease, background 0.25s ease;
}

.hm-steps__item:hover,
.hm-steps__item:focus-visible,
.hm-steps__item.is-active {
    outline: none;
    border-color: rgba(225, 29, 72, 0.4);
    box-shadow: 0 14px 34px rgba(17, 19, 24, 0.08);
    transform: translateY(-3px);
}

.hm-steps__item.is-active {
    background: linear-gradient(180deg, #fff, #fff5f7);
}

.hm-steps__num {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--site-accent);
}

.hm-steps__item h3 {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.015em;
}

.hm-steps__item p {
    margin: 0;
    color: var(--site-muted);
    font-size: 0.9375rem;
    line-height: 1.55;
}

/* Capabilities */
.hm-caps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.hm-caps__item {
    padding: 1.3rem 1.2rem;
    border-radius: 1rem;
    border: 1px solid var(--site-line);
    background: var(--site-surface);
    transition: transform 0.3s var(--site-ease), border-color 0.25s ease;
}

.hm-caps__item:hover {
    transform: translateY(-3px);
    border-color: rgba(225, 29, 72, 0.3);
}

.hm-caps__item h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    font-weight: 700;
}

.hm-caps__item p {
    margin: 0;
    color: var(--site-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

/* FAQ */
.hm-faq-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hm-faq-wrap .hm-section__head {
    margin-bottom: 1.5rem;
    text-align: center;
    margin-inline: auto;
}

.hm-faq {
    display: grid;
    gap: 0.65rem;
    width: min(100%, 46rem);
    margin-inline: auto;
}

.hm-faq-wrap .hm-build__cta {
    margin-top: 1.75rem;
    text-align: center;
}

.hm-faq__item {
    border: 1px solid var(--site-line);
    border-radius: 0.85rem;
    background: var(--site-surface);
    padding: 0 1.1rem;
    transition: border-color 0.2s ease;
}

.hm-faq__item[open] {
    border-color: rgba(225, 29, 72, 0.35);
}

.hm-faq__item summary {
    cursor: pointer;
    list-style: none;
    padding: 1rem 0;
    font-weight: 700;
    font-size: 0.975rem;
    letter-spacing: -0.01em;
}

.hm-faq__item summary::-webkit-details-marker {
    display: none;
}

.hm-faq__item summary::after {
    content: "+";
    float: right;
    color: var(--site-accent);
    font-weight: 700;
}

.hm-faq__item[open] summary::after {
    content: "–";
}

.hm-faq__item p {
    margin: 0 0 1rem;
    color: var(--site-muted);
    font-size: 0.9375rem;
    line-height: 1.6;
}

/* Journal cards */
.hm-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.hm-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: var(--site-surface);
    border: 1px solid var(--site-line);
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s var(--site-ease), box-shadow 0.3s ease;
}

.hm-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(17, 19, 24, 0.08);
}

.hm-card:hover .hm-card__title {
    color: var(--site-accent);
}

.hm-card:hover .hm-card__media img {
    transform: scale(1.05);
}

.hm-card__media {
    margin: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8eaef;
}

.hm-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s var(--site-ease);
}

.hm-card__body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.15rem 1.2rem 1.35rem;
    flex: 1;
}

.hm-card__meta {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--site-muted);
}

.hm-card__title {
    margin: 0;
    font-family: var(--site-font-display);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hm-empty {
    padding: 2.5rem 1rem;
    text-align: center;
    color: var(--site-muted);
    border: 1px dashed var(--site-line);
    border-radius: 1rem;
    background: var(--site-surface);
}

.hm-section__foot {
    margin-top: 1.75rem;
}

/* CTA */
.hm-cta {
    padding: 3.5rem 0 4.5rem;
}

.hm-cta__box {
    width: min(100% - 2.5rem, var(--site-max));
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.85rem 1.9rem;
    border: 1px solid var(--site-line);
    border-radius: 1.15rem;
    background:
        radial-gradient(500px 180px at 100% 0%, rgba(225, 29, 72, 0.08), transparent 60%),
        var(--site-surface);
}

.hm-cta__box > div > p:last-child {
    margin: 0;
    max-width: 34rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.015em;
}

.hm-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hm-cta__live {
    margin-bottom: 0.65rem;
}

@keyframes hm-in {
    from {
        opacity: 0;
        transform: translateY(0.9rem);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes hm-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.55);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

@keyframes hm-shimmer {
    0%,
    100% {
        background-position: 0% center;
    }
    50% {
        background-position: 100% center;
    }
}

@keyframes hm-float {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-12px) scale(1.06);
    }
}

@keyframes hm-scan {
    0% {
        background-position: 0 -40%;
    }
    100% {
        background-position: 0 140%;
    }
}

@keyframes hm-ticker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes hm-caret {
    0%,
    50% {
        opacity: 1;
    }
    51%,
    100% {
        opacity: 0;
    }
}

@keyframes hm-grid-drift {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-56px, -56px, 0);
    }
}

@keyframes hm-blob-a {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(8%, 12%) scale(1.12);
    }
}

@keyframes hm-blob-b {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(-10%, 8%) scale(1.08);
    }
}

@keyframes hm-blob-c {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(6%, -10%) scale(1.15);
    }
}

@media (max-width: 980px) {
    .hm-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hm-hero__copy {
        margin-left: 0;
        padding: 3.25rem 1.25rem 2rem;
        max-width: none;
    }

    .hm-hero__visual {
        order: -1;
        aspect-ratio: 16 / 9;
    }

    .hm-hero__visual::after {
        background: linear-gradient(180deg, transparent 40%, rgba(244, 245, 247, 0.92) 100%);
    }

    .hm-activity__clock {
        display: none;
    }

    .hm-build,
    .hm-grid,
    .hm-steps,
    .hm-caps,
    .hm-stats__grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 641px) and (max-width: 980px) {
    .hm-build,
    .hm-grid,
    .hm-caps,
    .hm-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (prefers-reduced-motion: reduce) {
    .hm-hero__copy,
    .hm-hero__visual,
    .hm-hero__brand,
    .hm-hero__orb,
    .hm-hero__scan,
    .hm-hero__caret,
    .hm-ticker__track,
    .hm-live__dot,
    .hm-ambient__grid,
    .hm-ambient__blob {
        animation: none !important;
    }

    .hm-ambient__canvas,
    .hm-ambient__glow {
        display: none;
    }

    .hm-reveal,
    .hm-reveal.is-pending:not(.is-in) {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .hm-card:hover,
    .hm-card:hover .hm-card__media img,
    .hm-hero:hover .hm-hero__visual img,
    .hm-build__item:hover,
    .hm-steps__item:hover,
    .hm-steps__item.is-active {
        transform: none;
    }
}
