:root {
  --night: #090909;
  --night-soft: #11100f;
  --panel: #171513;
  --paper: #f2eee6;
  --paper-deep: #e2d9ca;
  --ink: #171310;
  --muted: #867e74;
  --muted-light: #b7aea3;
  --ember: #d65232;
  --ember-deep: #9d2d1c;
  --gold: #d5ad68;
  --line-dark: rgba(255, 255, 255, .14);
  --line-light: rgba(23, 19, 16, .16);
  --display: "Bebas Neue", Impact, sans-serif;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: #fff; background: var(--ember); }
.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: 10px; left: 10px; padding: 11px 16px; color: var(--night); background: var(--paper); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 30; top: 0; left: 0; right: 0; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px, 5vw, 76px); color: white; border-bottom: 1px solid var(--line-dark); }
.site-header.solid { position: relative; background: var(--night); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: clamp(155px, 15vw, 205px); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 38px); height: 100%; }
.main-nav > a { position: relative; display: flex; align-items: center; height: 100%; color: rgba(255,255,255,.72); text-decoration: none; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: color .2s; }
.main-nav > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--ember); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.main-nav > a:hover, .main-nav > a.active { color: white; }
.main-nav > a:hover::after, .main-nav > a.active::after { transform: scaleX(1); }
.nav-search { width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: transparent; cursor: pointer; transition: background .2s, border-color .2s; }
.nav-search:hover { background: var(--ember); border-color: var(--ember); }
.nav-search svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.nav-toggle { display: none; width: 44px; height: 44px; place-items: center; gap: 5px; padding: 11px; border: 1px solid rgba(255,255,255,.25); background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 1px; background: white; transition: transform .25s, opacity .25s; }

.home-hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: white; background: #160b08 url('/assets/hero-mosaic.jpg') center/cover no-repeat; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,5,4,.97) 0%, rgba(7,5,4,.8) 38%, rgba(7,5,4,.25) 72%, rgba(7,5,4,.45) 100%), linear-gradient(0deg, rgba(7,5,4,.92) 0%, transparent 48%); }
.home-hero::after { content: ""; position: absolute; inset: 0; opacity: .2; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.24'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { position: relative; z-index: 2; width: min(1440px, 100%); margin: 0 auto; padding: 172px clamp(22px, 7vw, 104px) clamp(66px, 8vw, 112px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: clamp(44px, 8vw, 130px); align-items: end; }
.kicker { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.hero-copy h1 { max-width: 780px; margin: 0; font: 400 clamp(78px, 10vw, 160px)/.78 var(--display); letter-spacing: -.025em; text-transform: uppercase; text-wrap: balance; }
.hero-copy h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 1px rgba(255,255,255,.72); }
.hero-copy > p { max-width: 580px; margin: 30px 0 0; color: rgba(255,255,255,.68); font: 400 clamp(16px, 1.5vw, 20px)/1.65 var(--serif); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 23px; border: 1px solid transparent; text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--ember); }
.button.primary:hover { background: #ed6240; }
.button.ghost { color: white; border-color: rgba(255,255,255,.34); }
.button.ghost:hover { border-color: white; background: rgba(255,255,255,.08); }
.button.dark { color: white; background: var(--night); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.now-showing { align-self: end; padding-left: 22px; border-left: 1px solid rgba(255,255,255,.24); }
.now-showing-label { margin: 0 0 13px; color: rgba(255,255,255,.5); font-size: 9px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.now-showing-poster { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: #281714; }
.now-showing-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.6), transparent 65%); }
.now-showing-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.now-showing-poster:hover img { transform: scale(1.04); }
.mini-play { position: absolute; z-index: 2; right: 16px; bottom: 16px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ember); }
.mini-play svg { width: 16px; fill: currentColor; }
.now-showing h2 { margin: 17px 0 4px; font: 400 clamp(24px, 2.6vw, 38px)/1 var(--display); letter-spacing: .02em; }
.now-showing-meta { margin: 0; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }

