@font-face {
    font-family: Gomme;
    src: url('../fonts/gomme.woff2') format('woff2');
    font-display: swap
}

@font-face {
    font-family: Gomme;
    src: url('../fonts/gomme-bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: GommeLight;
    src: url('../fonts/gomme-light.woff2') format('woff2');
    font-display: swap
}

:root {
    --seo-ink: #090a0b;
    --seo-graphite: #242c2c;
    --seo-violet: #6343ec;
    --seo-violet-deep: #4b27d1;
    --seo-mist: #dbe8e8;
    --seo-fog: #f2f2f2;
    --seo-orange: #e7a950;
    --seo-white: #fff;
    --seo-muted: #5f6668;
    --seo-line: #d7dbdc;
    --seo-max: 1180px
}

.inx-content-hub * {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body.inx-content-hub {
    margin: 0;
    color: #111;
    line-height: 1.55;
    background: #fff
}

.inx-content-hub main img {
    display: block;
    width: 100%;
    height: auto
}

.inx-content-hub main a {
    color: inherit
}

.seo-wrap {
    width: min(calc(100% - 40px), var(--seo-max));
    margin-inline: auto
}

.seo-header {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    top: 0;
    color: #fff
}

.seo-header.is-dark {
    position: relative;
    background: var(--seo-ink)
}

.seo-header__in {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.seo-logo {
    width: 190px
}

.seo-nav {
    display: flex;
    align-items: center;
    gap: 25px
}

.seo-nav a {
    text-decoration: none;
    font-size: .88rem
}

.seo-nav a:hover,
.seo-nav a[aria-current=page] {
    color: #b9aaff
}

.seo-nav__cta {
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 999px;
    padding: .55rem 1rem
}

.seo-menu-button {
    display: none;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 1.6rem
}

.seo-kicker {
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: .74rem;
    font-weight: 700
}

.seo-hero {
    min-height: 720px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: end;
    overflow: hidden;
    background: var(--seo-ink)
}

.seo-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(95deg, rgba(9, 10, 11, .94), rgba(9, 10, 11, .42) 62%, rgba(99, 67, 236, .2));
    z-index: 1
}

.seo-hero:after {
    content: "";
    position: absolute;
    width: 46%;
    height: 150%;
    right: 4%;
    top: -25%;
    background: rgba(99, 67, 236, .58);
    transform: skewX(-18deg);
    z-index: 1
}

.seo-hero--blog {
    background: url('https://images.unsplash.com/photo-1754039985001-ccafee437736?auto=format&fit=crop&q=84&w=2200') center/cover
}

.seo-hero--cases {
    background: url('https://images.unsplash.com/photo-1590658093840-17b4aa0853e8?auto=format&fit=crop&q=84&w=2200') center/cover
}

.seo-hero__content {
    position: relative;
    z-index: 2;
    padding: 175px 0 95px
}

.seo-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 9vw;
    align-items: end
}

.seo-hero h1 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(3.3rem, 6.2vw, 6rem);
    line-height: .9;
    letter-spacing: -.05em;
    margin: .3em 0;
    max-width: 10ch
}

.seo-hero h1 strong {
    font-family: Gomme, sans-serif;
    text-decoration: underline;
    text-decoration-thickness: .055em;
    text-underline-offset: .1em
}

.seo-hero__intro {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    max-width: 590px;
    color: rgba(255, 255, 255, .76)
}

.seo-hero__aside {
    padding-bottom: 15px
}

.seo-hero__aside p {
    font-size: 1.3rem;
    max-width: 390px
}

.seo-arrow {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    text-decoration: none;
    transition: .3s
}

.seo-arrow:hover {
    background: #fff;
    color: var(--seo-violet);
    transform: translateY(4px)
}

.seo-section {
    padding: 95px 0
}

.seo-section--fog {
    background: var(--seo-fog)
}

.seo-section--mist {
    background: var(--seo-mist)
}

.seo-section--dark {
    background: var(--seo-graphite);
    color: #fff
}

.seo-section-head {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 7vw;
    align-items: end;
    margin-bottom: 45px
}

.seo-section-head h2 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.7rem);
    line-height: 1;
    letter-spacing: -.035em;
    margin: .2em 0
}

.seo-section-head h2 strong {
    font-family: Gomme, sans-serif
}

.seo-section-head p {
    max-width: 680px;
    color: var(--seo-muted)
}

.seo-section--dark .seo-section-head p {
    color: rgba(255, 255, 255, .65)
}

.seo-filters {
    border-bottom: 1px solid var(--seo-line);
    padding: 22px 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20
}

.seo-filters__in {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 24px;
    padding-right: 24px
}

.seo-filters__in::-webkit-scrollbar { display: none }

.seo-filter {
    flex: 0 0 auto;
    border: 1px solid #bfc5c6;
    border-radius: 999px;
    padding: .55rem .9rem;
    text-decoration: none;
    font-size: .8rem;
    transition: .25s
}

.seo-filter:hover,
.seo-filter.is-active {
    background: var(--seo-graphite);
    border-color: var(--seo-graphite);
    color: #fff
}

.seo-filter-count {
    opacity: .55;
    margin-left: 4px
}

.seo-feature {
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    min-height: 570px;
    background: var(--seo-graphite);
    color: #fff
}

.seo-feature__media {
    position: relative;
    overflow: hidden;
    background: var(--seo-ink)
}

.inx-content-hub .seo-feature__media img {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover !important;
    object-position: center center;
    transform: scale(1.035);
    filter: saturate(.75);
    transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .5s
}

