/*
 * The Erotic Soul page styles — loaded ONLY on /the-erotic-soul/ via
 * {{#contentFor "page_styles"}}. Scoped to .erotic-soul / .es- / .on-erotic-soul.
 */

/* =========================================================
   THE EROTIC SOUL — immersive ritual archive
   Scoped to .erotic-soul; component prefix .es-*
   Spec: docs/superpowers/specs/2026-05-23-the-erotic-soul-design.md
   ========================================================= */

/* ─── Page-wide overrides — keyed off html.on-erotic-soul (injected by
       the early inline script in page-the-erotic-soul.hbs, since the
       static-route page has no DB Page and therefore no {{body_class}}). ─── */
html.on-erotic-soul,
html.on-erotic-soul body {
    background: #070506;
    color: rgba(255,255,255,0.86);
}
html.on-erotic-soul .floating-audio-player {
    display: none !important;
}
html.on-erotic-soul .site-footer {
    display: none;
}
html.on-erotic-soul .scroll-to-top {
    display: none !important;
}

.erotic-soul {
    --es-max: 1280px;
    --es-narrow: 760px;
    --es-bg: #070506;
    --es-bg-deep: #050304;
    --es-text: rgba(255,255,255,0.86);
    --es-text-soft: rgba(255,255,255,0.6);
    background: var(--es-bg);
    color: var(--es-text);
    overflow-x: hidden;
}

/* Film grain overlay — single fixed layer on top of everything except the lightbox */
.erotic-soul .es-grain {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)' opacity='0.35'/></svg>");
    mix-blend-mode: overlay;
    opacity: 0.06;
}

/* Shared section scaffold */
.erotic-soul .es-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.erotic-soul .es-section--full {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Top/bottom vignette helper used by full-bleed sections */
.erotic-soul .es-vignette::before,
.erotic-soul .es-vignette::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 22vh;
    pointer-events: none;
    z-index: 2;
}
.erotic-soul .es-vignette::before {
    top: 0;
    background: linear-gradient(180deg, rgba(7,5,6,0.95) 0%, rgba(7,5,6,0) 100%);
}
.erotic-soul .es-vignette::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(7,5,6,0.95) 0%, rgba(7,5,6,0) 100%);
}

/* Type tokens */
.erotic-soul .es-pull {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: rgba(255,255,255,0.92);
}
.erotic-soul .es-pull--xl {
    font-size: clamp(28px, 4.6vw, 60px);
}
.erotic-soul .es-pull--xxl {
    font-size: clamp(36px, 6.5vw, 88px);
}
.erotic-soul .es-eyebrow {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--es-text-soft);
}

/* ─── I. Threshold ─── */
.erotic-soul .es-threshold {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 40px;
}
.erotic-soul .es-threshold__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    opacity: 0.55;
    z-index: 0;
}
.erotic-soul .es-threshold__inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    animation: es-threshold-fade 1.6s ease-out 0.3s both;
}
.erotic-soul .es-threshold__line {
    margin: 0 0 36px;
}
.erotic-soul .es-chevrons {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    opacity: 0.5;
}
.erotic-soul .es-chevrons span {
    width: 14px;
    height: 14px;
    border-right: 2px solid rgba(255,255,255,0.65);
    border-bottom: 2px solid rgba(255,255,255,0.65);
    transform: rotate(45deg);
    animation: es-chevron-bob 1.6s ease-in-out infinite;
}
.erotic-soul .es-chevrons span:nth-child(2) { animation-delay: 0.18s; }
.erotic-soul .es-chevrons span:nth-child(3) { animation-delay: 0.36s; }
@keyframes es-threshold-fade {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes es-chevron-bob {
    0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: 0.5; }
    50%      { transform: rotate(45deg) translate(2px, 2px); opacity: 0.95; }
}

/* ─── Inter-movement passage — quiet contextual prose
       Distributed between movements. Alternating left/right alignment.
       Carries the philosophical framing without competing with the
       pull lines at the start of each movement. ─── */