.reel-strip { position: relative; z-index: 4; display: flex; overflow: hidden; color: var(--night); background: var(--gold); border-top: 1px solid rgba(255,255,255,.2); }
.reel-track { flex: none; min-width: 100%; display: flex; justify-content: space-around; gap: 30px; padding: 15px 20px; animation: marquee 24s linear infinite; }
.reel-track span { display: inline-flex; align-items: center; gap: 28px; white-space: nowrap; font: 400 15px var(--display); letter-spacing: .12em; text-transform: uppercase; }
.reel-track span::after { content: "✦"; font-size: 9px; }
@keyframes marquee { to { transform: translateX(-100%); } }

.section { padding: clamp(80px, 10vw, 142px) clamp(22px, 7vw, 104px); }
.section-inner { width: min(1230px, 100%); margin: 0 auto; }
.section-dark { color: white; background: var(--night); }
.section-paper { background: var(--paper); }
.section-rust { color: white; background: var(--ember-deep); }
.section-heading { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: clamp(38px, 6vw, 72px); }
.section-number { margin: 0 0 12px; color: var(--ember); font-size: 10px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.section-dark .section-number, .section-rust .section-number { color: var(--gold); }
.section-heading h2, .large-title { margin: 0; font: 400 clamp(58px, 7.5vw, 112px)/.82 var(--display); letter-spacing: -.015em; text-transform: uppercase; }
.section-heading h2 .outline { color: transparent; -webkit-text-stroke: 1px currentColor; opacity: .5; }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 7px; border-bottom: 1px solid currentColor; text-decoration: none; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.text-link svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s; }
.text-link:hover svg { transform: translateX(4px); }

.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 6vw, 86px) clamp(24px, 4vw, 54px); }
.production-card { min-width: 0; }
.production-card:nth-child(even) { margin-top: clamp(0px, 5vw, 74px); }
.production-poster { position: relative; display: block; aspect-ratio: 16/9.6; overflow: hidden; color: white; background: #241512; }
.production-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.74), transparent 58%); }
.production-poster img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.06); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; }
.production-poster:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.03); }
.film-index { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 10px; color: rgba(255,255,255,.88); background: rgba(8,8,8,.64); backdrop-filter: blur(8px); font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.play-mark { position: absolute; z-index: 3; right: 22px; bottom: 20px; width: 54px; height: 54px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; backdrop-filter: blur(8px); transition: background .2s, transform .2s; }
.play-mark svg { width: 18px; fill: currentColor; transform: translateX(1px); }
.production-poster:hover .play-mark { background: var(--ember); border-color: var(--ember); transform: scale(1.07); }
.production-meta { padding-top: 20px; }
.production-meta-row { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 9px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section-dark .production-meta-row { color: var(--muted-light); }
.production-meta h3 { margin: 0; font: 400 clamp(31px, 3.5vw, 52px)/.98 var(--display); letter-spacing: .015em; }
.production-meta h3 a { text-decoration: none; }
.production-meta h3 a:hover { color: var(--ember); }
.watch-line { display: inline-flex; gap: 9px; align-items: center; margin-top: 13px; color: var(--ember); text-decoration: none; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.watch-line::before { content: ""; width: 20px; height: 1px; background: currentColor; }
.loading-card { aspect-ratio: 16/10.5; background: linear-gradient(100deg,#201d1a 20%,#302b27 45%,#201d1a 70%); background-size: 220% 100%; animation: shimmer 1.5s infinite; }
@keyframes shimmer { to { background-position-x: -220%; } }
.empty-state { padding: 48px; text-align: center; color: var(--muted-light); border: 1px solid var(--line-dark); }

.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .75fr); gap: clamp(52px, 10vw, 160px); align-items: center; }
.manifesto-copy blockquote { margin: 0; font: 400 clamp(42px, 5.2vw, 78px)/.96 var(--serif); letter-spacing: -.035em; }
.manifesto-copy blockquote em { color: var(--gold); }
.manifesto-copy > p { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.64); font-size: 14px; line-height: 1.8; }
.manifesto-frame { position: relative; min-height: 510px; background: url('/assets/hero-mosaic.jpg') 72% center/cover no-repeat; }
.manifesto-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(20deg, rgba(12,8,5,.76), rgba(157,45,28,.1)); }
.frame-caption { position: absolute; z-index: 2; left: 0; bottom: 0; width: 76%; padding: 24px; background: var(--paper); color: var(--ink); }
.frame-caption strong { display: block; font: 400 28px var(--display); letter-spacing: .03em; }
.frame-caption span { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.process-step { min-height: 250px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.process-step span { color: var(--ember); font: 400 31px var(--display); }
.process-step h3 { margin: 72px 0 12px; font: 400 28px var(--display); letter-spacing: .04em; text-transform: uppercase; }
.process-step p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.closing-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 40px; }
.closing-cta p { max-width: 540px; margin: 24px 0 0; color: rgba(255,255,255,.66); font: 400 21px/1.55 var(--serif); }

.page-hero { position: relative; min-height: 58svh; display: grid; align-items: end; overflow: hidden; color: white; background: var(--night); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .34; background: url('/assets/hero-mosaic.jpg') center 42%/cover no-repeat; filter: grayscale(1); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,9,9,.98), rgba(9,9,9,.48)), linear-gradient(0deg, rgba(9,9,9,.92), transparent); }
.page-hero-content { position: relative; z-index: 2; width: min(1230px, 100%); margin: 0 auto; padding: 190px clamp(22px, 7vw, 104px) 76px; }
.page-hero h1 { max-width: 950px; margin: 0; font: 400 clamp(78px, 11vw, 170px)/.78 var(--display); text-transform: uppercase; }
.page-hero p:not(.kicker) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.66); font: 400 clamp(18px, 2vw, 24px)/1.55 var(--serif); }

