/* ============================================================
   NORTHCREST ENTERTAINMENT — main.css
   Cinematic landing experience. Design language: "the ridgeline".
   Palette and type inherited from the existing brand system.
   ============================================================ */

:root {
  --ink: #07090d;
  --bg: #0a0c10;
  --bg-alt: #10141b;
  --surface: #151a22;
  --border: rgba(255, 255, 255, 0.09);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #eef1f5;
  --muted: #8b95a5;
  --gold: #e8bf5a;
  --gold-dim: rgba(232, 191, 90, 0.12);
  --steel: #5b8aa6;

  --font-display: 'Bricolage Grotesque', Arial, sans-serif;
  --font-body: 'Manrope', Arial, sans-serif;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 76px;
}

* { box-sizing: border-box; }

html { scrollbar-color: rgba(255,255,255,.2) var(--ink); }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

h1, h2, h3, h4 { font-family: var(--font-display); margin: 0; }
a { color: inherit; }
img, svg, video { display: block; max-width: 100%; }

::selection { background: var(--gold); color: var(--ink); }

.wrap { max-width: 1280px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ------------------------------------------------------------
   Scroll progress ridge
   ------------------------------------------------------------ */
.progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px;
  z-index: 60; pointer-events: none;
}
.progress span {
  display: block; height: 100%; width: 100%;
  background: linear-gradient(90deg, var(--steel), var(--gold));
  transform: scaleX(0); transform-origin: left center;
}

/* ------------------------------------------------------------
   Navigation
   ------------------------------------------------------------ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background .45s var(--ease-out), border-color .45s var(--ease-out),
              transform .5s var(--ease-out);
  border-bottom: 1px solid transparent;
}
.nav.is-solid {
  background: rgba(7, 9, 13, 0.78);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--border);
}
.nav.is-hidden { transform: translateY(-100%); }
.nav-inner {
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  font-family: var(--font-display); font-weight: 800; font-size: 1rem;
  letter-spacing: .14em; text-transform: uppercase; text-decoration: none;
}
.brand svg { flex-shrink: 0; }
.nav-links { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav-links a {
  font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  text-decoration: none; color: var(--muted);
  transition: color .25s;
}
.nav-links a:hover, .nav-links a:focus-visible { color: var(--text); }
.nav-id {
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  text-decoration: none; font-weight: 700; color: var(--ink);
  background: var(--gold); padding: 10px 18px; border-radius: 4px;
  transition: transform .25s var(--ease-out), box-shadow .25s;
  white-space: nowrap;
}
.nav-id:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,191,90,.25); }

.nav-toggle {
  display: none; background: none; border: 0; cursor: pointer; padding: 10px;
}
.nav-toggle span {
  display: block; width: 24px; height: 2px; background: var(--text);
  margin: 5px 0; transition: transform .3s var(--ease-out), opacity .3s;
}

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed; inset: var(--nav-h) 0 auto 0;
    flex-direction: column; align-items: flex-start;
    gap: 0; padding: 12px 24px 28px;
    background: rgba(7, 9, 13, 0.96);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    transform: translateY(-8px); opacity: 0; visibility: hidden;
    transition: opacity .3s, transform .3s var(--ease-out), visibility .3s;
  }
  .nav-links.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .nav-links a { padding: 14px 0; font-size: .95rem; width: 100%; }
  .nav-links .nav-id { margin-top: 14px; width: auto; }
  body.nav-open .nav { background: rgba(7, 9, 13, 0.96); }
  .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* ------------------------------------------------------------
   Shared section furniture
   ------------------------------------------------------------ */
.kicker {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .74rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--steel); font-weight: 600;
}
.kicker::before {
  content: ""; width: 34px; height: 1px; background: var(--steel);
}
.section-title {
  font-size: clamp(2.4rem, 6vw, 5rem);
  font-weight: 800; line-height: .98; letter-spacing: -.02em;
  text-transform: uppercase;
}
.section-lede {
  color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75; max-width: 60ch; margin: 22px 0 0;
}

/* Masked line reveal — lines are wrapped by JS */
.mask-line { display: block; overflow: hidden; }
.mask-line > span { display: block; will-change: transform; }

