:root {
  --bg: #050608;
  --bg-soft: #0a0f15;
  --bg-panel: rgba(11, 15, 21, 0.88);
  --bg-panel-soft: rgba(15, 20, 29, 0.74);
  --gold: #f0cf7b;
  --gold-deep: #c59a46;
  --blue: #4e9df6;
  --text: #f4f6fb;
  --muted: #93a0af;
  --line: rgba(255, 255, 255, 0.08);
  --line-gold: rgba(240, 207, 123, 0.22);
  --shadow: 0 40px 120px rgba(0, 0, 0, 0.46);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max-width: 100%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Inter Tight", system-ui, sans-serif;
  background:
    radial-gradient(circle at 18% 10%, rgba(78, 157, 246, 0.11), transparent 22%),
    radial-gradient(circle at 82% 24%, rgba(240, 207, 123, 0.09), transparent 18%),
    linear-gradient(180deg, #050608 0%, #071018 26%, #06080d 100%);
}

img,
video {
  display: block;
  max-width: 100%;
}

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

button {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  z-index: 50;
}

.skip-link:focus {
  top: 12px;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.5) 0.5px, transparent 0.5px),
    radial-gradient(circle at 80% 55%, rgba(255, 255, 255, 0.45) 0.5px, transparent 0.5px);
  background-size: 18px 18px, 26px 26px;
  mix-blend-mode: soft-light;
}