.inx-content-hub .seo-feature:hover .seo-feature__media img {
    transform: scale(1.075);
    filter: saturate(.95)
}

.seo-feature__media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, transparent 45%, rgba(99, 67, 236, .58));
    pointer-events: none
}

.seo-feature__copy {
    padding: clamp(38px, 6vw, 80px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

.seo-tag {
    display: inline-flex;
    width: max-content;
    border: 1px solid currentColor;
    border-radius: 999px;
    padding: .3rem .7rem;
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .1em
}

.seo-feature h2 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(2.2rem, 3.4vw, 3.4rem);
    line-height: 1.02;
    margin: .55em 0
}

.seo-feature p {
    color: rgba(255, 255, 255, .67);
    font-size: 1.05rem
}

.seo-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: .78rem;
    color: var(--seo-muted)
}

.seo-feature .seo-meta {
    color: rgba(255, 255, 255, .55)
}

.seo-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    font-weight: 700;
    text-decoration: none
}

.seo-text-link:after {
    content: "→";
    color: #b9aaff;
    transition: transform .25s
}

.seo-text-link:hover:after {
    transform: translateX(6px)
}

.seo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.seo-card {
    border: 1px solid var(--seo-line);
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: transform .35s ease, box-shadow .35s ease
}

.seo-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(9, 10, 11, .12)
}

.seo-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
    background: #111
}

.inx-content-hub .seo-card__media img {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover !important;
    object-position: center center;
    filter: saturate(.78);
    transition: transform .7s cubic-bezier(.2, .7, .2, 1), filter .4s
}

.inx-content-hub .seo-card--article .seo-card__media img {
    transform: scale(1.06)
}

.inx-content-hub .seo-card--article:hover .seo-card__media img {
    transform: scale(1.12);
    filter: saturate(1)
}

.inx-content-hub .seo-card--case:hover .seo-card__media img {
    transform: scale(1.06);
    filter: saturate(1)
}

.seo-card__category {
    position: absolute;
    left: 16px;
    top: 16px;
    background: rgba(9, 10, 11, .82);
    color: #fff;
    border-radius: 999px;
    padding: .3rem .65rem;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    z-index: 2
}

.seo-card__body {
    padding: 25px;
    display: flex;
    flex: 1;
    flex-direction: column
}

.seo-card h3 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(1.4rem, 1.4vw, 2rem);
    line-height: 1.06;
    margin: .6em 0
}

.seo-card p {
    color: var(--seo-muted);
    font-size: .93rem
}

.seo-card .seo-text-link {
    margin-top: auto;
    padding-top: 10px
}

.seo-card--compact .seo-card__body {
    padding-bottom: 22px
}

.seo-card--compact h3 {
    margin-bottom: 1em
}

.seo-card--case .seo-card__media {
    aspect-ratio: 4/3
}

.seo-card--case h3 {
    font-size: 1.8rem
}

.seo-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .18);
    margin: 25px 0
}

.seo-metric {
    min-width: 0;
    background: var(--seo-graphite);
    padding: 18px
}

.seo-metric strong {
    display: block;
    font-size: 1.55rem;
    color: #b9aaff
}

.seo-metric small {
    color: rgba(255, 255, 255, .55)
}

.seo-card-metrics {
    display: flex;
    gap: 8px;
    margin-top: 18px;
    flex-wrap: wrap
}

.seo-card-metrics span {
    background: var(--seo-mist);
    padding: .3rem .55rem;
    font-size: .72rem;
    font-weight: 700
}

.seo-logo-client {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: auto;
    max-width: 120px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    z-index: 2
}

.seo-topic-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .18)
}

.seo-topic {
    padding: 27px;
    background: var(--seo-graphite);
    text-decoration: none;
    transition: .3s
}

.seo-topic:hover {
    background: var(--seo-violet)
}

.seo-topic b {
    display: block;
    color: #b9aaff;
    font-size: 1.6rem;
    margin-bottom: 20px
}

.seo-topic:hover b {
    color: #fff
}

.seo-topic span {
    font-size: .9rem
}

.seo-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 50px
}

.seo-page {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--seo-line);
    text-decoration: none
}

.seo-page:hover,
.seo-page.is-current {
    background: var(--seo-violet);
    border-color: var(--seo-violet);
    color: #fff
}

.seo-cta {
    background: var(--seo-violet);
    color: #fff;
    padding: 85px 0
}

.seo-cta__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
    gap: 8vw
}

.seo-cta h2 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
    line-height: 1;
    margin: .25em 0
}

.seo-button {
    display: inline-flex;
    background: #fff;
    color: var(--seo-violet);
    padding: .9rem 1.25rem;
    text-decoration: none;
    justify-content: center;
    transition: .25s
}

.seo-button:hover {
    background: var(--seo-ink);
    color: #fff;
    transform: translateY(-3px)
}

.seo-footer {
    background: var(--seo-ink);
    color: #fff;
    padding: 50px 0
}

.seo-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px
}

.seo-footer p,
.seo-footer a {
    color: rgba(255, 255, 255, .62);
    font-size: .88rem
}

.seo-footer ul {
    list-style: none;
    padding: 0
}

.seo-footer li {
    margin: 7px 0
}

