:root {
  --ink: #0b0e0d;
  --ink-soft: #111613;
  --paper: #f2f0e8;
  --paper-deep: #e7e4da;
  --white: #fffefa;
  --lime: #c9f451;
  --mint: #d9ff78;
  --muted: #686c67;
  --line: rgba(11, 14, 13, .16);
  --line-dark: rgba(255, 255, 255, .16);
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
  --shell: min(1280px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); 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: 1000; top: 12px; left: 12px; padding: 12px 16px; background: var(--lime); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
::selection { color: var(--ink); background: var(--lime); }

.scroll-progress { position: fixed; z-index: 999; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--lime); transform: scaleX(0); transform-origin: left; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s; }
.site-header.scrolled { border-color: var(--line); background: rgba(242, 240, 232, .88); backdrop-filter: blur(18px); }
.nav-shell { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; color: var(--lime); background: var(--ink); font: 500 13px/1 var(--mono); letter-spacing: -.08em; }
.brand-text { font-size: 11px; font-weight: 800; line-height: 1.05; text-transform: uppercase; letter-spacing: .05em; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav a:hover::after, .site-nav a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid currentColor; font: 500 12px/1.4 var(--mono); }
.nav-cta span { display: inline-block; transition: transform .2s; }
.nav-cta:hover span { transform: translate(3px, -3px); }
.menu-toggle { display: none; }