.erotic-soul .es-passage {
    padding: 64px 32px;
    background: #050304;
}
.erotic-soul .es-passage__inner {
    max-width: 620px;
}
.erotic-soul .es-passage--right .es-passage__inner {
    margin-left: auto;
    margin-right: clamp(24px, 8vw, 120px);
    text-align: right;
}
.erotic-soul .es-passage--left .es-passage__inner {
    margin-left: clamp(24px, 8vw, 120px);
    margin-right: auto;
}
.erotic-soul .es-passage__text {
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(17px, 2vw, 24px);
    line-height: 1.55;
    color: rgba(255,255,255,0.82);
    margin: 0;
}
.erotic-soul .es-passage__source {
    display: block;
    margin-top: 18px;
    font-family: var(--font-sans);
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--color-accent);
    opacity: 0.7;
}
@media (max-width: 880px) {
    .erotic-soul .es-passage { padding: 48px 24px; }
    .erotic-soul .es-passage--right .es-passage__inner,
    .erotic-soul .es-passage--left .es-passage__inner {
        margin: 0;
        text-align: left;
    }
}

/* ─── II. Invocation ─── */
.erotic-soul .es-invocation {
    position: relative;
    overflow: hidden;
    padding: 40px 32px;
}
.erotic-soul .es-invocation__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.38;
    z-index: 0;
    will-change: transform;
    transform: translateZ(0);
}
.erotic-soul .es-invocation__inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    text-align: center;
}
/* Override the global .es-pull--xxl scale for the invocation specifically
   so the 4 lines + citation always fit in a single viewport without scroll.
   Sizing is min(width-derived, height-derived) so short laptops shrink it too. */
.erotic-soul .es-invocation__quote {
    margin: 0 0 28px;
    border: none;
    padding: 0;
    quotes: none;
    font-size: clamp(22px, min(4.6vw, 6.2vh), 56px);
    line-height: 1.18;
}
.erotic-soul .es-invocation__cite {
    color: rgba(255,255,255,0.55);
}

/* ─── III. Descent — auto-scrolling marquee (two rows, opposite directions) ─── */
.erotic-soul .es-descent {
    padding: 80px 0;
    background: var(--es-bg);
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.erotic-soul .es-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
}
.erotic-soul .es-marquee__track {
    display: flex;
    gap: 14px;
    width: max-content;
    will-change: transform;
    /* The track contains two copies of the same set, so animating 0 → -50%
       lands exactly where the second copy begins — no visible jump. */
}
.erotic-soul .es-marquee--left .es-marquee__track {
    animation: es-scroll-left 85s linear infinite;
}
.erotic-soul .es-marquee--right .es-marquee__track {
    animation: es-scroll-right 75s linear infinite;
}
.erotic-soul .es-marquee:hover .es-marquee__track,
.erotic-soul .es-marquee:focus-within .es-marquee__track {
    animation-play-state: paused;
}
@keyframes es-scroll-left {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@keyframes es-scroll-right {
    from { transform: translateX(-50%); }
    to   { transform: translateX(0); }
}

.erotic-soul .es-fragment {
    margin: 0;
    border: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    flex: 0 0 auto;
    width: 340px;
    height: 260px;
    transition: filter 0.3s ease;
}
.erotic-soul .es-fragment:hover,
.erotic-soul .es-fragment:focus-visible {
    filter: brightness(1.1);
    outline: none;
}
.erotic-soul .es-fragment img,
.erotic-soul .es-fragment video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.erotic-soul .es-fragment--video::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 70%, rgba(0,0,0,0.4) 100%);
    pointer-events: none;
}

/* ─── Shared lightbox (same posture as .sg-lightbox) ─── */
.es-lightbox {
    border: 0;
    padding: 0;
    background: rgba(5,3,4,0.96);
    color: #fff;
    max-width: 90vw;
    max-height: 90vh;
    width: 1100px;
    position: fixed;
    inset: 0;
    margin: auto;
    z-index: 100;
}
.es-lightbox::backdrop { background: rgba(0,0,0,0.92); }
.es-lightbox video {
    width: 100%;
    max-height: 80vh;
    display: block;
    background: #000;
}
.es-lightbox__close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.4);
    color: #fff;
    font-size: 12px;
    padding: 6px 14px;
    cursor: pointer;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    z-index: 2;
}
.es-lightbox__close:hover,
.es-lightbox__close:focus-visible { background: rgba(255,255,255,0.18); }