@media(max-width:850px) {
    .seo-nav {
        display: none
    }

    .seo-nav.is-open {
        display: flex;
        position: absolute;
        top: 76px;
        left: 20px;
        right: 20px;
        padding: 22px;
        background: var(--seo-ink);
        flex-direction: column;
        align-items: stretch;
        box-shadow: 0 20px 45px rgba(0, 0, 0, .3)
    }

    .seo-menu-button {
        display: block
    }

    .seo-hero__grid,
    .seo-section-head,
    .seo-feature,
    .seo-cta__grid {
        grid-template-columns: 1fr
    }

    .seo-hero__aside {
        display: none
    }

    .seo-hero:after {
        right: -28%;
        width: 65%
    }

    .seo-grid {
        grid-template-columns: 1fr 1fr
    }

    .seo-topic-strip {
        grid-template-columns: 1fr 1fr
    }

    .seo-footer__grid {
        grid-template-columns: 1fr 1fr
    }

    .seo-feature__media {
        min-height: 430px
    }
}

@media(max-width:560px) {
    .seo-logo {
        width: 160px
    }

    .seo-hero {
        min-height: 700px
    }

    .seo-hero__content {
        padding: 145px 0 75px
    }

    .seo-hero h1 {
        font-size: clamp(3rem, 14vw, 4rem)
    }

    .seo-section {
        padding: 72px 0
    }

    .seo-grid,
    .seo-footer__grid {
        grid-template-columns: 1fr
    }

    .seo-feature__media {
        min-height: 330px
    }

    .seo-feature__copy {
        min-width: 0
    }

    .seo-metric {
        padding: 12px 8px
    }

    .seo-metric strong {
        font-size: 1.18rem
    }

    .seo-metric small {
        font-size: .65rem;
        overflow-wrap: anywhere
    }

    .seo-topic-strip {
        grid-template-columns: 1fr
    }

    .seo-filters {
        top: 0
    }

    .seo-card h3 {
        font-size: 1.75rem
    }
}

/* Clientes primero en el archivo de casos: carrusel visible y operable. */
.inx-case-clients {
    background: #fff;
    padding: 48px 0 44px;
    border-bottom: 1px solid var(--seo-line);
}
.inx-case-clients__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}
.inx-case-clients .seo-kicker { color: #5b49b7; margin-bottom: 10px; }
.inx-case-clients h2 {
    margin: 0;
    color: #171b1b;
    font: 400 clamp(1.45rem, 2.5vw, 2.25rem)/1.16 GommeLight, Gomme, sans-serif;
}
.inx-case-clients__controls { display: flex; gap: 8px; flex: none; }
.inx-case-clients__arrow {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid #c8cecf;
    border-radius: 50%;
    background: #fff;
    color: #202525;
    font-size: 20px;
    cursor: pointer;
}
.inx-case-clients__arrow:hover,
.inx-case-clients__arrow:focus-visible { background: #212727; color: #fff; outline-offset: 3px; }
.inx-case-clients__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding: 2px 2px 14px;
}
.inx-case-clients__item {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 0;
    height: 132px;
    display: grid;
    place-items: center;
    padding: 22px;
    border: 1px solid #e5e8e9;
    border-radius: 12px;
    background: #fff;
    scroll-snap-align: start;
}
.inx-case-clients__item img { width: 100%; height: 100%; object-fit: contain; }
@media(max-width:900px) { .inx-case-clients__item { flex-basis: calc((100% - 16px) / 2); } }
@media(max-width:560px) {
    .inx-case-clients { padding: 32px 0 26px; }
    .inx-case-clients__head { align-items: center; }
    .inx-case-clients__item { flex-basis: 72%; height: 112px; padding: 18px; }
}

/* Franja continua: un tamaño visual para marcas horizontales y cuadradas. */
.inx-case-clients { padding: 32px 0 26px; overflow: hidden; }
.inx-case-clients__head { margin-bottom: 18px; }
.inx-case-clients__controls { display: none; }
.inx-case-clients__viewport {
    overflow: hidden;
    width: min(calc(100% - 40px), var(--seo-max));
    margin-inline: auto;
}
.inx-case-clients__track {
    display: flex;
    width: max-content;
    gap: 0;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
    animation: inx-client-marquee 165s linear infinite;
    will-change: transform;
}
.inx-case-clients__group { display: flex; flex: none; gap: 18px; padding-right: 18px; }
.inx-case-clients__item {
    box-sizing: border-box;
    flex: 0 0 calc((min(calc(100vw - 40px), 1180px) - 90px) / 6);
    width: calc((min(calc(100vw - 40px), 1180px) - 90px) / 6);
    min-width: 0;
    height: 132px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid #e5e8e9;
    border-radius: 12px;
    background: #fff;
    scroll-snap-align: start;
}
.inx-case-clients__item img,
.inx-content-hub main .inx-case-clients__item img {
    display: block;
    width: 100% !important;
    height: 80px !important;
    max-width: 100% !important;
    max-height: 80px !important;
    object-fit: contain !important;
}
.inx-case-clients__item.inx-case-clients__item--brand-dark { background: #1e568f; border-color: #1e568f; }
@keyframes inx-client-marquee { to { transform: translateX(-50%); } }
@media(max-width:900px) {
    .inx-case-clients__item {
        flex-basis: calc((min(calc(100vw - 40px), 1180px) - 36px) / 3);
        width: calc((min(calc(100vw - 40px), 1180px) - 36px) / 3);
    }
}
@media(max-width:560px) {
    .inx-case-clients { padding: 24px 0 20px; }
    .inx-case-clients__item {
        flex-basis: calc((100vw - 58px) / 2);
        width: calc((100vw - 58px) / 2);
        height: 112px;
        padding: 16px;
    }
    .inx-case-clients__item img,
    .inx-content-hub main .inx-case-clients__item img { height: 72px !important; max-height: 72px !important; }
    .inx-case-clients__track { animation-duration: 190s; }
}
@media(prefers-reduced-motion: reduce) {
    .inx-case-clients__viewport { overflow-x: auto; }
    .inx-case-clients__track { animation: none; }
    .inx-case-clients__group[aria-hidden="true"] { display: none; }
}

.inx-content-hub .seo-article-sources {
    margin-top: 2.5rem;
    padding: 1.75rem 0 0;
    border-top: 1px solid rgba(20, 24, 27, .18)
}

.inx-content-hub .seo-article-sources h2 {
    margin: 0 0 1rem;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    line-height: 1.1
}

.inx-content-hub .seo-article-sources ol {
    margin: 0;
    padding-left: 1.25rem
}

.inx-content-hub .seo-article-sources li + li {
    margin-top: .55rem
}

.inx-content-hub .seo-article-sources a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: .2em
}

.inx-content-hub .seo-author-card small {
    display: block;
    margin-top: .35rem;
    color: #666;
    line-height: 1.45
}

/* Pagination */
.seo-pagination {
    margin-top: 64px;
    padding-top: 32px;
    border-top: 1px solid var(--seo-line)
}

.seo-pagination .navigation {
    margin: 0
}

.seo-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-wrap: wrap
}

