eMotion Editions

eMotion Editions * { margin: 0; padding: 0; box-sizing: border-box; } body { background-color: #EDE0C8; font-family: 'Cormorant Garamond', serif; color: #000000; font-size: 23px; line-height: 2; } .page-wrapper { max-width: 960px; margin: 0 auto; padding: 60px 40px; } /* ── HEADER ── */ .editions-header { text-align: center; margin-bottom: 50px; } .editions-header h1 { font-family: 'Spinnaker', sans-serif; font-size: 13px; letter-spacing: 4px; color: #C4510A; text-transform: uppercase; margin-bottom: 12px; } .editions-logo { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 300; color: #000000; letter-spacing: 2px; margin-bottom: 4px; } .editions-logo span { font-style: italic; color: #C4510A; } .editions-tagline { font-size: 22px; font-style: italic; color: #666; margin-bottom: 10px; } .red-divider { width: 60px; height: 1px; background: #C4510A; margin: 0 auto 40px; } /* ── IMPRINT DESCRIPTION ── */ .imprint-intro { text-align: center; max-width: 680px; margin: 0 auto 50px; } .imprint-intro p { font-size: 23px; line-height: 1.5; color: #000000; margin-bottom: 16px; } .imprint-intro p strong { font-weight: 600; } /* ── SECTION HEADINGS ── */ .section-heading { font-family: 'Spinnaker', sans-serif; font-size: 11px; letter-spacing: 4px; color: #C4510A; text-transform: uppercase; margin-bottom: 6px; } .section-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 300; color: #000000; margin-bottom: 8px; } .section-divider { width: 40px; height: 1px; background: #C4510A; margin-bottom: 30px; } /* ── CURRENT TITLE ── */ .current-title-section { background: #F5ECD8; border-radius: 2px; padding: 40px; margin-bottom: 50px; } .book-layout { display: flex; gap: 40px; align-items: flex-start; } .book-cover { flex: 0 0 200px; } .book-cover img { width: 200px; height: auto; box-shadow: 4px 6px 20px rgba(0,0,0,0.15); } .book-cover-placeholder { width: 200px; height: 280px; background: #D4C4A8; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 13px; color: #888; font-style: italic; box-shadow: 4px 6px 20px rgba(0,0,0,0.15); } .book-details { flex: 1; } .book-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 600; font-style: italic; color: #C4510A; margin-bottom: 4px; line-height: 1.3; } .book-author { font-size: 23px; font-style: italic; color: #555; margin-bottom: 20px; } .book-description { font-size: 20px; line-height: 1.5; color: #000000; margin-bottom: 20px; text-align: justify; } .book-meta { list-style: none; margin-bottom: 24px; } .book-meta li { font-size: 18px; color: #444; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; } .book-links { display: flex; gap: 16px; flex-wrap: wrap; } .book-link { display: inline-block; padding: 10px 22px; border: 1px solid #C4510A; color: #C4510A; text-decoration: none; font-size: 13px; font-family: 'Spinnaker', sans-serif; letter-spacing: 2px; text-transform: uppercase; transition: all 0.2s ease; } .book-link:hover { background: #C4510A; color: #fff; } .book-link.primary { background: #C4510A; color: #fff; } .book-link.primary:hover { background: #AA1A00; } /* ── EXCERPT ── */ .excerpt-section { margin-bottom: 50px; padding: 40px; background: #F5ECD8; border-left: 2px solid #C4510A; } .poem-title { font-size: 22px; font-style: italic; font-weight: 400; color: #000000; margin-bottom: 20px; } .poem-lines { font-size: 22px; line-height: 2; color: #000000; font-style: italic; } /* ── ABOUT SECTIONS ── */ .about-section { margin-bottom: 40px; } .about-section p { font-size: 22px; line-height: 1.5; color: #000000; margin-bottom: 12px; text-align: justify; } /* ── IMPRINT FOCUS ── */ .focus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 16px 0 20px; } .focus-item { padding: 16px 20px; background: #F5ECD8; border-left: 2px solid #C4510A; font-size: 15px; color: #000000; font-style: italic; } /* ── LITTLE RASCAL ── */ .little-rascal-section { background: linear-gradient(160deg, #FFF8E1 0%, #FFF3CC 60%, #FFF8E8 100%); padding: 0; margin-bottom: 50px; border-radius: 12px; border: 1px solid #F0D98A; position: relative; overflow: hidden; display: flex; min-height: 380px; } .lr-content-side { flex: 0 70%; padding: 44px 40px;text-align: justify; position: relative; z-index: 2; } .lr-content-side::before { content: '✦'; position: absolute; top: 20px; right: 20px; font-size: 28px; color: #F5C200; opacity: 0.5; } .lr-image-side { flex: 0 0 420px; position: relative; border-radius: 0 12px 12px 0; overflow: hidden; margin: -1px -1px -1px 0; } .lr-image-side img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 46% center; } .little-rascal-section .section-heading { color: #C9A84C; letter-spacing: 4px; font-size: 10px; } .lr-title-line { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; color: #2C1A00; margin-bottom: 8px; letter-spacing: 1px; line-height: 1.2; } .lr-title-line .rascal { color: #E8714A; font-style: italic; } .little-rascal-section .section-divider { background: linear-gradient(90deg, #F5C200, #C9A84C); height: 2px; width: 50px; border-radius: 2px; margin-bottom: 20px; } .little-rascal-section p { font-size: 21px; line-height: 1.3; color: #00000; } .little-rascal-section p strong { color: #2C1A00; font-weight: 600; } .little-rascal-section em { color: #C9A84C; font-style: italic; } .lr-tagline { font-size: 15px; font-style: italic; color: #C9A84C; margin-top: 14px; line-height: 1.7; border-left: 2px solid #E8714A; padding-left: 14px; } .coming-soon-tag { display: inline-block; margin-top: 22px; padding: 9px 22px; background: linear-gradient(135deg, #F5C200, #C9A84C); color: #2C1A00; font-size: 10px; font-family: 'Spinnaker', sans-serif; letter-spacing: 3px; text-transform: uppercase; border-radius: 30px; font-weight: bold; box-shadow: 0 3px 10px rgba(200,160,0,0.25); } .tsutsu-link { display: inline-block; margin-top: 10px; margin-left: 10px; padding: 9px 22px; border: 1.5px solid #E8714A; color: #E8714A; font-size: 10px; font-family: 'Spinnaker', sans-serif; letter-spacing: 2px; text-transform: uppercase; border-radius: 30px; text-decoration: none; transition: all 0.25s; background: transparent; } .tsutsu-link:hover { background: #E8714A; color: #fff; } /* ── CONTACT ── */ .contact-section { text-align: center; padding: 40px; border-top: 1px solid #C4510A; margin-top: 20px; } .contact-section h3 { font-family: 'Spinnaker', sans-serif; font-size: 11px; letter-spacing: 4px; color: #C4510A; text-transform: uppercase; margin-bottom: 12px; } .contact-section a { font-size: 20px; color: #1A1A1A; text-decoration: none; display: block; margin-bottom: 8px; } .contact-section a:hover { color: #C4510A; } .contact-section p { font-size: 20px; font-style: italic; color: #666; margin-top: 8px; } /* ── FOOTER NOTE ── */ .footer-note { text-align: center; margin-top: 10px; padding-top: 20px; border-top: 1px solid #D4C4A8; } .footer-note p { font-size: 13px; font-style: italic; color: #888; line-height: 1.8; }

An Imprint of eMotion Entertainment LLC

eMotion Editions
Books meant to be lived with, not rushed through.

eMotion Editions is a boutique publishing imprint dedicated to literary works that explore memory, love, time, and the interior life.

We publish poetry and prose that move quietly yet linger. Founded by producer and editor Monella Kaplan, eMotion Editions grows out of eMotion Entertainment's long-standing commitment to storytelling across film, music, and the written word.

Current Title
Featured Publication
On the Wings of Time by Crisula Stefanescu
ON THE WINGS OF TIME
by Crisula Stefanescu

A collection of 190 intimate poems written as addresses to a beloved — meditations on love, absence, longing, and the fragile architecture of memory.

Originally published in Romanian, On the Wings of Time appears here in its first English-language edition. This book is the opening volume in a curated English-language body of work by Crisula Stefanescu.

  • 📖 Paperback · Poetry
  • 📅 Publication: 2026
  • 🌍 First English-language edition
Excerpt
My Love,
The wind thinks everything is wind.
The dust thinks everything is dust.
The stone thinks everything is stone.
Only I think you are everything.

— Crisula Stefanescu, On the Wings of Time

About the Author
Crisula Stefanescu

Crisula Stefanescu is a poet and writer whose work spans more than two decades. Her writing is marked by lyrical intensity, philosophical depth, and a persistent dialogue with time and love. Her poems have been published in multiple volumes and continue to resonate with readers drawn to introspective, emotionally precise literature.

About the Imprint
What We Publish

eMotion Editions publishes selected literary works by established and emerging voices, with a focus on:

Poetry
Literary Prose
Translated Works
Cross-disciplinary projects connecting literature, music, and visual art

Future titles and editions will be announced in due course.

Children's Imprint
Little Rascal Books

Little Rascal Books is the children's publishing imprint of eMotion Entertainment — named after the Italian word for "little rascal," monella.

Dedicated to stories that spark wonder and adventure in young readers, Little Rascal Books launches its debut title in October 2026 with the English-language edition of Tsutsu by Crisula Stefanescu — the beloved Romanian children's book that inspired the animated series now capturing hearts around the world.

By 2027, Tsutsu will speak six languages — English, French, German, Italian, Spanish, and Romanian — sharing his playful wisdom with children and families everywhere. ✦

✨ Debut Title · October 2026
tsutsuthekitten.com →
Tsutsu and Peppi on their adventure

Contact

editor@emotioneditions.com

For review copies, interview requests, and rights inquiries, please get in touch.

Scroll to Top