/* Generic reveal targets (JS animates; visible by default without JS) */
[data-reveal] { opacity: 1; }

/* Ridge divider between scenes */
.ridge-divider {
  display: block; width: 100%; height: clamp(60px, 9vw, 130px);
  margin-top: -1px; pointer-events: none;
}

/* ------------------------------------------------------------
   HERO
   ------------------------------------------------------------ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: clip; background: var(--ink);
}
.hero-sky {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 50% 110%, rgba(91,138,166,.22), transparent 60%),
    radial-gradient(70% 50% at 72% 12%, rgba(232,191,90,.07), transparent 65%),
    var(--ink);
}
.hero-stars {
  position: absolute; inset: 0; opacity: .5;
  background-image:
    radial-gradient(1px 1px at 12% 24%, rgba(255,255,255,.7), transparent 100%),
    radial-gradient(1px 1px at 34% 12%, rgba(255,255,255,.5), transparent 100%),
    radial-gradient(1.5px 1.5px at 58% 30%, rgba(255,255,255,.6), transparent 100%),
    radial-gradient(1px 1px at 76% 16%, rgba(255,255,255,.45), transparent 100%),
    radial-gradient(1px 1px at 88% 34%, rgba(255,255,255,.55), transparent 100%),
    radial-gradient(1.5px 1.5px at 22% 44%, rgba(255,255,255,.4), transparent 100%),
    radial-gradient(1px 1px at 46% 8%, rgba(255,255,255,.6), transparent 100%),
    radial-gradient(1px 1px at 66% 46%, rgba(255,255,255,.35), transparent 100%);
}
.hero-ridges {
  position: absolute; inset: auto 0 0 0; height: 62%;
  pointer-events: none;
}
.hero-ridges svg {
  position: absolute; inset: auto 0 0 0; width: 100%; height: 100%;
  will-change: transform;
}
.hero-content {
  position: relative; z-index: 2;
  padding-bottom: clamp(56px, 9vh, 120px);
}
.hero-eyebrow {
  font-size: .76rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); font-weight: 600; margin-bottom: clamp(18px, 3vh, 30px);
}
.hero-title {
  font-size: clamp(3.4rem, 11.5vw, 12rem);
  font-weight: 800; line-height: .88; letter-spacing: -.025em;
  text-transform: uppercase; margin-left: -0.04em;
}
.hero-title .thin { color: transparent; -webkit-text-stroke: 1.5px rgba(238,241,245,.55); }
.hero-sub {
  display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
  gap: 28px; margin-top: clamp(26px, 5vh, 46px);
}
.hero-sub p {
  max-width: 46ch; color: var(--muted); line-height: 1.75; margin: 0;
  font-size: clamp(.95rem, 1.3vw, 1.08rem);
}
.hero-meta {
  display: flex; gap: clamp(22px, 3vw, 44px);
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
}
.hero-meta strong { display: block; color: var(--text); font-weight: 700; margin-top: 6px; letter-spacing: .1em; }
.hero-scroll {
  position: absolute; z-index: 2; left: 50%; bottom: 22px;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: .64rem; letter-spacing: .3em; text-transform: uppercase; color: var(--muted);
}
.hero-scroll::after {
  content: ""; width: 1px; height: 44px;
  background: linear-gradient(var(--gold), transparent);
  animation: scroll-pulse 2.2s var(--ease-out) infinite;
}
@keyframes scroll-pulse {
  0% { transform: scaleY(0); transform-origin: top; }
  45% { transform: scaleY(1); transform-origin: top; }
  55% { transform: scaleY(1); transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* ------------------------------------------------------------
   VISION — pinned manifesto
   ------------------------------------------------------------ */
.vision { position: relative; background: var(--bg); }
.vision-pin {
  min-height: 100svh; display: flex; align-items: center;
  padding: clamp(80px, 10vh, 140px) 0;
}
.manifesto {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 4.6vw, 4.2rem);
  font-weight: 700; line-height: 1.22; letter-spacing: -.015em;
  max-width: 22ch; margin: clamp(30px, 5vh, 54px) 0 0;
}
.manifesto .w { color: rgba(238, 241, 245, 0.14); transition: color .1s linear; }
.manifesto .w.is-lit { color: var(--text); }
.manifesto .w.accent.is-lit { color: var(--gold); }

