:root{
  --ink:#1E1B2E;--lav:#EDE9F7;--lav2:#DCD4F2;--card:#FFFDF8;
  --pink:#F3A6C4;--yellow:#F6D576;--blue:#8FD3E8;--ink-muted:#4a4568;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;padding:0}
body{
  min-width:0;min-height:100vh;color:var(--ink);font-family:'Space Grotesk',sans-serif;
  background-color:var(--lav);
  background-image:linear-gradient(var(--lav2) 1px,transparent 1px),linear-gradient(90deg,var(--lav2) 1px,transparent 1px);
  background-size:34px 34px;
}
a{color:var(--ink);text-decoration-color:var(--pink);text-decoration-thickness:2px;text-underline-offset:3px}
.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 28px;border-bottom:3px solid var(--ink);background:var(--card)}
.logo{font:800 22px 'Baloo 2',sans-serif;color:var(--ink);text-decoration:none}.logo span{color:#B77FCB}
.topbar-links{display:flex;align-items:center;gap:9px}.topbar-link{padding:8px 14px;border:2px solid var(--ink);border-radius:20px;background:var(--card);font:700 11px 'Space Mono',monospace;text-decoration:none}.topbar-link.primary{background:var(--yellow)}
.editorial-shell{width:min(100% - 32px,980px);margin:46px auto 30px}
.editorial-hero{position:relative;padding:46px clamp(24px,6vw,66px);overflow:hidden;border:3px solid var(--ink);border-radius:18px;background:var(--card);box-shadow:8px 8px 0 var(--ink)}
.editorial-hero::after{content:attr(data-mark);position:absolute;right:28px;top:-36px;color:var(--lav2);font:800 190px/1 'Baloo 2',sans-serif;transform:rotate(8deg);z-index:0}
.hero-content{position:relative;z-index:1;max-width:760px}
.eyebrow{display:inline-block;margin-bottom:16px;padding:6px 13px;border:2px solid var(--ink);border-radius:20px;background:var(--yellow);font:700 11px 'Space Mono',monospace;text-transform:uppercase}
h1,h2,h3{font-family:'Baloo 2',sans-serif;color:var(--ink)}
h1{max-width:790px;margin:0 0 15px;font-size:clamp(42px,7vw,70px);font-weight:800;line-height:.98;letter-spacing:-.035em}
.hero-lead{max-width:690px;margin:0;font-size:clamp(17px,2.4vw,21px);line-height:1.55;color:var(--ink-muted)}
.hero-note{margin:22px 0 0;font:700 11px/1.5 'Space Mono',monospace}
.quick-nav{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;list-style:none}.quick-nav a{display:block;padding:8px 12px;border:2px solid var(--ink);border-radius:99px;background:var(--lav);font:700 10px 'Space Mono',monospace;text-decoration:none}.quick-nav a:hover{background:var(--blue)}
.editorial-body{margin-top:26px;padding:clamp(28px,5vw,52px);border:3px solid var(--ink);border-radius:18px;background:var(--card);box-shadow:8px 8px 0 var(--ink)}
.intro-panel{margin:0 0 42px;padding:22px 24px;border-left:7px solid var(--pink);background:var(--lav);font-size:17px;line-height:1.7}
.guide-section{scroll-margin-top:24px;margin-top:52px}.guide-section:first-of-type{margin-top:0}
.section-kicker{display:block;margin-bottom:6px;font:700 10px 'Space Mono',monospace;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.08em}
h2{margin:0 0 13px;font-size:clamp(29px,4vw,40px);font-weight:800;line-height:1.08}
h3{margin:0;font-size:21px;line-height:1.12}
.guide-section>p,.decision-copy{max-width:760px;margin:0 0 19px;font-size:16px;line-height:1.75;color:var(--ink-muted)}
.quest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:25px 0 18px}
.quest-card{position:relative;display:flex;flex-direction:column;min-width:0;padding:21px;border:3px solid var(--ink);border-radius:13px;background:var(--card);box-shadow:4px 4px 0 var(--ink);transform:rotate(-.25deg)}
.quest-card:nth-child(even){transform:rotate(.35deg)}
.quest-meta{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.quest-meta span{padding:4px 7px;border:1.5px solid var(--ink);border-radius:99px;background:var(--blue);font:700 9px 'Space Mono',monospace;text-transform:uppercase}.quest-meta span:nth-child(2){background:var(--yellow)}
.quest-card p{margin:9px 0 15px;font-size:14px;line-height:1.55;color:var(--ink-muted)}
.quest-card a{align-self:flex-start;margin-top:auto;font:700 11px 'Space Mono',monospace}
.quest-card.is-pink{background:color-mix(in srgb,var(--pink) 22%,var(--card))}.quest-card.is-yellow{background:color-mix(in srgb,var(--yellow) 25%,var(--card))}
.aside-note{margin:24px 0;padding:19px 21px;border:2px dashed var(--ink);border-radius:12px;background:var(--yellow);font-size:14px;line-height:1.6}
.photo-hunt{margin:25px 0 18px;border:3px solid var(--ink);border-radius:14px;background:color-mix(in srgb,var(--yellow) 22%,var(--card));box-shadow:5px 5px 0 var(--ink);overflow:hidden}
.photo-hunt-heading{display:flex;align-items:center;gap:13px;padding:18px 21px;border-bottom:3px solid var(--ink);background:var(--yellow)}.photo-hunt-heading>span{font-size:29px}.photo-hunt-heading b{display:block;font:800 24px/1.05 'Baloo 2',sans-serif}.photo-hunt-heading small{display:block;margin-top:5px;font:700 10px/1.4 'Space Mono',monospace;text-transform:uppercase}
.photo-hunt-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;padding:0;list-style:none;counter-reset:hunt}.photo-hunt-list li{position:relative;min-height:68px;padding:20px 18px 17px 57px;border-bottom:2px dashed var(--lav2);font-size:14px;line-height:1.45;counter-increment:hunt}.photo-hunt-list li:nth-child(odd){border-right:2px dashed var(--lav2)}.photo-hunt-list li::before{content:counter(hunt);position:absolute;left:18px;top:17px;display:grid;place-items:center;width:25px;height:25px;border:2px solid var(--ink);border-radius:7px;background:var(--card);font:700 11px 'Space Mono',monospace}.photo-hunt-list li:nth-last-child(-n+2){border-bottom:0}.photo-hunt-finish{padding-left:17px;border-left:5px solid var(--pink);font-weight:500}
.decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:25px 0}.decision{padding:18px;border:2.5px solid var(--ink);border-radius:12px;background:var(--lav)}.decision b{display:block;margin-bottom:6px;font:800 17px 'Baloo 2',sans-serif}.decision span{font-size:13px;line-height:1.45;color:var(--ink-muted)}
.cta-zone{margin-top:50px;padding:28px;border:3px dashed var(--ink);border-radius:16px;background:var(--lav);text-align:center}.cta-zone h2{font-size:32px}.cta-zone p{max-width:630px;margin:0 auto 21px;font-size:15px;line-height:1.6;color:var(--ink-muted)}
.cta-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:650px;margin:auto}.big-cta{display:flex;flex-direction:column;justify-content:center;min-height:90px;padding:15px;border:3px solid var(--ink);border-radius:13px;box-shadow:5px 5px 0 var(--ink);font:800 21px/1.05 'Baloo 2',sans-serif;text-decoration:none}.big-cta small{display:block;margin-top:6px;font:700 9px 'Space Mono',monospace;text-transform:uppercase}.big-cta.finder{background:var(--blue)}.big-cta.wheel{background:var(--yellow)}.big-cta:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--ink)}
.more-paths{margin:38px 0 0;padding-top:28px;border-top:2px dashed var(--lav2)}.more-paths h2{font-size:27px}.path-links{display:flex;flex-wrap:wrap;gap:9px}.path-links a{padding:8px 12px;border:2px solid var(--ink);border-radius:99px;background:var(--card);font:700 10px 'Space Mono',monospace;text-decoration:none}
.editorial-footer{text-align:center;padding:30px 24px 50px;font:400 11px/1.8 'Space Mono',monospace;color:var(--ink-muted)}
a:focus-visible{outline:3px solid var(--ink);outline-offset:4px}
@media(max-width:680px){
  .topbar{padding:14px 16px}.topbar-link:not(.primary){display:none}.topbar-link{padding:7px 10px;font-size:9px}
  .editorial-shell{width:min(100% - 20px,980px);margin-top:20px}.editorial-hero{padding:32px 22px;box-shadow:5px 5px 0 var(--ink)}.editorial-hero::after{right:-8px;top:-13px;font-size:120px}
  .editorial-body{padding:30px 20px;box-shadow:5px 5px 0 var(--ink)}.intro-panel{padding:17px 18px;font-size:15px}.guide-section{margin-top:43px}
  .quest-grid{grid-template-columns:1fr}.quest-card,.quest-card:nth-child(even){transform:none}.decision-grid{grid-template-columns:1fr}.cta-pair{grid-template-columns:1fr}.big-cta{min-height:76px}
  .photo-hunt-list{grid-template-columns:1fr}.photo-hunt-list li:nth-child(odd){border-right:0}.photo-hunt-list li:nth-last-child(2){border-bottom:2px dashed var(--lav2)}.photo-hunt-heading{padding:16px 17px}.photo-hunt-heading b{font-size:22px}
}
@media(max-width:370px){.logo{font-size:19px}.editorial-shell{width:min(100% - 14px,980px)}.editorial-body{padding:25px 15px}.editorial-hero{padding:28px 17px}.quest-card{padding:18px}.quick-nav{gap:6px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Halloween seasonal poster treatment: scoped to the page's pumpkin-marked hero. */
body:has(.editorial-hero[data-mark="🎃"]){--ink:#211c1b;--lav:#efe2c6;--lav2:#d8c69e;--card:#fff6dd;--pink:#d86b42;--yellow:#e9b84f;--blue:#4b8580;--ink-muted:#554943;background:#ead8b5;color:var(--ink);background-image:radial-gradient(rgba(33,28,27,.08) .7px,transparent .7px);background-size:7px 7px}
body:has(.editorial-hero[data-mark="🎃"]) .topbar{background:#211c1b;border-bottom:4px solid var(--yellow)}
body:has(.editorial-hero[data-mark="🎃"]) .logo{color:#fff6dd}body:has(.editorial-hero[data-mark="🎃"]) .logo span{color:#e9b84f}body:has(.editorial-hero[data-mark="🎃"]) .topbar-link{color:#fff6dd;border-color:#fff6dd}body:has(.editorial-hero[data-mark="🎃"]) .topbar-link.primary{background:#e9b84f;color:#211c1b;border-color:#e9b84f}
body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero{background:#211c1b;color:#fff6dd;border:5px double #e9b84f;box-shadow:9px 9px 0 #4b8580;border-radius:2px;position:relative;overflow:hidden}body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero:after{content:'★ ★ ★';position:absolute;right:18px;top:16px;color:#e9b84f;letter-spacing:9px;font-size:16px;transform:rotate(7deg)}body:has(.editorial-hero[data-mark="🎃"]) .eyebrow,body:has(.editorial-hero[data-mark="🎃"]) .section-kicker{color:#e9b84f;font-family:'Space Mono',monospace;letter-spacing:.08em}body:has(.editorial-hero[data-mark="🎃"]) h1,body:has(.editorial-hero[data-mark="🎃"]) h2,body:has(.editorial-hero[data-mark="🎃"]) h3{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.02em}body:has(.editorial-hero[data-mark="🎃"]) h1{color:#fff6dd;text-shadow:2px 2px 0 #d86b42}body:has(.editorial-hero[data-mark="🎃"]) .hero-lead{color:#f4dfb5}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav a{color:#fff6dd;border-color:#d86b42;background:#322a27}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav a:hover{background:#d86b42}
body:has(.editorial-hero[data-mark="🎃"]) .intro-panel,body:has(.editorial-hero[data-mark="🎃"]) .guide-section,body:has(.editorial-hero[data-mark="🎃"]) .cta-zone,body:has(.editorial-hero[data-mark="🎃"]) .more-paths{background:#fff6dd;border:3px solid #211c1b;border-radius:3px;box-shadow:6px 6px 0 #d86b42}body:has(.editorial-hero[data-mark="🎃"]) .guide-section:nth-of-type(odd){transform:rotate(-.35deg)}body:has(.editorial-hero[data-mark="🎃"]) .guide-section:nth-of-type(even){transform:rotate(.25deg)}body:has(.editorial-hero[data-mark="🎃"]) .quest-card{background:#f8e8bf;border:2px solid #211c1b;border-radius:2px;box-shadow:4px 4px 0 #4b8580}body:has(.editorial-hero[data-mark="🎃"]) .quest-card:hover{transform:translate(-2px,-2px) rotate(-.4deg);box-shadow:6px 6px 0 #d86b42}body:has(.editorial-hero[data-mark="🎃"]) .quest-meta{color:#4b8580;font-family:'Space Mono',monospace}
body:has(.editorial-hero[data-mark="🎃"]) .cta-zone{background:#4b8580;color:#fff6dd}body:has(.editorial-hero[data-mark="🎃"]) .cta-zone h2{color:#fff6dd}body:has(.editorial-hero[data-mark="🎃"]) .big-cta{border:2px solid #211c1b;box-shadow:4px 4px 0 #211c1b}body:has(.editorial-hero[data-mark="🎃"]) .big-cta.finder{background:#e9b84f;color:#211c1b}body:has(.editorial-hero[data-mark="🎃"]) .big-cta.wheel{background:#d86b42;color:#fff6dd}body:has(.editorial-hero[data-mark="🎃"]) .more-paths{background:#d8c69e}body:has(.editorial-hero[data-mark="🎃"]) .path-links a{color:#211c1b;text-decoration-color:#d86b42}
@media(max-width:600px){body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero{box-shadow:5px 5px 0 #4b8580}body:has(.editorial-hero[data-mark="🎃"]) .guide-section:nth-of-type(odd),body:has(.editorial-hero[data-mark="🎃"]) .guide-section:nth-of-type(even){transform:none}body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero:after{right:10px;top:10px;font-size:12px}}

/* Poster composition pass: make the page read as a vintage handbill, not just a seasonal colour swap. */
body:has(.editorial-hero[data-mark="🎃"]) .editorial-shell{max-width:920px}
body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero{padding:clamp(46px,8vw,86px) clamp(22px,7vw,72px);text-align:center;border-width:7px;box-shadow:12px 12px 0 #211c1b}
body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero:before{content:'✦  ✧  ✦';position:absolute;left:0;right:0;bottom:20px;color:#d86b42;font:700 18px Georgia,serif;letter-spacing:14px}
body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero:after{content:'HALLOWEEN • SPECIAL EDITION';left:50%;right:auto;top:18px;transform:translateX(-50%) rotate(-2deg);width:max-content;color:#211c1b;background:#e9b84f;padding:5px 12px;font:700 9px 'Space Mono',monospace;letter-spacing:.12em}
body:has(.editorial-hero[data-mark="🎃"]) .hero-content{max-width:720px;margin:auto}
body:has(.editorial-hero[data-mark="🎃"]) h1{font-size:clamp(48px,9vw,92px);line-height:.88;text-transform:uppercase;letter-spacing:-.06em;margin:18px 0 24px}
body:has(.editorial-hero[data-mark="🎃"]) .hero-lead{font-family:Georgia,'Times New Roman',serif;font-size:clamp(18px,2.4vw,25px);line-height:1.35}
body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero h1{font-size:0;line-height:1;text-transform:uppercase}
body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero h1:before{content:'SOMETHING WICKED';display:block;font-size:clamp(38px,7vw,76px);line-height:.9;color:#d86b42;text-shadow:2px 2px 0 #e9b84f}
body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero h1:after{content:'THIS WAY COMES';display:block;margin-top:8px;font-size:clamp(25px,4vw,44px);line-height:1;color:#fff6dd;text-shadow:2px 2px 0 #4b8580}
body:has(.editorial-hero[data-mark="🎃"]) .hero-note{display:inline-block;margin-top:18px;padding:7px 14px;border-top:2px solid #d86b42;border-bottom:2px solid #d86b42;color:#e9b84f;font:700 10px 'Space Mono',monospace;text-transform:uppercase;letter-spacing:.09em}
body:has(.editorial-hero[data-mark="🎃"]) .hero-note{font-size:0}body:has(.editorial-hero[data-mark="🎃"]) .hero-note:before{content:'CHOOSE YOUR PATH';font-size:11px}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav{justify-content:center;margin-top:34px}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 18px;padding:28px 16px 8px;margin-left:auto;margin-right:auto;max-width:700px}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav:before{content:'CHOOSE YOUR PATH';position:absolute;top:-1px;left:50%;transform:translateX(-50%) rotate(-2deg);padding:6px 13px;background:#d86b42;color:#fff6dd;font:700 10px 'Space Mono',monospace;letter-spacing:.08em;white-space:nowrap;box-shadow:3px 3px 0 #211c1b}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(odd){transform:rotate(-2deg)}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(even){transform:rotate(2deg)}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav a{display:block;min-height:42px;padding:12px 9px;border:2px solid #211c1b;border-radius:2px;background:#b97843;color:#fff6dd;box-shadow:4px 4px 0 #211c1b;font:700 10px/1.1 'Space Mono',monospace;text-transform:uppercase;text-decoration:none}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav a:after{content:' →';color:#e9b84f}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav a:hover{background:#e9b84f;color:#211c1b;transform:translate(-2px,-2px)}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav a{font-size:0;min-height:52px;display:flex;align-items:center;justify-content:center}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(1) a:before{content:'HAUNTED TRAIL'}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(2) a:before{content:'WITCHES WAY'}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(3) a:before{content:'PUMPKIN PATCH'}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(4) a:before{content:'MIDNIGHT MARKET'}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(5) a:before{content:'MONSTER MASH'}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(6) a:before{content:'MOONLIGHT PATH'}
body:has(.editorial-hero[data-mark="🎃"]) .quick-nav a:before{font:700 10px/1.1 'Space Mono',monospace;letter-spacing:.02em}
body:has(.editorial-hero[data-mark="🎃"]) .editorial-body{padding-top:42px}
body:has(.editorial-hero[data-mark="🎃"]) .intro-panel,body:has(.editorial-hero[data-mark="🎃"]) .guide-section,body:has(.editorial-hero[data-mark="🎃"]) .cta-zone,body:has(.editorial-hero[data-mark="🎃"]) .more-paths{position:relative;padding:clamp(22px,4vw,38px);border-width:4px;box-shadow:8px 8px 0 #211c1b}
body:has(.editorial-hero[data-mark="🎃"]) .guide-section:before{content:'✦';position:absolute;right:18px;top:10px;color:#d86b42;font-size:24px}
body:has(.editorial-hero[data-mark="🎃"]) .guide-section h2{font-size:clamp(28px,4vw,43px);line-height:.98;text-transform:uppercase;max-width:720px}
body:has(.editorial-hero[data-mark="🎃"]) .section-kicker{display:inline-block;background:#211c1b;padding:5px 9px;transform:rotate(-1deg)}
body:has(.editorial-hero[data-mark="🎃"]) .quest-grid{gap:18px}
body:has(.editorial-hero[data-mark="🎃"]) .quest-card{padding:22px 20px;box-shadow:5px 5px 0 #d86b42}
body:has(.editorial-hero[data-mark="🎃"]) .quest-card h3{font-size:24px;line-height:1;margin-bottom:10px}
body:has(.editorial-hero[data-mark="🎃"]) .cta-zone{text-align:center;background:#211c1b;border-color:#e9b84f;box-shadow:8px 8px 0 #d86b42}
body:has(.editorial-hero[data-mark="🎃"]) .cta-zone p{color:#f4dfb5}
@media(max-width:600px){body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero{padding-top:62px;padding-bottom:55px;box-shadow:6px 6px 0 #211c1b}body:has(.editorial-hero[data-mark="🎃"]) .editorial-hero:after{font-size:8px;letter-spacing:.08em}body:has(.editorial-hero[data-mark="🎃"]) h1{font-size:54px}body:has(.editorial-hero[data-mark="🎃"]) .hero-lead{font-size:18px}body:has(.editorial-hero[data-mark="🎃"]) .intro-panel,body:has(.editorial-hero[data-mark="🎃"]) .guide-section,body:has(.editorial-hero[data-mark="🎃"]) .cta-zone,body:has(.editorial-hero[data-mark="🎃"]) .more-paths{box-shadow:5px 5px 0 #211c1b}}
@media(max-width:600px){body:has(.editorial-hero[data-mark="🎃"]) .quick-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;padding-left:4px;padding-right:4px}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav a{font-size:9px;padding:11px 6px}body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(odd),body:has(.editorial-hero[data-mark="🎃"]) .quick-nav li:nth-child(even){transform:none}}