.hero { min-height: 860px; padding-top: 152px; padding-bottom: 80px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(440px, .9fr); align-items: center; gap: clamp(40px, 7vw, 120px); }
.eyebrow, .section-kicker { margin: 0 0 28px; font: 500 11px/1.4 var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #70b51a; box-shadow: 0 0 0 5px rgba(112,181,26,.12); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(57px, 6.2vw, 100px); line-height: .93; letter-spacing: -.075em; font-weight: 700; }
.hero h1 em, .contact-inner h2 em { position: relative; z-index: 0; font-family: Georgia, serif; font-weight: 400; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; right: -.03em; bottom: .05em; left: -.03em; height: .28em; background: var(--lime); transform: rotate(-1.5deg); }
.hero-lede { max-width: 650px; margin: 34px 0 0; color: #4f544f; font-size: clamp(16px, 1.35vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; border: 1px solid var(--ink); font: 500 12px/1 var(--mono); transition: color .2s, background .2s, transform .2s; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: var(--paper); background: var(--ink); }
.button-primary:hover { color: var(--ink); background: var(--lime); }
.button-ghost:hover { background: var(--white); }
.hero-meta { max-width: 650px; margin-top: 70px; padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.hero-meta div { display: grid; gap: 8px; }
.hero-meta span { color: var(--muted); font: 400 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.hero-meta strong { font-size: 12px; }

.hero-visual { position: relative; width: min(100%, 550px); justify-self: end; }
.portrait-frame { position: relative; aspect-ratio: .83; padding: 12px; border: 1px solid var(--ink); background: var(--paper); }
.portrait-frame::before, .portrait-frame::after { content: ""; position: absolute; z-index: -1; width: 70%; height: 55%; background: var(--lime); }
.portrait-frame::before { top: -15px; right: -15px; }
.portrait-frame::after { bottom: -16px; left: -16px; background: var(--ink); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 34%; filter: saturate(.78) contrast(1.04); }
.portrait-index, .portrait-caption { position: absolute; bottom: 25px; padding: 7px 9px; color: var(--paper); background: rgba(11,14,13,.72); backdrop-filter: blur(7px); font: 400 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.portrait-index { left: 25px; }
.portrait-caption { right: 25px; }
.floating-stat { position: absolute; z-index: 2; padding: 16px 18px; display: grid; border: 1px solid var(--ink); background: var(--paper); box-shadow: 6px 6px 0 var(--ink); }
.floating-stat strong { font-size: 30px; line-height: 1; letter-spacing: -.06em; }
.floating-stat span { margin-top: 5px; font: 400 9px/1.4 var(--mono); text-transform: uppercase; }
.floating-stat-top { top: 12%; left: -42px; }
.floating-stat-bottom { right: -28px; bottom: 12%; color: var(--ink); background: var(--lime); }

.signal-strip { width: 100%; padding: 25px 0; overflow: hidden; color: var(--paper); background: var(--ink); clip-path: polygon(0 13%, 100% 0, 100% 87%, 0 100%); }
.signal-track { width: max-content; display: flex; align-items: center; gap: 27px; font: 500 12px/1 var(--mono); text-transform: uppercase; animation: ticker 28s linear infinite; }
.signal-track i { color: var(--lime); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding-block: 150px; }
.section-heading { margin-bottom: 76px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.section-kicker { margin-bottom: 22px; color: var(--muted); }
.section-heading h2, .impact-intro h2, .about-title h2 { margin: 0; font-size: clamp(46px, 5.5vw, 82px); line-height: .98; letter-spacing: -.065em; }
.section-heading h2 span, .impact-intro h2 span, .about-title h2 span { color: #7b7e78; font-family: Georgia, serif; font-weight: 400; }
.section-heading > p { max-width: 500px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.project-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.project-featured { grid-column: 1 / -1; min-height: 580px; display: grid; grid-template-columns: 1.08fr .92fr; }
.project-reverse { grid-template-columns: .92fr 1.08fr; }
.project-reverse .project-visual { order: 2; }
.project-visual { position: relative; min-height: 580px; overflow: hidden; background: #d9dbd1; }
.project-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(130deg, transparent 50%, rgba(11,14,13,.14)); pointer-events: none; }
.project-number { position: absolute; z-index: 3; top: 28px; left: 30px; color: var(--paper); font: 500 11px/1 var(--mono); }
.project-stamp { position: absolute; z-index: 3; right: 28px; bottom: 26px; padding: 10px 12px; color: var(--ink); background: var(--lime); font: 500 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.project-visual-daftra { display: grid; place-items: center; background: linear-gradient(135deg, #211e23, #546a70); }
.project-visual-daftra::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: rgba(201,244,81,.16); filter: blur(2px); }
.project-visual-daftra img { position: relative; z-index: 1; width: 38%; max-height: 500px; object-fit: contain; border-radius: 26px; box-shadow: 0 34px 70px rgba(0,0,0,.42); transform: rotate(5deg); transition: transform .5s; }
.project-card:hover .project-visual-daftra img { transform: rotate(2deg) scale(1.035); }
.project-visual-abwaab { background: #efc718; }
.project-visual-abwaab img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project-card:hover .project-visual-abwaab img { transform: scale(1.035); }
.project-content { padding: clamp(34px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.project-topline { margin-bottom: auto; padding-bottom: 42px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font: 400 9px/1.5 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.project-content h3 { margin: 0; font-size: clamp(38px, 4.5vw, 66px); line-height: .95; letter-spacing: -.06em; }
.project-content p { max-width: 620px; margin: 24px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.tag-list, .skill-row { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 7px; list-style: none; }
.tag-list li, .skill-row span { padding: 8px 11px; border: 1px solid var(--line); font: 400 9px/1 var(--mono); text-transform: uppercase; }
.text-link { width: max-content; margin-top: 42px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font: 500 11px/1 var(--mono); text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 12px; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -3px); }
.project-compact .project-content { min-height: 390px; padding: 42px; }
.project-compact .project-content h3 { font-size: clamp(35px, 3.6vw, 52px); }
.compact-image { position: relative; height: 370px; overflow: hidden; background: #272c29; }
.compact-image > span { position: absolute; z-index: 2; top: 22px; left: 24px; color: var(--white); font: 500 10px/1 var(--mono); }
.compact-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.project-card:hover .compact-image > img { transform: scale(1.04); }
.healthcare-image > img { object-position: center 20%; }
.split-products { width: 100%; height: 100%; padding: 35px 18%; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; background: linear-gradient(135deg, #30363b, #97a5a0); }
.split-products img { width: 100%; height: 100%; min-width: 0; object-fit: cover; object-position: top; border-radius: 16px; box-shadow: 0 20px 40px rgba(0,0,0,.28); }

.impact-section { padding-block: 140px; color: var(--paper); background: var(--ink); }
.impact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.impact-intro { position: sticky; top: 140px; align-self: start; }
.impact-intro .section-kicker { color: #959b93; }
.impact-intro h2 { font-size: clamp(44px, 5vw, 70px); }
.impact-intro h2 span { color: #94978f; }
.impact-intro > p:last-child { max-width: 490px; margin-top: 35px; color: #9da29b; line-height: 1.8; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; }
.metric-grid article { min-height: 280px; padding: 40px; border-top: 1px solid var(--line-dark); }
.metric-grid article:nth-child(odd) { border-right: 1px solid var(--line-dark); }
.metric-grid article:nth-child(n+3) { border-bottom: 1px solid var(--line-dark); }
.metric-grid strong { color: var(--lime); font-size: clamp(58px, 6vw, 88px); line-height: 1; letter-spacing: -.07em; }
.metric-grid sup { color: var(--lime); font: 500 16px/1 var(--mono); }
.metric-grid p { max-width: 230px; margin: 48px 0 0; color: #a9ada6; font-size: 13px; line-height: 1.6; }

.experience-heading { margin-bottom: 50px; }
.experience-list { border-top: 1px solid var(--line); }
.experience-item { border-bottom: 1px solid var(--line); }
.experience-trigger { width: 100%; min-height: 108px; padding: 0; display: grid; grid-template-columns: 70px 1.05fr 1fr 180px 24px; align-items: center; gap: 20px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.experience-index { color: var(--muted); font: 400 10px/1 var(--mono); }
.experience-role { font-size: 18px; font-weight: 700; }
.experience-company, .experience-date { color: var(--muted); font-size: 12px; }
.experience-date { font-family: var(--mono); }
.experience-toggle { font: 400 22px/1 var(--mono); text-align: right; }
.experience-details { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .4s ease, opacity .3s; }
.experience-details > div { overflow: hidden; }
.experience-item.is-open .experience-details { grid-template-rows: 1fr; opacity: 1; }
.experience-details > div { padding: 0 12% 46px calc(70px + 2.3%); display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.experience-details p { margin: 0; font-size: 16px; line-height: 1.7; }
.experience-details ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.expertise-section { padding-block: 150px; color: var(--paper); background: #151a17; }
.light-heading .section-kicker, .light-heading > p { color: #9ea39c; }
.light-heading h2 span { color: #8f938c; }
.expertise-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.expertise-grid article { min-height: 380px; padding: 48px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.expertise-no { display: block; margin-bottom: 70px; color: var(--lime); font: 500 12px/1 var(--mono); }
.expertise-grid h3 { margin: 0; font-size: 35px; letter-spacing: -.045em; }
.expertise-grid p { max-width: 560px; min-height: 80px; margin: 20px 0 35px; color: #a6aaa4; font-size: 14px; line-height: 1.7; }
.skill-row span { border-color: var(--line-dark); color: #c5c8c2; }

.about-section { padding-bottom: 170px; }
.about-title { margin-bottom: 80px; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.about-copy { align-self: start; }
.about-copy p { color: var(--muted); font-size: 15px; line-height: 1.9; }
.about-copy .about-lead { margin-top: 0; color: var(--ink); font-size: 23px; line-height: 1.55; letter-spacing: -.025em; }
.about-details { border-top: 1px solid var(--line); }
.about-details article { padding: 31px 0; display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px solid var(--line); }
.about-details article > span { color: var(--muted); font: 400 9px/1.4 var(--mono); text-transform: uppercase; }
.about-details h3 { margin: 0 0 12px; font-size: 20px; }
.about-details p { grid-column: 2; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact-section { position: relative; padding-block: 150px 110px; overflow: hidden; color: var(--paper); background: var(--ink); }
.contact-section::after { content: "A"; position: absolute; right: -3vw; bottom: -19vw; color: rgba(255,255,255,.025); font-size: 55vw; font-weight: 800; line-height: 1; pointer-events: none; }
.contact-inner { position: relative; z-index: 1; }
.contact-inner .section-kicker { color: var(--lime); }
.contact-inner h2 { max-width: 1000px; margin: 0; font-size: clamp(58px, 8vw, 120px); line-height: .92; letter-spacing: -.075em; }
.contact-inner h2 em { color: var(--lime); }
.contact-email { width: max-content; max-width: 100%; margin-top: 65px; padding-bottom: 8px; display: block; border-bottom: 2px solid var(--lime); font-size: clamp(22px, 3vw, 46px); letter-spacing: -.04em; }
.contact-email span { color: var(--lime); }
.contact-links { margin-top: 110px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 18px 60px; border-top: 1px solid var(--line-dark); }
.contact-links a { font: 400 11px/1.4 var(--mono); text-transform: uppercase; }
.contact-links a span { color: var(--lime); }

.site-footer { color: #a3a8a0; background: var(--ink); }
.footer-inner { min-height: 120px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 34px; border-top: 1px solid var(--line-dark); font: 400 10px/1.5 var(--mono); }
.footer-brand .brand-mark { color: var(--ink); background: var(--lime); }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 1040px) {
  :root { --shell: min(100% - 44px, 920px); }
  .nav-shell { grid-template-columns: 1fr auto; }
  .site-nav, .nav-cta { display: none; }
  .menu-toggle { justify-self: end; width: 44px; height: 44px; padding: 11px; display: flex; flex-direction: column; justify-content: center; gap: 7px; border: 1px solid var(--line); background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 100%; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav.open { position: fixed; inset: 88px 0 0; padding: 50px 22px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; color: var(--paper); background: var(--ink); }
  .site-nav.open a { width: 100%; padding: 24px 0; border-bottom: 1px solid var(--line-dark); font-size: 32px; }
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; }
.hero-copy { max-width: 820px; min-width: 0; }
  .hero-visual { width: min(78vw, 560px); margin-top: 25px; justify-self: center; }
  .section-heading, .impact-grid, .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .section-heading > p { max-width: 650px; }
  .impact-intro { position: static; }
  .project-featured, .project-reverse { grid-template-columns: 1fr; }
  .project-reverse .project-visual { order: 0; }
  .project-visual { min-height: 500px; }
  .project-topline { margin-bottom: 55px; }
  .project-compact .project-topline { margin-bottom: 20px; }
  .experience-trigger { grid-template-columns: 40px 1.15fr .9fr 140px 22px; }
  .experience-details > div { padding-left: 60px; }
  .about-grid { gap: 70px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 32px); }
  .nav-shell { height: 72px; }
  .site-nav.open { inset-block-start: 72px; }
  .brand-text { display: none; }
  .hero { padding-top: 122px; padding-bottom: 75px; grid-template-columns: minmax(0, 1fr); }
  .eyebrow { margin-bottom: 23px; font-size: 9px; }
  .hero h1 { max-width: 100%; font-size: clamp(47px, 12.5vw, 58px); overflow-wrap: anywhere; }
  .hero h1 em { display: block; white-space: nowrap; }
  .hero-lede { margin-top: 28px; font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { justify-content: space-between; }
  .hero-meta { margin-top: 48px; grid-template-columns: 1fr; gap: 22px; }
  .hero-visual { width: calc(100% - 12px); margin-top: 18px; }
  .portrait-frame { aspect-ratio: .84; padding: 8px; }
  .portrait-frame::before { top: -9px; right: -9px; }
  .portrait-frame::after { bottom: -10px; left: -10px; }
  .floating-stat { padding: 12px 14px; }
  .floating-stat strong { font-size: 24px; }
  .floating-stat-top { left: -7px; }
  .floating-stat-bottom { right: -8px; }
  .signal-strip { padding-block: 15px; }
  .section, .expertise-section { padding-block: 95px; }
  .section-heading { margin-bottom: 48px; gap: 28px; }
  .section-heading h2, .impact-intro h2, .about-title h2 { font-size: clamp(42px, 13vw, 60px); }
  .section-heading > p { font-size: 14px; }
  .project-grid { grid-template-columns: 1fr; gap: 16px; }
  .project-featured { min-height: 0; }
  .project-visual { min-height: 390px; }
  .project-visual-daftra img { width: 44%; max-height: 340px; border-radius: 18px; }
  .project-content, .project-compact .project-content { min-height: 0; padding: 30px 24px 38px; }
  .project-content h3, .project-compact .project-content h3 { font-size: 42px; }
  .project-content p { font-size: 13px; }
  .project-topline { margin-bottom: 42px; padding-bottom: 0; }
  .project-compact .project-topline { margin-bottom: 28px; }
  .compact-image { height: 310px; }
  .split-products { padding: 30px 10%; }
  .impact-section { padding-block: 95px; }
  .impact-grid { gap: 60px; }
  .metric-grid article { min-height: 215px; padding: 25px 18px; }
  .metric-grid strong { font-size: 52px; }
  .metric-grid p { margin-top: 40px; font-size: 11px; }
  .experience-heading { margin-bottom: 35px; }
  .experience-trigger { min-height: 120px; grid-template-columns: 28px 1fr 22px; grid-template-rows: auto auto; gap: 8px 12px; }
  .experience-index { grid-row: 1 / 3; }
  .experience-role { align-self: end; font-size: 16px; }
  .experience-company { grid-column: 2; align-self: start; }
  .experience-date { display: none; }
  .experience-toggle { grid-column: 3; grid-row: 1 / 3; }
  .experience-details > div { padding: 0 0 36px 40px; display: block; }
  .experience-details p { font-size: 14px; }
  .experience-details ul { margin-top: 20px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-grid article { min-height: 0; padding: 35px 25px; }
  .expertise-no { margin-bottom: 48px; }
  .expertise-grid p { min-height: 0; }
  .about-section { padding-bottom: 110px; }
  .about-title { margin-bottom: 55px; }
  .about-copy .about-lead { font-size: 20px; }
  .about-details article { grid-template-columns: 1fr; gap: 12px; }
  .about-details p { grid-column: 1; }
  .contact-section { padding-block: 100px 75px; }
  .contact-inner h2 { font-size: clamp(52px, 16vw, 76px); }
  .contact-email { margin-top: 45px; font-size: 20px; }
  .contact-links { margin-top: 80px; flex-direction: column; }
  .footer-inner { padding-block: 30px; grid-template-columns: auto 1fr; }
  .footer-inner p { display: none; }
  .footer-inner > span { grid-column: 2; }
}

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