File: /var/www/viitorx.stgviitor.com/wp-content/themes/viitorx/css/single-case-study.css
/* ═══════════════════════════════════════════
CASE STUDY SINGLE — single-case-study.css
═══════════════════════════════════════════ */
/* Fonts: Archivo (WOFF2) via css/fonts.css; Lenia Sans (TTF) via offerings.css */
/* ─── DESIGN SYSTEM ───────────────────────────────────────────── */
.single-case-study {
--cs-bg: #131313;
--cs-text: #f0f0e5;
--cs-border: rgba(217, 217, 217, 0.2);
--cs-space-5: 80px;
/* Matches case-study-details :root --content-max for split sections */
--content-max: 72ch;
color: var(--cs-text);
background: var(--cs-bg);
font-family: 'Lenia Sans', sans-serif;
}
.cs-container {
width: min(90%, 1200px);
margin: 0 auto;
}
/* Hero Detail */
.hero-detail {
position: relative;
padding: calc(120px + var(--hero-top-bar-total, 0px)) 0 80px;
text-align: center;
}
.hero-detail__breadcrumb {
font-family: 'Archivo', sans-serif;
font-weight: 200;
font-size: 14px;
opacity: 0.8;
margin-bottom: 16px;
display: block;
}
.hero-detail__title {
font-size: clamp(32px, 6vw, 52px);
font-weight: 700;
text-transform: uppercase;
margin-bottom: 16px;
}
.hero-detail__subtitle {
font-family: 'Archivo', sans-serif;
font-size: clamp(16px, 2vw, 20px);
opacity: 0.8;
max-width: 800px;
margin: 0 auto 48px;
}
/* Meta Grid */
.cs-meta {
display: flex;
justify-content: center;
gap: 60px;
margin-top: 40px;
flex-wrap: wrap;
}
.cs-meta__item {
text-align: center;
}
.cs-meta__label {
font-family: 'Archivo', sans-serif;
font-size: 14px;
opacity: 0.6;
margin-bottom: 8px;
text-transform: uppercase;
}
.cs-meta__value {
font-family: 'Archivo', sans-serif;
font-size: 20px;
font-weight: 500;
}
/* Hero Media */
.cs-hero-media {
width: 100%;
aspect-ratio: 1920 / 1033;
background-size: cover;
background-position: center;
margin: 40px 0;
}
/* Content Sections */
.cs-section {
padding: var(--cs-space-5) 0;
border-top: 1px solid var(--cs-border);
}
.cs-section__grid {
display: grid;
gap: 40px;
}
@media (min-width: 768px) {
.cs-section__grid {
grid-template-columns: 300px 1fr;
}
}
.cs-section__title {
font-size: 32px;
font-weight: 500;
}
.cs-section__body {
font-size: 20px;
line-height: 1.5;
opacity: 0.9;
}
.cs-list {
list-style: disc;
padding-left: 20px;
display: grid;
gap: 16px;
}
.cs-list__item {
font-weight: 600;
}
/* Gallery */
.cs-gallery {
display: grid;
gap: 30px;
margin-bottom: 40px;
}
@media (min-width: 768px) {
.cs-gallery {
grid-template-columns: 1fr 1fr;
}
}
.cs-gallery__item {
aspect-ratio: 1 / 1;
border-radius: 24px;
overflow: hidden;
border: 1px solid var(--cs-border);
}
.cs-gallery__img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* ─── Styles migrated from case-study-details/style.css ─────────────
These were the only rules from that static prototype actually used
by single-case_study.php. Everything else was duplicated in
critical.css / marketing-shared.css / offerings.css / common.css.
─────────────────────────────────────────────────────────────────── */
/* CSS custom properties used by the detail layout */
.single-case-study {
--color-border: rgba(217, 217, 217, 0.2);
--content-max: 72ch;
--space-1: 8px;
--space-2: 16px;
--space-3: 24px;
--space-4: 48px;
--space-5: 80px;
}
/* Section divider */
.single-case-study .section-divider {
height: 1px;
background: rgba(217, 217, 217, 0.2);
}
/* Content sections */
.single-case-study .content-section {
padding: var(--space-5, 80px) 0;
}
.single-case-study .content-section__inner {
display: grid;
gap: var(--space-3, 24px);
}
.single-case-study .content-section__title {
font-family: 'Lenia Sans', var(--font-heading, sans-serif);
font-weight: 500;
font-size: clamp(22px, 3vw, 32px);
line-height: 1.25;
color: #f0f0e5;
}
.single-case-study .content-section__body {
display: grid;
gap: 32px;
}
/* Body copy styles */
.single-case-study .text-body {
font-weight: 400;
font-size: clamp(14px, 2vw, 20px);
line-height: 1.4;
color: #f0f0e5;
max-width: var(--content-max, 72ch);
}
.single-case-study .text-intro {
font-weight: 400;
font-size: clamp(16px, 2.4vw, 24px);
line-height: 1.35;
letter-spacing: -0.01em;
color: #f0f0e5;
max-width: var(--content-max, 72ch);
}
/* Bullets */
.single-case-study .bullets,
.single-case-study .stack-list {
list-style: none;
display: grid;
gap: 24px;
padding: 0;
margin: 0;
max-width: min(var(--content-max, 72ch), 100%);
}
/* Gallery */
.single-case-study .gallery {
padding: var(--space-4, 48px) 0 var(--space-5, 80px);
}
.single-case-study .gallery__grid {
display: grid;
gap: 30px;
}
.single-case-study .gallery__item {
border: 1px solid rgba(217, 217, 217, 0.3);
border-radius: var(--radius-2, 24px);
min-height: clamp(220px, 40vw, 600px);
overflow: hidden;
}
/* Media section */
.single-case-study .media-section {
padding: var(--space-4, 48px) 0 var(--space-5, 80px);
}
/* 2-column desktop layout: title | body */
@media (min-width: 768px) {
.single-case-study .content-section__inner {
grid-template-columns: minmax(180px, 280px) 1fr;
align-items: start;
column-gap: clamp(24px, 6vw, 120px);
}
.single-case-study .gallery__grid {
grid-template-columns: 1fr 1fr;
align-items: stretch;
}
}
/* ─── ACF detail layout (case-study-details shell) overrides ───────── */
/* ── Hero: max 600 px, symmetric 200 px space top & bottom of hero__inner ── */
.single-case-study .hero {
--cs-hero-wordmark-top-gap: clamp(14px, 3vw, 28px);
position: relative;
min-height: 0;
max-height: 600px;
display: flex;
align-items: flex-start;
justify-content: center;
box-sizing: border-box;
/*
* nav height (80px) + wordmark gap (28px) = wordmark occupies y≈0–108.
* Remaining to reach 200 px from wordmark bottom to content = 92 px — fits
* within 600 px together with the 200 px bottom gap and ~200 px of content.
*/
padding-top: calc(
var(--hero-top-bar-total, calc(80px + env(safe-area-inset-top, 0px)))
+ var(--cs-hero-wordmark-top-gap)
+ 80px
);
padding-bottom: 200px;
padding-left: max(env(safe-area-inset-left, 0px), 0px);
padding-right: max(env(safe-area-inset-right, 0px), 0px);
}
.single-case-study .hero .hero-wordmark {
top: var(--cs-hero-wordmark-top-gap);
}
/* hero__inner: breadcrumb + title + subtitle block */
.single-case-study .hero__inner {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 80px;
width: 100%;
}
.single-case-study .hero__top {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 24px;
width: 100%;
}
/* ── Breadcrumb — Figma: Archivo 400/700 16px lh 22px ── */
.single-case-study .hero .hero-breadcrumb {
font-family: 'Archivo', sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 22px;
letter-spacing: 0;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 0.3em 0.45em;
}
.single-case-study .hero .hero-breadcrumb .hero-breadcrumb__current {
font-weight: 700;
}
/* ── Title — Figma: Lenia Sans 700 52px lh 100% ls -0.5% uppercase ── */
.single-case-study .hero__title {
font-family: 'Lenia Sans', var(--font-heading, sans-serif);
font-size: 52px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
letter-spacing: -0.005em;
text-align: center;
overflow-wrap: break-word;
margin: 0;
}
/* ── Hero meta — 80 px gap from hero__top (set via hero__inner gap above) ── */
.single-case-study .hero__meta {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
gap: clamp(24px, 4vw, 48px);
width: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* ── Separator — vertical line between meta items ── */
.single-case-study .hero__meta-sep {
display: block !important;
flex: none;
width: 1px;
height: 60px;
background: rgba(255, 255, 255, 0.2);
align-self: center;
}
.single-case-study .hero__meta-item {
flex: 0 0 auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 12px;
}
/* ── Meta label — Figma: Archivo 400 16px lh 100% ── */
.single-case-study .hero__meta-label {
font-family: 'Archivo', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1;
letter-spacing: 0;
opacity: 0.55;
}
/* ── Meta value — Figma: Archivo 500 24px lh 100% ── */
.single-case-study .hero__meta-value {
font-family: 'Archivo', sans-serif;
font-size: 24px;
font-weight: 500;
line-height: 1;
letter-spacing: 0;
color: #fff;
}
@media (max-width: 767px) {
.single-case-study .hero {
max-height: none;
padding-top: calc(var(--hero-top-bar-total, calc(80px + env(safe-area-inset-top, 0px))) + 60px);
padding-bottom: 80px;
}
.single-case-study .hero__inner {
gap: 48px;
}
.single-case-study .hero__title {
font-size: clamp(24px, 7vw, 40px);
}
.single-case-study .hero__meta-sep {
display: none !important;
}
.single-case-study .hero__meta {
gap: clamp(20px, 6vw, 32px);
}
.single-case-study .hero__meta-item {
flex: 1 1 auto;
min-width: 80px;
}
.single-case-study .hero__meta-value {
font-size: 18px;
}
.single-case-study .hero__meta-label {
font-size: 13px;
}
}
.single-case-study .gallery__item--dynamic.gallery__item--left,
.single-case-study .gallery__item--dynamic.gallery__item--right {
background-image: none !important;
padding: 0;
overflow: hidden;
display: block;
}
.single-case-study .gallery__img {
width: 100%;
height: 100%;
min-height: clamp(220px, 40vw, 600px);
object-fit: cover;
display: block;
}
/* Bullets — visible markers; title (<strong>) + description inline on same line */
.single-case-study ul.bullets {
list-style: disc;
list-style-position: outside;
padding-left: clamp(1.1em, 3vw, 1.65em);
margin: 0;
display: block;
width: 100%;
max-width: none;
}
.single-case-study ul.bullets > .bullets__item {
display: list-item;
margin: 0 0 clamp(18px, 3vw, 26px);
padding-left: 0.55em;
font-family: 'Lenia Sans', sans-serif;
font-size: clamp(14px, 2vw, 20px);
line-height: 1.45;
font-weight: 400;
color: var(--cs-text, #f0f0e5);
}
.single-case-study ul.bullets > .bullets__item:last-child {
margin-bottom: 0;
}
.single-case-study ul.bullets > .bullets__item::marker {
color: rgba(240, 240, 229, 0.9);
}
.single-case-study ul.bullets > .bullets__item strong {
font-weight: 700;
}
.single-case-study .bullets__desc {
display: inline;
margin: 0;
padding: 0;
font-weight: 400;
opacity: 0.88;
}
.single-case-study .bullets__item strong + .bullets__desc::before {
content: '\00a0';
}
.single-case-study .case-study-rich a {
color: #c8996a;
text-decoration: underline;
}
.single-case-study .case-study-video-section > .container {
display: flex;
flex-direction: column;
align-items: center;
}
.single-case-study .media-section__video {
display: block;
width: 100%;
max-width: 100%;
/* 800px on large screens; shrinks on shorter viewports so it stays in one screen */
height: min(800px, 82svh);
object-fit: contain;
object-position: center;
margin-inline: auto;
border-radius: 24px;
border: 1px solid rgba(217, 217, 217, 0.3);
background: #000;
}
@media (max-width: 1199px) {
.single-case-study .media-section__video {
height: min(600px, 75svh);
}
}
@media (max-width: 767px) {
.single-case-study .media-section__video {
height: min(420px, 60svh);
border-radius: 16px;
}
}
/* Hero media — natural height so no cropping regardless of image aspect ratio */
.single-case-study .case-study-hero-media__img {
position: relative;
overflow: hidden;
line-height: 0;
}
.single-case-study .case-study-hero-media__img-el {
display: block;
width: 100%;
height: auto;
object-fit: cover;
object-position: center;
}
/* ─── Section divider — contained to match the content container width ── */
.single-case-study .section-divider {
width: auto;
margin-left: max(var(--section-inline, 24px), env(safe-area-inset-left, 0px));
margin-right: max(var(--section-inline, 24px), env(safe-area-inset-right, 0px));
}
/* ─── Testimonial · Results · Conclusion (ACF) ─────────────────────── */
.single-case-study .cs-testimonial {
padding: clamp(48px, 8vw, var(--cs-space-5)) 0;
}
.single-case-study .cs-testimonial__inner {
position: relative;
max-width: min(72ch, 100%);
padding-left: clamp(8px, 2vw, 16px);
}
.single-case-study .cs-testimonial__mark {
display: block;
font-family: Georgia, 'Times New Roman', serif;
font-size: clamp(4rem, 12vw, 7rem);
line-height: 0.85;
color: rgba(240, 240, 229, 0.92);
margin-bottom: clamp(8px, 2vw, 16px);
}
.single-case-study .cs-testimonial__blockquote {
margin: 0;
padding: 0;
}
.single-case-study .cs-testimonial__quote {
margin: 0;
font-family: 'Lenia Sans', sans-serif;
font-size: clamp(1.125rem, 2.5vw, 1.75rem);
line-height: 1.45;
font-style: italic;
font-weight: 400;
color: #f0f0e5;
}
.single-case-study .cs-testimonial__designation {
margin: clamp(20px, 4vw, 32px) 0 0;
font-family: 'Archivo', sans-serif;
font-size: clamp(1rem, 2vw, 1.25rem);
line-height: 1.4;
color: #c8996a;
}
.single-case-study .cs-testimonial__brief {
margin: clamp(12px, 2vw, 16px) 0 0;
font-family: 'Archivo', sans-serif;
font-size: clamp(0.875rem, 1.6vw, 1rem);
line-height: 1.55;
color: rgba(240, 240, 229, 0.62);
max-width: min(65ch, 100%);
}
.single-case-study .cs-results {
padding-top: clamp(40px, 6vw, 64px);
padding-bottom: clamp(40px, 6vw, 64px);
}
/* Why NIA · Results · Conclusion — same split column widths & body measure */
.single-case-study .cs-content-split.content-section__inner {
width: 100%;
}
.single-case-study .cs-content-split .content-section__body {
min-width: 0;
width: 100%;
}
.single-case-study .text-intro {
max-width: none;
width: 100%;
}
.single-case-study .text-body {
max-width: none;
width: 100%;
}
.single-case-study .cs-content-split .bullets {
width: 100%;
max-width: none;
}
.single-case-study .cs-results__lead {
margin-bottom: clamp(24px, 4vw, 32px);
}
.single-case-study .cs-results__list {
gap: clamp(18px, 3vw, 28px);
}
.single-case-study .cs-results__item {
font-family: 'Lenia Sans', sans-serif;
font-size: clamp(0.9375rem, 1.9vw, 1.125rem);
line-height: 1.45;
color: #f0f0e5;
}
.single-case-study .cs-results__item-title {
font-weight: 700;
margin-right: 0.35em;
}
.single-case-study .cs-results__item-desc {
display: inline;
margin: 0;
font-weight: 400;
opacity: 0.95;
}
.single-case-study .cs-conclusion {
padding-top: clamp(40px, 6vw, 64px);
padding-bottom: clamp(40px, 6vw, 80px);
}
/* ═══════════════════════════════════════════
Scroll reveals (js/section-reveal.js + css/section-reveal.css)
═══════════════════════════════════════════ */
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero-wordmark,
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__top > *,
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__meta {
animation: section-reveal-rise 0.82s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero-wordmark {
animation-delay: 0.05s;
}
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__top > *:nth-child(1) {
animation-delay: 0.1s;
}
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__top > *:nth-child(2) {
animation-delay: 0.16s;
}
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__top > *:nth-child(3) {
animation-delay: 0.22s;
}
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__top > *:nth-child(n + 4) {
animation-delay: 0.26s;
}
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__meta {
animation-delay: 0.28s;
}
.single-case-study .case-study-hero-media[data-section-reveal].section-reveal--visible .hero-media__img {
animation: cs-hero-media-zoom 1.08s cubic-bezier(0.22, 1, 0.36, 1) 0s backwards;
transform-origin: center center;
}
@keyframes cs-hero-media-zoom {
from {
transform: scale(1.07);
}
to {
transform: scale(1);
}
}
.single-case-study section.content-section[data-section-reveal].section-reveal--visible .content-section__title,
.single-case-study section.content-section[data-section-reveal].section-reveal--visible .content-section__body > * {
animation: section-reveal-rise 0.76s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.single-case-study section.content-section[data-section-reveal].section-reveal--visible .content-section__title {
animation-delay: 0.06s;
}
.single-case-study section.content-section[data-section-reveal].section-reveal--visible .content-section__body > * {
animation-delay: 0.14s;
}
.single-case-study section.content-section[data-section-reveal].section-reveal--visible .content-section__body > *:nth-child(2) {
animation-delay: 0.2s;
}
.single-case-study section.content-section[data-section-reveal].section-reveal--visible .content-section__body > *:nth-child(n + 3) {
animation-delay: 0.26s;
}
.single-case-study section.gallery[data-section-reveal].section-reveal--visible .gallery__item {
animation: section-reveal-rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.single-case-study section.gallery[data-section-reveal].section-reveal--visible .gallery__item:nth-child(1) {
animation-delay: 0.08s;
}
.single-case-study section.gallery[data-section-reveal].section-reveal--visible .gallery__item:nth-child(2) {
animation-delay: 0.18s;
}
.single-case-study section.gallery[data-section-reveal].section-reveal--visible .gallery__item:nth-child(n + 3) {
animation-delay: 0.26s;
}
.single-case-study .media-section[data-section-reveal].section-reveal--visible .media-section__video,
.single-case-study .media-section[data-section-reveal].section-reveal--visible .text-body {
animation: section-reveal-rise 0.78s cubic-bezier(0.22, 1, 0.36, 1) 0.1s backwards;
}
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__mark,
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__blockquote,
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__designation,
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__brief {
animation: section-reveal-rise 0.78s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__mark {
animation-delay: 0.04s;
}
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__blockquote {
animation-delay: 0.12s;
}
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__designation {
animation-delay: 0.2s;
}
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__brief {
animation-delay: 0.26s;
}
.single-case-study [data-section-reveal].section-reveal--visible .bullets > .bullets__item {
animation: section-reveal-rise 0.62s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.single-case-study [data-section-reveal].section-reveal--visible .bullets > .bullets__item:nth-child(1) {
animation-delay: 0.18s;
}
.single-case-study [data-section-reveal].section-reveal--visible .bullets > .bullets__item:nth-child(2) {
animation-delay: 0.24s;
}
.single-case-study [data-section-reveal].section-reveal--visible .bullets > .bullets__item:nth-child(3) {
animation-delay: 0.3s;
}
.single-case-study [data-section-reveal].section-reveal--visible .bullets > .bullets__item:nth-child(4) {
animation-delay: 0.36s;
}
.single-case-study [data-section-reveal].section-reveal--visible .bullets > .bullets__item:nth-child(5) {
animation-delay: 0.42s;
}
.single-case-study [data-section-reveal].section-reveal--visible .bullets > .bullets__item:nth-child(n + 6) {
animation-delay: 0.48s;
}
.single-case-study .contact[data-section-reveal].section-reveal--visible .contact__left > *,
.single-case-study .contact[data-section-reveal].section-reveal--visible .contact__right > * {
animation: section-reveal-rise 0.72s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.single-case-study .contact[data-section-reveal].section-reveal--visible .contact__left > *:nth-child(1) {
animation-delay: 0.08s;
}
.single-case-study .contact[data-section-reveal].section-reveal--visible .contact__left > *:nth-child(2) {
animation-delay: 0.14s;
}
.single-case-study .contact[data-section-reveal].section-reveal--visible .contact__right > * {
animation-delay: 0.16s;
}
.single-case-study .cs-container[data-section-reveal].section-reveal--visible > * {
animation: section-reveal-rise 0.75s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}
.single-case-study .cs-container[data-section-reveal].section-reveal--visible > *:nth-child(1) {
animation-delay: 0.06s;
}
.single-case-study .cs-container[data-section-reveal].section-reveal--visible > *:nth-child(2) {
animation-delay: 0.14s;
}
.single-case-study .cs-container[data-section-reveal].section-reveal--visible > *:nth-child(n + 3) {
animation-delay: 0.22s;
}
@media (prefers-reduced-motion: reduce) {
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero-wordmark,
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__top > *,
.single-case-study .hero[data-section-reveal].section-reveal--visible .hero__meta,
.single-case-study .case-study-hero-media[data-section-reveal].section-reveal--visible .hero-media__img,
.single-case-study section.content-section[data-section-reveal].section-reveal--visible .content-section__title,
.single-case-study section.content-section[data-section-reveal].section-reveal--visible .content-section__body > *,
.single-case-study section.gallery[data-section-reveal].section-reveal--visible .gallery__item,
.single-case-study .media-section[data-section-reveal].section-reveal--visible .media-section__video,
.single-case-study .media-section[data-section-reveal].section-reveal--visible .text-body,
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__mark,
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__blockquote,
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__designation,
.single-case-study .cs-testimonial[data-section-reveal].section-reveal--visible .cs-testimonial__brief,
.single-case-study [data-section-reveal].section-reveal--visible .bullets > .bullets__item,
.single-case-study .contact[data-section-reveal].section-reveal--visible .contact__left > *,
.single-case-study .contact[data-section-reveal].section-reveal--visible .contact__right > *,
.single-case-study .cs-container[data-section-reveal].section-reveal--visible > * {
animation: none !important;
opacity: 1 !important;
transform: none !important;
}
}