/* ------------------------------------------------------------
   GAMES — chapters
   ------------------------------------------------------------ */
.games { position: relative; background: var(--ink); }
.games-head { padding: clamp(90px, 13vh, 170px) 0 clamp(40px, 6vh, 80px); }

.chapter { position: relative; }
.chapter-pin {
  position: relative; min-height: 100svh;
  display: grid; align-items: end; overflow: clip;
}
.chapter-scene {
  position: absolute; inset: 0; overflow: clip;
}
.chapter-scene > .scene-art {
  position: absolute; inset: -8% 0; width: 100%; height: 116%;
  object-fit: cover; will-change: transform;
}
/*
  VIDEO SLOT — when you have gameplay capture, replace the SVG scene with:
  <video class="scene-art" autoplay muted loop playsinline preload="metadata"
         poster="/media/blackridge-poster.jpg" src="/media/blackridge-loop.mp4"></video>
  The parallax + clip reveal in main.js works on .scene-art regardless of tag.
*/
.chapter-scene::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg,
    rgba(7,9,13,.55) 0%, rgba(7,9,13,.08) 38%,
    rgba(7,9,13,.2) 62%, rgba(7,9,13,.92) 100%);
}
.chapter-body {
  position: relative; z-index: 2;
  padding: 0 0 clamp(56px, 9vh, 110px);
}
.chapter-num {
  font-family: var(--font-display); font-weight: 800;
  font-size: .8rem; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.chapter-title {
  font-size: clamp(3rem, 9vw, 8.5rem);
  font-weight: 800; line-height: .9; letter-spacing: -.02em;
  text-transform: uppercase; margin-left: -0.03em;
}
.chapter-foot {
  display: flex; flex-wrap: wrap; align-items: flex-end;
  justify-content: space-between; gap: 26px;
  margin-top: clamp(22px, 4vh, 40px);
}
.chapter-foot p {
  max-width: 52ch; color: rgba(238,241,245,.78); line-height: 1.75; margin: 0;
}
.chapter-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tag {
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text); border: 1px solid var(--border-strong);
  padding: 8px 14px; border-radius: 999px; white-space: nowrap;
  background: rgba(7,9,13,.4); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.tag.gold { color: var(--gold); border-color: rgba(232,191,90,.45); background: var(--gold-dim); }

/* Chapter II — unannounced, redacted look */
.chapter--classified .chapter-title {
  color: transparent; -webkit-text-stroke: 1.5px rgba(238,241,245,.4);
}

/* ------------------------------------------------------------
   TECHNOLOGY — pinned horizontal rail
   ------------------------------------------------------------ */
.tech { position: relative; background: var(--bg); overflow: clip; }
.tech-head { padding: clamp(90px, 13vh, 170px) 0 clamp(30px, 5vh, 60px); }
.tech-pin { position: relative; }
.tech-viewport { overflow: clip; }
.tech-rail {
  display: flex; gap: clamp(18px, 2vw, 28px);
  padding: clamp(20px, 4vh, 40px) clamp(20px, 4vw, 48px) clamp(80px, 12vh, 140px);
  width: max-content; will-change: transform;
}
.tech-card {
  position: relative; flex-shrink: 0;
  width: clamp(300px, 34vw, 460px);
  min-height: clamp(380px, 56vh, 520px);
  border: 1px solid var(--border); border-radius: 8px;
  background: linear-gradient(180deg, var(--bg-alt), var(--surface));
  padding: clamp(26px, 3vw, 40px);
  display: flex; flex-direction: column;
  overflow: clip;
  transition: border-color .35s, transform .35s var(--ease-out);
}
.tech-card:hover { border-color: rgba(232,191,90,.4); transform: translateY(-6px); }
.tech-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(90% 60% at 50% -10%, rgba(91,138,166,.14), transparent 70%);
  pointer-events: none;
}
.tech-index {
  font-size: .7rem; letter-spacing: .3em; color: var(--muted);
  text-transform: uppercase;
}
.tech-glyph { margin: clamp(24px, 4vh, 44px) 0; }
.tech-glyph svg { width: 54px; height: 54px; }
.tech-card h3 {
  font-size: clamp(1.5rem, 2.2vw, 2rem); font-weight: 800;
  letter-spacing: -.01em; text-transform: uppercase; line-height: 1.05;
}
.tech-card h3 span { color: var(--gold); }
.tech-card p {
  color: var(--muted); line-height: 1.7; margin: 16px 0 0;
  font-size: .95rem;
}
.tech-status {
  margin-top: auto; padding-top: 26px;
  font-size: .68rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--steel); font-weight: 600;
}
.tech-progress {
  position: absolute; left: clamp(20px, 4vw, 48px); right: clamp(20px, 4vw, 48px);
  bottom: clamp(36px, 6vh, 70px); height: 1px;
  background: var(--border);
}
.tech-progress span {
  display: block; height: 100%; width: 100%;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
}