/* ─── IV. Tension ─── */
.erotic-soul .es-tension {
    position: relative;
    overflow: hidden;
}
.erotic-soul .es-tension__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.erotic-soul .es-tension__line {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0 0 0 6vw;
    align-self: flex-end;
    max-width: 720px;
    width: 100%;
    padding-bottom: 14vh;
}
.erotic-soul .es-tension {
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
}
.erotic-soul .es-tension .es-tension__line {
    margin-top: auto;
}

/* ─── V. Surrender ─── */
.erotic-soul .es-surrender {
    background: radial-gradient(ellipse at center, #0a0608 0%, #050304 100%);
    padding: 96px 24px;
}
.erotic-soul .es-surrender__trigger {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: inherit;
    font: inherit;
    display: inline-block;
    text-align: center;
    max-width: 720px;
    width: 100%;
}
.erotic-soul .es-surrender__poster {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    margin-bottom: 28px;
    box-shadow: 0 0 80px 0 rgba(0,0,0,0.7) inset, 0 0 60px rgba(0,0,0,0.4);
}
.erotic-soul .es-surrender__poster img,
.erotic-soul .es-surrender__poster video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.78;
    transition: opacity 0.4s ease;
}
.erotic-soul .es-surrender__trigger:hover .es-surrender__poster img,
.erotic-soul .es-surrender__trigger:hover .es-surrender__poster video,
.erotic-soul .es-surrender__trigger:focus-visible .es-surrender__poster img,
.erotic-soul .es-surrender__trigger:focus-visible .es-surrender__poster video {
    opacity: 1;
}
.erotic-soul .es-surrender__poster::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 100%);
    pointer-events: none;
}
.erotic-soul .es-surrender__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-accent);
    z-index: 1;
}
.erotic-soul .es-surrender__cue {
    display: inline-block;
    font-family: var(--font-serif);
    font-style: italic;
    font-size: clamp(15px, 1.6vw, 19px);
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.72);
}

