:root {
  --ink: #0d1f17;
  --green-950: #0b2d20;
  --green-900: #123d2b;
  --green-800: #17573a;
  --green-700: #1b6945;
  --gold: #e0a82e;
  --gold-soft: #f3cc72;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --line: rgba(13, 31, 23, 0.13);
  --muted: #5e6c65;
  --shadow: 0 24px 70px rgba(11, 45, 32, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -60px; background: var(--gold); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: white;
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgba(11,45,32,.94); backdrop-filter: blur(16px); box-shadow: 0 10px 35px rgba(0,0,0,.12); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-size: 1.25rem; font-weight: 800; letter-spacing: -.03em; }
.brand img { width: 46px; height: 46px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .93rem; font-weight: 600; }
.site-nav a { opacity: .86; transition: opacity .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.site-nav .nav-cta { opacity: 1; border: 1px solid rgba(255,255,255,.48); padding: 10px 17px; border-radius: 999px; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: white; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--green-950); }
.hero-photo, .hero-shade { position: absolute; inset: 0; }
.hero-photo { background: url('/assets/chama-meeting.webp') center/cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, rgba(7,31,22,.98) 0%, rgba(7,31,22,.91) 34%, rgba(7,31,22,.48) 62%, rgba(7,31,22,.12) 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(8,30,21,.35)); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .55fr); gap: 70px; align-items: end; padding-top: 112px; padding-bottom: 92px; }
.hero-grid > *, .trust-row > div { min-width: 0; }
.hero-copy { max-width: 700px; align-self: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--gold-soft); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--green-700); }
.eyebrow.light { color: var(--gold-soft); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; line-height: 1.08; letter-spacing: -.045em; }
h1 { margin-bottom: 24px; font-size: clamp(3.6rem, 7vw, 6.8rem); font-weight: 700; }
h1 em { color: var(--gold-soft); font-style: normal; }
.hero-lede { max-width: 620px; margin: 0; color: rgba(255,255,255,.82); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #172018; box-shadow: 0 12px 34px rgba(224,168,46,.23); }
.button-light { background: white; color: var(--green-900); }
.text-link { font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.38); padding-bottom: 4px; }
.trust-card { align-self: end; padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: rgba(7,31,22,.64); backdrop-filter: blur(16px); box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.trust-label { margin: 0 0 16px; color: var(--gold-soft); font-size: .73rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.trust-row { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 13px; align-items: start; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.14); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { margin-bottom: 3px; font-size: .95rem; }
.trust-row div > span { color: rgba(255,255,255,.64); font-size: .82rem; line-height: 1.45; }
.trust-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(224,168,46,.14); color: var(--gold-soft); }
.trust-icon svg, .feature-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.principles { background: var(--green-950); color: white; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle { padding: 42px 40px 46px; border-left: 1px solid rgba(255,255,255,.12); }
.principle:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.principle > span { color: var(--gold-soft); font-size: .76rem; font-weight: 700; letter-spacing: .12em; }
.principle h2 { margin: 20px 0 8px; font-size: 1.35rem; letter-spacing: -.025em; }
.principle p { margin: 0; color: rgba(255,255,255,.64); font-size: .91rem; }

.tools-section { padding: 124px 0; background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 90px; align-items: end; margin-bottom: 55px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.section-heading > p:last-child { margin: 0 0 8px; color: var(--muted); font-size: 1.08rem; max-width: 500px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature { min-height: 315px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.7); }
.feature-wide { grid-column: span 2; display: grid; grid-template-columns: 58px 1fr; gap: 12px 20px; background: var(--green-900); color: white; }
.feature-wide .mini-ledger { grid-column: 2; }
.feature-gold { background: #e6b444; border-color: transparent; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 16px; background: rgba(23,87,58,.1); color: var(--green-800); }
.feature-wide .feature-icon { margin-bottom: 0; background: rgba(255,255,255,.1); color: var(--gold-soft); }
.feature-gold .feature-icon { background: rgba(255,255,255,.4); }
.feature-kicker { margin: 0 0 12px; color: var(--green-700); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.feature-wide .feature-kicker { color: var(--gold-soft); }
.feature h3 { max-width: 390px; margin-bottom: 14px; font-size: clamp(1.42rem, 2.3vw, 2rem); }
.feature > p:last-child, .feature > div > p:last-child { margin-bottom: 0; color: var(--muted); font-size: .93rem; }
.feature-wide > div > p:last-child { color: rgba(255,255,255,.68); }
.feature-gold > p:last-child { color: rgba(13,31,23,.7); }
.mini-ledger { align-self: end; margin-top: 20px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
.mini-ledger div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mini-ledger div + div { justify-content: flex-start; margin-top: 12px; color: rgba(255,255,255,.58); font-size: .78rem; }
.mini-ledger span:first-child { color: rgba(255,255,255,.68); font-size: .84rem; }
.status-dot { width: 7px; height: 7px; flex: none; border-radius: 50%; background: var(--gold); }

.preview-section { position: relative; overflow: hidden; padding: 120px 0 105px; background: var(--green-900); color: white; }
.preview-section::before { content: ""; position: absolute; width: 600px; height: 600px; right: -250px; top: -220px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.preview-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.preview-copy h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.preview-copy > p:not(.eyebrow) { max-width: 530px; color: rgba(255,255,255,.66); font-size: 1.06rem; }
.check-list { display: grid; gap: 13px; margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: rgba(255,255,255,.85); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold-soft); font-weight: 700; }
.app-preview { min-width: 0; margin: 0; }
.screen-stack { position: relative; min-height: 660px; display: grid; place-items: center; }
.app-screen { position: absolute; width: min(270px, 42vw); border: 6px solid #092519; border-radius: 34px; background: white; box-shadow: 0 35px 90px rgba(0,0,0,.34); }
.app-screen-main { z-index: 3; transform: translateY(-5px); }
.app-screen-left { z-index: 1; transform: translate(-48%, 32px) rotate(-7deg); opacity: .92; }
.app-screen-right { z-index: 2; transform: translate(48%, 32px) rotate(7deg); opacity: .92; }
.app-preview figcaption { margin-top: 8px; color: rgba(255,255,255,.6); font-size: .78rem; text-align: center; }
.legacy-preview { display: none !important; }
.phone-wrap { position: relative; min-height: 650px; display: grid; place-items: center; }
.phone { position: relative; z-index: 2; width: min(345px, 90vw); padding: 13px 17px 17px; border: 7px solid #092519; border-radius: 43px; background: #f8f8f4; color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.35); }
.phone-top { display: flex; justify-content: space-between; padding: 5px 9px 16px; color: #314139; font-size: .66rem; font-weight: 700; }
.phone-header { display: flex; align-items: center; justify-content: space-between; padding: 8px 5px 17px; }
.phone-header small, .phone-header strong { display: block; }
.phone-header small { color: #7b8781; font-size: .69rem; }
.phone-header strong { margin-top: 2px; font-size: .92rem; }
.phone-header img { width: 42px; height: 42px; object-fit: contain; }
.balance-card { position: relative; overflow: hidden; padding: 22px; border-radius: 22px; background: var(--green-900); color: white; }
.balance-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -42px; top: -45px; border: 22px solid rgba(224,168,46,.16); border-radius: 50%; }
.balance-card small, .balance-card strong, .balance-card span { display: block; }
.balance-card small { color: rgba(255,255,255,.65); font-size: .69rem; }
.balance-card strong { margin: 6px 0; font-family: "Manrope"; font-size: 1.7rem; }
.balance-card span { color: var(--gold-soft); font-size: .64rem; }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 14px 0; }
.quick-grid div { display: grid; place-items: center; gap: 4px; padding: 11px 3px 8px; border-radius: 14px; background: white; border: 1px solid #e8ece9; }
.quick-icon { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 9px; background: #edf5f0; color: var(--green-700); font-weight: 700; }
.quick-grid small { font-size: .62rem; }
.phone-panel { padding: 16px; border: 1px solid #e5e9e6; border-radius: 18px; background: white; }
.panel-title, .metric-row { display: flex; align-items: center; justify-content: space-between; }
.panel-title { margin-bottom: 16px; }
.panel-title strong { font-size: .78rem; }
.panel-title span, .metric-row { color: #77827c; font-size: .64rem; }
.metric-row + .metric-row { margin-top: 13px; }
.metric-row strong { color: var(--ink); }
.bar { height: 5px; margin: 8px 0 15px; overflow: hidden; border-radius: 99px; background: #e7eee9; }
.bar i { display: block; height: 100%; border-radius: inherit; background: var(--gold); }
.gold-text { color: #b17c10 !important; }
.phone-nav { display: flex; justify-content: space-around; margin-top: 15px; padding: 12px 0 1px; border-top: 1px solid #e3e8e4; color: #8a958f; font-size: .6rem; }
.phone-nav .active { color: var(--green-700); font-weight: 700; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(243,204,114,.28); }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 640px; height: 640px; border-color: rgba(255,255,255,.08); }

.meaning-section { padding: 120px 0; background: var(--paper); }
.meaning-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.meaning-mark { display: grid; place-items: center; min-height: 500px; border-radius: 48% 48% 18% 48%; background: #edf3ec; }
.meaning-mark img { width: min(90%, 460px); mix-blend-mode: multiply; }
.meaning-copy .word { margin: 0 0 12px; color: var(--green-700); font-family: "Manrope"; font-size: 1.3rem; font-weight: 700; letter-spacing: .13em; }
.meaning-copy h2 { margin-bottom: 24px; font-size: clamp(2.8rem, 5vw, 5rem); }
.meaning-copy > p:not(.eyebrow):not(.word) { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.name-notes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.name-notes span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--green-800); font-size: .78rem; font-weight: 600; }

.closing-section { padding: 0 0 90px; background: var(--paper); }
.closing-card { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 62px; border-radius: 30px; background: var(--green-950); color: white; }
.closing-card h2 { max-width: 720px; margin: 0; font-size: clamp(2.3rem, 4.5vw, 4.2rem); }
footer { padding: 30px 0; background: var(--cream); border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--muted); font-size: .78rem; }
.footer-brand { color: var(--green-900); font-size: 1rem; }
.footer-brand img { width: 36px; height: 36px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.footer-links a { color: var(--green-800); font-weight: 600; }
.footer-links a:hover, .footer-links a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

.legal-body { background: var(--cream); }
.legal-header { position: static; background: var(--green-950); color: white; }
.legal-header .nav-wrap { min-height: 82px; }
.legal-home-link { color: rgba(255,255,255,.78); font-size: .9rem; font-weight: 600; }
.legal-home-link:hover, .legal-home-link:focus-visible { color: white; }
.legal-main { min-height: calc(100vh - 170px); }
.legal-hero { position: relative; overflow: hidden; padding: 90px 0 76px; background: var(--green-900); color: white; }
.legal-hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; top: -230px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.legal-hero .shell { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 820px; margin-bottom: 20px; font-size: clamp(3rem, 7vw, 5.8rem); }
.legal-hero-copy { max-width: 690px; margin: 0; color: rgba(255,255,255,.74); font-size: clamp(1rem, 2vw, 1.18rem); }
.legal-updated { margin: 24px 0 0; color: var(--gold-soft); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.legal-content { padding: 72px 0 96px; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 64px; align-items: start; }
.legal-article { max-width: 760px; }
.legal-section + .legal-section { margin-top: 48px; padding-top: 48px; border-top: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 16px; color: var(--green-950); font-size: clamp(1.55rem, 3vw, 2.1rem); letter-spacing: -.03em; }
.legal-section h3 { margin: 26px 0 8px; color: var(--green-900); font-size: 1.02rem; letter-spacing: -.01em; }
.legal-section p { margin: 0 0 15px; color: var(--muted); }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section a, .contact-card a { color: var(--green-700); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.legal-list { display: grid; gap: 12px; margin: 16px 0 0; padding: 0; list-style: none; }
.legal-list li { position: relative; padding-left: 23px; color: var(--muted); }
.legal-list li::before { content: ""; position: absolute; left: 0; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.legal-list strong { color: var(--ink); }
.legal-aside { position: sticky; top: 24px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 16px 45px rgba(11,45,32,.08); }
.legal-aside p { margin: 0 0 13px; color: var(--green-900); font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.legal-aside nav { display: grid; gap: 11px; }
.legal-aside a { color: var(--muted); font-size: .9rem; font-weight: 600; }
.legal-aside a[aria-current="page"] { color: var(--green-700); }
.contact-card { margin-top: 30px; padding: 26px 28px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: #edf3ec; }
.contact-card strong { display: block; margin-bottom: 5px; color: var(--green-950); font-family: "Manrope", sans-serif; }
.contact-card p { margin: 0; }
.steps { counter-reset: steps; display: grid; gap: 18px; margin: 22px 0 0; padding: 0; list-style: none; }
.steps li { position: relative; min-height: 48px; padding-left: 64px; color: var(--muted); }
.steps li::before { counter-increment: steps; content: counter(steps, decimal-leading-zero); position: absolute; left: 0; top: -3px; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 14px; background: var(--green-900); color: var(--gold-soft); font-size: .75rem; font-weight: 800; }
.steps strong { display: block; margin-bottom: 3px; color: var(--ink); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 920px) {
  .shell { width: min(100% - 36px, 720px); }
  .menu-button { display: block; }
  .site-nav { position: absolute; inset: 70px 18px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border-radius: 18px; background: var(--green-950); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .site-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { min-height: 900px; align-items: end; }
  .hero-photo { background-position: 63% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,31,22,.3), rgba(7,31,22,.95) 68%); }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; padding-top: 140px; padding-bottom: 60px; }
  .trust-card { max-width: 500px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principle, .principle:last-child { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-wide { grid-column: span 2; }
  .preview-grid, .meaning-grid { grid-template-columns: 1fr; gap: 70px; }
  .preview-copy { max-width: 610px; }
  .meaning-mark { min-height: 420px; }
  .closing-card { align-items: start; flex-direction: column; padding: 46px 36px; }
  .footer-inner { flex-wrap: wrap; }
  .legal-layout { grid-template-columns: 1fr; gap: 48px; }
  .legal-aside { position: static; order: -1; }
  .legal-aside nav { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 520px); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 40px; height: 40px; }
  .hero { min-height: 850px; }
  .hero-grid { padding-bottom: 38px; }
  h1 { font-size: clamp(2.75rem, 12.3vw, 3.45rem); letter-spacing: -.055em; }
  .hero-copy, .hero-lede, .trust-card { min-width: 0; max-width: 100%; }
  .hero-lede, .trust-row div > span { overflow-wrap: anywhere; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-card { padding: 19px; }
  .principle { padding: 34px 28px; }
  .tools-section, .preview-section, .meaning-section { padding: 86px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; grid-template-columns: 1fr; }
  .feature-wide .mini-ledger { grid-column: 1; }
  .feature { min-height: auto; }
  .feature-icon { margin-bottom: 32px; }
  .screen-stack { min-height: 600px; }
  .app-screen { width: min(240px, 56vw); border-width: 5px; border-radius: 28px; }
  .app-screen-left { transform: translate(-30%, 28px) rotate(-6deg); }
  .app-screen-right { transform: translate(30%, 28px) rotate(6deg); }
  .meaning-mark { min-height: 340px; border-radius: 32px; }
  .closing-section { padding-bottom: 50px; }
  .closing-card { padding: 38px 26px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner p { margin: 0; }
  .legal-header .nav-wrap { min-height: 70px; }
  .legal-hero { padding: 68px 0 56px; }
  .legal-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .legal-content { padding: 52px 0 70px; }
  .legal-section + .legal-section { margin-top: 36px; padding-top: 36px; }
  .legal-aside nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