@media (max-width: 900px) {
  .tech-rail {
    flex-direction: column; width: auto;
    padding-bottom: clamp(60px, 8vh, 100px);
  }
  .tech-card { width: 100%; min-height: 0; }
  .tech-progress { display: none; }
}

/* ------------------------------------------------------------
   STUDIO
   ------------------------------------------------------------ */
.studio { position: relative; background: var(--ink); }
.studio-inner { padding: clamp(90px, 13vh, 170px) 0; }
.studio-grid {
  display: grid; grid-template-columns: 1.25fr 1fr;
  gap: clamp(40px, 6vw, 100px); margin-top: clamp(36px, 6vh, 64px);
}
.studio-copy p {
  color: #c7cdd7; line-height: 1.85; margin: 0 0 20px;
  font-size: clamp(.98rem, 1.2vw, 1.1rem);
}
.studio-copy a { color: var(--steel); }
.fact-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.fact-list li {
  display: flex; justify-content: space-between; align-items: baseline; gap: 20px;
  padding: 20px 0; border-bottom: 1px solid var(--border);
}
.fact-list .label {
  font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted);
}
.fact-list .value { font-weight: 700; text-align: right; font-size: .95rem; }
.fact-list .value a { color: var(--steel); text-decoration: none; }
.fact-list .value a:hover { text-decoration: underline; }

@media (max-width: 900px) { .studio-grid { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------
   NEWS
   ------------------------------------------------------------ */
.news { background: var(--bg); }
.news-inner { padding: clamp(90px, 13vh, 170px) 0; }
.news-list { margin-top: clamp(36px, 6vh, 64px); border-top: 1px solid var(--border); }
.news-item {
  display: grid; grid-template-columns: 140px 1fr auto;
  gap: clamp(20px, 3vw, 48px); align-items: baseline;
  padding: clamp(26px, 4vh, 40px) 0;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  transition: padding-left .35s var(--ease-out), background .35s;
}
.news-item:hover { padding-left: 14px; }
.news-date {
  font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted);
}
.news-item h3 {
  font-size: clamp(1.2rem, 2.4vw, 1.8rem); font-weight: 700; letter-spacing: -.01em;
}
.news-item .news-tag {
  font-size: .68rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); white-space: nowrap;
}
.news-item p {
  grid-column: 2; margin: 8px 0 0; color: var(--muted); line-height: 1.7;
  max-width: 62ch; font-size: .95rem;
}
@media (max-width: 760px) {
  .news-item { grid-template-columns: 1fr; }
  .news-item p { grid-column: 1; }
}

/* ------------------------------------------------------------
   CAREERS
   ------------------------------------------------------------ */