.about-lead { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(44px, 9vw, 130px); align-items: start; }
.about-lead .large-title { position: sticky; top: 30px; }
.about-story { font: 400 clamp(25px, 3vw, 42px)/1.25 var(--serif); }
.about-story p { margin: 0 0 30px; }
.about-story .small-copy { color: var(--muted); font: 400 14px/1.8 var(--sans); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 55px; background: var(--line-dark); }
.value-card { min-height: 280px; padding: 32px; background: var(--night); }
.value-card span { color: var(--gold); font: 400 28px var(--display); }
.value-card h3 { margin: 80px 0 12px; font: 400 33px var(--display); text-transform: uppercase; }
.value-card p { margin: 0; color: var(--muted-light); font-size: 12px; line-height: 1.7; }

.crew-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line-light); border: 1px solid var(--line-light); }
.crew-card { min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(26px, 4vw, 46px); background: var(--paper); }
.crew-card .role-number { color: var(--ember); font: 400 28px var(--display); }
.crew-card h2 { margin: 0 0 10px; font: 400 clamp(33px, 3.4vw, 50px)/1 var(--display); text-transform: uppercase; }
.crew-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 10vw, 150px); }
.contact-intro h2 { margin: 0; font: 400 clamp(54px, 7vw, 102px)/.86 var(--display); text-transform: uppercase; }
.contact-intro > p { margin: 26px 0 42px; color: var(--muted); font: 400 21px/1.5 var(--serif); }
.contact-list { border-top: 1px solid var(--line-light); }
.contact-list a { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line-light); text-decoration: none; }
.contact-list span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact-list strong { font-size: 14px; }
.contact-panel { padding: clamp(32px, 5vw, 62px); color: white; background: var(--night); }
.contact-panel .eyebrow { color: var(--gold); }
.contact-panel h3 { margin: 12px 0 20px; font: 400 clamp(42px, 5vw, 70px)/.9 var(--display); text-transform: uppercase; }
.contact-panel p { margin: 0 0 34px; color: var(--muted-light); font-size: 13px; line-height: 1.75; }
.contact-panel .button { width: 100%; }