.seo-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: var(--seo-ink);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color .22s ease, border-color .22s ease, color .22s ease, transform .22s ease
}

.seo-pagination a.page-numbers:hover {
    border-color: var(--seo-violet);
    color: var(--seo-violet);
    transform: translateY(-2px)
}

.seo-pagination a.page-numbers:focus-visible {
    outline: 3px solid rgba(99, 67, 236, .3);
    outline-offset: 3px
}

.seo-pagination .page-numbers.current {
    background: var(--seo-violet);
    border-color: var(--seo-violet);
    color: #fff;
    box-shadow: 0 8px 22px rgba(99, 67, 236, .24)
}

.seo-pagination .page-numbers.prev,
.seo-pagination .page-numbers.next {
    border-color: var(--seo-ink);
    font-size: 1.2rem
}

.seo-pagination .page-numbers.prev:hover,
.seo-pagination .page-numbers.next:hover {
    background: var(--seo-ink);
    border-color: var(--seo-ink);
    color: #fff
}

.seo-pagination .page-numbers.dots {
    min-width: 28px;
    padding: 0;
    color: var(--seo-muted)
}

@media(max-width:560px) {
    .seo-pagination {
        margin-top: 46px;
        padding-top: 26px
    }

    .seo-pagination .nav-links {
        gap: 5px
    }

    .seo-pagination .page-numbers {
        min-width: 38px;
        height: 38px;
        padding: 0 9px
    }

    .seo-pagination .page-numbers.dots {
        min-width: 18px
    }
}

/* Theme integration fixes */
body.inx-content-hub.single-inx_case header.cont-header {
    position: relative !important;
    background: #090a0b !important;
    color: #fff !important
}

body.inx-content-hub.single-inx_case header.cont-header>.header {
    background: #090a0b !important
}

body.inx-content-hub.single-inx_case header.cont-header .contenedor-botonera,
body.inx-content-hub.single-inx_case header.cont-header .cabecera,
body.inx-content-hub.single-inx_case header.cont-header .cabecera-telefono {
    background: #090a0b !important
}

body.inx-content-hub.single-inx_case header.cont-header .nav-principal a {
    color: #fff !important
}

body.inx-content-hub.single-inx_case header.cont-header .nav-principal a:hover {
    color: #c4b8ff !important
}

.inx-content-hub main a.seo-button {
    background: #fff;
    color: var(--seo-violet) !important;
    border: 1px solid #fff;
    font-weight: 700
}

.inx-content-hub main a.seo-button:hover,
.inx-content-hub main a.seo-button:focus-visible {
    background: var(--seo-ink);
    border-color: var(--seo-ink);
    color: #fff !important;
    transform: translateY(-3px)
}

.inx-content-hub .seo-simple-gallery figure>img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover !important;
    object-position: center center
}

.inx-content-hub .seo-simple-gallery figure {
    background: #e8e3e3
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        transition: none !important;
        animation: none !important
    }

    [data-aos] {
        opacity: 1 !important;
        transform: none !important
    }
}

/* Blog: category and single prototypes */
.seo-category-hero {
    padding: 165px 0 80px;
    background: var(--seo-ink);
    color: #fff;
    position: relative;
    overflow: hidden
}

.seo-category-hero:after {
    content: "";
    position: absolute;
    inset: -50% -8% -50% auto;
    width: 42%;
    background: linear-gradient(140deg, var(--seo-violet), #8a70ff);
    transform: skewX(-18deg);
    opacity: .86
}

.seo-category-hero__in {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 8vw;
    align-items: end
}

.seo-breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    font-size: .75rem;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 24px
}

.seo-breadcrumb a {
    text-decoration: none
}

.seo-category-hero h1 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(3.4rem, 7vw, 6.4rem);
    line-height: .88;
    letter-spacing: -.05em;
    margin: .15em 0
}

.seo-category-hero h1 strong {
    font-family: Gomme, sans-serif;
    display: block;
    text-decoration: underline;
    text-underline-offset: .1em
}

.seo-category-hero__copy {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .7);
    max-width: 480px
}

.seo-category-stat {
    border-left: 1px solid rgba(255, 255, 255, .4);
    padding-left: 28px
}

