/* =========================================================================
   Content Forge LLC — marketing site
   Palantir-style institutional black & white.
   Recreated pixel-for-pixel from the Claude Design handoff bundle
   (Content Forge.dc.html / Privacy.dc.html).
   ========================================================================= */

:root {
  --accent: #ffffff;
  --bg: #000;
  --panel: #050505;
  --max: 1320px;
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-sans);
}

::selection { background: #fff; color: #000; }

a { color: inherit; text-decoration: none; }

img { display: block; }

@keyframes cf-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes cf-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
@keyframes cf-scroll-cue {
  0%   { transform: translateY(0); opacity: .9; }
  50%  { transform: translateY(7px); opacity: .3; }
  100% { transform: translateY(0); opacity: .9; }
}

.page { position: relative; background: #000; color: #fff; overflow-x: hidden; }

.shell { max-width: var(--max); margin: 0 auto; }

/* ---- shared dot / rules ---- */
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent, #fff); }
.dot--pulse { animation: cf-pulse 2s ease-in-out infinite; }

/* =========================  STATUS TICKER  ========================= */
.ticker {
  position: relative; z-index: 60; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: #000; height: 30px;
  display: flex; align-items: center;
  font-family: var(--font-mono);
}
.ticker__track {
  display: flex; white-space: nowrap; will-change: transform;
  animation: cf-marquee 38s linear infinite;
}
.ticker__group {
  display: inline-flex; align-items: center; gap: 28px; padding-right: 28px;
  font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}
.ticker__item { display: inline-flex; align-items: center; gap: 8px; }

/* =========================  HEADER  ========================= */
.header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  background: rgba(0,0,0,0.62);
  border-bottom: 1px solid rgba(255,255,255,0);
  transition: border-color .3s ease;
}
.header.is-scrolled { border-bottom-color: rgba(255,255,255,0.12); }
.header__inner {
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(20px,5vw,72px);
  height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: flex; align-items: center; gap: 13px; }
.brand__mark {
  width: 30px; height: 30px; border: 1.5px solid #fff; flex: none;
  display: flex; align-items: center; justify-content: center;
}
.brand__mark > span { width: 12px; height: 12px; border: 1.5px solid #fff; }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.brand__sub {
  font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.24em;
  color: rgba(255,255,255,0.45); margin-top: 3px;
}
.nav {
  display: flex; align-items: center; gap: clamp(16px,2.4vw,38px);
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.13em; text-transform: uppercase;
}
.nav__link { color: rgba(255,255,255,0.62); transition: color .25s; }
.nav__link:hover { color: #fff; }
.nav__cta {
  display: inline-flex; align-items: center; gap: 7px;
  border: 1px solid rgba(255,255,255,0.28); padding: 9px 15px; color: #fff;
  transition: background .25s, color .25s, border-color .25s;
}
.nav__cta:hover { background: #fff; color: #000; border-color: #fff; }

/* =========================  HERO  ========================= */
.hero {
  position: relative; min-height: min(94vh, 920px);
  display: flex; align-items: flex-end; overflow: hidden;
}
.hero__bg {
  position: absolute; inset: 0;
  background-image: url('assets/konrad-horizon.jpg');
  background-size: cover; background-position: 50% 30%;
  filter: grayscale(1) contrast(1.08) brightness(0.82);
}
.hero__grad-v {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.18) 32%, rgba(0,0,0,0.55) 66%, rgba(0,0,0,0.96) 100%);
}
.hero__grad-h {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.15) 55%, rgba(0,0,0,0) 100%);
}
.hero__lines {
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 25%);
  opacity: 0.5;
}
.hero__inner {
  position: relative; z-index: 2; width: 100%;
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(20px,5vw,72px) clamp(48px,6vw,88px);
}
.eyebrow {
  display: flex; align-items: center; gap: 14px; margin-bottom: 26px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.75);
}
.eyebrow__rule { width: 36px; height: 1px; background: rgba(255,255,255,0.6); flex: none; }
.hero__title {
  margin: 0; font-weight: 700; font-size: clamp(40px, 7vw, 108px);
  line-height: 0.98; letter-spacing: -0.035em; max-width: 16ch; text-wrap: balance;
}
.hero__lead {
  margin: 28px 0 0; max-width: 60ch;
  font-size: clamp(16px, 1.5vw, 21px); line-height: 1.55; color: rgba(255,255,255,0.78);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.1em;
  text-transform: uppercase; font-weight: 600; padding: 15px 26px;
}
.btn--solid { background: #fff; color: #000; transition: opacity .25s; }
.btn--solid:hover { opacity: 0.82; }
.btn--ghost { border: 1px solid rgba(255,255,255,0.32); color: #fff; transition: background .25s, color .25s; }
.btn--ghost:hover { background: rgba(255,255,255,0.08); }
.btn--lg { padding: 16px 30px; }
.btn--ghost-strong { border: 1px solid rgba(255,255,255,0.34); color: #fff; transition: background .25s; }
.btn--ghost-strong:hover { background: rgba(255,255,255,0.1); }
.btn--outline {
  border: 1px solid rgba(255,255,255,0.28); padding: 13px 22px;
  font-size: 12px; transition: background .25s, color .25s;
}
.btn--outline:hover { background: #fff; color: #000; }

/* =========================  STAT STRIP  ========================= */
.stats { border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.stats__grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.stat {
  padding: clamp(28px,3vw,42px) clamp(20px,5vw,48px);
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat:last-child { border-right: none; }
.stat__num { font-size: clamp(34px,4vw,52px); font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.stat__label {
  margin-top: 12px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
}

/* =========================  SECTION TAG (numbered index)  ========================= */
.section-tag {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(255,255,255,0.5);
}
.section-tag__idx { color: var(--accent, #fff); }
.section-tag__rule { width: 30px; height: 1px; background: rgba(255,255,255,0.3); flex: none; }

/* =========================  POSITIONING / THESIS  ========================= */
.thesis { max-width: var(--max); margin: 0 auto; padding: clamp(72px,10vw,150px) clamp(20px,5vw,72px); }
.thesis .section-tag { margin-bottom: 40px; }
.thesis__text {
  margin: 0; font-size: clamp(26px, 3.6vw, 50px); line-height: 1.22;
  letter-spacing: -0.02em; font-weight: 500; max-width: 22ch; text-wrap: balance;
}
.thesis__text .muted { color: rgba(255,255,255,0.42); }

/* =========================  CAPABILITIES  ========================= */
.capabilities { border-top: 1px solid rgba(255,255,255,0.1); }
.capabilities__head {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(56px,6vw,84px) clamp(20px,5vw,72px) 0;
}
.capabilities__head .section-tag { margin-bottom: 14px; }
.capabilities__title { margin: 0 0 8px; font-size: clamp(30px,4.4vw,60px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.04; }
.pillars { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); }
.pillar {
  padding: clamp(40px,4vw,64px) clamp(20px,5vw,56px);
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: clamp(40px,5vw,72px);
}
.pillar--a { border-right: 1px solid rgba(255,255,255,0.1); }
.pillar__kicker { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; color: rgba(255,255,255,0.4); }
.pillar__title { margin: 22px 0 0; font-size: clamp(24px,2.6vw,34px); font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
.pillar__text { margin: 18px 0 0; font-size: 16.5px; line-height: 1.6; color: rgba(255,255,255,0.66); max-width: 46ch; }
.pillar__list { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-direction: column; gap: 0; }
.pillar__item {
  display: flex; gap: 14px; padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.09);
  font-size: 14.5px; color: rgba(255,255,255,0.82);
}
.pillar__item:last-child { border-bottom: 1px solid rgba(255,255,255,0.09); }
.pillar__item .slash { font-family: var(--font-mono); color: rgba(255,255,255,0.35); }

/* =========================  PLATFORM  ========================= */
.platform { border-top: 1px solid rgba(255,255,255,0.1); background: #050505; }
.platform__inner {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(72px,9vw,140px) clamp(20px,5vw,72px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: clamp(40px,5vw,80px); align-items: center;
}
.platform__copy .section-tag { margin-bottom: 22px; }
.platform__title { margin: 0; font-size: clamp(30px,4vw,54px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; }
.platform__text { margin: 24px 0 0; font-size: 16.5px; line-height: 1.62; color: rgba(255,255,255,0.66); max-width: 50ch; }
.platform__features {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 36px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.1);
}
.feature { background: #050505; padding: 22px; }
.feature__label { font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: rgba(255,255,255,0.45); text-transform: uppercase; }
.feature__value { margin-top: 8px; font-size: 15px; color: rgba(255,255,255,0.85); }

/* ---- console mock ---- */
.console { border: 1px solid rgba(255,255,255,0.14); background: #000; box-shadow: 0 40px 90px -30px rgba(0,0,0,0.9); }
.console__bar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,0.1);
}
.console__brand { display: flex; align-items: center; gap: 11px; }
.console__mark { width: 22px; height: 22px; border: 1.5px solid #fff; display: inline-flex; align-items: center; justify-content: center; }
.console__mark > span { width: 8px; height: 8px; border: 1.5px solid #fff; }
.console__name { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.12em; color: #fff; }
.console__live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); }
.console__stats { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.console__stat { padding: 18px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.console__stat:not(:last-child) { border-right: 1px solid rgba(255,255,255,0.08); }
.console__stat-label { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: 0.14em; color: rgba(255,255,255,0.4); }
.console__stat-num { margin-top: 8px; font-size: 28px; font-weight: 700; letter-spacing: -0.02em; }
.console__body { padding: 20px; }
.console__heading { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.16em; color: rgba(255,255,255,0.4); margin-bottom: 16px; }
.queue { display: flex; flex-direction: column; gap: 15px; }
.queue__meta { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.7); margin-bottom: 7px; }
.queue__meta .state { color: rgba(255,255,255,0.4); }
.queue__bar { height: 4px; background: rgba(255,255,255,0.08); }
.queue__fill { height: 100%; background: #fff; }

/* =========================  FORMATS  ========================= */
.formats { border-top: 1px solid rgba(255,255,255,0.1); }
.formats__head {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(56px,6vw,84px) clamp(20px,5vw,72px) clamp(20px,3vw,40px);
}
.formats__head .section-tag { margin-bottom: 14px; }
.formats__title { margin: 0 0 10px; font-size: clamp(30px,4.4vw,60px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.04; max-width: 18ch; }
.formats__lead { margin: 0; max-width: 56ch; font-size: 16.5px; line-height: 1.6; color: rgba(255,255,255,0.6); }
.formats__grid {
  max-width: var(--max); margin: 0 auto;
  padding: 0 clamp(20px,5vw,72px) clamp(64px,7vw,100px);
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08);
}
.format { background: #000; padding: 28px 26px; transition: background .3s; }
.format:hover { background: #0c0c0c; }
.format__head { display: flex; justify-content: space-between; align-items: baseline; }
.format__name { font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.format__idx { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,0.3); }
.format__desc { margin: 12px 0 0; font-size: 14px; line-height: 1.55; color: rgba(255,255,255,0.55); }

/* =========================  FOUNDER  ========================= */
.founder { border-top: 1px solid rgba(255,255,255,0.1); }
.founder__grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.founder__media { position: relative; min-height: 460px; border-right: 1px solid rgba(255,255,255,0.1); overflow: hidden; }
.founder__img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 50% 22%;
  filter: grayscale(1) contrast(1.06) brightness(0.92);
}
.founder__media-grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0.7) 100%); }
.founder__caption {
  position: absolute; left: 24px; bottom: 22px;
  font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.8); text-transform: uppercase;
}
.founder__body { padding: clamp(48px,6vw,96px) clamp(24px,5vw,72px); display: flex; flex-direction: column; justify-content: center; }
.founder__body .section-tag { margin-bottom: 26px; }
.founder__name { margin: 0; font-size: clamp(30px,3.6vw,48px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; }
.founder__role { margin-top: 10px; font-family: var(--font-mono); font-size: 13px; letter-spacing: 0.1em; color: rgba(255,255,255,0.5); text-transform: uppercase; }
.founder__text { margin: 26px 0 0; font-size: 16.5px; line-height: 1.62; color: rgba(255,255,255,0.7); max-width: 52ch; }
.founder__text + .founder__text { margin-top: 18px; }
.founder__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

/* =========================  CTA  ========================= */
.cta { border-top: 1px solid rgba(255,255,255,0.1); position: relative; overflow: hidden; }
.cta__bg {
  position: absolute; inset: 0;
  background-image: url('assets/konrad-horizon.jpg');
  background-size: cover; background-position: 50% 35%;
  filter: grayscale(1) contrast(1.1) brightness(0.32);
}
.cta__grad { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.82), rgba(0,0,0,0.92)); }
.cta__inner { position: relative; z-index: 2; max-width: var(--max); margin: 0 auto; padding: clamp(72px,10vw,150px) clamp(20px,5vw,72px); text-align: center; }
.cta__title { margin: 0 auto; font-size: clamp(32px,5.2vw,76px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.02; max-width: 18ch; text-wrap: balance; }
.cta__text { margin: 24px auto 0; max-width: 52ch; font-size: clamp(16px,1.5vw,20px); line-height: 1.55; color: rgba(255,255,255,0.7); }
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 40px; }

/* =========================  FOOTER  ========================= */
.footer { border-top: 1px solid rgba(255,255,255,0.1); background: #000; }
.footer__top {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(48px,5vw,72px) clamp(20px,5vw,72px) 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px;
}
.footer__brand-link { display: flex; align-items: center; gap: 12px; }
.footer__brand-link .brand__mark { width: 28px; height: 28px; }
.footer__brand-link .brand__mark > span { width: 11px; height: 11px; }
.footer__about { margin: 20px 0 0; max-width: 30ch; font-size: 13.5px; line-height: 1.6; color: rgba(255,255,255,0.5); }
.footer__col-title { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 18px; }
.footer__links { display: flex; flex-direction: column; gap: 11px; font-size: 14px; }
.footer__links a { color: rgba(255,255,255,0.7); transition: color .2s; }
.footer__links a:hover { color: #fff; }
.footer__addr { font-family: var(--font-mono); font-size: 12.5px; line-height: 1.7; color: rgba(255,255,255,0.6); }
.footer__addr .ein { color: rgba(255,255,255,0.4); }
.footer__bar {
  max-width: var(--max); margin: clamp(40px,5vw,64px) auto 0;
  padding: 22px clamp(20px,5vw,72px); border-top: 1px solid rgba(255,255,255,0.1);
  display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em; color: rgba(255,255,255,0.4);
}

/* =========================  REVEAL ON SCROLL  ========================= */
/* Default = visible (no-JS friendly). JS hides only below-fold elements. */
.reveal-hidden {
  opacity: 0; transform: translateY(20px);
  transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal-in { opacity: 1 !important; transform: none !important; }

/* =========================  PRIVACY PAGE  ========================= */
.legal { background: #000; color: #fff; min-height: 100vh; }
.legal .header { border-bottom: 1px solid rgba(255,255,255,0.1); }
.legal__shell { max-width: 920px; margin: 0 auto; }
.legal .header__inner,
.legal .legal__title-inner,
.legal .legal__body,
.legal .footer__bar { max-width: 920px; }
.legal__back {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: 0.12em;
  text-transform: uppercase; color: rgba(255,255,255,0.7); transition: color .2s;
}
.legal__back:hover { color: #fff; }
.legal__title-wrap { border-bottom: 1px solid rgba(255,255,255,0.1); }
.legal__title-inner { margin: 0 auto; padding: clamp(56px,8vw,104px) clamp(20px,5vw,40px) clamp(40px,5vw,64px); }
.legal__title { margin: 0; font-size: clamp(34px,6vw,72px); font-weight: 700; letter-spacing: -0.035em; line-height: 1.0; }
.legal__meta { margin: 22px 0 0; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.06em; color: rgba(255,255,255,0.5); }
.legal__body { margin: 0 auto; padding: clamp(40px,5vw,72px) clamp(20px,5vw,40px) clamp(72px,9vw,120px); }
.legal__intro { margin: 0 0 32px; font-size: 16.5px; line-height: 1.7; color: rgba(255,255,255,0.72); }
.legal__list { display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.legal__row {
  padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,0.1);
  display: grid; grid-template-columns: 64px 1fr; gap: clamp(16px,3vw,40px);
}
.legal__num { font-family: var(--font-mono); font-size: 13px; color: rgba(255,255,255,0.4); }
.legal__h { margin: 0 0 16px; font-size: clamp(20px,2.4vw,28px); font-weight: 700; letter-spacing: -0.02em; }
.legal__p { margin: 0 0 14px; font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,0.7); }
.legal__p:last-child { margin-bottom: 0; }
.legal__contact {
  border: 1px solid rgba(255,255,255,0.14); padding: 24px;
  font-family: var(--font-mono); font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.75);
}
.legal__contact a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.legal__footer-back { color: rgba(255,255,255,0.55); transition: color .2s; }
.legal__footer-back:hover { color: #fff; }

/* =========================  RESPONSIVE  ========================= */
@media (max-width: 720px) {
  .nav__link { display: none; }            /* keep logo + Client Hub CTA on small screens */
  .platform__features { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .console__stats { grid-template-columns: 1fr; }
  .console__stat:not(:last-child) { border-right: none; }
}

/* =========================  REDUCED MOTION  ========================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker__track { animation: none; }
  .dot--pulse, .console__live .dot { animation: none; }
  .reveal-hidden { transition: none; opacity: 1; transform: none; }
}
