:root {
  --ink: #0b090a;
  --ink-soft: #171214;
  --paper: #f1ece4;
  --paper-dim: #d8cfc5;
  --wine: #8f3e47;
  --rose: #c97d78;
  --gold: #c49a68;
  --line: rgba(241, 236, 228, .18);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --pad: clamp(1.25rem, 5vw, 6rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--sans); font-size: 16px; font-weight: 300; line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .045; 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='.8'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(4.3rem, 10vw, 10rem); }
h2 { font-size: clamp(3.25rem, 6.5vw, 7rem); }
h3 { font-size: clamp(2rem, 3.5vw, 4rem); }
em { color: var(--rose); font-weight: 400; }
.section-pad { padding: clamp(5rem, 10vw, 10rem) var(--pad); }
.eyebrow { margin-bottom: 1.4rem; color: var(--paper-dim); font-size: .72rem; font-weight: 500; letter-spacing: .19em; text-transform: uppercase; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .7rem 1rem; color: var(--ink); background: var(--paper); }
.skip-link:focus { top: 1rem; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 6rem; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; transition: background .3s, height .3s, border-color .3s; border-bottom: 1px solid transparent; }
.site-header.scrolled { height: 4.8rem; background: rgba(11,9,10,.92); border-color: var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; line-height: 1; text-transform: uppercase; }
.brand-mark { width: 2.55rem; fill: currentColor; }
.brand span { display: flex; flex-direction: column; gap: .25rem; }
.brand b { font-family: var(--serif); font-size: .88rem; font-weight: 400; letter-spacing: .08em; }
.brand small { font-size: .49rem; letter-spacing: .32em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.6rem); font-size: .78rem; }
.site-nav a:not(.nav-cta) { color: var(--paper-dim); transition: color .2s; }
.site-nav a:hover { color: white; }
.nav-cta { padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.4); }
.menu-toggle { display: none; color: white; background: transparent; border: 0; width: 2.5rem; height: 2.5rem; }
.menu-toggle span { display: block; width: 1.6rem; border-top: 1px solid; margin: .45rem auto; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; padding: 9rem var(--pad) clamp(4rem, 8vh, 7rem); }
.hero-media { position: absolute; inset: 0; background: url('../images/hero.png') center / cover no-repeat; transform: scale(1.02); animation: slowPush 18s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,3,4,.97) 0%, rgba(5,3,4,.72) 42%, rgba(5,3,4,.12) 77%), linear-gradient(0deg, rgba(5,3,4,.7), transparent 48%); }
.hero-content { position: relative; z-index: 2; max-width: 64rem; }
.hero h1 { margin: 0 0 2rem; }
.hero-copy { width: min(100%, 39rem); color: var(--paper-dim); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.button-row { margin-top: 2.2rem; display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 1.45rem; border: 1px solid; font-size: .76rem; font-weight: 500; letter-spacing: .06em; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.button-light:hover { background: white; }
.button-wine { color: white; background: var(--wine); border-color: var(--wine); }
.button-wine:hover { background: #a64953; }
.text-link { display: inline-flex; gap: .8rem; align-items: center; font-size: .85rem; border-bottom: 1px solid rgba(255,255,255,.4); padding-bottom: .3rem; }
.text-link span { color: var(--rose); transition: transform .2s; }
.text-link:hover span { transform: translate(3px,-3px); }
.hero-index { position: absolute; z-index: 2; right: var(--pad); bottom: 4rem; color: rgba(255,255,255,.48); font-size: .62rem; letter-spacing: .18em; writing-mode: vertical-rl; }
@keyframes slowPush { from { transform: scale(1.08); } to { transform: scale(1.02); } }

.manifesto { min-height: 75vh; display: flex; flex-direction: column; justify-content: center; background: var(--paper); color: var(--ink); }
.manifesto .eyebrow { color: var(--wine); }
.statement { max-width: 81rem; margin-bottom: 0; font-family: var(--serif); font-size: clamp(2.8rem, 6vw, 6rem); line-height: 1.1; letter-spacing: -.03em; }
.statement em { color: var(--wine); }

.omd-feature { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(20rem, .75fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; background: #161114; }
.omd-window { min-height: 31rem; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: .3rem; background: #f5f0e9; box-shadow: 0 30px 90px rgba(0,0,0,.45); transform: perspective(1000px) rotateY(4deg); }
.omd-window.is-visible { transform: perspective(1000px) rotateY(4deg); }
.window-bar { height: 2.5rem; display: flex; align-items: center; gap: .4rem; padding: 0 .8rem; color: #6a5d5d; background: #ded6cf; font-size: .45rem; letter-spacing: .12em; }
.window-bar span { width: .45rem; height: .45rem; border-radius: 50%; background: #988b86; }
.window-bar b { margin-left: auto; font-weight: 500; }
.writing-ui { min-height: 29rem; display: grid; grid-template-columns: 8.5rem 1fr; color: #251d20; }
.writing-ui aside { display: flex; flex-direction: column; gap: .15rem; padding: 1.8rem 1rem; background: #e8e1da; font-size: .7rem; }
.ui-logo { margin-bottom: 2rem; color: var(--wine); font-family: var(--serif); font-size: 1.3rem; }
.writing-ui aside span { padding: .65rem; border-radius: .2rem; }
.writing-ui aside .active { color: white; background: var(--wine); }
.writing-ui article { max-width: 35rem; padding: 5rem clamp(1.5rem,4vw,5rem); }
.writing-ui article small { color: var(--wine); font-size: .55rem; letter-spacing: .17em; }
.writing-ui article h3 { margin: 1rem 0 2rem; font-size: 2.6rem; line-height: 1.1; }
.writing-ui article p { font-family: Georgia, serif; font-size: .95rem; line-height: 1.9; }
.ghost-copy { opacity: .52; }
.feature-copy { max-width: 32rem; }
.feature-copy h2 { margin-bottom: 2rem; font-size: clamp(3rem, 5vw, 5.5rem); }
.feature-copy > p:not(.eyebrow) { color: var(--paper-dim); margin-bottom: 2.4rem; }

.selected-work { background: var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 4rem; }
.section-heading h2 { margin: 0; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem,4vw,4rem); align-items: start; }
.project-card { position: relative; overflow: hidden; aspect-ratio: 4/5; background: #121012; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; }
.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,3,3,.92), transparent 54%); }
.project-card:hover img { transform: scale(1.035); filter: brightness(1.08); }
.project-card > div { position: absolute; z-index: 2; left: clamp(1.4rem,3vw,3rem); bottom: clamp(1.2rem,3vw,2.7rem); right: 1rem; }
.project-card p { margin: 0 0 .65rem; color: var(--paper-dim); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.project-card h3 { margin: 0; }
.project-five { margin-top: 7rem; }
.status { position: absolute; z-index: 2; top: 1.5rem; right: 1.5rem; padding: .45rem .7rem; border: 1px solid rgba(255,255,255,.38); color: var(--paper-dim); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(6px); }

.services-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 10rem); background: var(--paper); color: var(--ink); }
.services-intro { max-width: 31rem; }
.services-intro .eyebrow { color: var(--wine); }
.services-intro h2 { font-size: clamp(3.5rem,6vw,6rem); }
.services-intro > p:last-child { color: #63595a; }
.service-list { border-top: 1px solid rgba(11,9,10,.2); }
.service-list a { display: grid; grid-template-columns: 3rem 1fr auto; align-items: center; min-height: 9rem; border-bottom: 1px solid rgba(11,9,10,.2); transition: color .25s, padding .25s; }
.service-list a:hover { color: var(--wine); padding-left: .8rem; }
.service-list span { font-size: .68rem; color: var(--wine); }
.service-list h3 { margin: 0; font-size: clamp(2.2rem,4vw,4.2rem); }
.service-list i { font-style: normal; color: var(--wine); }

.page-hero { min-height: 100svh; padding: 10rem var(--pad) 6rem; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 4rem; }
.page-hero h1 { margin-bottom: 2rem; font-size: clamp(4.4rem,8vw,8.5rem); }
.page-hero-copy > p:not(.eyebrow) { max-width: 40rem; color: var(--paper-dim); font-size: 1.1rem; }
.page-hero-copy .button { margin-top: 1.5rem; }
.omd-hero { overflow: hidden; background: radial-gradient(circle at 80% 45%, rgba(143,62,71,.35), transparent 33%), #100c0e; }
.omd-orbit { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.orbit-ring { position: absolute; width: 80%; height: 80%; border: 1px solid rgba(201,125,120,.5); border-radius: 50%; box-shadow: inset 0 0 80px rgba(143,62,71,.18), 0 0 100px rgba(143,62,71,.15); }
.orbit-ring::before, .orbit-ring::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: rotateX(65deg); }
.orbit-ring::after { transform: rotateY(65deg); }
.omd-orbit > span { font-family: var(--serif); font-size: clamp(5rem,11vw,10rem); color: var(--paper); text-shadow: 0 0 35px rgba(201,125,120,.5); }
.omd-orbit > small { position: absolute; bottom: 7%; font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; }
.editorial-copy { color: var(--ink); background: var(--paper); }
.editorial-copy .eyebrow { color: var(--wine); }
.editorial-copy h2 { max-width: 77rem; font-size: clamp(3rem,6vw,6rem); line-height: 1.08; }
.columns { max-width: 60rem; margin: 4rem 0 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; color: #62595a; }
.principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding-top: 0; background: #292124; }
.principles article { padding: clamp(2rem,5vw,5rem); background: var(--ink-soft); }
.principles span { color: var(--rose); font-size: .65rem; }
.principles h3 { margin: 5rem 0 1.5rem; font-size: clamp(2.3rem,3.5vw,3.8rem); }
.principles p { color: var(--paper-dim); }
.center-cta { text-align: center; background: var(--paper); color: var(--ink); }
.center-cta .eyebrow { color: var(--wine); }
.center-cta h2 { font-size: clamp(3.6rem,7vw,7.5rem); }

.page-title { padding-top: 13rem; padding-bottom: 7rem; min-height: 75vh; display: flex; flex-direction: column; justify-content: end; }
.page-title h1 { max-width: 76rem; margin-bottom: 2rem; font-size: clamp(4.5rem,9vw,9rem); }
.page-title > p:last-child { max-width: 43rem; margin-left: auto; color: var(--paper-dim); font-size: 1.1rem; }
.project-detail { min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; background: var(--paper); color: var(--ink); }
.project-detail.reverse { direction: rtl; background: #151012; color: var(--paper); }
.project-detail > * { direction: ltr; }
.project-image { min-height: 46rem; overflow: hidden; }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-info { position: relative; padding: clamp(5rem,9vw,10rem) var(--pad); align-self: center; }
.project-info .eyebrow { color: var(--wine); }
.project-info h2 { margin: 1rem 0 3rem; }
.project-info > p:not(.eyebrow) { max-width: 33rem; color: #665d5e; }
.reverse .project-info > p:not(.eyebrow) { color: var(--paper-dim); }
.project-number { position: absolute; right: var(--pad); top: 1rem; color: var(--wine); font-size: .65rem; letter-spacing: .1em; }
.project-info dl { margin-top: 4rem; border-top: 1px solid rgba(0,0,0,.15); }
.reverse .project-info dl { border-color: var(--line); }
.project-info dl div { display: flex; justify-content: space-between; padding: 1rem 0; border-bottom: 1px solid rgba(0,0,0,.15); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.reverse .project-info dl div { border-color: var(--line); }
.project-info dt { color: var(--wine); }
.project-info dd { margin: 0; }
.investor-strip { text-align: center; background: #20191b; }
.investor-strip h2 { font-size: clamp(3rem,6vw,6rem); }
.investor-strip p:not(.eyebrow) { color: var(--paper-dim); }

.service-detail { min-height: 75vh; position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; border-top: 1px solid var(--line); overflow: hidden; }
.service-detail:nth-child(odd) { background: var(--paper); color: var(--ink); }
.service-detail:nth-child(odd) .eyebrow { color: var(--wine); }
.service-detail > div { max-width: 44rem; }
.service-detail h2 { margin-bottom: 2rem; }
.service-detail p:not(.eyebrow) { color: var(--paper-dim); }
.service-detail:nth-child(odd) p:not(.eyebrow) { color: #655b5d; }
.service-detail .text-link { margin-top: 2rem; }
.service-detail:nth-child(odd) .text-link { border-color: rgba(0,0,0,.3); }
.big-number { font-family: var(--serif); font-size: clamp(9rem,22vw,24rem); line-height: 1; color: rgba(201,125,120,.1); }

.about-hero { min-height: 90vh; padding-top: 13rem; display: grid; grid-template-columns: 1.4fr .6fr; gap: 5rem; align-items: end; }
.about-hero h1 { margin: 0; }
.about-hero > p { max-width: 27rem; color: var(--paper-dim); font-size: 1.1rem; }
.about-frame { height: 70vh; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(120deg,#170e11,#030303 50%,#391b20); }
.frame-light { position: absolute; width: 20vw; min-width: 13rem; height: 80%; border: 1px solid rgba(255,220,180,.45); box-shadow: 0 0 80px rgba(182,87,77,.25), inset 0 0 70px rgba(255,190,130,.12); background: linear-gradient(110deg,transparent,rgba(255,190,130,.11),transparent); }
.about-frame span { position: relative; z-index: 2; font-family: var(--serif); font-size: clamp(2.5rem,6vw,6rem); font-style: italic; }
.story { display: grid; grid-template-columns: .55fr 1.45fr; color: var(--ink); background: var(--paper); }
.story .eyebrow { color: var(--wine); }
.story h2 { max-width: 58rem; }
.story p:last-child { max-width: 44rem; color: #62595a; }
.founders { background: #171214; }
.founder-note { max-width: 31rem; margin: 2rem 0 0 auto; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.founder-note span { color: var(--rose); font-size: .63rem; letter-spacing: .12em; text-transform: uppercase; }
.founder-note p { margin-top: 1.2rem; color: var(--paper-dim); }

.contact-layout { min-height: 100svh; padding-top: 12rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem,10vw,10rem); align-items: start; background: radial-gradient(circle at 10% 80%,rgba(143,62,71,.22),transparent 30%), var(--ink); }
.contact-intro h1 { margin-bottom: 2rem; font-size: clamp(4.5rem,8vw,8rem); }
.contact-intro > p:not(.eyebrow) { max-width: 30rem; color: var(--paper-dim); }
.contact-meta { margin-top: 5rem; display: flex; flex-direction: column; gap: .5rem; color: #a89ca0; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-panel { padding: clamp(1.5rem,4vw,4rem); color: var(--ink); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.field { margin-bottom: 1.8rem; }
.field label { display: block; margin-bottom: .5rem; color: #655b5d; font-size: .68rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; padding: .8rem 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid rgba(11,9,10,.28); border-radius: 0; outline: 0; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--wine); }
.field span, .validation-summary { display: block; margin-top: .4rem; color: var(--wine); font-size: .72rem; }
.validation-summary ul { padding-left: 1rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin: 1rem 0 0; color: #7f7374; font-size: .67rem; }
.success-message { min-height: 30rem; display: flex; flex-direction: column; justify-content: center; }
.success-message > span { color: var(--wine); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.success-message h2 { margin: 1.2rem 0; }
.success-message .text-link { align-self: start; margin-top: 2rem; border-color: rgba(0,0,0,.3); }
.error-page { min-height: 80vh; padding-top: 12rem; }
.error-page h1 { font-size: clamp(3.5rem,7vw,7rem); }

.site-footer { padding: clamp(5rem,10vw,10rem) var(--pad) 2rem; background: #080607; border-top: 1px solid var(--line); }
.footer-lead { padding-bottom: clamp(5rem,10vw,9rem); }
.footer-lead h2 { margin-bottom: 2.5rem; }
.footer-grid { padding-top: 2rem; display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 3rem; align-items: start; border-top: 1px solid var(--line); }
.footer-grid nav { display: flex; flex-direction: column; gap: .55rem; color: var(--paper-dim); font-size: .75rem; }
.footer-grid > div { color: #887c80; font-size: .68rem; text-align: right; }

@media (max-width: 900px) {
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; padding: 8rem var(--pad) 4rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1.4rem; background: rgba(11,9,10,.98); transform: translateX(100%); transition: transform .35s ease; font-family: var(--serif); font-size: 2.2rem; }
  .site-nav.open { transform: none; }
  .nav-cta { font-family: var(--sans); font-size: .8rem; }
  .menu-open { overflow: hidden; }
  .omd-feature, .services-preview, .page-hero, .project-detail, .project-detail.reverse, .about-hero, .contact-layout { grid-template-columns: 1fr; }
  .omd-feature { padding-top: 6rem; }
  .omd-window { order: 2; }
  .project-five { margin-top: 3rem; }
  .page-hero { padding-top: 10rem; }
  .omd-orbit { width: min(100%,31rem); margin: auto; }
  .project-detail, .project-detail.reverse { direction: ltr; }
  .project-image { min-height: 65vh; max-height: 50rem; }
  .project-info { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; }
  .service-detail { grid-template-columns: .55fr 1.45fr; }
  .about-hero { gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div { grid-column: 1/-1; text-align: left; }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(3.5rem,18vw,5.2rem); }
  .site-header { height: 4.8rem; }
  .hero { padding-bottom: 3.5rem; }
  .hero-media { background-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(5,3,4,.95),rgba(5,3,4,.35)), linear-gradient(0deg,rgba(5,3,4,.8),transparent 60%); }
  .hero-index { display: none; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 1.4rem; }
  .manifesto { min-height: 85vh; }
  .writing-ui { grid-template-columns: 4.2rem 1fr; }
  .writing-ui aside { padding: 1.2rem .45rem; }
  .writing-ui aside span { overflow: hidden; font-size: .55rem; }
  .writing-ui article { padding: 3.5rem 1.2rem; }
  .writing-ui article h3 { font-size: 1.8rem; }
  .writing-ui article p { font-size: .78rem; }
  .project-grid, .columns, .principles, .form-row { grid-template-columns: 1fr; }
  .project-five { margin-top: 0; }
  .project-card { aspect-ratio: 4/5.4; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 2rem; }
  .services-preview { gap: 4rem; }
  .principles { padding-left: 0; padding-right: 0; }
  .principles article { min-height: 25rem; }
  .page-title { min-height: 85vh; }
  .page-title h1 { font-size: clamp(3.3rem, 15vw, 4.2rem); }
  .page-title > p:last-child { margin-left: 0; }
  .project-image { min-height: 70vh; }
  .service-detail { min-height: 70vh; grid-template-columns: 1fr; align-content: center; }
  .big-number { position: absolute; right: -1rem; top: 1rem; }
  .service-detail > div { position: relative; z-index: 1; }
  .story { grid-template-columns: 1fr; gap: 2rem; }
  .about-frame { height: 55vh; }
  .frame-light { min-width: 10rem; }
  .contact-layout { padding-top: 9rem; }
  .contact-meta { margin-top: 2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto; }
}

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