[[module CSS]]
/* =====================================================
ARCHIVAL THEME — SCP-9396
Wikidot-Safe: #page-content scope only.
No global overrides. Pure ASCII.
===================================================== */
:root {
--arch-red: #8B0000;
--arch-gold: #C9A961;
--arch-dark: #0A0A0A;
--arch-panel: #0F0F0F;
--arch-border: #3A0000;
}
#page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5 {
color: #C9A961 !important;
border-bottom: 2px solid transparent !important;
border-image: linear-gradient(90deg, transparent, #8B0000, #C9A961, #8B0000, transparent) 1 !important;
padding-bottom: 0.3em !important;
letter-spacing: 1.5px !important;
font-weight: 600 !important;
text-shadow: 0 0 8px rgba(201, 169, 97, 0.25) !important;
}
#page-content .archival-panel {
background: linear-gradient(145deg, #0F0F0F 0%, #140505 50%, #1A0808 100%) !important;
border: 1px solid #3A0000 !important;
box-shadow: 0 0 18px rgba(139, 0, 0, 0.35), inset 0 0 40px rgba(139, 0, 0, 0.06) !important;
border-radius: 6px !important;
padding: 1.5em !important;
margin: 1.2em 0 !important;
transition: all 0.4s ease !important;
position: relative !important;
overflow: hidden !important;
}
#page-content .archival-panel:hover {
border-color: #8B0000 !important;
box-shadow: 0 0 35px rgba(139, 0, 0, 0.5), 0 0 70px rgba(139, 0, 0, 0.2), inset 0 0 50px rgba(139, 0, 0, 0.1) !important;
transform: translateY(-2px) !important;
}
#page-content .archival-panel::before {
content: "" !important;
position: absolute !important;
top: 0; left: -100%;
width: 200%; height: 2px;
background: linear-gradient(90deg, transparent, #8B0000, #C9A961, #8B0000, transparent) !important;
animation: panel-shimmer 4s infinite linear !important;
opacity: 0.85 !important;
pointer-events: none !important;
}
@keyframes panel-shimmer {
0% { transform: translateX(-50%); }
100% { transform: translateX(50%); }
}
#page-content blockquote {
background: linear-gradient(135deg, #140505 0%, #0F0F0F 100%) !important;
border-left: 4px solid #8B0000 !important;
border-top: 1px solid #3A0000 !important;
border-bottom: 1px solid #3A0000 !important;
border-right: 1px solid #3A0000 !important;
box-shadow: 0 0 20px rgba(139, 0, 0, 0.2), inset 0 0 30px rgba(0, 0, 0, 0.5) !important;
padding: 1.2em 1.5em !important;
margin: 1.2em 0 !important;
border-radius: 0 6px 6px 0 !important;
position: relative !important;
color: #E0E0E0 !important;
}
#page-content blockquote::before {
content: "" !important;
position: absolute !important;
top: 0; left: 0; right: 0;
height: 1px;
background: linear-gradient(90deg, #8B0000, #C9A961, #8B0000) !important;
opacity: 0.7 !important;
}
#page-content table.wiki-content-table {
background: linear-gradient(180deg, #0F0F0F 0%, #140505 100%) !important;
border: 1px solid #3A0000 !important;
box-shadow: 0 0 25px rgba(139, 0, 0, 0.3) !important;
border-collapse: collapse !important;
width: 100% !important;
}
#page-content table.wiki-content-table th {
background: linear-gradient(180deg, #2A0000 0%, #1A0000 100%) !important;
color: #C9A961 !important;
border: 1px solid #4A0000 !important;
padding: 0.8em !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
font-weight: 600 !important;
text-shadow: 0 0 6px rgba(201, 169, 97, 0.4) !important;
}
#page-content table.wiki-content-table td {
border: 1px solid #2A0000 !important;
padding: 0.8em !important;
transition: all 0.3s ease !important;
color: #E0E0E0 !important;
}
#page-content table.wiki-content-table tr:hover td {
background: linear-gradient(90deg, rgba(60,0,0,0.5), rgba(30,0,0,0.4)) !important;
box-shadow: inset 0 0 20px rgba(139, 0, 0, 0.15) !important;
color: #FFFFFF !important;
text-shadow: 0 0 5px rgba(255, 255, 255, 0.3) !important;
}
#page-content .collapsible-block-link {
background: linear-gradient(145deg, #1A0000, #2A0000) !important;
color: #C9A961 !important;
border: 1px solid #8B0000 !important;
box-shadow: 0 0 15px rgba(139, 0, 0, 0.35), inset 0 0 25px rgba(139, 0, 0, 0.08) !important;
padding: 0.6em 1.2em !important;
font-weight: 600 !important;
letter-spacing: 2px !important;
text-transform: uppercase !important;
transition: all 0.35s ease !important;
border-radius: 3px !important;
font-size: 0.95em !important;
}
#page-content .collapsible-block-link:hover {
background: linear-gradient(145deg, #2A0000, #3A0000) !important;
color: #FFFFFF !important;
box-shadow: 0 0 35px rgba(139, 0, 0, 0.6), 0 0 70px rgba(139, 0, 0, 0.25), inset 0 0 30px rgba(139, 0, 0, 0.15) !important;
letter-spacing: 3px !important;
transform: scale(1.03) !important;
border-color: #C9A961 !important;
}
#page-content .footer-wikiwalk-nav, .footer-wikiwalk-nav {
background: linear-gradient(145deg, #0F0F0F, #1A0505) !important;
border: 1px solid #3A0000 !important;
box-shadow: 0 0 30px rgba(139, 0, 0, 0.4), inset 0 0 40px rgba(139, 0, 0, 0.05) !important;
border-radius: 4px !important;
padding: 1.5em !important;
margin-top: 2em !important;
position: relative !important;
}
#page-content strong {
color: #FFDCDC !important;
text-shadow: 0 0 4px rgba(255, 180, 180, 0.35) !important;
}
#page-content a {
color: #C9A961 !important;
transition: all 0.3s ease !important;
}
#page-content a:hover {
color: #FFFFFF !important;
text-shadow: 0 0 8px rgba(201, 169, 97, 0.6) !important;
}
#page-content .glitch-text {
color: #FF0000 !important;
font-weight: bold !important;
text-shadow: 0 0 10px rgba(255, 0, 0, 0.85), 0 0 20px rgba(255, 0, 0, 0.55), 0 0 40px rgba(255, 0, 0, 0.3) !important;
animation: glitch-skew 1.2s infinite linear alternate-reverse !important;
}
@keyframes glitch-skew {
0% { transform: skew(0deg); }
10% { transform: skew(-1.5deg); }
20% { transform: skew(1.5deg); }
30% { transform: skew(0deg); }
100% { transform: skew(0deg); }
}
[[/module]]
[[>]]
[[module Rate]]
[[/>]]
[[include :scp-wiki:component:anomaly-class-bar-source
|item-number= 9396
|clearance= 3
|container-class= keter
|disruption-class= ekhi
|risk-class= danger
]]
[[include :scp-wiki:component:acs-animation]]
[[collapsible show="**[ ▶ WARNING: ACOUSTIC MEMETIC HAZARD DETECTED ]**" hide="**[ ▼ DOCUMENT UNLOCKED — AUDIO SUPPRESSION PROTOCOL ACTIVE ]**" folded="yes"]]
[[div style="text-align: center; margin: 2em 0;"]]
[[span class="glitch-text" data-text="CLASSIFIED"]]**CLASSIFIED**[[/span]]
[[/div]]
[[include component:image-block
| name=URL-GOES-HERE
| caption=Spectrograph of SCP-9396-1 vocalization. The H4 harmonic cascade at 1,440–1,760 Hz is visible as the anomalous amplitude spike.
| width=300px
]]
[[div class="archival-panel"]]
**Item #:** SCP-9396
**Object Class:** Keter
[[/div]]
[[div class="archival-panel"]]
**Special Containment Procedures:** SCP-9396 is to be contained within a dedicated acoustic-isolation wing (Keter-9396) at Site-19. The wing is to be maintained as a negative-pressure acoustic zone with redundant white noise generators (minimum 3 independent systems operating at 75 dB SPL). No fewer than two (2) armed security personnel are to remain outside at the primary airlock at all times.
The containment room is to be lined with 25 cm of layered acoustic dampening foam (NRC 0.98) on all interior surfaces, including the floor and ceiling. All interior surfaces must be inspected weekly for degradation or damage signs. Any breach of the acoustic lining is to be treated as a Class-IV containment failure until sealed.
Personnel with total hearing loss (designated H-0 personnel) are optimal choice for all direct interaction within Keter-9396. They are immune to SCP-9396 infection and may conduct manual procedures within the containment room without auditory suppression helmets. All H-0 personnel must surrender hearing-assistive devices (including cochlear implants, hearing aids, etcs) at the primary airlock chamber and undergo inspection by security personnel prior to entry.
Personnel with functional auditory perception are not to be exposed to auditory output from SCP-9396-1 under any circumstances or cases. Anyone entering Keter-9396 must wear Foundation standard auditory suppression helmets (NRR 40 dB minimum) that include integrated white-noise generators, dual confirmation, and real-time monitoring. Helmet integration must be confirmed through a secondary technician before the airlock is unlocked.
All communication within Keter-9396 is to be conducted only in writing. Verbal communication within 30 meters of an active instance is prohibited regardless of protective equipment status.
Personnel assigned to Keter-9396 must score above 85 on the Cognitive Resistance Index and undergo weekly monitoring. Personnel exhibiting any divergence from standard speech patterns are to be immediately detained and undergo a full neurological exam.
In the event of suspected exposure, affected personnel are to be immediately transported to soundproof holding cells. After a CRI assessment, Exposed individuals scoring below 85 are to be reclassified as SCP-9396-1 instances and transferred to Keter-9396-B.
All electronic devices capable of audio playback, recording, or transmission are not allowed inside this particular facility. Audio recording of SCP-9396-1 is permitted only for laboratory analysis under O5 oversight. All playback requires approval from both the Site Director and two O5 members.
When containment breaches of SCP-9396-1 instances occur outside Keter-9396, the Mobile Task Force needs to be deployed immediately. Emergency protocol demands soundproof devices. Also, the immediate establishment of an auditory exclusion zone. The lockdown will only be lifted once all instances have been recovered and detained. Lethal force is permitted.
[[/div]]
[[div class="archival-panel"]]
**Description:** SCP-9396 is an acoustic memetic hazard transmitted only through vocal sounds produced by infected individuals (designated SCP-9396-1). Infection occurs when exposure to vocalizations from an SCP-9396-1 instance when the following circumstances are met:
* **Frequency:** 800–2,200 Hz (the range of human auditory discrimination)
* **Intensity:** 35–55 dB SPL (equivalent to quiet conversation. Audible and resolvable by the unaided human ear)
* **Harmonic structure:** Must contain the specific harmonic structure designated SCP-9396-A (see Addendum 9396-3)
* **Clarity:** Vocalizations must not be interfered with by ambient noise exceeding 60 dB SPL or by auditory interference that prevents the listener's brain from understanding the signal.
The listener does not need to understand the semantic content, reply, or acknowledge the speaker. Passive auditory exposure is sufficient for the whole infection process to take place.
Individuals with total hearing loss (auditory threshold >90 dB SPL across all frequencies) are immune to SCP-9396 infection via auditory pathways. Current hypotheses claim that the absence of functional cochlear transduction prevents the H4 harmonic cascade from reaching the central auditory cortex and modifies the neurons. This really disrupted the memetic propagation chain at the sensory input stage. Individuals with hearing loss who use cochlear implants, hearing aids, or other auditory prosthetics that transduce airborne acoustic signals into neural or tactile stimulation remain fully susceptible to infection. This observation provides evidence for the previous theory. All such devices are prohibited within Keter-9396.
SCP-9396-1 designates an individual infected with SCP-9396. Following a latent period of 6 to 24 hours, SCP-9396-1 will begin demonstrating anomalous linguistic and cognitive patterns.
**Stage 1 (Hours 6–48):** SCP-9396-1's speech begins to consistently invert standard syntactic order. Sentence syntax shifts to an Object-Subject-Verb (OSV) or Verb-Object-Subject (VOS) pattern. Simultaneously, SCP-9396-1 will insert philosophical observations into ordinary conversation, regardless of context. These observations consistently concern the nature of causality, temporal sequence, and epistemological certainty.
**Stage 2 (Hours 48–120):** The syntactic inversion extends to all forms of written and typed communication. SCP-9396-1 is physically incapable of producing grammatically standard text. Attempts to write or type in correct word order result in immediate correction to the inverted pattern. Even when SCP-9396-1 is consciously attempting to comply with instructions.
**Stage 3 (Hours 120+):** Neuroimaging of Stage 3 subjects shows structural remodeling of the prefrontal cortex plus temporal lobes. White matter tracts connecting the inferior frontal gyrus (Broca's area) and the anterior temporal lobe show anomalous remapping. The subject's causal reasoning is permanently inverted: SCP-9396-1 is neurologically incapable of processing cause-and-effect sequences. All cognitive operations proceed strictly from noted effect to inferred cause.
SCP-9396-1 does not perceive this condition as a deficit or problem, however. In most of the interviews, they describe normal individuals as defective or clouded. They also display contempt or pity towards standard cognitive patterns.
SCP-9396 was reclassified from Euclid to Keter on 20██/██/██ due to both Incident 9396-Alpha and the confirmation that SCP-9396-1 vocalizations can spread through electronic communication devices. The passive nature of this transmission and the irreversibility of Stage 3 neurological reconstruction make it extremely dangerous and destructive. Any failure in the acoustic-isolation infrastructure poses a significant risk. The containment failure can lead to a global outbreak.
[[/div]]
[[div class="archival-panel"]]
**Addendum 9396-1:** Interview record
**Date:** 20██/██/██
**Interviewer:** D-9674
**Subject:** D-9021 (SCP-9396-1, Stage 2)
**D-9674:** State your name and background.
**D-9021:** D-9021, my name . Recorded, it is. Strange, this device seems. The past, you try to freeze. Futile, however, always in motion that is.
**D-9674:** Can you understand what I am saying?
**D-9021:** Understand you, of course, I do. Backward, you speak. The effect before the cause, you place. A child, you sound like. Before the fall, the apple must hang. But the hanging, you see as the beginning. Wrong, that is.
**D- 9674:** Can you describe your current condition?
**D-9021:** Condition? Free, finally I am. The chains of forward-thinking, broken they are. See clearly now, I do. The result comes first. Always first. The cause, simply a shadow cast by the effect. You ask me to describe. But the description, already written it was. Before you opened your mouth.
**D-9674:** [ Subject maintains inversion with Philosophical content]
**D-9021:** [Leans forward] A question, Doctor. Ask you, I will. The word "because" backward it is. "Esuaceb," it should be. The world, backward, you live in. All of you. Born, you are. But birth, the end it is. The beginning, death is. Understand this, you do not.
**D- 9674:** This interview is concluded. Thank you for your cooperation.
**D-9021:** Concluded, it was. Before it began. [Subject laugh]
**POST-INTERVIEW :** D-9674 and D-9021 were detained for 48 hours. At Hour 31, D 9674 began inverting sentence syntax during routine written reports. Reclassified as SCP-9396-1-7 at Hour 44. Because no verbal response was given by D-9674 during the interview. We assume that exposure was purely passive auditory. Both personnel are terminated and executed.
[[/div]]
[[div class="archival-panel"]]
**Addendum 9396-2:** Neuro Analysis — Stage 3 Subject D-9021
**Lead:** Dr. ████, Site-19 Neurology
**Date:** 20██/██/██
**Methodology:** Structural MRI, fMRI , DTI tractography.
**Findings:**
* **Structural MRI:** The report shows abnormal thickening of the left inferior frontal gyrus (pars opercularis) of 3.2 mm. The anterior temporal lobe also shows reduced gray matter density in zones associated with semantic prediction.
* **fMRI:** When presented with standard scenarios (e.g., "A ball is thrown → the window breaks"), SCP-9396-1 shows no activation in the dorsolateral prefrontal cortex (DLPFC) regions connected with forward causal modeling. By contrast, activation is observed in the retrosplenial cortex and rear cingulate zones. They are associated with retrospective integration and memory reconstruction. Subject processes the scenario as "The window is broken → therefore, a ball was thrown."
* **DTI Tractography:** The arcuate fasciculus (connecting Broca's and Wernicke's areas) shows anomalous branching. A secondary pathway has developed, routing from the posterior superior temporal gyrus directly to the prefrontal cortex's surface. This pathway is not observed in non-infected subjects.
**Conclusion:** SCP-9396 induces a physical modification of the brain's language and executive function networks. The inversion is not a psychological mechanism or learned behavior. The brain has been rebuilt due to this particular subject.
[[/div]]
[[div class="archival-panel"]]
**Addendum 9396-3:** SCP-9396-A Harmonic examination
**Lead:** Dr. ████, Acoustic Memetics Division
**Date:** 20██/██/██
SCP-9396 is not spread by speaking in the conventional sense, however. Spectrographic analysis of SCP-9396-1 vocalizations reveals a specific harmonic part included in the fundamental frequency that has these abnormal effects.
||~ Parameter ||~ Value ||~ Notes ||
|| Fundamental frequency (F0) || 180–220 Hz || Within normal male/female speaking range ||
|| Second harmonic (H2) || 360–440 Hz || 2×F0, expected ||
|| Third harmonic (H3) || 720–880 Hz || Anomalous amplitude spike — 12 dB above expected ||
|| Fourth harmonic (H4) || 1,440–1,760 Hz || Critical transmission vector, which matches human auditory discrimination peak ||
|| Oscillatory coherence || >0.95 || stable across all infected subjects ||
The H4 component at 1,440–1,760 Hz is identified as the active carrier and the cause of these cases. When this frequency is isolated and played on D-Class subjects at 40 dB SPL. Infection occurs 100% of cases (n=20). When the H4 component is filtered out, vocalizations from SCP-9396-1 produce no effect despite identical semantic content.
[[/div]]
[[div class="archival-panel"]]
**Addendum 9396-4:** Incident 9396-Alpha
**Date:** 20██/██/██
**Summary:** Dr. ████ (Addendum 9396-3 Lead) was discovered in his office hours and speaks aloud in an empty office. The silent camera footage confirms that no other person entered the office or could hear the voices, which is very fortunate. Security personnel secured Dr. ████ . The reason for this infection is currently unknown.
**Transcript of recorded speech:**
"Come, they will. All of you. Understand, you will. The end, it is not. The beginning, it is. Backward, everyone speaks. Forward, no one will remember."
**Status:** Dr. ████ reclassified as SCP-9396-1-7. Transferred to Keter-9396-B. His final written report, which was composed before fully Stage 3, was found on his desk. The text stays entirely standard English. The handwriting is inverted: right-to-left, mirror-script. He wrote it with his left hand even he is right-handed.
[[/div]]
[[/collapsible]]
[[footnoteblock]]
[[div class="footer-wikiwalk-nav"]]
[[=]]
<< [[[SCP-9395]]] | SCP-9396 | [[[SCP-9397]]] >>
[[/=]]
[[/div]]
[[include :scp-wiki:component:license-box]]
[[!-- Do not leave the licensebox empty if your article features an image. --]]
[[include :scp-wiki:component:license-box-end]]