.seo-category-stat strong {
    display: block;
    color: #c4b8ff;
    font-size: 3rem;
    line-height: 1
}

.seo-category-stat span {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .12em
}

.seo-category-intro {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 8vw;
    align-items: start
}

.seo-category-intro h2 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 4.5rem);
    line-height: .96;
    margin: 0
}

.seo-category-intro h2 strong {
    font-family: Gomme, sans-serif
}

.seo-category-intro p {
    font-size: 1.1rem;
    color: var(--seo-muted);
    margin-top: 0
}

.seo-service-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--seo-violet);
    font-weight: 700;
    text-decoration: none
}

.seo-service-link:after {
    content: "↗";
    transition: .25s
}

.seo-service-link:hover:after {
    transform: translate(4px, -4px)
}

.seo-article-hero {
    padding: 145px 0 0;
    background: var(--seo-ink);
    color: #fff;
    overflow: hidden
}

.seo-article-head {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px
}

.seo-article-head .seo-tag {
    margin: auto
}

.seo-article-head h1 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(3rem, 6vw, 5.7rem);
    line-height: .94;
    letter-spacing: -.045em;
    margin: .35em auto;
    max-width: 13ch
}

.seo-article-head h1 strong {
    font-family: Gomme, sans-serif;
    text-decoration: underline;
    text-underline-offset: .1em
}

.seo-article-deck {
    max-width: 740px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .7);
    font-size: 1.2rem
}

.seo-article-meta {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 30px;
    color: rgba(255, 255, 255, .55);
    font-size: .8rem
}

.seo-article-cover {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto -115px;
    aspect-ratio: 16/8;
    overflow: hidden;
    background: var(--seo-ink)
}

.inx-content-hub .seo-article-cover img {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover !important;
    object-position: center center;
    transform: scale(1.035);
    filter: saturate(.8);
    transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .4s
}

.inx-content-hub .seo-article-cover:hover img {
    transform: scale(1.065);
    filter: saturate(.95)
}

.seo-article-cover:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 55%, rgba(99, 67, 236, .55));
    pointer-events: none
}

.seo-article-shell {
    display: grid;
    grid-template-columns: 230px minmax(0, 720px) 1fr;
    gap: 55px;
    padding-top: 190px;
    align-items: start
}

.seo-article-toc {
    position: sticky;
    top: 95px;
    border-top: 2px solid var(--seo-ink);
    padding-top: 18px
}

.seo-article-toc strong {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .12em
}

.seo-article-toc ol {
    padding-left: 18px;
    color: var(--seo-muted);
    font-size: .78rem
}

.seo-article-toc li {
    margin: 11px 0
}

.seo-article-toc a {
    text-decoration: none
}

.seo-article-toc a:hover {
    color: var(--seo-violet)
}

.seo-article-share {
    position: sticky;
    top: 95px
}

.seo-share-link {
    width: 42px;
    height: 42px;
    border: 1px solid var(--seo-line);
    display: grid;
    place-items: center;
    margin-bottom: 8px;
    text-decoration: none;
    transition: .25s
}

.seo-share-link:hover {
    background: var(--seo-violet);
    border-color: var(--seo-violet);
    color: #fff;
    transform: translateY(-2px)
}

.seo-article-body {
    font-family: Gomme, sans-serif;
    color: #292d2e;
    font-size: 1.08rem;
    line-height: 1.8;
    min-width: 0
}

.seo-article-body h2,
.seo-article-body h3 {
    font-family: Gomme, Arial, sans-serif;
    color: #111;
    line-height: 1.08;
    scroll-margin-top: 100px
}

.seo-article-body h2 {
    font-size: clamp(2.2rem, 4vw, 3.3rem);
    margin: 1.7em 0 .55em
}

.seo-article-body h3 {
    font-size: 1.65rem;
    margin-top: 1.8em
}

.seo-article-body .seo-lead {
    font-size: 1.34rem;
    line-height: 1.58;
    color: #111
}

.seo-article-body blockquote {
    margin: 55px 0;
    padding: 38px;
    border: 0;
    background: var(--seo-mist);
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(1.7rem, 3vw, 2.45rem);
    line-height: 1.2;
    color: #111;
    position: relative
}

.seo-article-body blockquote:before {
    content: "“";
    color: var(--seo-violet);
    font-family: serif;
    font-size: 5rem;
    position: absolute;
    top: -25px;
    left: 25px
}

.seo-article-body figure {
    margin: 50px 0
}

.seo-article-body figcaption {
    font-size: .72rem;
    color: var(--seo-muted);
    margin-top: 10px
}

.seo-inline-callout {
    border-left: 5px solid var(--seo-violet);
    background: var(--seo-fog);
    padding: 28px;
    margin: 45px 0
}

.seo-inline-callout strong {
    display: block;
    font-family: Gomme, Arial, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 8px
}

.seo-article-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid var(--seo-line);
    padding-top: 28px;
    margin-top: 55px
}

.seo-article-tags a {
    padding: .4rem .7rem;
    background: var(--seo-fog);
    font-size: .72rem;
    text-decoration: none
}

.seo-author-box {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 24px;
    align-items: center;
    background: var(--seo-graphite);
    color: #fff;
    padding: 32px;
    margin-top: 40px
}

.seo-author-box img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    filter: grayscale(1)
}

.seo-author-box p {
    color: rgba(255, 255, 255, .62);
    font-size: .86rem;
    margin: .35em 0
}

.seo-author-box a {
    color: #c4b8ff;
    font-size: .8rem
}

.seo-flex-text+.seo-flex-text {
    margin-top: 28px
}

