{"product_id":"doomensions-mystery-manor-3d-haunted-mansion-puzzle-experience-an-8-12-hour-paranormal-escape-room-adventure-for-1-4-investigators-ages-14","title":"🕵️Doomensions: Mystery Manor — 3D Haunted Mansion Puzzle Experience | An 8–12 Hour Paranormal Escape-Room Adventure for 1–4 Investigators, Ages 14+","description":"\u003cstyle\u003e \/* =========================================================    DOOMENSIONS: MYSTERY MANOR    FINAL COMPLETE LANDING PAGE ========================================================= *\/  #doomensions-page{   --black:#0d0c0b;   --dark:#181412;   --dark2:#24201c;   --red:#932f39;   --red-dark:#682027;   --brass:#c09a69;   --paper:#e4d7c4;   --paper2:#f1e7d7;   --cream:#f8f2e9;   --green:#29342f;   --text:#332a25;   --muted:#74685f;   --line:#d1c1ac;    width:100%;   margin:0;   padding:0;   overflow:hidden;    background:var(--paper2);   color:var(--text);    font-family:     -apple-system,     BlinkMacSystemFont,     'Segoe UI',     Roboto,     Arial,     sans-serif; }  #doomensions-page *{   box-sizing:border-box; }  #doomensions-page img{   display:block;   width:100%;   height:auto; }  #doomensions-page h1, #doomensions-page h2, #doomensions-page h3, #doomensions-page p{   margin-top:0; }  #doomensions-page a{   text-decoration:none; }  #doomensions-page .wrap{   width:100%;   max-width:1100px;   margin:0 auto;   padding:0 20px; }  #doomensions-page .eyebrow{   margin:0 0 9px;    color:var(--red);    font-size:11px;   line-height:1.35;   font-weight:900;    letter-spacing:2px;   text-transform:uppercase; }  #doomensions-page .title{   margin:0 0 15px;    color:#2b221d;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:40px;   line-height:1.08;    letter-spacing:-.6px; }  #doomensions-page .copy{   margin:0;    color:var(--muted);    font-size:16px;   line-height:1.72; }  #doomensions-page .head{   max-width:750px;    margin:0 auto 34px;    text-align:center; }  #doomensions-page .photo{   overflow:hidden;    border:1px solid rgba(72,52,39,.16);   border-radius:17px;    background:#211b17;    box-shadow:     0 16px 38px rgba(45,31,21,.16); }  #doomensions-page .photo img{   width:100%;   height:100%;    object-fit:cover; }    \/* =========================================================    TOP FULL BANNER ========================================================= *\/  #doomensions-page .top-banner{   position:relative;    width:100%;    \/*     不再锁死560px     根据屏幕宽度自动调整高度   *\/   height:clamp(370px,28.5vw,560px);    overflow:hidden;    background:#020302; }   \/* =========================================================    IMAGE 1 — FULL BACKGROUND ========================================================= *\/  #doomensions-page .top-base{   position:absolute;    z-index:1;    inset:0; }  #doomensions-page .top-base img{   width:100%;   height:100%;    object-fit:cover;    \/*     左侧档案 \/ 血手印 \/ 手部优先保留   *\/   object-position:left center; }   \/* 让右侧逐渐暗下来 *\/  #doomensions-page .top-base:after{   content:'';    position:absolute;    inset:0;    pointer-events:none;    background:     linear-gradient(       90deg,        rgba(0,0,0,.02) 0%,        rgba(0,0,0,.02) 22%,        rgba(0,0,0,.08) 34%,        rgba(0,0,0,.20) 50%,        rgba(0,0,0,.42) 72%,        rgba(0,0,0,.65) 100%     ); }    \/* =========================================================    GREEN ATMOSPHERIC AREA ========================================================= *\/  #doomensions-page .top-fog{   position:absolute;    z-index:2;    left:24%;   top:0;    width:49%;   height:100%;    pointer-events:none;    background:     radial-gradient(       ellipse at 48% 50%,        rgba(52,148,73,.31) 0%,        rgba(42,109,58,.22) 27%,        rgba(29,70,40,.13) 48%,        rgba(14,28,18,.04) 67%,        transparent 82%     );    filter:blur(14px); }    \/* =========================================================    IMAGE 2 — OVERLAY ========================================================= *\/  #doomensions-page .top-overlay{   position:absolute;    z-index:3;    right:0;   top:0;   bottom:0;    width:71%;    overflow:hidden;    background:transparent; }   \/*   关键修改：    之前 object-fit:cover   会裁掉图二顶部文字。    现在使用 contain，   整张图全部显示，   所以 THE EIGHT ROOM 不会再被裁掉。 *\/  #doomensions-page .top-overlay img{   position:absolute;    right:0;   top:50%;    transform:translateY(-50%);    width:100%;   height:100%;    object-fit:contain;   object-position:right center;    background:transparent;    \/*     图二左边透明渐隐，     直接融入图1   *\/    -webkit-mask-image:     linear-gradient(       90deg,       transparent 0%,       rgba(0,0,0,.18) 8%,       rgba(0,0,0,.60) 18%,       #000 31%,       #000 100%     );    mask-image:     linear-gradient(       90deg,       transparent 0%,       rgba(0,0,0,.18) 8%,       rgba(0,0,0,.60) 18%,       #000 31%,       #000 100%     ); }   \/* Safari\/旧浏览器后备渐变 *\/  #doomensions-page .top-overlay:before{   content:'';    position:absolute;    z-index:4;    left:0;   top:0;   bottom:0;    width:23%;    pointer-events:none;    background:     linear-gradient(       90deg,        rgba(0,0,0,.88),        rgba(0,0,0,.60) 30%,        rgba(0,0,0,.25) 66%,        transparent     ); }    \/* =========================================================    GLOBAL BANNER VIGNETTE ========================================================= *\/  #doomensions-page .top-vignette{   position:absolute;    z-index:5;    inset:0;    pointer-events:none;    background:      linear-gradient(       180deg,        rgba(0,0,0,.20),        transparent 14%,        transparent 80%,        rgba(0,0,0,.24)     ),      radial-gradient(       ellipse at 52% 47%,        transparent 48%,        rgba(0,0,0,.08) 67%,        rgba(0,0,0,.30) 100%     ); }   \/* very subtle texture *\/  #doomensions-page .top-grain{   position:absolute;    z-index:6;    inset:0;    pointer-events:none;    opacity:.07;    background-image:     radial-gradient(       rgba(255,255,255,.42) .6px,       transparent .7px     );    background-size:8px 8px;    mix-blend-mode:soft-light; }    \/* =========================================================    HERO \/ DIMENSIONS ========================================================= *\/  #doomensions-page .hero{   padding:48px 0 43px;    background:      radial-gradient(       circle at 78% 5%,       rgba(147,47,57,.17),       transparent 35%     ),      linear-gradient(       135deg,       #151210,       #211916 58%,       #100e0d     );    color:#fff; }  #doomensions-page .hero-inner{   max-width:960px;    margin:auto;    text-align:center; }  #doomensions-page .hero .eyebrow{   color:#caa477; }  #doomensions-page .hero h1{   max-width:850px;    margin:     0 auto 14px;    color:#fff8ed;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:49px;   line-height:1.03;    letter-spacing:-1px; }  #doomensions-page .hero h1 span{   color:#c94b55; }  #doomensions-page .hero-copy{   max-width:770px;    margin:     0 auto 25px;    color:#c9beb2;    font-size:16px;   line-height:1.7; }    \/* =========================================================    DIMENSIONS ========================================================= *\/  #doomensions-page .dimensions{   display:grid;    grid-template-columns:     repeat(4,1fr);    max-width:900px;    margin:     0 auto 26px;    overflow:hidden;    border:     1px solid rgba(223,200,166,.18);    border-radius:13px;    background:     rgba(255,255,255,.035); }  #doomensions-page .dimension{   padding:     17px 12px;    border-right:     1px solid rgba(223,200,166,.16); }  #doomensions-page .dimension:last-child{   border-right:0; }  #doomensions-page .dimension strong{   display:block;    margin-bottom:5px;    color:#fff6ea;    font-size:12px;    letter-spacing:.4px; }  #doomensions-page .dimension span{   color:#aa9d91;    font-size:10px;   line-height:1.45; }    \/* =========================================================    BUTTON ========================================================= *\/  #doomensions-page .button{   display:inline-flex;    min-height:54px;    align-items:center;   justify-content:center;    padding:     0 28px;    border:     1px solid rgba(235,207,165,.2);    border-radius:7px;    background:     linear-gradient(       180deg,       #a43a44,       #6c2029     );    box-shadow:     0 13px 30px rgba(0,0,0,.30);    color:#fff;    font-size:13px;    font-weight:900;    letter-spacing:.45px;    transition:.2s ease; }  #doomensions-page .button:hover{   transform:     translateY(-2px); }  #doomensions-page .hero-note{   margin:     11px 0 0;    color:#80766e;    font-size:11px; }    \/* =========================================================    QUICK BENEFITS ========================================================= *\/  #doomensions-page .trust{   background:#e6dbc8;    border-bottom:     1px solid #d1c2ae; }  #doomensions-page .trust-grid{   display:grid;    grid-template-columns:     repeat(4,1fr);    max-width:1000px;    margin:auto; }  #doomensions-page .trust-item{   padding:     18px 12px;    text-align:center;    border-right:     1px solid #ccbea9; }  #doomensions-page .trust-item:last-child{   border-right:0; }  #doomensions-page .trust-icon{   margin-bottom:5px;    font-size:21px; }  #doomensions-page .trust-item strong{   display:block;    margin-bottom:3px;    color:#3b3029;    font-size:12px; }  #doomensions-page .trust-item span{   display:block;    color:#887a6c;    font-size:10px; }    \/* =========================================================    OPEN THE BOX ========================================================= *\/  #doomensions-page .open{   padding:     64px 0;    background:var(--paper2); }  #doomensions-page .two-column{   display:grid;    grid-template-columns:     1fr 1fr;    gap:44px;    align-items:center; }  #doomensions-page .callout{   margin-top:21px;    padding:     17px 19px;    border-left:     4px solid var(--red);    background:#ded0bb;    color:#55483e;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:17px;   line-height:1.55; }    \/* =========================================================    ROOMS ========================================================= *\/  #doomensions-page .rooms{   padding:     63px 0;    background:#24201c; }  #doomensions-page .rooms .title{   color:#fff8ed; }  #doomensions-page .rooms .copy{   color:#bbb0a4; }  #doomensions-page .rooms .eyebrow{   color:#d09c67; }  #doomensions-page .rooms-grid{   display:grid;    grid-template-columns:     1.04fr .96fr;    gap:44px;    align-items:center; }  #doomensions-page .room-number{   margin:     22px 0 8px;    color:#b7434d;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:76px;    font-weight:700;    line-height:.86; }  #doomensions-page .room-number span{   margin-left:8px;    color:#eee3d5;    font-size:24px; }    \/* =========================================================    STORY ========================================================= *\/  #doomensions-page .story{   padding:     64px 0;    background:#f7f1e8; }  #doomensions-page .story-grid{   display:grid;    grid-template-columns:     .94fr 1.06fr;    gap:44px;    align-items:center; }  #doomensions-page .feature-list{   margin:     21px 0 0;    padding:0;    list-style:none; }  #doomensions-page .feature-list li{   position:relative;    margin-bottom:12px;    padding-left:29px;    color:#665a51;    font-size:14px;   line-height:1.5; }  #doomensions-page .feature-list li:before{   content:'✦';    position:absolute;    left:0;   top:-1px;    color:var(--red);    font-size:16px; }    \/* =========================================================    INVESTIGATION ========================================================= *\/  #doomensions-page .investigation{   padding:     64px 0;    background:#ddd0bd; }  #doomensions-page .investigation-grid{   display:grid;    grid-template-columns:     1.1fr .9fr;    gap:15px; }  #doomensions-page .investigation-main{   min-height:520px; }  #doomensions-page .investigation-main img{   height:100%;    object-fit:cover; }  #doomensions-page .investigation-stack{   display:grid;    gap:15px; }  #doomensions-page .investigation-stack .photo{   min-height:252px; }  #doomensions-page .investigation-stack img{   height:100%;    object-fit:cover; }    \/* =========================================================    CONTENTS ========================================================= *\/  #doomensions-page .contents{   padding:     64px 0;    background:#171412; }  #doomensions-page .contents .title{   color:#fff7ec; }  #doomensions-page .contents .copy{   color:#baafa2; }  #doomensions-page .contents .eyebrow{   color:#cda271; }  #doomensions-page .contents-grid{   display:grid;    grid-template-columns:     .98fr 1.02fr;    gap:44px;    align-items:center; }  #doomensions-page .content-cards{   display:grid;    grid-template-columns:     repeat(2,1fr);    gap:10px;    margin-top:23px; }  #doomensions-page .content-card{   padding:     17px 16px;    border:     1px solid rgba(226,201,169,.15);    border-radius:10px;    background:     rgba(255,255,255,.035); }  #doomensions-page .content-card strong{   display:block;    margin-bottom:5px;    color:#f7ecde;    font-size:12px; }  #doomensions-page .content-card span{   color:#9f9488;    font-size:11px;   line-height:1.5; }    \/* =========================================================    HOW TO PLAY ========================================================= *\/  #doomensions-page .how{   padding:     64px 0;    background:#eee3d2; }  #doomensions-page .steps{   display:grid;    grid-template-columns:     repeat(4,1fr);    gap:12px;    margin-top:32px; }  #doomensions-page .step{   padding:     22px 18px;    border:     1px solid #d2c2ad;    border-radius:13px;    background:#faf5ed; }  #doomensions-page .step-number{   width:35px;   height:35px;    display:flex;    align-items:center;   justify-content:center;    margin-bottom:13px;    border-radius:50%;    background:#70212a;    color:#fff;    font-weight:900; }  #doomensions-page .step h3{   margin:     0 0 7px;    color:#3e322a;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:17px; }  #doomensions-page .step p{   margin:0;    color:#776a60;    font-size:12px;   line-height:1.6; }    \/* =========================================================    AUDIENCE ========================================================= *\/  #doomensions-page .audience{   padding:     64px 0;    background:#f8f2e9; }  #doomensions-page .audience-grid{   display:grid;    grid-template-columns:     1fr 1fr;    gap:44px;    align-items:center; }  #doomensions-page .tags{   display:flex;    flex-wrap:wrap;    gap:8px;    margin-top:21px; }  #doomensions-page .tag{   padding:     9px 11px;    border:     1px solid #d5c6b3;    border-radius:7px;    background:#ece1d1;    color:#594b41;    font-size:11px;    font-weight:700; }    \/* =========================================================    DURATION ========================================================= *\/  #doomensions-page .duration{   padding:     63px 0;    background:#29342f; }  #doomensions-page .duration .title{   color:#fff; }  #doomensions-page .duration .copy{   color:#c1cbc4; }  #doomensions-page .duration .eyebrow{   color:#d0a06b; }  #doomensions-page .duration-grid{   display:grid;    grid-template-columns:     .92fr 1.08fr;    gap:44px;    align-items:center; }  #doomensions-page .hours{   margin:     21px 0 12px;    color:#f2e4d0;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:64px;   line-height:.92; }  #doomensions-page .hours span{   color:#bc8174;    font-size:24px; }  #doomensions-page .duration-note{   color:#98a29b;    font-size:12px;   line-height:1.6; }    \/* =========================================================    COMPARISON ========================================================= *\/  #doomensions-page .compare-section{   padding:     64px 0;    background:#e5d8c5; }  #doomensions-page .compare{   max-width:870px;    margin:     30px auto 0;    overflow:hidden;    border:     1px solid #caba9f;    border-radius:13px; }  #doomensions-page .compare-row{   display:grid;    grid-template-columns:     1.3fr 1fr 1fr; }  #doomensions-page .compare-row \u003e div{   padding:     14px 12px;    border-right:     1px solid #d2c2aa;    border-bottom:     1px solid #d2c2aa;    font-size:12px;   line-height:1.45; }  #doomensions-page .compare-row \u003e div:last-child{   border-right:0; }  #doomensions-page .compare-row:last-child \u003e div{   border-bottom:0; }  #doomensions-page .compare-head \u003e div{   background:#211c19;    color:#f7ecdc;    font-weight:900; }  #doomensions-page .compare-row:not(.compare-head) \u003e div{   background:#f8f1e6;    color:#75695f; }  #doomensions-page .good{   color:#812b34 !important;    font-weight:850; }    \/* =========================================================    FULL EXPERIENCE ========================================================= *\/  #doomensions-page .experience{   padding:     64px 0;    background:#151210; }  #doomensions-page .experience .title{   color:#fff8ed; }  #doomensions-page .experience .copy{   color:#b9aea2; }  #doomensions-page .experience .eyebrow{   color:#cda271; }  #doomensions-page .experience .photo{   max-width:1000px;    margin:0 auto;    border-color:     rgba(232,204,166,.18); }    \/* =========================================================    FAQ ========================================================= *\/  #doomensions-page .faq{   padding:     63px 0 67px;    background:#eee4d5; }  #doomensions-page .faq-list{   max-width:820px;    margin:     28px auto 0; }  #doomensions-page .faq details{   margin-bottom:9px;    overflow:hidden;    border:     1px solid #d3c5b1;    border-radius:10px;    background:#faf6ef; }  #doomensions-page .faq summary{   position:relative;    padding:     17px 48px 17px 18px;    cursor:pointer;    list-style:none;    color:#41352d;    font-size:14px;    font-weight:850; }  #doomensions-page .faq summary::-webkit-details-marker{   display:none; }  #doomensions-page .faq summary:after{   content:'+';    position:absolute;    right:18px;   top:50%;    transform:     translateY(-50%);    color:#832a34;    font-size:22px; }  #doomensions-page .faq details[open] summary:after{   content:'−'; }  #doomensions-page .faq-answer{   padding:     0 18px 17px;    color:#75695f;    font-size:13px;   line-height:1.65; }    \/* =========================================================    FINAL CTA ========================================================= *\/  #doomensions-page .final{   padding:     72px 20px;    text-align:center;    background:      radial-gradient(       circle at 50% 0,       rgba(132,39,48,.24),       transparent 45%     ),      linear-gradient(       180deg,       #171311,       #0f0d0c     ); }  #doomensions-page .final-inner{   max-width:750px;    margin:auto; }  #doomensions-page .final-icon{   margin-bottom:12px;    font-size:32px; }  #doomensions-page .final h2{   margin:     0 0 14px;    color:#fff7eb;    font-family:     Georgia,     'Times New Roman',     serif;    font-size:40px;   line-height:1.08; }  #doomensions-page .final p{   max-width:650px;    margin:     0 auto 24px;    color:#b9aea1;    font-size:15px;   line-height:1.7; }  #doomensions-page .final-note{   margin-top:12px;    color:#716861;    font-size:11px; }    \/* =========================================================    MOBILE ========================================================= *\/  @media(max-width:749px){    #doomensions-page .wrap{     padding:       0 15px;   }    #doomensions-page .title{     font-size:29px;   }    #doomensions-page .copy{     font-size:14px;     line-height:1.65;   }     \/* =========================      BANNER   ========================= *\/    #doomensions-page .top-banner{     height:310px;   }    #doomensions-page .top-base img{     object-position:left center;   }    #doomensions-page .top-overlay{     width:79%;   }    #doomensions-page .top-overlay img{     object-fit:contain;     object-position:right center;   }    #doomensions-page .top-overlay:before{     width:30%;   }    #doomensions-page .top-fog{     left:14%;      width:61%;      filter:blur(10px);   }     \/* hero *\/    #doomensions-page .hero{     padding:       34px 15px 31px;   }    #doomensions-page .hero h1{     font-size:34px;   }    #doomensions-page .hero-copy{     font-size:14px;   }     \/* dimensions *\/    #doomensions-page .dimensions{     grid-template-columns:       repeat(2,1fr);   }    #doomensions-page .dimension{     padding:       13px 9px;      border-bottom:       1px solid rgba(223,200,166,.16);   }    #doomensions-page   .dimension:nth-child(2){     border-right:0;   }    #doomensions-page   .dimension:nth-child(3),   #doomensions-page   .dimension:nth-child(4){     border-bottom:0;   }     #doomensions-page .button{     width:100%;      max-width:430px;   }     \/* trust *\/    #doomensions-page .trust-grid{     grid-template-columns:       repeat(2,1fr);   }    #doomensions-page   .trust-item:nth-child(2){     border-right:0;   }    #doomensions-page   .trust-item:nth-child(-n+2){     border-bottom:       1px solid #ccbea9;   }     \/* spacing *\/    #doomensions-page .open,   #doomensions-page .rooms,   #doomensions-page .story,   #doomensions-page .investigation,   #doomensions-page .contents,   #doomensions-page .how,   #doomensions-page .audience,   #doomensions-page .duration,   #doomensions-page .compare-section,   #doomensions-page .experience,   #doomensions-page .faq{     padding-top:43px;     padding-bottom:43px;   }     \/* columns *\/    #doomensions-page .two-column,   #doomensions-page .rooms-grid,   #doomensions-page .story-grid,   #doomensions-page .contents-grid,   #doomensions-page .audience-grid,   #doomensions-page .duration-grid{     grid-template-columns:1fr;      gap:24px;   }     \/* mobile content order *\/    #doomensions-page   .two-column \u003e div:last-child,    #doomensions-page   .story-copy,    #doomensions-page   .audience-copy,    #doomensions-page   .duration-copy{     order:-1;   }     #doomensions-page .room-number{     font-size:58px;   }    #doomensions-page .room-number span{     font-size:20px;   }     \/* investigation *\/    #doomensions-page .investigation-grid{     grid-template-columns:1fr;      gap:10px;   }    #doomensions-page .investigation-main{     min-height:0;   }    #doomensions-page .investigation-main img{     height:auto;   }    #doomensions-page .investigation-stack{     grid-template-columns:       1fr 1fr;      gap:10px;   }    #doomensions-page   .investigation-stack .photo{     min-height:0;   }    #doomensions-page   .investigation-stack img{     height:auto;   }     \/* contents *\/    #doomensions-page .content-cards{     grid-template-columns:       1fr 1fr;   }     \/* steps *\/    #doomensions-page .steps{     grid-template-columns:       1fr 1fr;      gap:9px;   }    #doomensions-page .step{     padding:       18px 14px;   }     \/* duration *\/    #doomensions-page .hours{     font-size:50px;   }     \/* comparison *\/    #doomensions-page .compare-row{     grid-template-columns:       1.2fr .9fr .9fr;   }    #doomensions-page .compare-row \u003e div{     padding:       11px 6px;      font-size:10.5px;   }     \/* final *\/    #doomensions-page .final{     padding:       54px 15px;   }    #doomensions-page .final h2{     font-size:30px;   }  }    \/* =========================================================    SMALL MOBILE ========================================================= *\/  @media(max-width:420px){    #doomensions-page .top-banner{     height:270px;   }    #doomensions-page .top-overlay{     width:82%;   }    #doomensions-page .content-cards,   #doomensions-page .steps{     grid-template-columns:1fr;   }    #doomensions-page .investigation-stack{     grid-template-columns:1fr;   }  } \u003c\/style\u003e \u003cdiv id=\"doomensions-page\"\u003e\n\u003c!-- =====================================================      TOP FULL BANNER ===================================================== --\u003e \u003csection class=\"top-banner\"\u003e\u003c!-- IMAGE 1 --\u003e \u003cdiv class=\"top-base\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/e7a55a77381ce25268ed149f77d802e3f15556e9.webp\" alt=\"Doomensions paranormal investigation evidence\" loading=\"eager\"\u003e\u003c\/div\u003e \u003cdiv class=\"top-fog\"\u003e \u003c\/div\u003e \u003c!-- IMAGE 2 --\u003e \u003cdiv class=\"top-overlay\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/545e20d6cebb0a55e491b4072ad24f62fd4d54d4.webp\" alt=\"The Eight Room Haunted Mansion Puzzle Experience\" loading=\"eager\"\u003e\u003c\/div\u003e \u003cdiv class=\"top-vignette\"\u003e \u003c\/div\u003e \u003cdiv class=\"top-grain\"\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =====================================================      HERO \/ DOOMENSIONS ===================================================== --\u003e \u003csection class=\"hero\"\u003e \u003cdiv class=\"wrap hero-inner\"\u003e \u003cdiv class=\"eyebrow\"\u003eAN IMMERSIVE PARANORMAL INVESTIGATION\u003c\/div\u003e \u003ch1\u003eDoomensions: \u003cbr\u003eMystery Manor\u003c\/h1\u003e \u003cp class=\"hero-copy\"\u003eWithin its walls, an eight-room puzzle escape experience awaits to test your guile, wits, observation and ghost-hunting prowess. Explore a dynamic three-dimensional pop-up manor packed with physical evidence, strange documents and hidden secrets.\u003c\/p\u003e \u003cdiv class=\"dimensions\"\u003e \u003cdiv class=\"dimension\"\u003e\n\u003cstrong\u003e PLAYERS \u003c\/strong\u003e 1–4 Paranormal Investigators\u003c\/div\u003e \u003cdiv class=\"dimension\"\u003e\n\u003cstrong\u003e DURATION \u003c\/strong\u003e 8–12 Hours of Hauntings\u003c\/div\u003e \u003cdiv class=\"dimension\"\u003e\n\u003cstrong\u003e AGE \u003c\/strong\u003e 14+\u003c\/div\u003e \u003cdiv class=\"dimension\"\u003e\n\u003cstrong\u003e STYLE \u003c\/strong\u003e Escape-Room Puzzle Game\u003c\/div\u003e \u003c\/div\u003e \u003ca class=\"button\" href=\"#\"\u003e ENTER MYSTERY MANOR \u003c\/a\u003e \u003cp class=\"hero-note\"\u003eDynamic pop-up environment • No assembly required\u003c\/p\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =====================================================      QUICK FEATURES ===================================================== --\u003e \u003csection class=\"trust\"\u003e \u003cdiv class=\"trust-grid\"\u003e \u003cdiv class=\"trust-item\"\u003e \u003cdiv class=\"trust-icon\"\u003e🏚️\u003c\/div\u003e \u003cstrong\u003e 8-Room Manor \u003c\/strong\u003e Explore room by room\u003c\/div\u003e \u003cdiv class=\"trust-item\"\u003e \u003cdiv class=\"trust-icon\"\u003e📁\u003c\/div\u003e \u003cstrong\u003e Evidence-Filled Case File \u003c\/strong\u003e Clippings, notes \u0026amp; foldouts\u003c\/div\u003e \u003cdiv class=\"trust-item\"\u003e \u003cdiv class=\"trust-icon\"\u003e🔎\u003c\/div\u003e \u003cstrong\u003e Layered Investigation \u003c\/strong\u003e Look closer. Then look again.\u003c\/div\u003e \u003cdiv class=\"trust-item\"\u003e \u003cdiv class=\"trust-icon\"\u003e📖\u003c\/div\u003e \u003cstrong\u003e No Assembly \u003c\/strong\u003e Open it and begin\u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =====================================================      OPEN THE MANOR ===================================================== --\u003e \u003csection class=\"open\"\u003e \u003cdiv class=\"wrap\"\u003e \u003cdiv class=\"two-column\"\u003e \u003cdiv class=\"photo\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/64062ea35d81de4b931e4b932179e4820c09920f.webp\" alt=\"Doomensions Mystery Manor\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv\u003e \u003cdiv class=\"eyebrow\"\u003eTHIS IS NOT A FLAT BOARD\u003c\/div\u003e \u003ch2 class=\"title\"\u003eOpen the Box. \u003cbr\u003eWatch the Manor Rise.\u003c\/h2\u003e \u003cp class=\"copy\"\u003eTransport yourself instantly into a three-dimensional haunted manor. The paper environment unfolds straight from the box with no manor assembly required. Rooms, doors, objects and hidden visual details become part of the investigation itself.\u003c\/p\u003e \u003cdiv class=\"callout\"\u003eThe manor is not just where the story takes place. It is part of the evidence.\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =====================================================      8 ROOMS ===================================================== --\u003e \u003csection class=\"rooms\"\u003e \u003cdiv class=\"wrap\"\u003e \u003cdiv class=\"rooms-grid\"\u003e \u003cdiv\u003e \u003cdiv class=\"eyebrow\"\u003eTHE HOUSE IS THE PUZZLE\u003c\/div\u003e \u003ch2 class=\"title\"\u003eEight Rooms. Dark Corners. Closed Doors. Secrets Everywhere.\u003c\/h2\u003e \u003cp class=\"copy\"\u003eSecrets may hide in every dark corner and behind every closed door. Repeated exploration is essential. Something that seems meaningless during your first visit may become a vital clue later.\u003c\/p\u003e \u003cdiv class=\"room-number\"\u003e8 ROOMS\u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"photo\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/8b4dcce5fb3f95a4b74b5b7c9784a32c503afb15.webp\" alt=\"Fully opened Mystery Manor\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =====================================================      THE STORY ===================================================== --\u003e \u003csection class=\"story\"\u003e \u003cdiv class=\"wrap\"\u003e \u003cdiv class=\"story-grid\"\u003e \u003cdiv class=\"photo\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/dd58142051f7e1c6030726aacad3351a5a30be68.webp\" alt=\"Doomensions investigation case file\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"story-copy\"\u003e \u003cdiv class=\"eyebrow\"\u003eTHE STORY\u003c\/div\u003e \u003ch2 class=\"title\"\u003eYour First Case Is Waiting Inside.\u003c\/h2\u003e \u003cp class=\"copy\"\u003eAs a newly commissioned paranormal investigator, gather your thick scrapbook of evidence and pay a visit to the three-dimensional Mysterious Manor. Your case file is packed with clippings, foldouts and strange ephemera revealing the stories of several unfortunate souls.\u003c\/p\u003e \u003cul class=\"feature-list\"\u003e \u003cli\u003eSearch the manor for physical and visual clues.\u003c\/li\u003e \u003cli\u003eStudy clippings, notes and strange documents.\u003c\/li\u003e \u003cli\u003eCross-reference evidence across multiple sources.\u003c\/li\u003e \u003cli\u003eReturn to earlier rooms when new clues change your theory.\u003c\/li\u003e \u003cli\u003eUse the answer wheel to confirm important deductions.\u003c\/li\u003e \u003c\/ul\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =====================================================      INVESTIGATION ===================================================== --\u003e \u003csection class=\"investigation\"\u003e \u003cdiv class=\"wrap\"\u003e \u003cdiv class=\"head\"\u003e \u003cdiv class=\"eyebrow\"\u003eINVESTIGATE • CROSS-REFERENCE • RETURN\u003c\/div\u003e \u003ch2 class=\"title\"\u003eThe Clue Is Rarely Sitting in One Place.\u003c\/h2\u003e \u003cp class=\"copy\"\u003eRead the evidence, inspect the manor, form a theory and return to earlier clues. Doomensions rewards careful observation and repeated investigation.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"investigation-grid\"\u003e \u003cdiv class=\"photo investigation-main\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/d9d858bf020907046dd94958a515801180cdf3d1.webp\" alt=\"Investigating the evidence with a magnifying glass\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"investigation-stack\"\u003e \u003cdiv class=\"photo\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/40dd73bf7562de368fc20ee3ea4c8e8d10e1f9ca.jpeg\" alt=\"Exploring the investigation dossier\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003cdiv class=\"photo\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/55b303fbbb947686c03ffd2a723ed711a73be087.webp\" alt=\"Doomensions gameplay\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =====================================================      CONTENTS ===================================================== --\u003e \u003csection class=\"contents\"\u003e \u003cdiv class=\"wrap\"\u003e \u003cdiv class=\"contents-grid\"\u003e \u003cdiv\u003e \u003cdiv class=\"eyebrow\"\u003eWHAT'S INSIDE\u003c\/div\u003e \u003ch2 class=\"title\"\u003eA Manor Full of Ghosts. A Case File Full of Problems.\u003c\/h2\u003e \u003cp class=\"copy\"\u003eInside your game box you'll find a pop-up paper manor filled with ghosts, ghouls and plenty of secrets. Supporting dossiers contain evidence, notes, calls for help and records connected to the strange events inside the house.\u003c\/p\u003e \u003cdiv class=\"content-cards\"\u003e \u003cdiv class=\"content-card\"\u003e\n\u003cstrong\u003e 3D Pop-Up Manor \u003c\/strong\u003e \u003cspan style=\"color: #ecf0f1; font-size: 16px;\"\u003eOpen the manor and watch the environment unfold.\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"content-card\"\u003e\n\u003cstrong\u003e Investigation Dossiers \u003c\/strong\u003e \u003cspan style=\"color: #ecf0f1; font-size: 16px;\"\u003eExisting information connected to the manor.\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"content-card\"\u003e\n\u003cstrong\u003e Curious Ephemera \u003c\/strong\u003e \u003cspan style=\"color: #ecf0f1; font-size: 16px;\"\u003eClippings, notes, foldouts and physical evidence.\u003c\/span\u003e\n\u003c\/div\u003e \u003cdiv class=\"content-card\"\u003e\n\u003cstrong\u003e Answer Wheel \u003c\/strong\u003e \u003cspan style=\"color: #ecf0f1; font-size: 16px;\"\u003eCheck deductions at important investigative milestones.\u003c\/span\u003e\n\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"photo\"\u003e\u003cimg src=\"https:\/\/cdn.techcloudclub.com\/image\/eec8ca659939ec487f6a0a1cef54287f014cda62.webp\" alt=\"Doomensions Mystery Manor game contents\" loading=\"lazy\"\u003e\u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- =====================================================      HOW TO PLAY ===================================================== --\u003e \u003csection class=\"how\"\u003e \u003cdiv class=\"wrap\"\u003e \u003cdiv class=\"head\"\u003e \u003cdiv class=\"eyebrow\"\u003eHOW THE INVESTIGATION UNFOLDS\u003c\/div\u003e \u003ch2 class=\"title\"\u003eNo Manor Assembly. Just Open the Case and Start Searching.\u003c\/h2\u003e \u003cp class=\"copy\"\u003eThe process is easy to understand, while the mystery itself is designed to keep yo\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"YL678","offers":[{"title":"Default Title","offer_id":50744434688100,"sku":"ZO3650257-A","price":38.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0790\/0397\/5780\/files\/d525d3ddafaadf8e624a278be39ec0a6766ac903.jpg?v=1790480620","url":"https:\/\/ahlwoplus.com\/products\/doomensions-mystery-manor-3d-haunted-mansion-puzzle-experience-an-8-12-hour-paranormal-escape-room-adventure-for-1-4-investigators-ages-14","provider":"ahlwoplus","version":"1.0","type":"link"}