/* ─── VI. Aftermath — three-column with vertical side marquees ─── */
.erotic-soul .es-aftermath {
    background: var(--es-bg-deep);
    padding: 0;
    overflow: hidden;
}
.erotic-soul .es-aftermath__cols {
    display: grid;
    grid-template-columns: 1fr minmax(0, 760px) 1fr;
    gap: 0;
    align-items: stretch;
}
.erotic-soul .es-aftermath__center {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* Side vertical marquees */
.erotic-soul .es-vmarquee {
    position: relative;
    overflow: hidden;
    /* Soft top/bottom fade so images don't appear to slam in/out */
    mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.erotic-soul .es-vmarquee__track {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px 12px;
    will-change: transform;
}
.erotic-soul .es-vmarquee__track img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: block;
    opacity: 0.55;
    object-fit: cover;
    aspect-ratio: 3 / 4;
    box-shadow: 0 0 30px rgba(0,0,0,0.6);
}
.erotic-soul .es-vmarquee--down .es-vmarquee__track {
    animation: es-vscroll-down 70s linear infinite;
}
.erotic-soul .es-vmarquee--up .es-vmarquee__track {
    animation: es-vscroll-up 70s linear infinite;
}
@keyframes es-vscroll-down {
    from { transform: translateY(-50%); }
    to   { transform: translateY(0); }
}
@keyframes es-vscroll-up {
    from { transform: translateY(0); }
    to   { transform: translateY(-50%); }
}

/* Center column stills — unchanged behavior */
.erotic-soul .es-still {
    margin: 0;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    opacity: 0.5;
    transition: opacity 1.2s ease;
}
.erotic-soul .es-still.is-active {
    opacity: 1;
}
.erotic-soul .es-still img {
    max-width: 700px;
    max-height: 80vh;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    box-shadow: 0 0 60px rgba(0,0,0,0.6);
}

/* ─── VII. Integration ─── */
.erotic-soul .es-integration {
    background: #050304;
    padding: 80px 32px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.erotic-soul .es-integration__watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: clamp(280px, 60vh, 720px);
    max-width: 90vw;
    pointer-events: none;
    z-index: 0;
    filter: brightness(1.1) saturate(0);
    /* Continuous slow rise from below the text to above it, with a soft
       fade in/out so the loop reset is invisible. */
    animation: es-watermark-rise 30s ease-in-out infinite;
    will-change: transform, opacity;
}
@keyframes es-watermark-rise {
    0%   { transform: translate(-50%, 30%);  opacity: 0; }
    18%  { opacity: 0.09; }
    50%  { transform: translate(-50%, -50%); opacity: 0.09; }
    82%  { opacity: 0.09; }
    100% { transform: translate(-50%, -130%); opacity: 0; }
}
.erotic-soul .es-integration__inner {
    max-width: 1100px;
    position: relative;
    z-index: 2;
}
.erotic-soul .es-integration__line { margin: 0 0 48px; }
.erotic-soul .es-integration__sit { color: rgba(255,255,255,0.45); }

/* ─── Continue CTA — pulsing red button at page bottom ─── */
.erotic-soul .es-cta {
    background: #050304;
    padding: 80px 24px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.erotic-soul .es-cta__inner {
    max-width: 720px;
    margin: 0 auto;
}
.erotic-soul .es-cta__eyebrow {
    color: rgba(196,50,42,0.85);
    margin-bottom: 20px;
}
.erotic-soul .es-cta__title {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.25;
    color: rgba(255,255,255,0.92);
    margin: 0 0 36px;
}
.erotic-soul .es-cta__btn {
    position: relative;
    display: inline-block;
    padding: 18px 44px;
    background: #b81f1a;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 6px 24px rgba(184,31,26,0.45), 0 0 0 0 rgba(184,31,26,0.6);
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    z-index: 1;
}
.erotic-soul .es-cta__btn:hover,
.erotic-soul .es-cta__btn:focus-visible {
    background: #d12722;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(184,31,26,0.6);
    outline: none;
}
.erotic-soul .es-cta__btn-label { position: relative; z-index: 2; }

/* Pulse rings around the CTA button (two staggered) */
.erotic-soul .es-cta__btn::before,
.erotic-soul .es-cta__btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 2px solid #b81f1a;
    pointer-events: none;
    animation: es-cta-pulse 2.8s ease-out infinite;
    opacity: 0;
    z-index: 0;
}
.erotic-soul .es-cta__btn::after { animation-delay: 1.4s; }
@keyframes es-cta-pulse {
    0%   { transform: scale(1);    opacity: 0.7; }
    100% { transform: scale(1.45); opacity: 0; }
}

/* ─── Quiet signature at page bottom (Craig Just Craig) ─── */
.erotic-soul .es-signature {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 56px 24px 80px;
    background: #050304;
    opacity: 0.55;
    transition: opacity 0.3s ease;
}
.erotic-soul .es-signature:hover { opacity: 0.85; }
.erotic-soul .es-signature__mark {
    width: auto;
    height: 56px;
    display: block;
    filter: brightness(0.95);
}
.erotic-soul .es-signature__by {
    font-family: var(--font-sans);
    font-size: 10px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
}

/* ─── Floating audio dock ─── */
.erotic-soul .es-audio-dock {
    position: fixed;
    right: max(20px, env(safe-area-inset-right));
    bottom: max(24px, env(safe-area-inset-bottom));
    z-index: 50;
    display: none;
    align-items: center;
    gap: 12px;
    padding: 8px 18px 8px 8px;
    background: rgba(7,5,6,0.92);
    border: 1px solid rgba(var(--color-accent-rgb),0.55);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 22px rgba(0,0,0,0.6), 0 0 28px rgba(var(--color-accent-rgb),0.18);
    font-family: var(--font-sans);
    color: rgba(255,255,255,0.92);
    transition: opacity 0.5s ease;
}
.erotic-soul .es-audio-dock.is-revealed {
    display: inline-flex;
    animation: es-dock-enter 0.6s ease-out both;
}
@keyframes es-dock-enter {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

.erotic-soul .es-audio-dock__toggle {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--color-accent);
    color: #000;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex: 0 0 auto;
}
.erotic-soul .es-audio-dock__toggle:hover,
.erotic-soul .es-audio-dock__toggle:focus-visible { filter: brightness(1.1); outline: none; }

/* Pulse ring — draws attention while paused, hidden while playing */
.erotic-soul .es-audio-dock__toggle::before,
.erotic-soul .es-audio-dock__toggle::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--color-accent);
    pointer-events: none;
    animation: es-dock-pulse 2.4s ease-out infinite;
    opacity: 0;
}
.erotic-soul .es-audio-dock__toggle::after { animation-delay: 1.2s; }
.erotic-soul .es-audio-dock.is-playing .es-audio-dock__toggle::before,
.erotic-soul .es-audio-dock.is-playing .es-audio-dock__toggle::after { animation: none; opacity: 0; }
@keyframes es-dock-pulse {
    0%   { transform: scale(1);   opacity: 0.7; }
    100% { transform: scale(2.2); opacity: 0; }
}

