:root {
  --navy: #142d50;
  --navy-deep: #0c1c32;
  --red: #ed3347;
  --paper: #f4f3ef;
  --white: #fff;
  --ink: #17202a;
  --muted: #68717a;
  --line: rgba(20, 45, 80, .18);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-weight: 300; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 20; height: 104px; padding: 0 5.4vw;
  display: grid; grid-template-columns: 180px 1fr 180px; align-items: center;
  color: var(--white); border-bottom: 1px solid rgba(255,255,255,.25); transition: .35s ease;
}
.brand img { width: 116px; max-height: 92px; object-fit: contain; filter: drop-shadow(0 2px 6px rgba(0,0,0,.25)); }
.desktop-nav { justify-self: center; display: flex; gap: clamp(24px,3vw,52px); }
.desktop-nav a { font-size: 12px; text-transform: uppercase; letter-spacing: .18em; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--red); transition: right .3s; }
.desktop-nav a:hover::after { right: 0; }
.header-contact { justify-self: end; display: flex; align-items: center; gap: 12px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.header-contact svg, .outline-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.menu-toggle { display: none; background: none; border: 0; width: 42px; height: 42px; padding: 12px 4px; }
.menu-toggle span { display: block; height: 1px; width: 30px; background: currentColor; margin: 7px 0; transition: .3s; }
.mobile-nav { display: none; }
body.menu-open .site-header { z-index: 41; }

.hero { position: relative; height: min(900px, 100svh); min-height: 680px; color: var(--white); overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero.webp") center/cover no-repeat; transform: scale(1.035); animation: heroIn 1.6s cubic-bezier(.2,.7,.2,1) forwards; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(4,13,27,.62),rgba(4,13,27,.15) 65%), linear-gradient(0deg,rgba(4,13,27,.32),transparent 45%); }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 110px 20px 70px; }
.eyebrow, .section-kicker { font-size: 11px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; }
.eyebrow.light, .section-kicker.light { color: rgba(255,255,255,.78); }
.hero h1 { margin: 24px 0 38px; max-width: 1100px; font: 400 clamp(52px, 7.4vw, 112px)/.98 var(--serif); letter-spacing: -.025em; text-wrap: balance; }
.hero h1 em, .display-title em, .contact h2 em { font-family: Georgia, serif; font-weight: 400; }
.outline-button { display: inline-flex; align-items: center; gap: 24px; padding: 17px 22px; border: 1px solid currentColor; font-size: 10px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; transition: .3s; }
.outline-button:hover { color: var(--navy); background: var(--white); border-color: var(--white); }
.hero-footer { position: absolute; left: 5.4vw; bottom: 33px; display: flex; gap: 35px; font-size: 10px; letter-spacing: .17em; text-transform: uppercase; opacity: .7; }
.scroll-cue { position: absolute; right: 5.4vw; bottom: 26px; display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; animation: bob 1.6s infinite; }

.section { padding: 120px 5.4vw; }
.section-kicker { display: flex; align-items: center; gap: 20px; margin-bottom: 74px; color: var(--navy); }
.section-kicker span { color: var(--red); }
.section-kicker::after { content: ""; height: 1px; flex: 1; background: currentColor; opacity: .18; }
.display-title { margin: 0; font: 400 clamp(43px,5.2vw,78px)/1.06 var(--serif); letter-spacing: -.02em; color: var(--navy); }
.display-title.light { color: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: start; }
.about-copy { max-width: 500px; padding-top: 10px; font-size: 16px; line-height: 1.8; color: var(--muted); }
.about-copy p:first-child { margin-top: 0; }
.text-link { display: inline-flex; gap: 24px; align-items: center; margin-top: 18px; padding-bottom: 6px; color: var(--navy); font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: .17em; border-bottom: 1px solid var(--red); }
.about-image-wrap { position: relative; margin-top: 95px; height: clamp(420px,52vw,720px); overflow: hidden; }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-image-wrap blockquote { position: absolute; left: 0; bottom: 0; margin: 0; width: min(540px,80%); padding: 48px 55px; background: var(--navy); color: white; font: 400 clamp(26px,3vw,42px)/1.2 var(--serif); }

.services { background: var(--navy-deep); color: white; }
.services-heading { display: grid; grid-template-columns: 1.2fr .5fr; gap: 12vw; align-items: end; margin-bottom: 85px; }
.services-heading p { color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.7; }
.service-list { border-top: 1px solid rgba(255,255,255,.22); }
.service-item { position: relative; display: grid; grid-template-columns: 90px 1fr 1fr 40px; gap: 32px; align-items: center; padding: 39px 8px; border-bottom: 1px solid rgba(255,255,255,.22); transition: .35s; }
.service-item::before { content: ""; position: absolute; inset: 0; background: var(--red); transform: scaleY(0); transform-origin: bottom; transition: transform .35s; }
.service-item:hover::before { transform: scaleY(1); }
.service-item > * { position: relative; z-index: 1; }
.service-number { font-size: 11px; letter-spacing: .16em; opacity: .55; }
.service-item h3 { margin: 0; font: 400 clamp(28px,3vw,44px)/1.1 var(--serif); }
.service-item p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.6; max-width: 400px; }
.service-arrow { font-size: 24px; justify-self: end; }

.portfolio-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 70px; }
.project-summary { width: min(100%, 420px); padding-left: 32px; border-left: 1px solid var(--line); }
.project-status { display: inline-block; margin-bottom: 17px; color: var(--red); font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.project-summary address { color: var(--navy); font: normal 400 25px/1.25 var(--serif); }
.project-summary p { margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.filters { display: flex; flex-wrap: wrap; gap: 22px; justify-content: flex-end; }
.filter { padding: 7px 0; border: 0; border-bottom: 1px solid transparent; background: none; color: var(--muted); cursor: pointer; font-size: 10px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.filter.active { color: var(--navy); border-color: var(--red); }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px 28px; align-items: start; }
.project-card { cursor: zoom-in; transition: opacity .35s, transform .35s; }
.project-card[hidden] { display: none; }
.project-card img { width: 100%; height: clamp(300px,36vw,540px); object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; }
.project-card:nth-child(even) { margin-top: 115px; }
.project-card:nth-child(even) img { height: clamp(390px,48vw,680px); }
.project-card:hover img { transform: scale(1.015); filter: brightness(.88); }
.project-meta { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); margin-top: 14px; }
.project-meta span { color: var(--red); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.project-meta > span { color: var(--muted); }
.project-meta h3 { margin: 7px 0 0; color: var(--navy); font: 400 25px/1.2 var(--serif); }
.evolution-grid { grid-template-columns: repeat(3, 1fr); gap: 62px 22px; }
.evolution-grid .project-card:nth-child(even) { margin-top: 0; }
.evolution-grid .project-card img,
.evolution-grid .project-card:nth-child(even) img { height: clamp(300px, 28vw, 470px); aspect-ratio: 4 / 3; }

.completed-project { background: var(--navy-deep); color: white; }
.completed-intro { display: grid; grid-template-columns: 1.2fr .55fr; gap: 11vw; align-items: end; }
.completed-copy { padding-bottom: 5px; }
.completed-copy address { color: white; font: normal 400 27px/1.3 var(--serif); }
.completed-copy p { margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.75; }
.project-features { display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 90px 0 42px; padding: 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.project-features li { min-height: 150px; padding: 25px 24px; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; }
.project-features li:last-child { border-right: 0; }
.project-features span { color: var(--red); font-size: 9px; letter-spacing: .18em; }
.project-features strong { margin-top: auto; font: 400 24px/1.15 var(--serif); }
.project-features small { margin-top: 8px; color: rgba(255,255,255,.48); font-size: 11px; }
.edu-note { max-width: 720px; margin: 0 0 70px auto; padding-left: 30px; border-left: 2px solid var(--red); }
.edu-note span { color: var(--red); font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.edu-note p { margin: 10px 0 0; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.7; }
.edu-note strong { color: white; font-weight: 500; }
.finished-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 260px; gap: 16px; }
.finished-grid .project-card { position: relative; min-width: 0; margin-top: 0 !important; overflow: hidden; }
.finished-grid .finished-hero { grid-column: span 7; grid-row: span 2; }
.finished-grid .finished-wide { grid-column: span 5; }
.finished-grid .finished-detail { grid-column: span 3; }
.finished-grid .project-card img,
.finished-grid .project-card:nth-child(even) img { width: 100%; height: 100%; object-fit: cover; }
.finished-grid .project-meta { position: absolute; inset: auto 0 0; margin: 0; padding: 70px 20px 18px; border: 0; background: linear-gradient(transparent, rgba(3,10,19,.82)); }
.finished-grid .project-meta h3 { color: white; }
.finished-grid .project-meta > span { color: rgba(255,255,255,.65); }
.video-showcase { margin-top: 120px; padding-top: 75px; border-top: 1px solid rgba(255,255,255,.2); }
.video-heading { display: grid; grid-template-columns: .35fr 1fr .75fr; gap: 4vw; align-items: end; margin-bottom: 48px; }
.video-heading > span { align-self: start; color: var(--red); font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.video-heading h3 { margin: 0; font: 400 clamp(38px,4vw,62px)/1.05 var(--serif); }
.video-heading h3 em { font-family: Georgia, serif; font-weight: 400; }
.video-heading p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.7; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px 18px; }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: radial-gradient(circle at 70% 20%, #274969, transparent 38%), linear-gradient(145deg, #172f4d, #07111f); }
.video-frame::before { content: ""; position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(90deg, transparent 0 70px, rgba(255,255,255,.08) 71px); pointer-events: none; }
.video-frame video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #050b13; }
.video-frame video:not([src]) { object-fit: cover; }
.video-index { position: absolute; left: 24px; top: 20px; color: rgba(255,255,255,.35); font: 400 clamp(50px,6vw,88px)/1 var(--serif); }
.video-play { position: absolute; inset: 0; z-index: 2; border: 0; background: none; color: white; cursor: pointer; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 14px; }
.video-play svg { width: 58px; fill: none; stroke: white; stroke-width: 1; transition: transform .3s, fill .3s; }
.video-play svg path { fill: white; stroke: none; }
.video-play:hover svg { transform: scale(1.08); }
.video-play > span { font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.video-play[hidden] { display: none; }
.video-card h4 { display: flex; justify-content: space-between; margin: 13px 0 0; font-size: 11px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; }
.video-card h4 span { color: var(--red); }

.archive { background: #ebeae5; }
.archive-intro { display: grid; grid-template-columns: 1.2fr .45fr; gap: 10vw; align-items: end; margin-bottom: 95px; }
.archive-intro > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.archive-category { padding: 48px 0 85px; border-top: 1px solid var(--line); }
.archive-label { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 28px; align-items: baseline; margin-bottom: 38px; }
.archive-label > span { color: var(--red); font-size: 10px; letter-spacing: .16em; }
.archive-label h3 { margin: 0; color: var(--navy); font: 400 clamp(30px,3vw,44px)/1.15 var(--serif); }
.archive-label p { justify-self: end; width: min(100%, 390px); margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.archive-grid .project-card { margin-top: 0 !important; }
.archive-grid .project-card img,
.archive-grid .project-card:nth-child(even) img { width: 100%; height: clamp(260px, 27vw, 430px); object-fit: cover; }

.process { background: #e9e7e1; }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.process-intro > p { max-width: 510px; color: var(--muted); line-height: 1.8; margin-top: 35px; }
.steps { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--red); font-size: 10px; letter-spacing: .14em; }
.steps h3 { margin: -7px 0 7px; color: var(--navy); font: 400 30px/1.2 var(--serif); }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.contact { background: var(--navy); color: var(--white); padding: 130px 5.4vw 60px; }
.contact-inner { max-width: 920px; margin: 0 auto; text-align: center; }
.contact h2 { margin: 25px 0 30px; font: 400 clamp(56px,7.3vw,106px)/.98 var(--serif); letter-spacing: -.03em; }
.contact-inner > p:not(.eyebrow) { max-width: 620px; margin: 0 auto 45px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.7; }
.contact-cta { display: inline-flex; align-items: center; gap: 40px; padding: 19px 25px; border: 1px solid rgba(255,255,255,.65); font-size: 10px; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; transition: .3s; }
.contact-cta:hover { background: var(--red); border-color: var(--red); }
.contact-cta span { font-size: 18px; }
.contact-details { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; margin-top: 110px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-details div { display: flex; flex-direction: column; gap: 10px; }
.contact-details span { color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.contact-details a, .contact-details p { margin: 0; font-size: 13px; }

footer { padding: 60px 5.4vw 28px; background: #091727; color: rgba(255,255,255,.7); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 40px; }
.footer-brand img { width: 118px; }
footer > p { margin: 12px 0 0; font: 400 23px/1.35 var(--serif); color: white; }
footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; justify-self: end; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
footer small { grid-column: 1/-1; margin-top: 35px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; letter-spacing: .08em; }

.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 30; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--red); box-shadow: 0 9px 28px rgba(0,0,0,.25); transition: .25s; }
.whatsapp-float:hover { transform: translateY(-4px); background: #25d366; }
.whatsapp-float svg { width: 30px; fill: white; }
.lightbox { position: fixed; inset: 0; z-index: 50; display: grid; grid-template-columns: 1fr; place-items: center; padding: 5vw; background: rgba(5,13,24,.94); color: white; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px,90vw); max-height: 76vh; object-fit: contain; }
.lightbox > div { width: min(1100px,90vw); display: flex; align-items: baseline; gap: 18px; margin-top: 16px; }
.lightbox span { color: var(--red); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.lightbox h3 { margin: 0; font: 400 28px/1.2 var(--serif); }
.lightbox-close { position: absolute; right: 30px; top: 23px; color: white; border: 0; background: none; font-size: 42px; font-weight: 200; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { to { transform: scale(1); } }
@keyframes bob { 50% { transform: translateY(5px); } }

@media (max-width: 900px) {
  .site-header { height: 86px; grid-template-columns: 1fr auto; padding: 0 22px; }
  .brand img { width: 90px; max-height: 76px; }
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle { display: block; color: white; position: relative; z-index: 41; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 0; z-index: 40; background: var(--navy-deep); color: white; padding: 120px 30px 50px; flex-direction: column; gap: 0; }
  .mobile-nav.open { display: flex; }
  .mobile-nav a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.17); font: 400 38px/1.2 var(--serif); }
  .hero { min-height: 650px; }
  .hero h1 { font-size: clamp(48px,12vw,74px); }
  .hero-footer { display: none; }
  .scroll-cue { right: 24px; }
  .section { padding: 85px 22px; }
  .section-kicker { margin-bottom: 50px; }
  .about-grid, .services-heading, .process-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-image-wrap { margin-top: 60px; height: 500px; }
  .about-image-wrap blockquote { padding: 30px; }
  .services-heading { margin-bottom: 55px; }
  .service-item { grid-template-columns: 40px 1fr 25px; gap: 18px; }
  .service-item p { grid-column: 2/3; }
  .service-arrow { grid-column: 3; grid-row: 1; }
  .portfolio-heading { align-items: flex-start; flex-direction: column; }
  .project-summary { width: 100%; padding: 25px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .filters { justify-content: flex-start; gap: 14px 20px; }
  .project-grid { gap: 45px 14px; }
  .evolution-grid { grid-template-columns: repeat(2, 1fr); }
  .completed-intro { grid-template-columns: 1fr; gap: 38px; }
  .project-features { grid-template-columns: repeat(2, 1fr); }
  .project-features li:nth-child(2) { border-right: 0; }
  .project-features li:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
  .finished-grid { grid-auto-rows: 230px; }
  .finished-grid .finished-hero { grid-column: span 12; }
  .finished-grid .finished-wide { grid-column: span 6; }
  .finished-grid .finished-detail { grid-column: span 6; }
  .video-heading { grid-template-columns: 1fr 1fr; }
  .video-heading > span { grid-column: 1 / -1; }
  .archive-intro { grid-template-columns: 1fr; gap: 30px; }
  .archive-label { grid-template-columns: 45px 1fr; }
  .archive-label p { grid-column: 2; justify-self: start; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card:nth-child(even) { margin-top: 70px; }
  .project-meta h3 { font-size: 20px; }
  .contact { padding: 95px 22px 45px; }
  .contact-details { grid-template-columns: 1fr; margin-top: 80px; }
  footer { padding-inline: 22px; grid-template-columns: 1fr 1fr; }
  footer nav { grid-column: 2; grid-row: 1/3; }
}

@media (max-width: 560px) {
  .hero-content { padding-inline: 18px; }
  .hero h1 { font-size: 48px; }
  .hero-image { background-position: 56% center; }
  .display-title { font-size: 41px; }
  .about-copy { font-size: 15px; }
  .about-image-wrap { height: 420px; }
  .service-item { padding-block: 28px; }
  .service-item h3 { font-size: 29px; }
  .project-grid { grid-template-columns: 1fr; }
  .evolution-grid { grid-template-columns: 1fr; }
  .project-features { grid-template-columns: 1fr; }
  .project-features li { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .project-features li:nth-child(2) { border-right: 0; }
  .project-features li:last-child { border-bottom: 0; }
  .finished-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 360px; }
  .finished-grid .finished-hero,
  .finished-grid .finished-wide,
  .finished-grid .finished-detail { grid-column: 1; grid-row: auto; }
  .video-showcase { margin-top: 85px; padding-top: 55px; }
  .video-heading, .video-grid { grid-template-columns: 1fr; }
  .video-heading > span { grid-column: 1; }
  .archive-label { grid-template-columns: 35px 1fr; }
  .archive-grid { grid-template-columns: 1fr; }
  .project-card:nth-child(even) { margin-top: 0; }
  .project-card img, .project-card:nth-child(even) img { height: 410px; }
  .contact h2 { font-size: 52px; }
  .contact-details a { overflow-wrap: anywhere; }
  footer { grid-template-columns: 1fr; }
  footer nav { grid-column: 1; grid-row: auto; justify-self: start; margin-top: 16px; }
  .whatsapp-float { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}

@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; }
}
