
* { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body { background:#080604; color:#ece0cc; font-family:'Bookman Old Style', 'URW Bookman', Georgia, 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:6px;
  box-shadow:0 8px 0 rgba(236,224,204,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:'Arial Black', 'Arial Bold', Arial, sans-serif; font-weight:900; letter-spacing:.2em;
  text-transform:uppercase; font-size:.85rem; color:#c25510; margin-right:auto; }
.navblock { text-decoration:none; font-family:'Arial Black', 'Arial Bold', Arial, 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:'Arial Black', 'Arial Bold', Arial, 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:#6c5e4a; }
.cta { display:inline-block; text-decoration:none; font-family:'Arial Black', 'Arial Bold', Arial, 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:'Arial Black', 'Arial Bold', Arial, sans-serif; font-weight:900; font-size:clamp(1.8rem,5vw,2.8rem);
  margin-bottom:.5rem; }
.slab p { opacity:.95; }

.head { font-family:'Arial Black', 'Arial Bold', Arial, sans-serif; font-weight:900; text-align:center;
  font-size:clamp(2rem,6vw,3.4rem); color:#c25510; 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:'Arial Black', 'Arial Bold', Arial, 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(6px - 4px); }
.photocube figcaption { position:absolute; top:-14px; left:14px; width:40px; height:40px;
  display:grid; place-items:center; color:var(--on); font-family:'Arial Black', 'Arial Bold', Arial, sans-serif; font-weight:900;
  background:var(--c); border-radius:8px; box-shadow:0 4px 0 rgba(236,224,204,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:'Arial Black', 'Arial Bold', Arial, 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:#6c5e4a; 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:'Arial Black', 'Arial Bold', Arial, 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:'Arial Black', 'Arial Bold', Arial, sans-serif; font-weight:700; }
.links a { text-decoration:none; border-bottom:3px solid #c25510; }

@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:'Bookman Old Style', 'URW Bookman', Georgia, serif;color:#ece0cc;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:'Arial Black', 'Arial Bold', Arial, 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:#c25510;margin-bottom:10px;font-weight:700}

.xq-quoterail{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}
.xq-quote{border:1px solid rgba(236,224,204,0.14);border-radius:0px;padding:22px;background:#181410;position:relative}
.xq-quote::before{content:"\201C";position:absolute;top:-4px;left:14px;font-family:'Arial Black', 'Arial Bold', Arial, sans-serif;font-size:3rem;color:#c25510;opacity:.5}
.xq-quote p{font-style:italic;margin:10px 0 12px;line-height:1.55}
.xq-quote cite{font-style:normal;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#6c5e4a}


.xq-teamgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:20px;margin-top:22px}
.xq-person img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:0px;display:block;filter:saturate(.9)}
.xq-person figcaption{padding-top:10px}
.xq-person strong{display:block;font-family:'Arial Black', 'Arial Bold', Arial, sans-serif}
.xq-person span{font-size:.82rem;color:#6c5e4a}


/* =====================================================
   DESIGN DNA: paper-zine
   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='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .5 0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.16;}
h1,h2,h3{font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;text-transform:uppercase !important;letter-spacing:.01em !important}
h2{background:linear-gradient(transparent 58%,rgba(194,85,16,.4) 58% 92%,transparent 92%);display:inline-block;padding:0 .18em}
img{border:9px solid #ebebeb !important;border-radius:0 !important;box-shadow:0 12px 26px rgba(0,0,0,.28) !important}
figure:nth-of-type(odd) img,img:nth-of-type(odd){transform:rotate(-1.4deg)}figure:nth-of-type(even) img,img:nth-of-type(even){transform:rotate(1.1deg)}
a[class*="btn"],button,span[class*="btn"]{border-radius:0 !important;border:2.5px solid #f0e6d6 !important;box-shadow:4px 4px 0 #f0e6d6 !important;transform:rotate(-.8deg);text-transform:uppercase;font-weight:800}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border:2px dashed rgba(240,230,214,.55) !important;border-radius:0 !important}
