:root{--paper:#faf7f1;--ink:#201b22;--orange:#ff771c;--plum:#38243f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 Arial,Helvetica,sans-serif}a{color:inherit}a:focus-visible{outline:3px solid #ad43ce;outline-offset:5px}.wrap{width:min(1240px,calc(100% - 64px));margin:auto}header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:22px 0}.logo{font:italic 900 36px/1 Georgia,serif;letter-spacing:-2px;text-decoration:none;white-space:nowrap}.logo span{color:var(--orange)}nav{display:flex;gap:24px;flex-wrap:wrap}nav a{text-decoration:none;font-size:14px;font-weight:bold}nav a:hover{text-decoration:underline}h1,h2,h3{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-weight:700;line-height:1.08;letter-spacing:-.7px;margin:0 0 16px}h1{font-size:clamp(38px,5vw,68px)}h2{font-size:clamp(28px,3.2vw,43px)}h3{font-size:25px}p{margin:0 0 16px}.banner{background:var(--orange);padding:28px 0;text-align:center}.banner h1{margin-bottom:10px}.banner p{margin:0;font-size:18px}.section{padding-top:34px;padding-bottom:22px}.heading{display:flex;justify-content:space-between;align-items:center;gap:30px}.heading .fine{max-width:285px}.heading>a{white-space:nowrap;font-weight:bold;font-size:14px}.fine{font-size:13px;color:#625765;margin:14px 0}.compare{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.compare article{display:grid;grid-template-columns:44% 1fr;gap:18px;padding:12px;border:1px solid #ded6cd;border-radius:12px;background:#fffdf9;min-height:320px}.compare article>div:last-child{display:flex;flex-direction:column;align-items:flex-start;padding:8px 0}.compare h3{margin:18px 0 12px}.compare p{font-size:16px}.badge{font-size:12px;font-weight:bold;background:var(--plum);color:white;border-radius:4px;padding:5px 7px}.button{display:inline-block;background:var(--orange);color:#171119;text-decoration:none;border-radius:5px;padding:12px 15px;font-size:14px;font-weight:bold}.compare .button{margin-top:auto}.button:hover{background:#ff963f}.art{background-image:url('/categories.png');background-size:400% 300%;background-repeat:no-repeat;aspect-ratio:1;border-radius:7px}.compare .art{aspect-ratio:auto;height:100%;background-size:800% 300%}.compare article:nth-child(2) .art{filter:brightness(.92)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.tile{text-decoration:none;display:block;overflow:hidden;border-radius:8px;background:#fffdf9;border:1px solid #e1d9d2}.tile .art{border-radius:0}.tile>div:last-child{padding:14px}.tile h3{font-size:23px;margin-bottom:6px}.tile p{font-size:14px;margin:0}.tile:hover{box-shadow:0 4px 18px #27112422;transform:translateY(-2px)}.dark{background:var(--plum);color:white;margin-top:12px;padding-bottom:34px}.dark .tile{background:#24172c;color:white;border-color:#795d80}.pet{display:grid;grid-template-columns:1fr 1fr;background:#f4e6d6;margin-top:24px;align-items:center;border-radius:8px;overflow:hidden}.pet>div{padding:36px}.pet img{width:100%;height:300px;object-fit:cover}.places{position:relative;overflow:hidden;margin-top:32px;border-radius:8px;min-height:350px;background:#1d1421}.places img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.places:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#170f1fee,transparent)}.places>div{position:relative;z-index:1;padding:35px;color:white;max-width:480px}.video-note{display:flex;gap:32px;align-items:center;padding:28px 0}.video-note p{margin:0;color:#625765}footer{background:var(--plum);color:white;padding:42px 0}footer .fine{color:#d4c8d8}footer .logo{display:block;margin-bottom:20px}.skip{position:absolute;left:10px;top:-100px;z-index:5;background:white;padding:12px}.skip:focus{top:10px}.guide{padding-top:35px;padding-bottom:60px}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:bold;margin:35px 0 16px;color:#6d3877}.lead{font-size:21px;max-width:800px}.guide-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:45px;margin-top:35px;align-items:start}.guide-layout article{padding:0 0 22px;margin-bottom:22px;border-bottom:1px solid #d9ccd9}.guide-layout h2{font-size:29px}.status{background:#efe5ef;border-left:5px solid var(--plum);padding:25px;margin:20px 0 35px;max-width:850px}.status h2{font-size:26px}.status p{margin:0}.related{display:flex;flex-wrap:wrap;gap:15px}.related a{padding:12px 18px;background:#e9dfd3;border-radius:4px}
@media(max-width:1000px){header{flex-direction:column;gap:20px}.compare article{grid-template-columns:1fr}.compare .art{height:210px;background-size:400% 300%}.compare article>div:last-child{min-height:220px}.grid{grid-template-columns:repeat(2,1fr)}.heading{display:block}.pet h2{font-size:34px}}@media(max-width:600px){.wrap{width:calc(100% - 32px)}header{align-items:flex-start}.logo{font-size:32px}nav{gap:12px 18px}.banner{text-align:left;padding:24px 0}.banner p{font-size:16px}.compare{grid-template-columns:1fr}.compare article{grid-template-columns:42% 1fr;min-height:260px}.compare .art{height:100%;background-size:700% 300%}.compare h3{font-size:26px}.badge{font-size:11px}.grid{gap:12px}.tile h3{font-size:21px}.tile>div:last-child{padding:12px}.pet{grid-template-columns:1fr}.pet>div{padding:25px}.pet img{height:250px}.places>div{padding:25px}.video-note{display:block}.video-note strong{display:block;margin-bottom:10px}.guide-layout{grid-template-columns:1fr;gap:25px}.guide-layout>.art{max-width:400px;width:100%}.section{padding-top:28px}.heading>a{display:inline-block;margin-bottom:18px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.tile:hover{transform:none}}
.tile-0{background-position:0.0% 0%}
.tile-1{background-position:33.333333333333336% 0%}
.tile-2{background-position:66.66666666666667% 0%}
.tile-3{background-position:100.0% 0%}
.tile-4{background-position:0.0% 50%}
.tile-5{background-position:33.333333333333336% 50%}
.tile-6{background-position:66.66666666666667% 50%}
.tile-7{background-position:100.0% 50%}
.tile-8{background-position:0.0% 100%}
.tile-9{background-position:33.333333333333336% 100%}
.tile-10{background-position:66.66666666666667% 100%}
.tile-11{background-position:100.0% 100%}
.compare .art{height:auto;aspect-ratio:1;background-size:400% 300%;align-self:center}.compare article:nth-child(3) .art{background-size:400% 300%}.compare article:nth-child(2) .art{filter:none}

/* Halloween banner artwork and paired pet portrait. */
.banner{background-color:#ff771c;background-image:url('/orange-haunt-banner.png');background-size:cover;background-position:center;min-height:180px;display:flex;align-items:center}.banner .wrap{position:relative;max-width:900px}.banner h1{font-size:clamp(38px,4.5vw,62px)}.pet img{height:auto;aspect-ratio:3/2;object-fit:cover;object-position:center}
@media(max-width:600px){.banner{background-position:75% center}.banner .wrap{background:#ff771ce8;padding:14px;border-radius:5px}.pet img{height:auto;aspect-ratio:3/2}}

.banner{background-size:100% 100%}.banner .wrap{width:min(850px,65%)}@media(max-width:600px){.banner .wrap{width:calc(100% - 32px)}.banner{background-size:cover}}

/* Dedicated moving-prop artwork, distinct from towering animatronics. */
a.tile[href="/moving-props/"] .art{background-image:url('/moving-zombie.png');background-size:cover;background-position:center}
.moving-prop-art{background-image:url("/moving-zombie.png");background-size:cover;background-position:center}
.compare .real-product{grid-template-columns:1fr;gap:0}.product-photo{display:block;background:white;border-radius:8px;overflow:hidden}.product-photo img{width:100%;height:280px;object-fit:contain;display:block}.compare .real-product>div{padding:16px 8px;min-height:300px}.real-product h3 a{text-decoration:none}.real-product h3 a:hover{text-decoration:underline}.price{display:block;font-size:20px;margin:0 0 16px}.real-product .button{margin-top:auto}.detail-link{font-size:14px;margin-top:12px}.comparison-footer{display:flex;gap:30px;justify-content:space-between;align-items:center;padding-top:20px}.comparison-footer>a{font-weight:bold;white-space:nowrap}.comparison-footer .fine{max-width:700px}.table-scroll{overflow:auto;margin:40px 0 20px}table{border-collapse:collapse;width:100%;min-width:620px;text-align:left}caption{text-align:left;font-weight:bold;font-size:25px;margin-bottom:18px}th,td{padding:16px;border-bottom:1px solid #d6c9d9;vertical-align:top}thead{background:#eadfeb}.detail-photo{width:100%;height:460px;object-fit:contain;background:white;border-radius:8px}.product-detail{align-items:center}@media(max-width:600px){.compare .real-product{grid-template-columns:40% 1fr;gap:12px}.product-photo{align-self:center}.product-photo img{height:230px}.compare .real-product>div{padding:5px 0}.comparison-footer{display:block}.detail-photo{height:350px}}

.photo-thumbnails{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.photo-thumbnails button{cursor:pointer;border:2px solid #d8cbdc;border-radius:7px;padding:6px;background:#fff;color:var(--ink);font:14px/1.3 Arial,sans-serif}.photo-thumbnails button[aria-pressed=true]{border-color:#75368a;background:#f1e7f5}.photo-thumbnails button:focus-visible{outline:3px solid #75368a;outline-offset:3px}.photo-thumbnails img{width:100%;height:82px;object-fit:contain;display:block;margin-bottom:6px}.product-gallery{min-width:0}.product-gallery>.detail-photo{display:block}.product-gallery .fine{margin-bottom:0}
/* Readable typography for the effects shopping section. */
#effects h2,#effects .tile h3{font-family:Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:normal;line-height:1.2;text-shadow:none}
#effects h2{font-size:clamp(28px,3vw,40px)}
#effects .tile h3{font-size:22px;line-height:1.3}
@media(max-width:600px){#effects .tile h3{font-size:20px}}

.affiliate-disclosure{font-size:14px;line-height:1.6;margin:16px 0 24px;max-width:80ch}

.inflatable-tile-photo{display:block;width:100%;aspect-ratio:1;object-fit:contain;background:#fff}

.inflatables-banner{background:#ece3f2}.inflatables-banner img{height:320px;object-fit:contain;background:#211827}.inflatable-tradeoff{padding:22px;border:1px solid #d9ccd9;border-radius:8px;background:#fffdf9;scroll-margin-top:20px}.inflatable-tradeoff summary{cursor:pointer;font-size:1.125rem;font-weight:700;line-height:1.4}.inflatable-tradeoff[open] summary{margin-bottom:18px}.inflatable-tradeoff h4{margin:18px 0 8px}@media(max-width:600px){.inflatables-banner img{height:280px}.inflatables-banner>div{padding:24px}}