.careers {
  position: relative; background: var(--ink); overflow: clip;
}
.careers-inner {
  padding: clamp(110px, 16vh, 200px) 0;
  text-align: center; position: relative; z-index: 2;
}
.careers-bg {
  position: absolute; inset: 0; opacity: .4; pointer-events: none;
}
.careers-title {
  font-size: clamp(2.6rem, 7.5vw, 6.5rem);
  font-weight: 800; line-height: .95; letter-spacing: -.02em;
  text-transform: uppercase; margin-top: 26px;
}
.careers-title em { font-style: normal; color: var(--gold); }
.careers p.lede {
  color: var(--muted); max-width: 56ch; margin: 26px auto 0; line-height: 1.75;
}
.btn-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.btn {
  display: inline-block; padding: 16px 32px; border-radius: 4px;
  text-decoration: none; font-weight: 700; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase;
  transition: transform .25s var(--ease-out), box-shadow .25s, border-color .25s;
}
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(232,191,90,.28); }
.btn-line { border: 1px solid var(--border-strong); color: var(--text); }
.btn-line:hover { border-color: var(--gold); transform: translateY(-3px); }

/* ------------------------------------------------------------
   CONTACT / FOOTER
   ------------------------------------------------------------ */
.contact { background: var(--bg); border-top: 1px solid var(--border); }
.contact-inner { padding: clamp(90px, 13vh, 160px) 0 clamp(50px, 7vh, 80px); }
.contact-mail {
  display: inline-block; margin-top: 30px;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.3rem, 3.6vw, 3.2rem);
  letter-spacing: -.01em; text-decoration: none; line-height: 1.15;
  border-bottom: 2px solid var(--gold);
  transition: color .3s;
  overflow-wrap: anywhere;
}
.contact-mail:hover { color: var(--gold); }
.contact-cols {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 4vw, 60px); margin-top: clamp(60px, 9vh, 100px);
  padding-top: clamp(36px, 5vh, 56px); border-top: 1px solid var(--border);
}
.contact-cols h4 {
  font-size: .7rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 18px; font-family: var(--font-body); font-weight: 600;
}
.contact-cols ul { list-style: none; margin: 0; padding: 0; }
.contact-cols li { margin-bottom: 12px; }
.contact-cols a {
  text-decoration: none; color: var(--text); font-size: .92rem;
  transition: color .25s;
}
.contact-cols a:hover { color: var(--gold); }
@media (max-width: 760px) { .contact-cols { grid-template-columns: 1fr 1fr; } }

.legal-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  flex-wrap: wrap; padding: 28px 0 40px; margin-top: clamp(40px, 6vh, 70px);
  border-top: 1px solid var(--border);
  color: var(--muted); font-size: .8rem;
}
.legal-bar .mark { display: flex; align-items: center; gap: 10px; }

/* ------------------------------------------------------------
   NC balance pill — global counter, injected by js/nc-counter.js
   ------------------------------------------------------------ */
.nc-pill {
  position: fixed; top: calc(var(--nav-h) + 14px); right: clamp(16px, 3vw, 40px);
  z-index: 55;
  display: flex; align-items: center; gap: 10px;
  background: rgba(7, 9, 13, 0.86);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  padding: 8px 18px 8px 10px;
  font-family: var(--font-display); font-weight: 800;
  font-size: 1.05rem; letter-spacing: .02em;
  color: var(--text); text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .45);
  transition: transform .3s var(--ease-out), border-color .3s;
}
.nc-pill:hover { border-color: rgba(232, 191, 90, .5); }
.nc-pill svg {
  width: 28px; height: 28px; flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(232, 191, 90, .35));
}
.nc-pill .nc-amount { min-width: 2ch; text-align: right; }
.nc-pill .nc-unit {
  font-size: .62rem; letter-spacing: .22em; color: var(--muted);
  font-family: var(--font-body); font-weight: 700; align-self: flex-end;
  margin-bottom: 3px;
}
.nc-pill.is-bump { animation: nc-bump .5s var(--ease-out); }
@keyframes nc-bump {
  0% { transform: scale(1); }
  35% { transform: scale(1.12); border-color: var(--gold); }
  100% { transform: scale(1); }
}
@media (max-width: 600px) {
  .nc-pill { top: auto; bottom: 18px; right: 16px; }
}

/* ------------------------------------------------------------
   Motion safety & fallbacks
   ------------------------------------------------------------ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001s !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001s !important;
  }
  html { scroll-behavior: auto; }
}

/* Without JS everything must remain readable */
.no-js .manifesto .w { color: var(--text); }
.no-js .hero-title, .no-js [data-reveal] { opacity: 1 !important; transform: none !important; }