.seo-flex-image--wide {
    margin-left: -90px !important;
    margin-right: -90px !important
}

.seo-flex-gallery {
    display: grid;
    gap: 14px;
    margin: 50px 0
}

.seo-flex-gallery--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.seo-flex-gallery--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.seo-flex-gallery figure {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #111
}

.seo-flex-gallery img {
    height: 100%;
    object-fit: cover;
    transition: transform .6s
}

.seo-flex-gallery figure:hover img {
    transform: scale(1.035)
}

.seo-flex-quote {
    margin: 55px 0 !important
}

.seo-flex-quote blockquote {
    margin: 0
}

.seo-flex-quote figcaption {
    background: var(--seo-mist);
    padding: 0 38px 25px
}

.seo-flex-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin: 45px 0;
    padding: 35px 0;
    border-top: 1px solid var(--seo-line);
    border-bottom: 1px solid var(--seo-line)
}

.seo-flex-columns p:first-child {
    margin-top: 0
}

.seo-flex-video {
    margin: 55px 0 !important
}

.seo-flex-video__frame {
    position: relative;
    aspect-ratio: 16/9;
    background: #111;
    overflow: hidden
}

.seo-flex-video__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.seo-related-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 30px;
    margin-bottom: 38px
}

.seo-related-head h2 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(2.6rem, 2vw, 4rem);
    line-height: 1;
    margin: 0
}

.seo-related-head h2 strong {
    font-family: Gomme, sans-serif
}

.seo-related-head a {
    color: var(--seo-violet);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap
}

@media(max-width:950px) {

    .seo-category-hero__in,
    .seo-category-intro {
        grid-template-columns: 1fr
    }

    .seo-category-stat {
        max-width: 300px
    }

    .seo-article-shell {
        grid-template-columns: minmax(0, 1fr) 54px
    }

    .seo-article-toc {
        display: none
    }
}

@media(max-width:560px) {
    .seo-category-hero {
        padding: 135px 0 65px
    }

    .seo-category-hero:after {
        right: -42%;
        width: 85%
    }

    .seo-category-hero h1 {
        font-size: 3.8rem
    }

    .seo-category-stat {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .4);
        padding: 20px 0 0
    }

    .seo-article-hero {
        padding-top: 125px
    }

    .seo-article-head {
        text-align: left;
        padding-bottom: 38px
    }

    .seo-article-head .seo-tag {
        margin: 0
    }

    .seo-article-head h1 {
        font-size: 3.15rem;
        margin-left: 0
    }

    .seo-article-meta {
        justify-content: flex-start
    }

    .seo-article-cover {
        margin-bottom: -55px;
        aspect-ratio: 4/3
    }

    .seo-article-shell {
        grid-template-columns: 1fr;
        padding-top: 105px
    }

    .seo-article-share {
        position: static;
        display: flex;
        order: -1
    }

    .seo-article-body {
        font-size: 1rem
    }

    .seo-article-body blockquote {
        padding: 34px 24px
    }

    .seo-author-box {
        grid-template-columns: 65px 1fr;
        padding: 24px
    }

    .seo-author-box img {
        width: 65px;
        height: 65px
    }

    .seo-related-head {
        display: block
    }

    .seo-related-head a {
        display: inline-block;
        margin-top: 16px
    }

    .seo-flex-image--wide {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .seo-flex-gallery--2,
    .seo-flex-gallery--3,
    .seo-flex-columns {
        grid-template-columns: 1fr
    }
}

/* Success case category and single */
.seo-category-hero--cases:after {
    background: linear-gradient(145deg, #32228f, var(--seo-violet) 55%, #927dff)
}

.seo-case-hero {
    min-height: 820px;
    background: var(--seo-ink);
    color: #fff;
    position: relative;
    display: flex;
    align-items: end;
    overflow: hidden
}

.seo-case-hero__image {
    position: absolute;
    inset: 0
}

.seo-case-hero__image img {
    height: 100%;
    object-fit: cover;
    filter: saturate(.7)
}

.seo-case-hero__image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 10, 11, .96) 0%, rgba(9, 10, 11, .7) 48%, rgba(9, 10, 11, .12))
}

.seo-case-hero__shape {
    position: absolute;
    right: -3%;
    top: -25%;
    height: 150%;
    width: 45%;
    background: rgba(99, 67, 236, .65);
    transform: skewX(-17deg)
}

.seo-case-hero__content {
    position: relative;
    z-index: 2;
    padding: 170px 0 90px;
    max-width: 760px
}

.seo-case-hero h1 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(3.6rem, 6.5vw, 6.3rem);
    line-height: .9;
    letter-spacing: -.05em;
    margin: .35em 0
}

.seo-case-hero h1 strong {
    font-family: Gomme, sans-serif;
    text-decoration: underline;
    text-underline-offset: .1em
}

.seo-case-hero__intro {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .72);
    max-width: 650px
}

.seo-case-summary {
    background: #fff;
    position: relative;
    z-index: 3;
    margin-top: -1px
}

.seo-case-summary__grid {
    display: grid;
    grid-template-columns: 1.15fr 1.85fr;
    gap: 70px;
    padding: 62px 0
}

.seo-case-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px
}

.seo-case-fact {
    border-top: 1px solid var(--seo-line);
    padding-top: 13px
}

.seo-case-fact small {
    display: block;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--seo-muted);
    font-size: .66rem
}

.seo-case-fact strong {
    display: block;
    margin-top: 5px
}

.seo-case-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--seo-line)
}