.glow {
  position: fixed;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  filter: blur(95px);
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

.glow-left {
  top: 6rem;
  left: -12rem;
  background: rgba(78, 157, 246, 0.34);
}

.glow-right {
  top: 18rem;
  right: -8rem;
  background: rgba(240, 207, 123, 0.2);
}

.topbar,
main,
.video-modal {
  position: relative;
  z-index: 1;
}

.topbar {
  width: calc(100% - 20px);
  margin: 18px auto 0;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 999px;
  background: rgba(5, 8, 12, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-weight: 700;
}

.brand img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.topnav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.92rem;
}

.topnav a:hover,
.topnav a:focus-visible,
.inline-action:hover,
.inline-action:focus-visible {
  color: var(--text);
}

.topbar-cta,
.primary-button,
.secondary-button,
.close-button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.topbar-cta,
.primary-button {
  padding: 12px 18px;
  background: linear-gradient(135deg, #f6d98d 0%, #d8aa4a 100%);
  color: #111419;
  font-weight: 700;
  box-shadow: 0 18px 38px rgba(216, 170, 74, 0.18);
}

.secondary-button,
.close-button {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: var(--text);
}

.topbar-cta:hover,
.primary-button:hover,
.secondary-button:hover,
.close-button:hover {
  transform: translateY(-1px);
}

main {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 26px 0 84px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-tag::before {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(240, 207, 123, 0.45);
}

.hero,
.system-section,
.presence-section,
.fronts-section,
.manifesto-section,
.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(10, 14, 20, 0.9), rgba(6, 9, 13, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), var(--shadow);
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  padding: 22px 22px 20px;
  min-height: calc(100dvh - 94px);
}

.hero-video-background,
.hero-video-scrim {
  position: absolute;
  inset: 0;
}

.hero-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.84;
  filter: saturate(1.1) contrast(1.04) brightness(1.02);
  transform: scale(1.02);
  transition: opacity 900ms ease, filter 900ms ease, transform 1200ms ease;
}

.hero-video-scrim {
  background:
    linear-gradient(90deg, rgba(5, 6, 8, 0.82) 0%, rgba(5, 6, 8, 0.58) 26%, rgba(5, 6, 8, 0.22) 56%, rgba(5, 6, 8, 0.56) 100%),
    linear-gradient(180deg, rgba(5, 6, 8, 0.04) 0%, rgba(5, 6, 8, 0.58) 100%);
  transition: background 900ms ease;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 22px;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.hero-copy > *,
.hero-stage > * {
  opacity: 0;
  transform: translateY(18px);
}

.hero-stage > * {
  transform: translateY(18px) scale(0.985);
}

.hero.is-visible .hero-copy > *,
.hero.is-visible .hero-stage > * {
  animation: hero-enter 720ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero.is-visible .section-tag {
  animation-delay: 80ms;
}

.hero.is-visible h1 {
  animation-delay: 160ms;
}

.hero.is-visible .hero-lede {
  animation-delay: 260ms;
}

.hero.is-visible .hero-actions {
  animation-delay: 360ms;
}

.hero.is-visible .hero-signals {
  animation-delay: 440ms;
}

.hero.is-visible .hero-monolith {
  animation-delay: 220ms;
}

.hero.is-visible .hero-film-callout {
  animation-delay: 420ms;
}

.hero.is-visible .telemetry-a {
  animation-delay: 520ms;
}

.hero.is-visible .telemetry-b {
  animation-delay: 620ms;
}

.hero-copy h1,
.system-heading h2,
.presence-aside h2,
.fronts-heading h2,
.contact-copy h2,
.fronts-manifesto h3,
.presence-panel h3 {
  font-family: "Space Grotesk", system-ui, sans-serif;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  margin: 12px 0 14px;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.88;
  max-width: 12ch;
  text-wrap: balance;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.26);
}

.hero-lede,
.system-statement p,
.system-note p,
.presence-panel p,
.front-card p,
.fronts-manifesto p,
.contact-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 56ch;
}

.hero-lede {
  color: rgba(240, 244, 251, 0.9);
  max-width: 40ch;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.hero-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.hero-signals article,
.system-statement,
.system-schema,
.system-note,
.presence-panel,
.front-card,
.fronts-manifesto,
.contact-card {
  border-radius: 22px;
}

.hover-reveal-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.hover-reveal-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -2;
  opacity: 0;
  background-image: var(--card-bg-image);
  background-size: cover;
  background-position: center;
  filter: saturate(1.08) contrast(1.04) brightness(0.95);
  -webkit-mask-image: radial-gradient(circle 140px at var(--mx, 50%) var(--my, 50%), #000 0%, #000 38%, transparent 72%);
  mask-image: radial-gradient(circle 140px at var(--mx, 50%) var(--my, 50%), #000 0%, #000 38%, transparent 72%);
  transition: opacity 200ms ease;
}

.hover-reveal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(180deg, rgba(6, 9, 13, 0.18), rgba(6, 9, 13, 0.58)),
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(240, 207, 123, 0.14), transparent 28%);
  transition: opacity 200ms ease;
}

.chip-bg-a {
  --card-bg-image: url("./assets/microchip-bg-01.jpeg");
}

.chip-bg-b {
  --card-bg-image: url("./assets/microchip-bg-02.jpeg");
}

.hover-reveal-card:hover,
.hover-reveal-card:focus-within,
.hover-reveal-card.card-active {
  border-color: rgba(240, 207, 123, 0.24);
  background-color: rgba(255, 255, 255, 0.04);
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
}

.hover-reveal-card:hover::before,
.hover-reveal-card:hover::after,
.hover-reveal-card:focus-within::before,
.hover-reveal-card:focus-within::after,
.hover-reveal-card.card-active::before,
.hover-reveal-card.card-active::after {
  opacity: 1;
}

.hero-signals article {
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.hero-signals span,
.hero-telemetry span,
.signal-band span,
.schema-row span,
.presence-panel span,
.front-card span,
.fronts-manifesto span,
.film-chip {
  display: inline-flex;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-signals strong,
.hero-telemetry strong,
.schema-row strong,
.presence-panel strong,
.front-card h3 {
  display: block;
}

.hero-signals strong {
  margin-top: 8px;
  line-height: 1.35;
  font-size: 0.9rem;
}

.hero-stage {
  position: relative;
  display: grid;
  gap: 16px;
  align-content: start;
}

.hero-telemetry {
  position: absolute;
  width: 198px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 10, 14, 0.82);
  backdrop-filter: blur(14px);
  z-index: 3;
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 900ms ease,
    border-color 900ms ease;
}

.hero-telemetry strong {
  margin-top: 8px;
  line-height: 1.35;
}

.telemetry-a {
  top: 18px;
  left: -18px;
}

.telemetry-b {
  right: -14px;
  bottom: 176px;
}

.hero-monolith {
  min-height: 260px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(7, 10, 14, 0.58), rgba(7, 10, 14, 0.3)),
    radial-gradient(circle at center, rgba(240, 207, 123, 0.08), transparent 28%),
    radial-gradient(circle at center, rgba(78, 157, 246, 0.06), transparent 42%);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: background 900ms ease, border-color 900ms ease, backdrop-filter 900ms ease;
}

.monolith-core {
  position: relative;
  width: min(100%, 420px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.core-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(240, 207, 123, 0.11);
}

.ring-one {
  width: 68%;
  height: 68%;
  animation: spin 22s linear infinite;
}

.ring-two {
  width: 88%;
  height: 88%;
  border-color: rgba(78, 157, 246, 0.1);
  animation: spinReverse 34s linear infinite;
}

.core-emblem {
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  border: 1px solid rgba(240, 207, 123, 0.18);
  background: rgba(9, 13, 19, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 30px 80px rgba(0, 0, 0, 0.34);
}

.core-emblem img {
  width: 86px;
}

.hero-film-callout {
  width: fit-content;
  max-width: 320px;
  margin-left: auto;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 10, 14, 0.74);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition:
    opacity 720ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 720ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 900ms ease,
    border-color 900ms ease;
}

.inline-action {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}

.hero-film-callout span {
  display: inline-flex;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-film-callout strong {
  display: block;
  margin: 8px 0 10px;
  line-height: 1.3;
  font-size: 0.94rem;
}


.signal-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.signal-band span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(240, 207, 123, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: #c5ced8;
}

.system-section,
.presence-section,
.fronts-section,
.manifesto-section,
.contact-section {
  margin-top: 24px;
}

.system-section,
.presence-section,
.fronts-section,
.manifesto-section,
.contact-card {
  border-radius: 32px;
}

.system-section,
.presence-section,
.fronts-section,
.manifesto-section {
  padding: 36px 30px;
}

.system-heading,
.presence-aside,
.fronts-heading {
  max-width: 880px;
}

.system-heading h2,
.presence-aside h2,
.fronts-heading h2,
.contact-copy h2 {
  margin: 16px 0 0;
  font-size: clamp(2.3rem, 4.3vw, 4.6rem);
  line-height: 0.96;
  text-wrap: balance;
}

.system-layout {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 0.95fr;
  gap: 14px;
  margin-top: 28px;
  align-items: stretch;
}

.system-statement,
.system-schema,
.system-note {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.system-statement {
  display: flex;
  align-items: end;
  background:
    radial-gradient(circle at 80% 24%, rgba(240, 207, 123, 0.14), transparent 20%),
    rgba(255, 255, 255, 0.03);
}

.system-schema {
  display: grid;
  gap: 0;
}

.schema-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.schema-row:last-child {
  border-bottom: 0;
}

.schema-row strong {
  text-align: right;
  max-width: 18ch;
  font-weight: 600;
}

.schema-row-accent strong {
  color: var(--gold);
}

.system-note span {
  display: inline-flex;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.system-note p {
  margin-top: 14px;
}

.presence-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
}

.presence-panels {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 14px;
}

.presence-panel {
  min-height: 220px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.panel-main {
  grid-row: span 2;
  min-height: 100%;
  background:
    radial-gradient(circle at 82% 18%, rgba(78, 157, 246, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.panel-main h3 {
  margin: 18px 0 16px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 0.95;
  max-width: 10ch;
}

.panel-metric strong {
  margin-top: 14px;
  font-size: 1.15rem;
  line-height: 1.2;
}

.panel-metric p {
  margin-top: 14px;
}

.fronts-stage {
  display: grid;
  grid-template-columns: 1.28fr 1fr 1fr;
  gap: 14px;
  margin-top: 26px;
  grid-template-areas:
    "manifesto large top"
    "manifesto large bottom";
}

.fronts-manifesto,
.front-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.fronts-manifesto {
  grid-area: manifesto;
  background:
    radial-gradient(circle at 78% 20%, rgba(240, 207, 123, 0.16), transparent 20%),
    radial-gradient(circle at 22% 78%, rgba(78, 157, 246, 0.1), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.fronts-manifesto h3 {
  margin: 18px 0 18px;
  font-size: clamp(2.3rem, 3vw, 3.6rem);
  line-height: 0.95;
  max-width: 11ch;
}

.front-card-large {
  grid-area: large;
  min-height: 100%;
}

.front-card-top {
  grid-area: top;
}

.front-card-bottom {
  grid-area: bottom;
}

.front-card h3 {
  margin: 16px 0 12px;
  font-size: 1.45rem;
  line-height: 1.05;
}

.manifesto-section {
  text-align: center;
}

.manifesto-section p {
  margin: 0 auto;
  max-width: 46ch;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.7rem, 3.2vw, 3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.contact-card {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  padding: 32px;
}

.contact-copy h2 {
  max-width: 11ch;
}

.contact-copy p {
  margin-top: 16px;
  max-width: 48ch;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 6px 0;
  color: #798796;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 560ms ease, transform 560ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
}

.video-modal[hidden] {
  display: none;
}

.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 6, 9, 0.78);
  backdrop-filter: blur(12px);
}

.video-modal-panel {
  position: relative;
  width: min(calc(100% - 24px), 1120px);
  margin: 30px auto;
  padding: 22px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 11, 16, 0.96);
  box-shadow: var(--shadow);
}

.video-modal-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 16px;
}

.video-modal-header h2 {
  margin: 14px 0 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.8rem, 2.6vw, 2.8rem);
  letter-spacing: -0.04em;
}

.video-modal-frame {
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(240, 207, 123, 0.18);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes spinReverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@media (max-width: 1180px) {
  .hero-grid,
  .system-layout,
  .presence-section,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .presence-panels {
    grid-template-columns: 1fr 1fr;
  }

  .fronts-stage {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "manifesto manifesto"
      "large top"
      "large bottom";
  }
}

@media (max-width: 920px) {
  .topbar {
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .topnav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(3.2rem, 16vw, 5.6rem);
  }

  .hero-signals,
  .presence-panels,
  .fronts-stage {
    grid-template-columns: 1fr;
  }

  .fronts-stage {
    grid-template-areas:
      "manifesto"
      "large"
      "top"
      "bottom";
  }

  .hero-telemetry {
    position: static;
    width: auto;
  }
}

@media (max-width: 680px) {
  .topbar,
  main {
    width: calc(100% - 12px);
  }

  .hero,
  .system-section,
  .presence-section,
  .fronts-section,
  .manifesto-section,
  .contact-card {
    padding: 20px;
  }

  .hero-monolith {
    min-height: 290px;
  }

  .hero-film-callout {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .core-emblem {
    width: 128px;
    height: 128px;
  }

  .core-emblem img {
    width: 68px;
  }

  .hero-signals,
  .signal-band,
  .schema-row,
  .video-modal-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .schema-row strong {
    text-align: left;
  }

  .video-modal-panel {
    margin: 16px auto;
    padding: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