.document-shell { min-height: 100vh; color: var(--ink); background: var(--paper); }
.document-header { padding: clamp(90px, 12vw, 170px) clamp(22px, 7vw, 104px) 55px; border-bottom: 1px solid var(--line-light); }
.document-header-inner, .document-body { width: min(900px, 100%); margin: 0 auto; }
.document-header h1 { margin: 12px 0 0; font: 400 clamp(64px, 9vw, 124px)/.85 var(--display); text-transform: uppercase; }
.document-body { padding: 60px 22px 110px; }
.document-body h2 { margin: 46px 0 14px; font: 400 32px var(--display); text-transform: uppercase; }
.document-body p, .document-body li { color: #514b45; font-size: 15px; line-height: 1.8; }
.document-body a { color: var(--ember-deep); }

.site-footer { padding: 74px clamp(22px, 7vw, 104px) 28px; color: white; background: #060606; border-top: 1px solid rgba(255,255,255,.08); }
.footer-top { width: min(1230px, 100%); margin: 0 auto; display: grid; grid-template-columns: 1.4fr 2fr; gap: 70px; }
.footer-brand img { width: 210px; margin-bottom: 22px; }
.footer-brand p { max-width: 330px; margin: 0; color: rgba(255,255,255,.45); font: 400 16px/1.55 var(--serif); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links h2 { margin: 0 0 18px; color: var(--gold); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-links a { display: block; width: fit-content; margin: 0 0 12px; color: rgba(255,255,255,.64); text-decoration: none; font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-bottom { width: min(1230px, 100%); margin: 64px auto 0; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.36); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

.search-dialog { width: min(720px, calc(100vw - 24px)); padding: 0; border: 0; color: white; background: transparent; }
.search-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(10px); }
.search-shell { padding: clamp(25px, 5vw, 44px); background: #121110; border: 1px solid rgba(255,255,255,.14); }
.search-shell > label { display: block; margin-bottom: 23px; font: 400 40px var(--display); letter-spacing: .03em; text-transform: uppercase; }
.search-row { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.3); }
.search-row svg { width: 20px; fill: none; stroke: var(--gold); stroke-width: 1.8; }
.search-row input { flex: 1; min-width: 0; padding: 16px 0; border: 0; outline: 0; color: white; background: transparent; }
.search-row button { border: 0; color: rgba(255,255,255,.55); background: none; font-size: 27px; cursor: pointer; }
.search-results { display: grid; max-height: 48vh; overflow: auto; margin-top: 18px; }
.search-result { display: grid; grid-template-columns: 130px 1fr; gap: 18px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); text-decoration: none; }
.search-result img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.search-result strong { font: 400 22px/1.05 var(--display); letter-spacing: .03em; }
.search-results > p { color: var(--muted-light); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s, transform .7s; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 950px) {
  .site-header { height: 76px; }
  .nav-toggle { display: grid; }
  .main-nav { position: fixed; inset: 76px 0 0; z-index: 40; display: none; height: auto; padding: 30px 24px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(8,8,8,.98); }
  .main-nav.open { display: flex; }
  .main-nav > a { flex: 0 0 auto; height: auto; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.1); font: 400 38px/1 var(--display); letter-spacing: .03em; }
  .main-nav > a::after { display: none; }
  .nav-search { margin-top: 22px; }
  .hero-content { grid-template-columns: 1fr; }
  .now-showing { width: min(480px, 100%); }
  .manifesto-grid, .about-lead, .contact-layout { grid-template-columns: 1fr; }
  .about-lead .large-title { position: static; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .crew-grid, .values-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .home-hero { min-height: auto; }
  .home-hero::before { background: linear-gradient(90deg, rgba(7,5,4,.9), rgba(7,5,4,.5)), linear-gradient(0deg, rgba(7,5,4,.96), rgba(7,5,4,.1)); }
  .hero-content { min-height: 100svh; padding-top: 126px; padding-bottom: 52px; gap: 54px; }
  .hero-copy h1 { font-size: clamp(70px, 24vw, 108px); }
  .now-showing { display: none; }
  .reel-track { animation-duration: 16s; }
  .section-heading { grid-template-columns: 1fr; align-items: start; }
  .video-grid { grid-template-columns: 1fr; gap: 46px; }
  .production-card:nth-child(even) { margin-top: 0; }
  .manifesto-frame { min-height: 400px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 210px; }
  .process-step h3 { margin-top: 46px; }
  .closing-cta { grid-template-columns: 1fr; align-items: start; }
  .page-hero { min-height: 68svh; }
  .page-hero-content { padding-top: 160px; padding-bottom: 54px; }
  .page-hero h1 { font-size: clamp(72px, 25vw, 118px); }
  .contact-list a { grid-template-columns: 1fr; gap: 6px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; }
}

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