.seo-case-result {
    background: var(--seo-fog);
    padding: 25px;
    min-width: 0
}

.seo-case-result strong {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    color: var(--seo-violet);
    display: block
}

.seo-case-result span {
    font-size: .78rem;
    color: var(--seo-muted)
}

.seo-story-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 9vw;
    align-items: start
}

.seo-story-grid h2 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: .94;
    margin: 0;
    position: sticky;
    top: 100px
}

.seo-story-grid h2 strong {
    font-family: Gomme, sans-serif
}

.seo-story-copy {
    font-family: Gomme, sans-serif;
    font-size: 1.08rem;
    line-height: 1.8;
    color: #303536
}

.seo-story-copy .seo-lead {
    font-size: 1.35rem;
    line-height: 1.55;
    color: #111
}

.seo-work-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .18)
}

.seo-work-item {
    background: var(--seo-graphite);
    padding: 35px;
    min-height: 240px;
    transition: .3s
}

.seo-work-item:hover {
    background: var(--seo-violet);
    transform: translateY(-4px)
}

.seo-work-item b {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: 3rem;
    color: #b9aaff
}

.seo-work-item:hover b {
    color: #fff
}

.seo-work-item h3 {
    font-size: 1.35rem;
    margin: .7em 0
}

.seo-work-item p {
    color: rgba(255, 255, 255, .62);
    font-size: .88rem
}

.seo-work-item:hover p {
    color: rgba(255, 255, 255, .82)
}

.seo-case-gallery {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 360px 360px;
    gap: 18px;
    overflow: hidden
}

.seo-case-gallery figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    background: #111
}

.seo-case-gallery figure:first-child {
    grid-row: 1/3
}

.seo-case-gallery img {
    height: 100%;
    object-fit: cover;
    filter: saturate(.75);
    transition: transform .8s, filter .4s
}

.seo-case-gallery figure:hover img {
    transform: scale(1.04);
    filter: saturate(1)
}

.seo-case-gallery figcaption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    color: #fff;
    background: rgba(9, 10, 11, .72);
    padding: .35rem .6rem;
    font-size: .68rem
}

.seo-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    counter-reset: process
}

.seo-process-step {
    border-top: 2px solid var(--seo-ink);
    padding-top: 22px;
    counter-increment: process
}

.seo-process-step:before {
    content: "0" counter(process);
    display: block;
    color: var(--seo-violet);
    font-weight: 700;
    margin-bottom: 30px
}

.seo-process-step h3 {
    font-size: 1.15rem
}

.seo-process-step p {
    font-size: .86rem;
    color: var(--seo-muted)
}

.seo-case-quote {
    background: var(--seo-mist);
    padding: 70px;
    display: grid;
    grid-template-columns: 1.4fr .6fr;
    gap: 60px;
    align-items: end
}

.seo-case-quote blockquote {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    margin: 0
}

.seo-case-quote cite {
    font-style: normal;
    color: var(--seo-muted);
    font-size: .85rem
}

.seo-case-quote cite strong {
    display: block;
    color: #111;
    font-size: 1rem
}

@media(max-width:850px) {

    .seo-case-summary__grid,
    .seo-story-grid,
    .seo-case-quote {
        grid-template-columns: 1fr
    }

    .seo-story-grid h2 {
        position: static
    }

    .seo-process {
        grid-template-columns: 1fr 1fr
    }

    .seo-case-gallery {
        grid-template-rows: 300px 300px
    }

    .seo-case-hero__shape {
        right: -30%;
        width: 70%
    }
}

@media(max-width:560px) {
    .seo-case-hero {
        min-height: 720px
    }

    .seo-case-hero__content {
        padding: 145px 0 65px
    }

    .seo-case-hero h1 {
        font-size: 3.3rem
    }

    .seo-case-summary__grid {
        gap: 35px;
        padding: 42px 0
    }

    .seo-case-results {
        grid-template-columns: 1fr
    }

    .seo-case-result {
        padding: 18px
    }

    .seo-work-grid,
    .seo-process {
        grid-template-columns: 1fr
    }

    .seo-work-item {
        min-height: 0
    }

    .seo-case-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 360px 240px 240px
    }

    .seo-case-gallery figure:first-child {
        grid-row: auto
    }

    .seo-case-quote {
        padding: 40px 24px;
        gap: 30px
    }
}

/* The simple case starts on white, so the site's general transparent header needs a dark base. */
body.inx-content-hub.single-inx_case .cont-header {
    background: var(--seo-ink)
}

/* Simplified success case — compact portfolio model */
.seo-simple-case {
    padding: 155px 0 85px
}

.seo-simple-case__top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: start
}

.seo-simple-case__top > div {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 800px
}

.seo-simple-case h1 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(3.7rem, 4vw, 7rem);
    line-height: .9;
    margin: .22em 0 .45em;
    max-width: 800px
}

.seo-simple-back {
    display: inline-flex;
    flex: 0 0 auto;
    align-self: flex-start;
    align-items: center;
    gap: 7px;
    border: 1px solid var(--seo-ink);
    border-radius: 999px;
    padding: .65rem 1rem;
    text-decoration: none;
    font-size: .82rem;
    white-space: nowrap;
    transition: .25s
}

.seo-simple-back:hover {
    background: var(--seo-ink);
    color: #fff;
    transform: translateX(-4px)
}

.seo-simple-case__description {
    font-family: Gomme, sans-serif;
    max-width: 760px;
    font-size: 1.12rem;
    line-height: 1.65;
    color: #343839
}

