:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: clamp(2rem, 5vw, 2.8125rem);
--header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem);
--logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg");
}
#header {
--search-textbox-text-color: var(--swatch-secondary-color);
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center 0;
background-size: auto calc(var(--header-height-on-desktop) - 1.5rem);
opacity: 0.8;
pointer-events: none;
}
#header h1,
#header h2 {
margin: 0;
padding: 0;
width: 100%;
height: var(--header-height-on-desktop);
display: flex;
align-items: center;
justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}
#header h1 a,
#header h1 a::before,
#header h2 span,
#header h2 span::before {
margin: 0;
padding: 0;
z-index: 0;
display: block;
text-align: center;
}
#header h1 {
z-index: 1;
}
#header h1 a::before,
#header h1 a::after {
content: var(--header-title);
}
#header h1 a::before {
color: rgb(var(--swatch-text-tertiary-color));
z-index: -1;
-webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark));
}
#header h1 a::after {
color: rgb(var(--swatch-headerh1-color));
z-index: 1;
}
#header h2 {
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#header h2 span {
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em);
}
#header h2 span::before,
#header h2 span::after {
--wght: 600;
content: var(--header-subtitle);
position: absolute;
left: 50%;
transform: translateY(-50%) translateX(-50%);
width: 100%;
text-align: center;
}
#header h2 span::before {
-webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark));
}
#header h2 span::after {
color: rgb(var(--swatch-headerh2-color));
z-index: 1;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
color: rgba(0, 0, 0, 0);
}
@media (min-width: 36rem) {
#login-status {
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status::before {
--mask-image: none;
background-color: transparent;
}
#login-status:not(:focus-within) {
color: rgb(var(--login-line-divider-color));
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial;
}
#login-status #account-topbutton,
#login-status:not(:focus-within) #account-topbutton {
--clip-path:
polygon( 0 0, 100% 0, 100% 100%, 0 100% );
background-color: rgba(var(--login-arrow-color), 0);
}
#login-status #account-topbutton::before{
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(var(--login-arrow-color), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton::before,
#login-status:not(:focus-within) #account-topbutton:hover::before {
--clip-path:
polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% );
--mask-image: initial;
}
#login-status:not(:focus-within) #account-topbutton::after {
display: none;
}
#login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
pointer-events: all;
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) {
opacity: 1;
}
#login-status #my-account {
--wght: 300;
}
#account-options {
background: var(--gradient-header);
}
#search-top-box {
top: 1.5em;
right: 3%;
background: rgba(var(--search-focus-textbox-bg-color), 0.4);
box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4);
}
#search-top-box:focus-within ~ #login-status {
opacity: 1;
}
#search-top-box::after {
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
transition:
background-color 150ms cubic-bezier(0.4, 0, 0.2, 1),
clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1),
-webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
#search-top-box:not(:focus-within)::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0% 100%
);
background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1);
-webkit-clip-path: var(--clip-path);
clip-path: var(--clip-path);
}
#search-top-box:not(:focus-within):hover::after {
--clip-path:
polygon(
0 0,
100% 0,
100% 100%,
0 100%
);
background-color: rgb(var(--search-icon-hover-bg-color));
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) {
max-width: var(--search-width);
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] {
max-width: var(--search-width);
padding: 0 var(--search-height) 0 1em;
outline-width: 0;
background-color: rgb(var(--search-focus-textbox-bg-color), 0.35);
color: rgba(var(--search-textbox-text-color), 0.4);
cursor: pointer;
}
#search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"],
#search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] {
pointer-events: all;
border: none;
}
}
#page-title::after,
.meta-title::after,
#page-title::before,
.meta-title::before {
content: "";
flex-grow: 1;
height: 0.0625rem;
background: rgb(var(--swatch-primary));
}
#page-title::before,
.meta-title::before {
margin: auto 1.25rem auto auto;
}
@supports(display: grid) {
:root {
--sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19);
--body-width-on-desktop: 45.75rem;
}
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
opacity: 1;
pointer-events: all;
z-index: -1;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.5rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important;
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu {
pointer-events: none;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before,
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after {
opacity: 0;
pointer-events: none;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
transition:
opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
@supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar {
padding: inherit;
} }
#content-wrap {
display: flex;
flex-direction: row;
width: calc(100vw - (100vw - 100%));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: var(--body-width-on-desktop, 45.75rem);
max-width: var(--body-width-on-desktop, 45.75rem);
margin: 0 auto;
}
#page-content {
max-width: min(90vw, var(--body-width-on-desktop, 45.75rem));
}
@supports (-webkit-hyphens:none) {
#side-bar {
transition:
left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms,
background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms;
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before,
#side-bar:hover .close-menu::after {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
Billith
Written by Billith, the first of such.
It's important to remember where we came from.
If you liked this article, you'll probably like:
Containment Class:
euclid
One instance of SCP-2853's interior
Special Containment Procedures: Due to the nature of SCP-2853, containment is only partially feasible. A perimeter is to be established in a 250-meter radius of SCP-2853 and monitored for activity. All civilian access points should be closed down under the guise of military operations.
Since the events of Incident 2853-1-1A, the containment measures have been updated to adapt to [REDACTED, SEE ADDENDUM 2853-1-A].
Description: SCP-2853 is a dilapidated two-story house located approximately 4 km outside of ███████ █████, Oregon. No known records of the construction or ownership of SCP-2853 exist at this time. Despite the degrading architecture, the house is completely sealed, and all attempts to break or peer through the windows have failed.
For around 10-20 minutes per day, the front and back doors of SCP-2853 unlock and open via an unknown means. The doors will close and reseal themselves after this interval has passed.
If a human enters SCP-2853 during this period, the doors will immediately seal themselves until the next day. It is unknown if this effect applies to willing entry of other animals as fauna explicitly avoid the location. This is presumed to be due in part by infrasonic frequencies recorded throughout the surrounding area, which cause an expected physiological response in test animals as well as D-Class personnel during exploratory efforts.
Multiple attempts have been made to survey the inside layout of SCP-2853 and have yielded additional data about the anomalous effects of the house, as described below.
Record of Exploration Logs 2853-A through C:
Exploration 2853-A
Subject: D-3248
Abstract: On ██-██-████ at ██:██:██, SCP-2853's doors were observed opening. One D-Class personnel equipped with audiovisual monitoring systems and one day's worth of rations was sent to observe the inside of the house.
After successful ingress via the rear entrance, the doors of SCP-2853 swung shut with a loud slam heard only through the audio feed of D-3248's recording equipment.
D-3248: [startled] -Yowch! The hell- [exhaling] Whew. I know y'all said the door would shut on me, but the thing damn near took my foot off! I guess it couldn't wait to have company.
Control: Noted. Please activate your camera and headlamp and begin observations.
Camera flicks on, revealing the interior to match the age and wear of the outside structure. Heavy amounts of dust coat all surfaces and cloud the windows. Despite the current time of day, the headlamp is deemed unnecessary, as the house is illuminated by a dull daytime light coming in through the shrouded windows. D-3248 is seen attempting to clear one to see outside, but the layers of sediment do not seem to give way at all.
D-3248 starts to move around the current room, panning the camera for Control. Several doors are present, as well as a set of stairs leading to the second floor. The interior is mostly unremarkable, containing a worn couch bearing a faded floral pattern aside a small table. Several chairs are skewed about haphazardly. Cobwebs and dust layer everything, including the walls and some various gardening tools kept by the rear door.
D-3248: Pretty drab house. The air in here is fucking stale.
Control: Please observe the rest of the house, 3248.
D-3248: Yeah, yeah.
D-3248 is seen choosing the first door to the left of the entrance. Upon entering, the door opens to a small kitchen and dining area that would comfortably fit a family of four. Dust once again coats all surfaces. D-3248's movements are seen kicking up particles from the floor. Subject takes a minute to brush off his clothes and coughs several times.
D-3248: Now, I'm not one for house cleaning, but this dust seems a bit excessive. Agh, my eye. Hold up.
D-3248 takes the water bottle out of his rations kit and flushes his eye with a small amount off camera.
D-3248: Better, continuing on.
Subject is seen moving around the kitchen, checking cupboards, and inspecting the room. Sets of plates and tarnished silverware are found among the items, but nothing of interest aside from the heavy accumulation of dust, about one centimeter on most surfaces, even in the interior of the cabinets. D-3248 stops several times to cough and flush his eyes.
D-3248: God- This place is the worst. How long until the door opens again?
Control: Another twenty-two hours, probably.
D-3248: Jesus Christ. I gotta save some of this water for drinking, my throat is dry as hell. This sink doesn't work.
Control: Noted, again. Please continue.
D-3248: [laughs] You guys don't give a shit about me, do you? Dumb question, sorry.
D-3248 continues around the perimeter of the kitchen. Camera shows uneaten food on the dining table. Despite the heavy coating of dust, no mold is observed on the food itself. Mild camera and audio interference is seen at control, though GPS location still reads in accordance to D-3248's position.
D-3248: You guys hear that? Or- feel it?
Control: Please be more descriptive of your surroundings-
D-3248: Okay, fuck you too buddy. It was like, uh, like the entire house shook, and my tinnitus suddenly got really bad. Let's finish clearing these rooms, I want to know I'm alone in here.
Control: Thermal readings indicate you are the only person in the house.
D-3248: Do ghosts show up on those things?
Control: Er- No. I guess they don't.
D-3248: [sighs]
After finishing with the kitchen, D-3248 moves back into the main room and takes the next door on his left. A small bathroom fills the camera's view. Subject is seen checking the sink for water but the tap yields nothing. D-3248 moves to the shower and toilet respectively, both having the same result.
D-3248: [coughs] There's so much dust. So much.
Control: Try to avoid breathing it in, conserve your remaining water. You'll be fine.
D-3248 does not respond and leaves the room. Another door exists to its left, but has been nailed shut with boards. After a moment of hesitation, subject opts to take the stairs to the second floor and proceeds upwards with haste.
The second floor landing comes into view and extends in both directions. Four other doors are present, and the accumulation of dust on this floor is at least three centimeters high. Large amounts are kicked up from D-3248's movement as his breathing becomes ragged.
A low groaning sound in the 15-20Hz range is picked up in the background of D-3248's recording equipment. The camera jerks, cutting temporarily, most likely due to D-3248 panicking. Quality of the audio degrades further but remains functioning.
D-3248: [distorted] -is again, that fucking noise- [distorted] -so hot, dry too. Worse than- [coughs] -below, like seriously can't stand this air- [distorted] -last of my water too, fucking fuck. What-
Video contact is reestablished, but the camera is pointed straight down. A considerable amount of dust is seen on the floor, ebbing and flowing like water. View jostles as subject begins to shudder and fall, gasping for air. Camera becomes inoperable again due to worsening static distortion. Audio recording still works to a degree, although D-3248's voice is hoarse and labored.
D-3248: [distorted] -gotta get me outta here, it- [distorted] -in my fucking lungs! I can feel it!- [wracking cough] -fuck, help me- [gasping] -I can't breathe! Too much- [gagging] -dust. Wh-What? Wind? Where's the fucking wind coming from?
A loud drone is heard before the audio is overcome by static and cuts abruptly. Subject's GPS tracking fails and D-3248 is not recovered. SCP-2853's doors open ahead of schedule.
Exploration 2853-B
Subject: D-8113
Abstract: On ██-██-████ at ██:██:██, SCP-2853's doors open once more, and one D-Class personnel is prepared for entry. Given the air quality and nature of the house observed in the previous log, it was deemed appropriate to equip the subject with an air filtration suit and several extra bottles of water.
Upon entry via the front door, the house once again seals with a loud slam heard only through the microphone on D-8113's person. Subject activates camera without instruction and begins observation. Light level confirmed as the same as before, despite the high sun.
D-8113: I can already tell, this place is full of laughs, isn't it? Gonna be a grand ol' time in dusty-musty McMansion. Honestly, this kind of reminds me of my Aunt Cheryl's-
Control: D-8113, please commence your search of the house.
D-8113: Sorry, Doc. I babble when I'm nervous. I've had the willies since we pulled into the driveway.
Control: It's fine.
Subject takes a quick loop of the entry room, which is identical to the previous test, aside from the gardening tools, which appear to have been recently used. Dust is only beginning to form on the dirt-covered trowels. Control notes this but does not tell the subject.
Upon entering the kitchen, more changes are noted, mostly in the form of moved kitchenware and the absence of food on the table. Dust still heavily coats all surfaces.
D-8113: I take back what I said about my aunt, even she couldn't let the dust build this much. This stuff must have been here for, what, two hundred years? This counter has about an inch of dust on it.
Camera feed confirms the increase. Dust has doubled since last exploration attempt, and particulates in the air are heavier. D-8113's filtration system is checked and confirmed as still functioning.
Subject finishes in the kitchen and moves to the next door as well. The bathroom is still present and in its state of disrepair. Dust coats the floor in a thick layer, approximately seven centimeters high. D-8113's steps cause a large cloud of dust to bloom into the air. Subject backs out of the room and closes the door, wiping off her suit.
D-8113: Throat's getting dry, gonna remove the helmet and take a drink.
Control: Keep your eyes closed and breathe as little as possible outside of the air filter.
D-8113: Roger Dodger.
Subject removes helmet, noting the layer of dust forming on the top, and quickly takes a drink before putting the helmet back on.
D-8113: Good enough. I could feel the dust in my eyebrows.
Control is unsure whether this is a joke or not. The infrasonic groan heard in the previous log is picked up through the recording equipment, although D-8113 does not seem to notice this. Subject notes the door to her left, which is still boarded shut. Returning to the entry room, the camera quality begins to degrade. The room contains at least seven centimeters more of accumulation than when last observed.
D-8113: Uh, this is abnormal. And the air is so dry and hot…
Subject takes several drinks of water and dons her helmet again, stifling a small cough. She focuses on the stairs, which have been hidden under a deluge of dust. Video interference dies down a bit as D-8113 ascends the stairs. No sign of the last D-Class is found. The landing has been hidden under almost 20 cm of dust, and every movement stirs up clouds of gray particles.
D-8113: [coughing] -This stuff is harsh. The suit helps though. I'm going to take this room here.
A small bedroom presents itself to D-8113. It appears to have been once owned by a small child. Dust has been swept against the bed and dresser like dunes, almost 60 cm high. D-8113 fords through the accumulation toward the dresser. Setting the camera down, subject is seen checking the drawers, coughing.
D-8113: Ugh. Are you sure this suit can handle this?
Control: It's the best we've got.
D-8113 stops her search for a second and looks around. After a moment, she resumes.
D-8113 Uhm, okay. I found some clothes, think they're for a girl. Yeah- [coughs] -Small one, maybe five. Huh, found some papers underneath. Oh.
Control: What is it?
D-8113: [DATA REDACTED, SEE ADDENDUM 2853-1-B]
Control: Noted. Thank you.
D-8113: [nervously] That's enough for this room.
Camera distorts, static returning despite no obvious changes. Subject gathers the documents and picks up the camera, turning to leave. D-8113 stops halfway and aims the camera down for Control. Dust rolls against the floor in waves.
D-8113: What the heck?
Moving to the door, 8113 is now wading against a current of dust, approximately waist high. D-8113 passes through the door frame to find dust pouring in from another room.
D-8113: [coughing] This is bizarre, but I'm okay. I think it-
Camera feed, audio feed and GPS positioning all fail at once. SCP-2853's doors open without warning. After a period of radio silence, D-8113 is considered lost. Due to the information gathered from the documents D-8113 found, this sudden disconnection is likely due to [DATA REDACTED, SEE ADDENDUM 2853-1-B].
Exploration 2853-C
Subject: D-1446
Abstract: When the doors opened again on ██-██-████ at ██:██:██, D-1446 was sent to investigate, equipped with the same gear, including one can of compressed air.
Upon entry, the doors swing shut loudly, as per usual. D-1446 activates their camera and takes a look around. Control notes major differences in the interior space, in the form of what appears to be remnants of a struggle. Furniture is overturned, torn and/or broken. The gardening tools are scattered on the floor, one or two in what seems to be dried blood. Dust is negligible, a minor coating that defies previous logs.
D-1446: Okay.. So what should I do now?
Control: Please explore the house to the best of your ability.
D-1446: Easy enough.
Problems with the video feed cause Control to pause and reestablish the link. Subject finds a window sill to place the camera on and waves to Control while the video broadcast is confirmed. Once finished, D-1446 is instructed to ignore the bottom floor and focus on the rooms of the second floor. Subject begins to move but stops, freezing in place.
D-1446: Fuck. What was that?
Control: What was it?
D-1446: It sounded like someone was knocking on the walls. [pauses] There it is again.
Audio feed picks up no such noise. It is possible the noise was too quiet to be picked up by the microphone.
D-1446: There's a pattern to it too. Let me listen.
Audio feed records silence for about fifteen seconds.
D-1446: Three short knocks, three slow knocks, three short knocks again. Fucking weird.
Control notes that this is Morse code for "SOS" but does not tell the subject.
D-1446 hurries to the stairs and ascends quickly. No signs of heavy dust accumulation on the landing, instead, a trail of blood runs down the length of the hall, splashed or smeared on the walls.
After some encouragement, subject begins to explore the hallway, often glancing around, appearing nervous. D-1446 passes the child's room and looks inside, revealing an otherwise unremarkable accumulation surrounding the degrading furnishings. Once again, no sign of the previous D-Class individuals is seen.
Leaving the room, subject takes the next available door on the right, leading to the master bedroom. Blood coats the walls and furniture, red and glistening, likely fresh. Dust is accumulated in this room in large piles, swept against the walls and furniture in dunes a meter high. On the bed are the eviscerated remains of at least two individuals, neither of which are the missing subjects. A dusty revolver lies on the ground, surrounded by spent casings.
D-1446: Oh, god. What the hell did this to you?
D-1446's video feed distorts. A small breeze is seen moving the particles around behind D-1446's person. The change in the stagnant air causes the subject to spin in a panic. Nothing exists besides a sudden accumulation of dust, flowing around D-1446's ankles.
D-1446: This is weird. Tell me this is normal, right? Happens all the time in this place, yeah?
Control: The suit is enough to keep you safe.
D-1446 scoffs and wades through the dust into the landing. A small bathroom lies across the hall, door ajar. Dust is seen overflowing from the toilet in a rapid torrent.
D-1446: Yup, totally normal.
Video feed becomes intermittent, but reveals no changes in the surrounding area. Another room is visible on the landing, and D-1446 progresses towards it in the rapidly rising levels of dust. Upon opening the door, a small study comes into view. Worn books occupy the shelves adjacent to a plain wooden desk. D-1446 closes the door behind them, struggling against the river of dust forcing its way into the room, and takes a look around. A small globe occupies the corner of the room. Upon approaching it and clearing the dust, it is apparent that the globe does not accurately represent Earth.
D-1446: Weird place.
A loud bang is heard in the recording equipment on the subject's person, causing them to glance around.
D-1446: Sounds like it came from downstairs. I'm staying here.
Control approves this and instructs D-1446 to inspect the books on the shelves. Several pages crumble upon touch, but the topics range from ritualism and the occult to music theory and children's books.
Another bang is heard, louder this time. The rafters bend and creak, as if under heavy winds. D-1446 peers around more, revealing nothing. Video feed breaks down momentarily and returns, subject now leafing through some documents on the desk.
D-1446: This place. Man, is it giving me bad vibes.
An explosion in the 160dB range is heard throughout the entire containment site. Subject wheels around, the closed door having buckled and caved due to the ceiling-high amount of dust cascading into the room. A loud drone is heard in the background as the accumulation of dust blasts outward in a violent slipstream, smashing into D-1446 and throwing them against the bookshelves. The camera is thrown against the ground and visual contact is lost for thirty seconds. When reestablished, the feed shows high amounts of particulates swirling through the room in unseen winds. Screaming is heard, followed by tearing and gasping, culminating in a wet thump. Wheezing persists for several minutes before growing silent.
Video feed shows high amounts of dust flowing throughout the house still. Slow steps are heard from another room, as well as several other bangs and groans. Steps grow louder until humanoid legs that appear to be comprised of dust pass by the camera's view. No noise is heard afterwards, aside from mild winds. Contact persists until ██:██:██, when GPS, audio and video fail simultaneously. D-1446 considered lost.
Addendum 2853-1-A
Special Containment Procedures: Due to the nature of SCP-2853, containment is unfeasible. A perimeter is to be established in a kilometer radius of SCP-2853 and monitored for activity with extreme scrutiny. All civilian access points should be closed down under the guise of military operations.
A containment chamber should be built around the house, with an airlock situated outside each of the doors of SCP-2853.
Since the events of Incident 2853-1-1A, the containment measures have been updated several times to adapt to the ongoing growth of SCP-2853-1. Despite this, containment breach is imminent, and research into reversing the effects of SCP-2853 is ongoing.
Description: SCP-2853 is a dilapidated two story house located approximately 4 km outside of ███████ █████, Oregon. Despite the degrading architecture, the house is completely sealed, and all attempts to break or peer through the windows have failed.
For around 10-20 minutes per day, the front and back doors of SCP-2853 unlock and open via an anomalous means. The doors will close and reseal themselves after this interval has passed.
After the events of Incident 2853-1-1A, the doors of SCP-2853 remain perpetually unlocked and closed. At no time should anyone be permitted to open the doors of SCP-2853.
If a human enters SCP-2853 during this period, the doors will immediately seal themselves until the next day. During this period, the interior will begin "meshing" itself into another version of the house, understood by Foundation research staff to be parallel universes of the same building. Over time, contact with those inside the house degrades and ceases as an alternate version of the house replaces the interior of the current one. It is unknown if this effect applies to willing entry of other animals as fauna explicitly avoid the location. This is considered due in part by infrasonic frequencies recorded throughout the surrounding area, which cause an expected physiological response in test animals as well as D-Class personnel during exploratory efforts.
If no one is in any instance of the house, the doors will open to accept a new individual. Likewise, the doors remain closed and unlocked if the subject stays alive within the house for the entirety of the cycle. Leaving the house during this period exits into its respective dimension.
Most alternate dimensions experienced this way have been destroyed by large quantities of SCP-2853-1.
SCP-2853-1 refers to an anomalous accumulation of dust found within the house. Testing has revealed that the dust itself is comprised of many different materials, but is identified as finely ground biological matter, a majority of which is human.
Clouds of SCP-2853-1 are particularly harsh to the respiratory system of humans, often resulting in suffocation over a period of minutes to hours, depending on the air quality of the affected area. The dust itself is indestructible, as all attempts to destroy the particulates have ultimately ended in failure.
When exposed to strong winds, SCP-2853-1 can exhibit erosion capabilities that far exceed those of typical dust storms. The effect can be extremely painful and often lethal.
While there is no confirmation that SCP-2853-1 is sentient or "alive" in any traditional sense, SCP-2853-1 often exhibits flows and currents, accumulating in groups and moving on its own accord. How this behavior is accomplished is unknown.
SCP-2853-1 has no identified source, but recovered materials suggest the presence of a separate entity, one that may have caused multiple XK-Class End-of-the-World scenarios in alternate realities linked to SCP-2853.
Incident Report 2853-1-1A:
At ██:██:██ on ██-██-████, two hours and twenty-three minutes into Exploration 2853-C, SCP-2853 broke from its previous cyclical activities for the first time. SCP-2853, which had been sealed since the beginning of D-1446's entry, unlocked and, two minutes later, emitted a noise comparable to a large explosion accompanied by splintering wood. The house experienced no change on the outside, but has remained in a closed but unlocked stasis suggesting an "occupied" state from within the house. It is unknown why this has occurred, or whom may be within the house at this time. Given the dust that is now accumulating around the rear door, this change in behavior should be closely observed and maintained for as long as possible while better forms of containment are prepared.
Since then, noises including knocks, taps and scratches have been heard on the outer doors of SCP-2853.
Upgrade to Keter classification approved.
Addendum 2853-1-B
Record of Documents and excerpts from Exploration 2853-B, taken from video feed.
Photograph recovered from Exploration 2853-B. Click to enlarge.
Islia,
If you're reading this, then I am dead.
I tried to save us.
I really, really tried. Maybe it worked.
We were running low on food and went into what was once ███████ █████, nothing was left. It was just… gone. Razed to dust. So I came back from that wasteland to the only thing left standing- this house.
Whatever happened when Gwrgr set up that "perimeter" has changed these walls. I told you it wasn't so, but you could see different. I know you did. The light in the windows, never changing. I kept you to your room, but you are such a bright child.
I never should have trusted him. No, we did it together. We had to.
When it was done, he said it would be better. That it would be our freedom. It wasn't. Day by day, every time we opened the doors, we'd hoped for a better world than this, for all of us, for you. For every day, the dust grew higher outside. Even sealed, I could taste it from within.
Pale dust and empty air. We would always leave to the same, come back to the same. Same but different. Different, but the same. Nothing but dust and death outside and in. Gwrgr was restless, and I could see the gray in his eyes, clouding his vision, his thoughts. Felt it in mine too, but he was worse.
So we kept looking for a way out. We opened those doors, over and over. One hand on each knob, two new worlds every day. It was all the same. A world of dust. Another. Another. A world of ashes and eyeballs. A world of tar and boiling blood. Dust again. A blank world. A dark world, full of whispers and a man with a wide grin. Dust. Dust. More dust. Cobwebs. They fill my mind, like he before me. I can't keep us both here. We've already hurt too many.
forgive me