.erotic-soul .es-audio-dock__icon--play  { width: 16px; height: 16px; }
.erotic-soul .es-audio-dock__icon--pause { width: 16px; height: 16px; display: none; }
.erotic-soul .es-audio-dock.is-playing .es-audio-dock__icon--play  { display: none; }
.erotic-soul .es-audio-dock.is-playing .es-audio-dock__icon--pause { display: block; }

.erotic-soul .es-audio-dock__label {
    display: flex;
    flex-direction: column;
    gap: 1px;
    line-height: 1.1;
}
.erotic-soul .es-audio-dock__label-eyebrow {
    font-size: 9px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--color-accent);
    font-weight: 700;
}
.erotic-soul .es-audio-dock__label-title {
    font-size: 12px;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.9);
}
.erotic-soul .es-audio-dock.is-playing .es-audio-dock__label-eyebrow { color: rgba(255,255,255,0.55); }

@media (max-width: 640px) {
    .erotic-soul .es-audio-dock { padding: 6px 14px 6px 6px; }
    .erotic-soul .es-audio-dock__label { display: none; }
    .erotic-soul .es-audio-dock__toggle { width: 44px; height: 44px; }
}

/* ─── Erotic Soul responsive + accessibility ─── */
@media (max-width: 880px) {
    .erotic-soul .es-descent { padding: 48px 0; gap: 10px; }
    .erotic-soul .es-fragment {
        width: 220px;
        height: 200px;
    }
    .erotic-soul .es-marquee--left .es-marquee__track,
    .erotic-soul .es-marquee--right .es-marquee__track {
        animation-duration: 45s;
    }
    .erotic-soul .es-tension__line {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 10vh;
    }
    .erotic-soul .es-still { height: 70vh; padding: 0 16px; }
    .erotic-soul .es-still img { max-width: 92vw; }
    /* Collapse aftermath three-column to center-only on mobile — side strips
       become noise on small screens and they steal precious horizontal space. */
    .erotic-soul .es-aftermath__cols { grid-template-columns: 1fr; }
    .erotic-soul .es-vmarquee { display: none; }
}

@media (hover: none) {
    /* iOS Safari: avoid background-attachment: fixed jank */
    .erotic-soul .es-invocation__bg {
        will-change: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .erotic-soul .es-chevrons span { animation: none; }
    .erotic-soul .es-threshold__inner { animation: none; }
    .erotic-soul .es-marquee--left .es-marquee__track,
    .erotic-soul .es-marquee--right .es-marquee__track { animation: none; }
    .erotic-soul .es-vmarquee--down .es-vmarquee__track,
    .erotic-soul .es-vmarquee--up .es-vmarquee__track { animation: none; }
    .erotic-soul .es-still { transition: opacity 0.2s ease; }
    .erotic-soul .es-audio-dock__pulse { animation: none; }
    .erotic-soul .es-integration__watermark {
        animation: none;
        transform: translate(-50%, -50%);
        opacity: 0.07;
    }
    .erotic-soul .es-cta__btn::before,
    .erotic-soul .es-cta__btn::after { animation: none; }
}