.seo-simple-facts {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 25px;
    border-top: 1px solid var(--seo-ink);
    margin-top: 55px;
    padding-top: 30px
}

.seo-simple-fact small {
    display: block;
    color: var(--seo-muted);
    font-size: .78rem
}

.seo-simple-fact strong {
    display: block;
    font-size: 1.1rem;
    margin-top: 3px
}

.seo-simple-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
    margin-top: 45px
}

.seo-simple-actions .seo-button {
    background: var(--seo-ink);
    color: #fff;
    border-radius: 999px;
    min-width: 190px
}

.seo-simple-actions .seo-button:hover {
    background: var(--seo-violet)
}

.seo-simple-services {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.seo-simple-services span {
    border: 1px solid var(--seo-line);
    padding: .45rem .7rem;
    font-size: .72rem
}

.seo-simple-gallery {
    background: #e8e3e3;
    padding: 42px 0;
    overflow: hidden
}

.seo-simple-gallery__track {
    width: min(calc(100% - 40px), 1380px);
    margin: auto;
    display: grid;
    grid-template-columns: 1.25fr .85fr 1fr;
    gap: 18px
}

.seo-simple-gallery figure {
    margin: 0;
    overflow: hidden;
    height: 480px;
    background: #111;
    position: relative
}

.seo-simple-gallery img {
    height: 100%;
    object-fit: cover;
    filter: saturate(.8);
    transition: transform .8s, filter .4s
}

.seo-simple-gallery figure:hover img {
    transform: scale(1.035);
    filter: saturate(1)
}

.seo-simple-gallery figcaption {
    position: absolute;
    left: 16px;
    bottom: 16px;
    background: rgba(9, 10, 11, .75);
    color: #fff;
    padding: .35rem .6rem;
    font-size: .68rem
}

.seo-simple-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw
}

.seo-simple-story h2 {
    font-family: GommeLight, Gomme, sans-serif;
    font-size: clamp(2.7rem, 4.5vw, 4.5rem);
    line-height: .98;
    margin: 0
}

.seo-simple-story h2 strong {
    font-family: Gomme, sans-serif
}

.seo-simple-story__copy {
    font-family: Gomme, sans-serif;
    color: #363b3c;
    line-height: 1.75
}

.seo-simple-story__copy p:first-child {
    margin-top: 0;
    font-size: 1.18rem;
    color: #111
}

.seo-simple-work {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 25px
}

.seo-simple-work span {
    background: var(--seo-mist);
    padding: .55rem .75rem;
    font-size: .76rem;
    font-weight: 700
}

@media(max-width:850px) {
    .seo-simple-facts {
        grid-template-columns: repeat(3, 1fr)
    }

    .seo-simple-gallery__track {
        grid-template-columns: 1fr 1fr
    }

    .seo-simple-gallery figure:last-child {
        grid-column: 1/3
    }

    .seo-simple-story {
        grid-template-columns: 1fr
    }
}

@media(max-width:560px) {
    .seo-simple-case {
        padding: 125px 0 65px
    }

    .seo-simple-case__top {
        display: block
    }

    .seo-simple-case h1 {
        max-width: 100%;
        font-size: clamp(2rem, 5vw, 5rem);
        overflow-wrap: anywhere
    }

    .seo-simple-back {
        margin-top: 5px
    }

    .seo-simple-facts {
        grid-template-columns: 1fr 1fr;
        gap: 22px 18px;
        margin-top: 38px
    }

    .seo-simple-gallery {
        padding: 20px 0
    }

    .seo-simple-gallery__track {
        grid-template-columns: 1fr
    }

    .seo-simple-gallery figure,
    .seo-simple-gallery figure:last-child {
        grid-column: auto;
        height: 300px
    }

    .seo-simple-gallery figure:first-child {
        height: 400px
    }
}

/* Blog media framing and editorial title scale */
.inx-content-hub .seo-feature__media img {
    transform: scale(1.055)
}

.inx-content-hub .seo-feature:hover .seo-feature__media img {
    transform: scale(1.085)
}

.seo-article-head h1 {
    font-size: clamp(3rem, 5vw, 5.7rem);
    max-width: 90%
}

.seo-article-hero--with-cover {
    padding-bottom: 150px
}

.seo-article-cover-stage {
    min-height: 1px
}
figure.seo-article-cover {
    overflow: hidden !important;
    /* transform: scale(4.5); */
    width: 100%;
}
figure.seo-article-cover img {
    transform: scale(1.2) !important;
    max-height: 500px;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.seo-article-cover-stage .seo-article-cover {
    width: 100%;
    max-width: 1180px;
    margin: -110px auto 0;
    aspect-ratio: auto;
    overflow: visible;
    background: transparent
}

.inx-content-hub .seo-article-cover-stage .seo-article-cover img {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    transform: none;
    filter: saturate(.88)
}

.inx-content-hub .seo-article-cover-stage .seo-article-cover:hover img {
    transform: none;
    filter: saturate(.95)
}

.seo-article-cover-stage .seo-article-cover:after {
    display: none
}

.seo-article-cover-stage+.seo-section .seo-article-shell {
    padding-top: 0
}

@media(max-width:560px) {
    .seo-article-head h1 {
        font-size: clamp(2.55rem, 12vw, 3.15rem);
        max-width: 100%
    }

    .seo-article-hero--with-cover {
        padding-bottom: 88px
    }

    .seo-article-cover-stage .seo-article-cover {
        margin-top: -62px
    }

    .seo-article-cover-stage+.seo-section .seo-article-shell {
        padding-top: 0
    }
}
