
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#baf056; color:#12001a; font-family:Candara, Optima, 'Segoe UI', sans-serif; line-height:1.6;
  -webkit-font-smoothing:antialiased; overflow-x:hidden; }
img { display:block; max-width:100%; }
a { color:inherit; }
.playroom { max-width:1080px; margin:0 auto; padding:2vh 5vw 12vh; }

/* the shared 3D cube look: top-lit face + darker bottom edge */
.cube { position:relative; background:var(--c); color:var(--on); border-radius:22px;
  box-shadow:0 8px 0 rgba(18,0,26,0.28), 0 14px 20px rgba(0,0,0,.22),
    inset 0 3px 0 rgba(255,255,255,.35), inset 0 -6px 0 rgba(0,0,0,.14); }

.blocknav { display:flex; align-items:center; gap:12px; flex-wrap:wrap; padding:20px 0 34px; }
.blocknav .brand { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; letter-spacing:.2em;
  text-transform:uppercase; font-size:.85rem; color:#ff2ec4; margin-right:auto; }
.navblock { text-decoration:none; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; padding:10px 20px;
  transition:transform .12s; }
.navblock:hover { transform:translateY(-3px); }

.hero { text-align:center; padding:5vh 0 9vh; }
.tower { display:flex; flex-wrap:wrap; gap:12px; justify-content:center; margin-bottom:2rem; }
.letter { width:clamp(52px,11vw,90px); height:clamp(52px,11vw,90px); display:grid;
  place-items:center; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900;
  font-size:clamp(1.8rem,6vw,3.2rem); }
.letter:nth-child(odd) { transform:translateY(-6px) rotate(-3deg); }
.letter:nth-child(even) { transform:translateY(4px) rotate(2deg); }
.gap { width:clamp(20px,4vw,40px); }
.sub { max-width:40ch; margin:0 auto 2rem; font-size:1.1rem; color:#7a9a4a; }
.cta { display:inline-block; text-decoration:none; font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900;
  text-transform:uppercase; letter-spacing:.05em; padding:16px 34px; transition:transform .12s; }
.cta:hover { transform:translateY(-3px); }

.about { margin-bottom:9vh; display:flex; justify-content:center; }
.slab { max-width:720px; padding:clamp(30px,5vw,54px); }
.slab h2 { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; font-size:clamp(1.8rem,5vw,2.8rem);
  margin-bottom:.5rem; }
.slab p { opacity:.95; }

.head { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; text-align:center;
  font-size:clamp(2rem,6vw,3.4rem); color:#ff2ec4; margin:0 0 5vh; }
.head--2 { }

.stack { list-style:none; max-width:760px; margin:0 auto 10vh; display:flex;
  flex-direction:column; gap:16px; }
.barblock { padding:22px 26px 26px; transform:rotate(var(--w,0)); }
.stud { position:absolute; top:-9px; width:26px; height:16px; border-radius:6px 6px 3px 3px;
  background:var(--c); box-shadow:inset 0 2px 0 rgba(255,255,255,.4), 0 2px 3px rgba(0,0,0,.2); }
.barblock .stud:nth-child(1) { left:26px; } .barblock .stud:nth-child(2) { left:64px; }
.bartx h3 { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; font-size:1.3rem; margin-bottom:.3rem; }
.bartx p { opacity:.94; font-size:.98rem; }

.cubes { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:clamp(20px,3vw,36px); margin-bottom:10vh; }
.photocube { padding:12px; overflow:visible; }
.photocube img { width:100%; aspect-ratio:1; object-fit:cover; border-radius:calc(22px - 4px); }
.photocube figcaption { position:absolute; top:-14px; left:14px; width:40px; height:40px;
  display:grid; place-items:center; color:var(--on); font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900;
  background:var(--c); border-radius:8px; box-shadow:0 4px 0 rgba(18,0,26,0.28); }

.quote { display:flex; justify-content:center; margin-bottom:9vh; }
.qblock { max-width:640px; padding:clamp(30px,5vw,56px); text-align:center; }
.qblock p { font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:800; font-size:clamp(1.4rem,4vw,2.2rem);
  line-height:1.15; margin-bottom:.8rem; }
.qblock cite { font-style:normal; font-weight:900; letter-spacing:.1em; text-transform:uppercase;
  font-size:.85rem; opacity:.9; }

.contact { text-align:center; }
.contact p { color:#7a9a4a; margin-bottom:1.8rem; }
.foundation { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-bottom:1.8rem; }
.numblock { width:clamp(44px,9vw,64px); height:clamp(44px,9vw,64px); display:grid; place-items:center;
  font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:900; font-size:clamp(1.4rem,4vw,2rem); }
.links { display:flex; flex-wrap:wrap; gap:10px 22px; justify-content:center;
  font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif; font-weight:700; }
.links a { text-decoration:none; border-bottom:3px solid #ff2ec4; }

@media (max-width:640px) { .blocknav .brand { width:100%; text-align:center; } }
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .navblock:hover, .cta:hover { transform:none; }
}


.xq{box-sizing:border-box;font-family:Candara, Optima, 'Segoe UI', sans-serif;color:#12001a;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#ff2ec4;margin-bottom:10px;font-weight:700}

.xq-tl-list{list-style:none;padding:0;margin-top:24px;position:relative;border-left:2px solid rgba(18,0,26,0.14)}
.xq-tl-item{position:relative;padding:0 0 26px 26px}
.xq-tl-item::before{content:"";position:absolute;left:-7px;top:4px;width:12px;height:12px;border-radius:50%;background:#ff2ec4;box-shadow:0 0 0 4px rgba(18,0,26,0.05)}
.xq-tl-item time{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-weight:800;color:#ff2ec4;display:block;margin-bottom:4px}
.xq-tl-item p{color:#7a9a4a;max-width:58ch}


.xq-badges{padding:26px 24px;border-top:1px solid rgba(18,0,26,0.14);border-bottom:1px solid rgba(18,0,26,0.14);background:rgba(18,0,26,0.05)}
.xq-badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px}
.xq-badgehead{font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;margin-right:8px}
.xq-badge{border:1.5px solid #ff2ec4;color:#ff2ec4;border-radius:999px;padding:7px 16px;font-size:.8rem;font-weight:700;letter-spacing:.04em}


.xq-faq-list{margin-top:18px;border-top:1px solid rgba(18,0,26,0.14)}
.xq-faq-item{border-bottom:1px solid rgba(18,0,26,0.14);padding:4px 0}
.xq-faq-item summary{cursor:pointer;padding:14px 4px;font-weight:700;font-family:Futura, 'Century Gothic', 'Segoe UI', sans-serif;list-style-position:inside}
.xq-faq-item summary::marker{color:#ff2ec4}
.xq-faq-item p{padding:0 4px 16px;color:#7a9a4a;max-width:64ch}


/* =====================================================
   DESIGN DNA: sketchbook
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
html::before{content:'';position:fixed;inset:0;z-index:99980;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='28'%3E%3Cpath d='M0 27.5H100' stroke='%2312001a' stroke-width='1'/%3E%3C/svg%3E");opacity:.06;}
h1,h2,h3{font-family:'Segoe Print', 'Comic Sans MS', cursive !important;font-weight:700 !important}
h2{text-decoration:underline wavy rgba(255,46,196,.8) 2px;text-underline-offset:6px}
img{border:3px solid #12001a !important;border-radius:10px 3px 12px 4px !important;transform:rotate(-.7deg);filter:saturate(.95)}
a[class*="btn"],button,span[class*="btn"]{border:2.5px dashed #12001a !important;border-radius:12px 4px 14px 5px !important;font-family:'Segoe Print', 'Comic Sans MS', cursive !important;box-shadow:none !important}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border:2px dashed rgba(18,0,26,.7) !important;border-radius:4px 14px 5px 12px !important;box-shadow:none !important}
